.wp{
	position: fixed;
	right: 0;
	bottom: 5px;
}

.nav-item{
    font-size: 20px;
}

.footer2{
    background-color: #24282D;
}

.aula{
    color: #D10205;
}
.contacto {
  font-family: 'Montserrat', sans-serif;
  padding: 50px 0;
  background: url("../images/bgContact.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  position: relative;
}

.bg-yellow {
  background-color: #FDDC01 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #FED103 !important;
}

.text-yellow {
  color: #F5C900 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #D4AE01 !important;
}

.jumbotron {
  font-family: 'Montserrat', sans-serif;
  padding: 150px 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.jumbotron h1 {
  font-size: 5rem;
  margin-bottom: 0;
  font-weight: 900;
}

.jumbotron h1, .jumbotron h3, .jumbotron p {
  color: #FFFFFF;
  text-shadow: 3px 5px 2px #474747, 0px 0px 10px rgba(53,50,64,0), 0px 0px 10px rgba(53,50,64,0), 0px 0px 10px rgba(53,50,64,0), 0px 0px 10px rgba(53,50,64,0), 0px 0px 10px rgba(53,50,64,0);
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.jumbotron p {
  font-family: serif;
  font-size: 30px;
  font-style: italic;
  margin: 0 0 30px;
}

.button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.button:hover {
  background: #fff;
  color: #000;
}



.s1{
    position: relative;
}
.shape-bottom{
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.shape-bottom svg{
    margin-top: -5px;
}
.shape-top{
}

.marginmenos25{
    margin-bottom: -25px;
}

.shape-top svg{
    margin-bottom: -5px;
    margin-top: -2px;
}

.shape-top{
    transform: rotate(0deg);
}

.shape-topsvg{
    margin-top: -5px;
}

#ConsultaCertificado{
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#ConsultaCertificado.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#ConsultaCertificado input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#ConsultaCertificado .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#ConsultaCertificado .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}