body{
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}
section, div{
  outline: none;
}
a:hover, a:focus, a:visited, a:active{
  text-decoration: none;
  outline: none;
}
img{
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
#menu{
  padding: 10px 0;
  transition: .5s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, .95);
}
#menu img{
  height: 80px;
}
#menu nav{
  line-height: 80px;
  text-align: center;
}
#menu nav a{
  font-weight: 300;
  color: #e94763;
  margin: 0 5px;
  text-transform: uppercase;
}
#menu .info{
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #a4da4c;
  font-size: 20px;
}
#menu .info a i{
    color: #a4da4c;
    font-size: 28px;
    margin: 5px 5px 0;
    transition: .3s;
}
#menu .info a:hover i{
  transform: scale(1.2 );
  opacity: .8;
}
#menu .info p{
  margin: 0;
}
#slider.affix{
  margin-top: 100px;
  position: relative;
  border-top: solid 10px #e94763;
}

#slider .item{
    max-height: 70vh !important;
    overflow: hidden;
    
}
#slider .item img{
    width: 100% !important;
}
#idiomas{
    padding: 40px 0;
    text-align: center;
}
#idiomas h2{
    margin: 0;
    color: #a4da4c;
    text-transform: uppercase;
}
#idiomas p{
    margin-bottom: 30px;
}
#ubicacion{
  padding: 80px 0;
}
#ubicacion h2 {
    font-size: 40px;
    margin: 0;
    margin-bottom: 30px;
    color: #e94763;
}
.owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 40px;
  color: #e94763;;
}
.owl-prev{
  position: absolute;
  left: 15px
}
.owl-next{
  position: absolute;
  right: 15px
}
#examenes{
  padding: 70px 0;
  text-align: center;
  font-weight: 900;
  background-size: cover;
  background-attachment: fixed;
  background: linear-gradient(-45deg, rgba(116, 172, 23, 1) 20%, rgba(164, 218, 76, 1) 90%);
}
#examenes h3{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 40px;
  border: solid 6px #fff;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 100px;
  line-height: 194px;
}
#disabilities{
    padding: 100px 0 0;
}
#disabilities h2{
    margin: 0;
    font-size: 45px;
    line-height: 55px;
    color: #a4da4c;
}
#disabilities p{
    font-size: 16px;
}
#disabilities p.small{
    font-size: 13px;
}
#disabilities ul{
    border-left: solid 6px #a4da4c;
}
#disabilities ul li{
    list-style: none;
    font-weight: bold;
}
#cursos{
  padding: 80px 0 0;
}
#cursos p{
    font-size: 16px;
    margin-bottom: 25px;
}
#cursos .sin-padd{
    padding: 0;
}
#cursos .myv{
    min-height: 300px;
    text-align: justify;
    padding: 30px;
    margin-bottom: 30px;
    transition: .3s ease;
}
#cursos .myv:hover{
    background: #f8f8f8;
}
#cursos .myv ul{
    border: none;
    padding: 0;
}
#cursos .myv ul li{
    font-size: 15px;
}
#cursos .myv p{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
}
#cursos .myv h3{
    text-align: left;
    color: #a4da4c;
    text-transform: uppercase;
}
#cursos h2{
  font-size: 40px;
  margin: 0;
  margin-bottom: 30px;
  color: #e94763;
}
#cursos ul{
  border-left: solid 4px #e94763;
  padding: 10px 0 10px 30px;
  margin-bottom: 60px;
}
#cursos ul li{
  list-style: none;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
}
#cursos #fotos-sinpad .row .sin-padd{
    padding: 0;
    background: #000;
    height: 300px;
    overflow: hidden;
    position: relative;
}
#cursos img{
    position: relative;
    opacity: .55;
    transition: .4s ease;
    transform: scale(1.3);
}
#cursos img:hover{
    opacity: 1;
    transform: scale(1.05);
}
#problemas{
  background: #a4da4c;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
}
#problemas h2{
  margin: 0;
  font-size: 40px;
  margin-bottom: 30px;
}
#problemas h3{
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
}
#problemas ul{
  border-left: 4px solid #fff;
  padding: 10px 0 10px 30px;
}
#problemas ul li{
  font-size: 18px;
  margin: 10px;
  list-style: none;
}
#problemas img.bonita{
  border: solid 5px #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}
#trouble{
  padding-top: 50px;
  padding-bottom: 100px;
}
#trouble h3{
  color: #a4da4c;
  margin-bottom: 25px;
}
#trouble p{
  font-size: 17px;
  text-align: justify;
}
#trouble ul{
  margin: 30px 0;
}
#trouble ul li{
  list-style: none;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 8px;
}
#trouble ul li:before{
  font-family: 'FontAwesome';
  content: '\f058';
  color: #a4da4c;
  margin-right: 5px;
}
#color{
  background: linear-gradient(rgba(201, 48, 74, 0.8), rgba(201, 48, 74, 0.8)), url('../img/fondo2.jpg') top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 150px 0;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
