html{
  overflow-x: hidden;
}
body{
  font-family: 'Open Sans', sans-serif;
  padding-top: 92px;
  overflow-x: hidden;
}
*:focus {
  box-shadow: none !important;
}
.logo{
  max-width: 200px;
}
a{
  color: #000;
}
a:hover{
  text-decoration: none;
  color: #e8472d;
}
img{
  max-width: 100%;
}
h1, h2, h3, h4, h5{
  font-weight: bold;
  line-height: 1.3;
}
.navbar-light .navbar-nav .nav-link {
  color: #e8472d;
  font-weight: bold;
}
section{
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.texto-naranja{
  color: #e8472d;
}
.texto-gris{
  color: #535660;
}
.text-black{
  color: #000 !important
}
a.text-black:hover{
  color: #e8472d !important
}
.carousel-content{
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-content h1{
  font-weight: 800;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.charlainformativa .carousel-content h1{
  text-shadow: none;
}
.charlainformativa .carousel-content h2{
  background: #FFF;
  color: #e8472d;
}
.btn-slider{
  background: rgba(255,255,255,0.8);
  color: #e8472d;
  font-weight: bold;
  border-radius: 18px;
  width: 200px;
  padding: .775rem .75rem;
  margin-bottom: 10px;
}
.btn-slider:hover{
  background: #e8472d;
  color: #FFF;
}
.btn-naranja{
  background: #e8472d;
  color: #FFF;
  font-weight: bold;
  border-radius: 18px;
  padding: .775rem 1.5rem;
  border: 1px solid #e8472d;
}
.btn-naranja:hover{
  background: #FFF;
  color: #e8472d;
}
.porque img{
  max-width: 120px;
  margin-right: 6px;
}
.porque .row > div{
  display: flex;
  align-items: flex-start!important;
}
.porque h4{
  color: #e8472d;
  font-size: 1.3rem;
}
.porque p{
  line-height: 1.3;
  color: #535660;
  font-size: 0.95rem;
}
.card{
  border-radius: 14px!important;
  margin-bottom: 10px;
  border: 1px solid #e8472d;
  border-bottom: 1px solid #e8472d!important;
}
.card-header{
  background: #FFF;
  padding: 8px 12px;
  border-bottom: 1px solid #e8472d;
  cursor: pointer;
}
.accordion p{
  line-height: 1.3;
  color: #535660;
  font-size: 0.95rem;
}
.accordion p:last-child{
  margin-bottom: 0;
}
.bg-ondas{
  background-image: url("../img/ondas.jpg");
  border-image-repeat: repeat;
}
.insercion{
  color: #FFF;
  font-size: 14px;
}
.insercion-derecha{
  background: #b38d31;
}
.insercion-derecha-inner{
  padding: 40px 80px;
}
.insercion-items:before{
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  position: absolute;
  left: -20px;
  top: 2px;
}
.insercion-items{
  position: relative;
  margin-bottom: 20px;
}
.insercion-izquierda{
  background: url("../img/insercion.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
}
.contacto{
  background: #000;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contacto a{
  color: #FFF;
}
.contacto a:hover{
  color: #e8472d;
}
.form-control{
  border-radius: 14px;
  color: #000;
  height: calc(1.5em + .75rem + 10px);
  padding: .375rem 1rem;
}
.rayas1{
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.rayas2{
  position: absolute;
  right: -20px;
  top: 20px;
}
.circulo{
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}
.circulos{
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
}
::-webkit-input-placeholder, ::-webkit-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder, :-moz-placeholder {
  color: #000 !important;
}
::-moz-placeholder, ::-moz-placeholder {
  color: #000 !important;
}
:-ms-input-placeholder, :-ms-input-placeholder {
  color: #000 !important;
}
::-ms-input-placeholder, ::-ms-input-placeholder {
  color: #000 !important;
}
.oculto{
  display: none;
}
.iframe{
  padding-top: 0;
}
.link-whatsapp, .link-whatsapp:active{
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  background: #6aae35;
  border-radius: 50%;
  padding: 5px 8px; 
}
.link-whatsapp:hover{
  color: #FFF;
  background: #04947c;
}
#politica-titulo{
  background-image: url("../img/ondas.jpg");
  border-image-repeat: repeat;
  color: #FFF;
  padding: 20px 0;
}
.form-container{
  background: rgba(0,0,0,0.7);
  border-radius: 18px;
}
.charlainformativa .carousel-item {
  height: 85vh;
}
.btn-campus{
  background: #e8472d;
  color: #FFF !important;
  padding: 2px 20px;
  border-radius: 14px;
  white-space: nowrap;
}
.btn-campus:hover{
  background: #000;
}
.btn-lang{
  background: #000;
  color: #FFF !important;
  padding: 2px 10px;
  border-radius: 14px;
  white-space: nowrap;
  border: 1px solid #000;
}
.btn-lang:hover{
  background: #FFF;
  color: #000 !important;
  border: 1px solid #000;
}
.btn-lang-inactive{
  background: #FFF;
  border: 1px solid #000;
  color: #000 !important;
}
.btn-lang-inactive:hover{
  background: #000;
  color: #FFF !important;
  border: 1px solid #000;
}
.instituto-item{
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.instituto h4{
  color: #e8472d;
  font-weight: 800;
}
.instituto p{
  font-size: 12px;
  margin-bottom: 0;
}
.puertas{
  background-image: url("../img/ondas.jpg");
  border-image-repeat: repeat;
  max-height: 350px;
}
.puertas-item{
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  background: #FFF;
}
.puertas h5{
  color: #e8472d;
  font-weight: 800;
}
.puertas p{
  font-size: 12px;
  margin-bottom: 0;
}
.puertas-border-arriba{
  height: 14px;
  background: #b38d31;
}
.carrera{
  padding-top: 100px;
}
.cursos-items:before{
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  position: absolute;
  left: 0px;
  top: -5px;
  color: #e8472d;
  font-weight: 900;
  font-size: 26px;
}
.cursos-items{
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 14px;
}
.cursos p{
  font-size: 14px;
}
.cursos .btn-naranja{
  padding: .375rem 1.5rem;
}
.cursos-recuadros{
  border-radius: 10px;
  overflow: hidden;
}
.cursos-recuadros .texto{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
}
.cursos-recuadros .texto:before{
  content:" ";
  display: inline-block;
  height: 3px;
  width: 22px;
  background: #e8472d;
  position: absolute;
  left: 25px;
  top: -10px;
}
.cursos-recuadros .texto:after{
  content:" ";
  display: inline-block;
  height: 3px;
  width: 22px;
  background: #e8472d;
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.cursos-recuadros img{
  width: 100%;
}
.instituto-item img{
  width: 100%;
}
.rounded-banner{
  border-radius: 12px;
}
footer{
  font-size: 12px;
}
footer a{
  color: #455a64;
}
.whatsapp i{
  vertical-align: text-bottom;
}
.whatsapp span{
  font-size: 20px;
  font-weight: bold;
}
#carrera h2 .badge{
  font-size: 14px;
  vertical-align: middle;
}
.footer-items{
  margin: 0;
  padding-left: 15px;
}
#captchaTXT{
  color: #e8472d;
  font-weight: bold;
}
.g-recaptcha > div{
  width: auto !important;
}
.g-recaptcha{
  display: inline-block;
}
.badge-secondary {
  background-color: #e8472d;
}
.copyright{
  position: absolute;
  bottom: 0;
}
#respuesta{
  color: #000;
  background: #FFF;
  padding: 20px;
  border-radius: 14px;
}
.inicio-online{
  color: #FFF;
  background: #e8472d;
  padding: 4px 20px;
  border-radius: .25rem;
  display: inline-block;
  font-weight: bold;
}
.borde{
  border: 1px solid #ced4da;
  border-radius: 14px;
  padding: .675rem .475rem;
}
@media screen and (min-width: 1200px){
  .charlainformativa .carousel-content h1{
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px){
  .insercion-izquierda{
    min-height: auto;
  }
}
@media screen and (max-width: 991px){
  .insercion-izquierda{
    min-height: 300px;
  }
  .puertas{
    max-height: unset;
  }
  .carrera{
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px){
  .insercion-derecha-inner{
    padding: 20px 40px;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  .btn-slider {
    width: 200px;
    padding: .575rem .75rem;
  }
  .rayas2 {
    width: 140px;
  }
  .carousel-content h1 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .formacion{
    font-size: 1.2rem;
  }
  .copyright{
    position: relative;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
}