#iowa{
  padding: 100px 0;
}
#iowa h2{
  color: #e94763;
  font-size: 40px;
  margin-bottom: 30px;
}
#iowa h3{
  color: #a4da4c;
  font-size: 30px;
  margin-bottom: 25px;
}
#iowa p{
  font-size: 18px;
  text-align: justify;
}
#iowa ul{
  border-left: solid 4px #a4da4c;
  padding: 10px 0 10px 20px;
  font-size: 20px;
  font-weight: 300;
}
#iowa ul li{
  list-style: none;
  margin-bottom: 10px;
}
#iowa ul ul{
  border-left: none;
}
#iowa ul ul li{
  font-size: 16px;
  font-weight: 700;
}
#iowa ul ul li:before{
  font-family: 'FontAwesome';
  content: '\f058';
  margin-right: 5px;
  color: #a4da4c;
}
#iowa .bonita2{
  border: solid 5px #a4da4c;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}
#beca{
    padding: 80px 0;
    background: #fafafa;
}
#beca p{
    font-size: 25px;
    text-align: right;
    margin: 25px 0;
    text-transform: uppercase;
}
#beca p b{
    font-size: 35px;
    text-transform: capitalize;
    color: #005944;
}
#beca img{
    max-width: 300px;
}
#contacto{
  padding: 80px 0;
  background: -webkit-linear-gradient(135deg, #a4da4c 10%, #76ac1d 90%);
  background: -o-linear-gradient(135deg, #a4da4c 10%, #76ac1d 90%);
  background: linear-gradient(135deg, #a4da4c 10%, #76ac1d 90%);
  color: #fff;
}
#contacto h2{
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
#contacto ul{
    list-style: none;
    border-left: solid 4px #fff;
    padding: 15px 0;
    padding-left: 30px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
}
#contacto input, #contacto textarea{
  background: rgba(0,0,0,.1);
  border: none;
  border-bottom: solid 2px #fff;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  outline: none;
  resize:none;
}
#contacto textarea{
  height: 120px;
}
#contacto input:-ms-input-placeholder{
  color: #fff;
}
#contacto textarea:-ms-input-placeholder{
  color: #fff;
}
#contacto input:-moz-placeholder{
  color: #fff;
}
#contacto textarea:-moz-placeholder{
  color: #fff;
}
#contacto input::-webkit-input-placeholder{
  color: #fff;
}
#contacto textarea::-webkit-input-placeholder{
  color: #fff;
}
#contacto button{
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 5px 40px;
    text-transform: uppercase;
    border: none;
    transition: .3s ease;
}#contacto button:hover{
    background: rgba(0, 0, 0, 0.4);
}
footer p{
  margin: 0;
}
footer .extra{
  background: #ddd;
  text-align: center;
  padding: 10px 0;
}
footer .extra img{
  height: 60px;
  margin: auto;
}
footer .copy{
  background: #a4da4c;
  color: #333;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}
footer .copy img{
  height: 22px;
  margin: 0;
}
#titulo-inter{
    background: linear-gradient(rgba(164, 218, 76, .8), rgba(164, 218, 76, .8)), url('../img/fondo.jpg') top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    padding: 100px 0;
}
#titulo-inter h2{
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
}
#intercambios{
    padding: 80px 0;
}
#intercambios .intercambio{
    border-bottom: solid 6px #e94763;
    padding-bottom: 40px;
    margin-bottom: 45px;
    display: flow-root;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
    min-height: 500px;
}
#intercambios .intercambio h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 45px;
    text-transform: uppercase;
    color: #a4da4c;
}
#intercambios .intercambio h3>small{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #a4da4c;
}
#intercambios .intercambio img{
    width: 100%;
}
#intercambios .intercambio .texto{
    font-weight: 300;
    font-size: 16px;
    padding: 0 20px;
}
@media (max-width: 992px){
  #titulo h1{
    font-size: 14px;
  }
  #menu nav{
    line-height: 20px;
    margin-top: 10px;
  }
  #menu.affix nav{
    line-height: 20px;
    margin-top: 10px;
  }
  #slider{
    padding-bottom: 0;
  }
  .owl-nav{
    font-size: 20px;
  }
  #examenes h3{
    margin-bottom: 60px;
  }
  #slider .active, #slider .owl-item{
    box-shadow: none;
    opacity: .1;
    transform: scale(1);
  }
  #slider .center{
    box-shadow: none;
  }
  #cursos img{
    margin-bottom: 15px;
  }
  #cursos .myv{
      margin-bottom: 30px;
  }
}
@media (max-width: 550px){
    #menu nav a{
        margin: 0px 2px;
        font-size: 12px;
    }

}
