

.reservar{
margin-bottom:0 !important;
}
.reservar:hover{
background:blue;
}


.formas{
width:100%;
color:black;
font-size:16px;
text-align:center;
padding:1.4em 1em;
box-sizing: border-box;
background:white;
}

.viajes h1{
font-size:25px;
}
.viajes h3{
font-size:17px;
font-weight:normal !important;
margin-bottom:7px;
margin-top:0;
}

/* LEYENDA MAX RESERVA */
.maxreserva{
display:inline-block;
font-size:17px;
color:white;
margin-left:10px;
}

/* COLOR PLACEHOLDER */
::placeholder { 
color: black !important;
}

.resaltar::placeholder {
color: black !important;  
font-weight: bold; 
}

/* VIDEO EMBEBIDO YOUTUBE */
.youtube-player{
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
width: 100px;    
height: 71px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/youtube-play.png") no-repeat;
    cursor: pointer;
}

/* BOTON TRANSFER */
.bot_transfer{
width: fit-content;
margin-top:10px;
text-align: left;
padding: 9px 15px 9px;
box-sizing: border-box;
margin-bottom:10px;
line-height: 1.2em;
transition: 0.4s;
color:white;
font-size:17px;
font-weight:bold !important;
border:0;
border-radius: 5px;
background:#AAC810;
}
.bot_transfer:hover {
color:black;
background-color: #FFF200;
cursor: pointer;
}

/* BOTON NARANJA */
.boton{
display: block;
position: absolute;
margin-top:-40px;
margin-left:100px;
padding:10px 20px;
box-sizing: border-box;
border-radius: 7px;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
background:orange;
}
.boton:hover{
cursor: pointer;
background:#AAC810;
}

/* BOTON CONSULTAR x WHATSAPP HIDDEN */
.boton_consultar{
display:none;
position:absolute;
bottom:63px;
right:23px;
}

.boton_consultar:hover{
filter:brightness(1.1)
}

/* SELECTOR DE MONEDAS */
.selector_monedas{
display:block;
position:absolute;
font-size:16px;
bottom:40px;
right:25px;
}
.selector_monedas a{
color:white;
padding:3px 7px;
box-sizing: border-box;
border-radius:5px;
background:black;
}
.selector_monedas a:hover{
color:black;
background:#FFEDCB;
}

/* INPUT: IDA Y VUELTA */
#idayvuelta{
display:none;
}

/* CALENDARIOS */ 
#calen2{
display:none;
}
.calendario{
display:flex;
flex-wrap: wrap;
}
.calen1, .calen2{
width:fit-content;
padding-right:10px;
box-sizing: border-box;
}

/* PRECIO */
.precio{
display:block;
position:absolute;
width:fit-content;
font-family:Arial, Helvetica, sans-serif;
padding:5px 7px 2px 7px !important;
box-sizing: border-box;
border-radius: 6px;
bottom:65px;
right:23px;
background:#FFEDCB;
}
.precio input::placeholder{
color:white !important;
}
.precio input{
width:140px;
font-size:17px !important;
font-weight: bold;
border:none !important;
color:white !important;
text-align: center;
background:#FFEDCB !important;
margin-bottom:0 !important;
}
/* SLIDER */
.slider{
width:70%;
margin:auto;
overflow:hidden;
}
.slider ul{
display:flex;
padding:0;
width:400%;
margin-bottom:0;
animation: cambio 10s infinite alternate ease-in-out;
}
.slider li{
width:100%;
list-style:none;
padding-bottom:0;
line-height: 0;
}
.slider img{
width:100%;
}
@keyframes cambio {
0% {margin-left:0}
20% {margin-left:0}

25% {margin-left:-100%}
45% {margin-left:-100%}

50% {margin-left:-200%}
70% {margin-left:-200%}

75%  {margin-left:-300%}
100% {margin-left:-300%}
}

.descripciones2 ul{
margin-left: -20px;
}

.auditorias .bloqueauditorias .descripciones2 h1{
  color:#1d7f9c;
}
.auditorias .bloqueauditorias .descripciones2 li{
color: black;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1em;
padding-bottom:15px;
box-sizing: border-box;
}

.sistemacompleto {
display:block;
margin:0 auto;
width:70%;
height:34vh;
border-radius: 12px 12px 0 0;
background-image: url("../images/sistema_completo3.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed; 
}
.sistemacompleto img{
  display:block;
width:100%;
max-width:1024px;
margin: 0 auto;
border-radius: 15px 15px 0 0;
}

.texto{
  margin: 0 auto;
  width:72%;
  text-align: left;
  line-height: 1.4em;
}
.texto li{
color:black;
padding-bottom:0;
}
.texto p{
margin-bottom:20px !important;
font-size:18px !important;
color:black;
}
.logos{
  padding:1em;
  box-sizing: border-box;
}
.logos img{
  width:100%;
  max-width:190px;
}
.todo{
  width:100%;
  text-align:center;
  background:red;
  border-radius: 7px;
  padding:1em;
  box-sizing: border-box;
  margin-bottom:20px;
}
.todo h1{
  margin:0;
}
.servicios{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.servicio{
  width:26%;
  background:#d0e6ff;
  margin:3px;
  padding:10px;
  text-align: center;
  box-sizing: border-box;
  font-size:15px;
  border-radius: 6px;
}
.servicio img{
  width:100%;
  border-radius: 6px 6px 0 0;
  margin-bottom:5px;
}
.intro{
  width:100%;
  padding:2em 4em 0 4em;
  box-sizing: border-box;
  text-align: center;
}
.intro p{
margin-top:0px;
margin-bottom:8px;
}

.descripciones{
margin:0 auto;
width:70%;
font-weight:normal;
text-align:left;
padding-top:5px;
box-sizing: border-box;
}
.descripciones ul{
margin-left:-20px;
}
.descripciones li{
color:white;
font-size:22px;
line-height: 1em;
padding-bottom:0.6em;
}
.descripciones2{
margin:0 auto;
width:70%;
font-weight:normal;
text-align:left;
padding-top:5px;
box-sizing: border-box;
}
.descripciones2 li{
color:white;
font-size:24px;
line-height: 1em;
}

.item strong{
color:#006CB6;
}

.item li{
color:rgb(235, 245, 255);
}

.box{
width:100%;
text-align:center;
margin-bottom:40px;
background:#2c4a94;
padding:1em;
box-sizing:border-box;
border-radius: 10px;
}
.box img{
border-radius: 15px;  
}
.box a:hover{
  cursor: pointer;
  filter: saturate(1.4);
}

.hero .sospechas h1{
  color:#00A0E8;
}

/* FOTO GALERIA */
.esquema{
    width:100%;
    text-align: center;
    margin-top:15px;
    background:#1E3263;
    padding-top:40px;
    padding-bottom:20px;
    box-sizing: border-box;
}
.esquema img{
    width:220px;
    padding:2px;
    border-radius: 7px;
}
@media only screen and (max-width: 453px){
  .esquema img{
    width:100%;
    padding-left:8px;
    padding-right:8px;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:0;
    margin-top:0;
    border:0;
    box-sizing: border-box;
  }
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.blink_me{
font-size:25px !important;  
}
#tag_urgencia{
font-size:25px !important;    
}
.descripciones{
width:95% !important;
padding-bottom:15px;
padding-left:20px;
padding-right:1em;
box-sizing: border-box;
}
.descripciones2{
width:95% !important;  
padding-bottom:15px;
padding-left:7px !important;
padding-right:1em;
box-sizing: border-box;
}

.descripciones ul li{
letter-spacing:3px;
font-size:17px;
line-height: 1.4em !important;
letter-spacing: 0;
}
.descripciones2 ul li{
letter-spacing:3px;
font-size:20px !important;
line-height: 1em !important;
letter-spacing: 0 !important;
}

    .modal-content {
        width: 100%;
    }
}

/* ------------------------ */

.viajes{
display:flex;
color:white;
flex-wrap: wrap;
justify-content: center;
padding-top: 40px;
padding-bottom:40px;
padding-left:3em;
padding-right:3em;
box-sizing: border-box;
text-align: center;
background:black;
/*
background-image: url("../images/fondo-body.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed; 
*/
}
.viaje_ficha{
width:20%;
}
.viaje_ficha h1{
color:#FFF200 !important;
color:white !important;
}
.viaje_foto img{
width:100%;
max-width:350px;
margin-top:10px;
border-radius: 50% !important;
border:3px solid rgba(255,242,1);
}
.viaje_texto{
width:100%;
padding:1em 1em 0em;
box-sizing: border-box;
margin-bottom:0px !important;
}
.viaje_texto p{
line-height: 1.5em;
}
h3{
  margin-top:5px;
  margin-bottom:10px;
}

.tarjetas{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.transfer{
width:15%;
text-align: center;
padding:1em;
box-sizing: border-box;
}
.transfer h2{
color:rgb(214, 205, 103);
margin-top:20px;
margin-bottom:0px;
}
.transfer p{
margin-top:7px;
line-height:1.3em;
}
.transfer img{
width:100%;
max-width:200px;
}
.item{
  width:fit-content;
  text-align: left;
  padding:0.5em;
margin-left:8px;
margin-right:8px;
box-sizing: border-box;
transition: transform .2s
}
.item img{
  width:100%;
  max-width:350px;
box-shadow: 3px 3px 17px 3px rgba(0, 0, 0, 0.1);
border-radius: 11px;
}
.item:hover{
filter:brightness(1.1);
cursor:pointer;
}

strong{
font-weight: bold;
color:black;
}

.celulares2{
  text-align: center;
  width:100%;
  font-size:21px;
  color:white;
  background:black;
  padding:0.5em;
  box-sizing: border-box;
  /*border-top:2px solid yellow;*/
  /* border-bottom:2px solid yellow;*/
}
.celulares2 a{
  font-size:24px;
  color:#FFF200;
}
.celulares2 a:hover{
  color:white;
}


/* BLINK */
.blink_me {
  font-size:30px;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h5{
font-weight: bold;
color:#BF2A2E;
font-size: 19px;
margin-top:5px;
margin-bottom: 10px;
}

#days, #hours, #minutes, #seconds{
  color:rgb(253, 240, 166);
  font-weight:bold;
}

h1{
  margin-top:0;
}
.yellow{
  color:rgb(207, 254, 97);
}

.testimonios{
background:rgb(221, 221, 221);
padding:2em;
margin-top: 10px;
padding-bottom:0.5em;
/* border-radius: 10px; */
}
.testimonios li{
color:rgb(80, 80, 80);
font-size:15px;
}


.marcolegal{
  background:#D40537;
  color:white;
  padding: 2.7em 2em 1.6em 2em;
  text-align: center;
  line-height: 1.5em;
}

.porque_auditar{
  display:flex;
  margin-top:10px;
  margin-bottom:8px;
}
.porque_foto{
width:40%;
}
.porque_foto img{
max-width:670px;
width:100%;
}
.porque_txt{
width:60%;
padding:2em;
padding-bottom:0;
}
.porque_txt p{
  line-height:1.8em;
}
.porque_txt h2{
  margin-top:0;
}
.items p{
  line-height: 0.6em;
}

.bot_consultas{
  display:block;
  color:white;
  width:fit-content;
  border-radius: 6px;
  background:rgb(46, 153, 46);
  padding:0.7em 1.5em;
  margin-bottom:10px;
  margin-top:10px;
}
.bot_consultas a{
  color:white;
}
.bot_consultas:hover{
  background: #FF7000;
  cursor: pointer;
}


.auditorias{
padding:2em 1em 0 1em;
background: rgba(28,48,97,1);
}
.auditorias h1, li{
  color:white;
  margin-top:0;
}
.auditorias h3{
  color:#FF7000
}
.bloqueauditorias{
  width:90%;
  margin:0 auto;
}
.detalles{
padding:1em 1em 0 1em;
box-sizing:border-box;
}

.speech{
  font-size:20px;
  width:100%;
  color:white;
  text-align:center;
  background:#ea728c;
  padding:1em;
  box-sizing: border-box;
}
.footer{
padding:0 1em 2em;
background:black;
text-align:center;
color:white;
}
.logo_pie{
  width:180px;
  height:154px;
}
.piebanda{
  text-align:center;
}
.foto_whatsapp{
width: 100%;
max-width:360px;
}
.myButton2 {
	box-shadow:inset 0px 0px 2px 2px #888888;
	background:linear-gradient(to bottom, #30BF39 5%, #4CDB55 100%);
	background-color:#30BF39;
	border-radius:9px;
	display:inline-block;
	cursor:pointer;
    padding:0 3px;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #f06b13 5%, #f0a54a 100%);
	background-color:#f06b13;
}
.myButton2:active {
	position:relative;
	top:1px;
}


#inscripcion{
  font-size:31px;
  padding-top:15px;
  font-weight:100;
}
#sub_fecha{
  font-size:25px;
  font-weight:400;
}

#sub_fecha_historial{
  color:rgb(83, 83, 83);
  font-size:20px;
  font-weight:400;
  margin:0;
  padding:22px;
  background:rgb(224, 224, 224);
}


.closecursos{
width:100%;
border:1px solid #f68ba2;
height:20px;
border-top:none;
border-radius: 0 0 15px 15px;
}

.form_inscripcion{
  width:60%;
  margin:0 auto;
  text-align: center;
}
.proximo{
  color:white;
  background:#f68ba2;
  border-left:1px solid #EA728C;
  border-right:1px solid #EA728C;
  text-align:center;
}
.proximo h1{
  margin:0;
  padding:15px;
  font-weight: 100;
}
.faltan{
  margin-top:25px;
  font-size:30px;
  background:#ea728c;
  color:white;
  text-align: center;
  padding:0.6em;
  border-radius: 15px 15px 0 0;
}
.faltan_historial{
  margin-top:25px;
  font-size:30px;
  background:rgb(197, 197, 197);
  color:white;
  text-align: center;
  padding:0.6em;
  border-radius: 15px 15px 0 0;
}
.proximo_historial{
  color:white;
  background:rgb(197, 197, 197);
  color:white;
  border-left:1px solid rgb(197, 197, 197);
  border-right:1px solid rgb(197, 197, 197);
  text-align:center;
}
.curso{
  display:flex;
  padding:2em;
  line-height: 1.5em;
  border:1px solid #EA728C;
  border-bottom:none;
  border-top:none;
}
.curso_historial{
  display:block;
  padding:2em;
  line-height: 1.5em;
  border:1px solid rgb(197, 197, 197);
  border-top:none;
  padding-bottom:1em;
}
.cursotexto{
width:75%;
padding-right:20px;
}
.cursotexto_historial{
width:100%;
padding-right:20px;
}
.cursotexto_historial h2{
font-size:19px;
}  
.cursofoto img{
border-radius:10px;
}
.bot_inscripcion{
  display:block;
  font-size:20px;
  font-weight: 400;
  width:fit-content;
  color:white;
  background:#4ea315;
  border-radius: 10px;
  padding:1em;
  text-align: center;
  }
.bot_inscripcion:hover{
background:orange;
cursor: pointer;
}
/* contenedor */
.contenedor{
    width: 100%;
    margin:0 auto;
color:black !important;
    background:white !important;
    /*box-shadow: 0px 0 15px rgb(0 0 0 / 50%);
    margin-top:25px;*/
}

/* banda superior */
.banda_header{
    color:white;
    text-align:center;
    font-size:18px;
    padding:1.5em 1em 1em 1em;
    box-sizing: border-box;
    box-shadow: 0px 0px 28px -2px white;

background: rgba(242,226,56,1);
background: -moz-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,226,56,1)), color-stop(100%, rgba(163,150,3,1)));
background: -webkit-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -o-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -ms-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: linear-gradient(to bottom, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e238', endColorstr='#a39603', GradientType=0 );

}
.banda_header img{
max-width:218px;
width:100%;
margin-bottom:15px;
}

.banda_header h1{
  font-size:24px;
  margin:0;
  margin-bottom:5px;
}

.contenido{
  padding:2em 2.5em;
  box-sizing:border-box;
  background:white;
}

li{
  padding-bottom:0.8em;
}

.hero{
display:block;
position:relative;
padding:400px 50px 0 20px;
box-sizing: border-box;
text-align:center;
width:100%;
height:70vh;
border-radius: 0;
background-image: url("../images/hero3.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
}
.hero h1{
  width:100%;
  color:white;
    padding-left:0.5em;
  padding-right:0.5em;
  box-sizing: border-box;
  margin-bottom:5px;
  text-shadow: 1px 1px 5px black;
}
.hero p{
  width:100%;
  font-size: 20px;
  color:white;
  padding-left:1em;
  padding-right:1em;
  box-sizing: border-box;
  margin-top:10px;
}
.hero .sospechas{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
}
.traslucido{
position:absolute;
left: 13vw;
bottom:25vh;
}
.promo{
  display:flex;
  width:64%;
  background: rgba(0,0,0,0.6);
  border-radius: 15px;
  padding:1.5em;
  box-sizing: border-box;
  flex-wrap:wrap;
}



.promo_fecha{
width:29%;
color:white;
font-size: 31px;
letter-spacing: -1px;
text-align: center;
padding:1em 0.4em;
border-radius: 15px;
background:red;
box-shadow: -4px -4px 3px black;
}
.promo_desc{
width:60%;
color:white;
font-weight: bold;
font-size: 27px;
text-align: left;
padding: 0px 1em 0 1em;
}

.promo_prox{
  font-size: 32px;
  color:yellow;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom:5px;
}

.bot_curri{
  color:white;
  width:fit-content;
  border-radius: 10px;
  background:#EA728C;
  padding:0.6em 1em;
}
.bot_curri a{
  color:white;
}
.bot_curri:hover{
  background: black;
  cursor: pointer;
}

.importante{
width:100%;
margin: 0 auto;
padding:2.2em 1em 2em 1em;
box-sizing: border-box;
text-align: center;
color:white;
font-size:17px;
line-height: 1.4em;
background:grey;
}
.importante ul{
list-style: none;
}
.importante li{
color:black;
padding-bottom:5px;
}
.importante strong{
color:white;
}

.blink {
animation: blinker 800ms linear infinite;
}
@keyframes blinker {
  30% {
    opacity: 0.1;
  }
}

.legales{
  width:75%;
  text-align: center;
  margin:0 auto;
  margin-bottom:0px;
}

.politicatxt h4{
color:#FFF200;
margin-bottom:0;
}
.politicatxt p{
color:white;
font-size:15px;
line-height: 1.2em !important;
}

.accordion {
width: fit-content;
text-align: left;
padding: 10px 15px 9px;
box-sizing: border-box;
margin-bottom:10px;
margin-top:10px;
line-height: 1.2em;
transition: 0.4s;
color:white;
font-size:17px;
font-weight:bold !important;
border:0;
border-radius: 5px;
background:#AAC810;
background:grey;
}

.acordeon_terminos{
width:47%;
padding:10px 20px;
background:#AAAAAA;
font-size:14px;
}

.accordion:hover {
color:black;
background-color: #FFF200;
cursor: pointer;
}

.bloque_acordeon {
width:100%;
box-sizing: border-box;
max-height: 0;
margin-bottom:5px;
color:black; 
font-size:17px;
line-height:1.3em !important;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.bloque_acordeon p{
font-family: Arial, Helvetica, sans-serif !important;
margin-top:10px;
margin-bottom:15px;
line-height: 1.5em !important;
}
.bloque_acordeon h4, .bloque_acordeon h5{
font-family: Arial, Helvetica, sans-serif !important;
color:#FFF200;
}

/* Start: Video Responsive */
.bloque_acordeon .video-responsive {
width:100%;
    overflow:hidden;
    padding-bottom:200px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.bloque_acordeon .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */

/* SOBRE MI ----------------- */
.sobremi{
  display:flex;
  align-items: stretch;
  width:100%;
  flex-wrap:nowrap;
}
.sobremi img{
  width:100%;
  max-width: 800px;
}
.mi1{
width:25%;
background-position: center center; 
background-repeat:no-repeat;
background-size:cover;
animation-name: slidein;
animation-duration:8s;
animation-iteration-count:infinite;
animation-play-state:running;
animation-direction:alternate-reverse;
animation-timing-function:linear;

}
@keyframes slidein{
0%{
background-image:url(../images/slide-llave1.jpg)
}
32%{
background-image:url(../images/slide-llave2.jpg)
}
64%{
background-image:url(../images/slide-llave3.jpg)
}
100%{
background-image:url(../images/slide-llave4.jpg)
}
}

.mi2{
  width:75%;
  padding: 2em;
  line-height: 1.4em;
  background-color: white;
}
.curriculum {
border-radius: 15px;
padding:0.5em 1em 0 0;
margin-top:10px;
color:rgb(80, 80, 80);
}
.boton_cv {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  display: inline-block;
  color:white;
  background:#ea728c;
border-radius: 9px;
padding:0.4em 1.3em;
}
.boton_cv:hover {
  color:white;
  background:#f69db0;
}


.panel {
  padding: 0;
  max-height: 0;
  margin-bottom:12px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body{
    padding:0;
    border:0;
    margin:0;
    color:black !important;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    box-sizing:border-box;
}   

a {
  text-decoration: none;
  color:red;
}

.fucsia{
  color: #455da0;
  font-weight: bold;
}


h2 {
    font-size: 24px;
    color:red;
    margin-top:30px;
  margin-bottom:30px;
}
.nowrap{
  white-space:nowrap;
}


/* WHATSAPP FIJO */
.social{
position:fixed;
border-left:0px;
bottom:-15px;
left:-25px;
z-index:2000;
}
.social img{
  width:100%;
  max-width:55px;
}
.social ul{list-style:none}
.social ul li a{
display:inline-block;
padding: 4px 4px 0px 4px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
background:#1DD742;
box-shadow: 2px 2px 2px rgba(0,0,0,0.5); 
}

.social ul li a:hover{opacity:0.8;}
/* ----------------------------------------- */


/* CRONOGRAMA DEL CURSO */

.bloquecurso li{ 
  line-height: 1em;
}

.cronograma{
  margin-top:0.7em;
  margin-bottom:2em;
  text-align: center;
}
.bloquehead{
  text-align: center;
  width:100%;
  background:#EA728C;
  color:white;
  padding:1em;
  box-sizing:border-box;
  border: 1px solid #EA728C;
  border-radius: 0;
}
.bloquecurso{
  text-align:left;
  border: 1px solid #AAAAAA;
  padding:0;
}

@media (max-width: 550px) {
.viajes{
padding:0;
}
.intro{
  padding:2em 2em 0 2em;
}
.datos-head h1 {
    font-size: 20px !important;
}
.datos-head h2 {
    font-size: 14px !important;
}
}

@media (max-width: 480px) {
  .social img{
  max-width:250px;
}
.cronograma{
  margin-top:0.6em;
  margin-bottom:2em;
  text-align: center;
}
.bloquehead{
  text-align: center;
  padding:1em;

}
.bloquecurso{
  text-align:left;
  padding:0em 1em 0em 1em;
  
}
.bloquecurso ol{ 
  margin-left:-20px;
}
.bloquecurso li{ 
  line-height: 1.5em;
}
.cronograma h2,h3{
  font-size:1.2em;
}
}


@media (max-width: 370px) {
.intro{
  padding:2em 1em 0 1em;
}
.descripciones,.descripciones2{
    padding-bottom: 15px;
    padding-left: 0.4em;
    padding-right: 0.5em;
}
}

/* FORMULARIO CONTACTO ---------------------------- */
.search_bar_container {
background: black;
box-sizing: border-box;
}
.formulario input{
color:black !important;
font-size:16px;
margin-bottom:5px;
height:28px !important;
padding:0 0 0 5px;
border:1px solid black;
background:rgb(255, 237, 203);
}
.formulario select{
font-size:16px;
height:30px !important;
background:rgb(255, 237, 203);
}
.formulario h6{
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
font-weight: normal !important;
color:white;
margin-top:7px;
margin-bottom:4px;
}
.bot_enviar{
display:block;
padding:11px 10px !important;
box-sizing: border-box;
margin-top:16px;
color:white;
background:#FFF200;
font-size:17px;
border-radius: 7px;
opacity:1;
cursor:pointer;
}
.bot_enviar:hover{
background:#06C71E;
}
.datosflex{
display:block;
}
.datos-head{
width:100%;
padding:15px;
box-sizing: border-box;
margin-bottom:15px;
text-align: center;

background: rgba(242,226,56,1);
background: -moz-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,226,56,1)), color-stop(100%, rgba(163,150,3,1)));
background: -webkit-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -o-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: -ms-linear-gradient(top, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
background: linear-gradient(to bottom, rgba(242,226,56,1) 0%, rgba(163,150,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e238', endColorstr='#a39603', GradientType=0 );
}
.datos-head h1{
font-size:23px;
font-weight:bold;
color:white;
margin:0;
}
.datos-head h2{
font-size:15px;
font-weight:bold;
color:black;
margin:0;
margin-top:3px;
}
.datos2{
width:50%;
text-align: left;
}
.datos1{
width:50%;
text-align: left;
}
.ancho1{
width:48%;
}
.consulta_enviada{
    background: green;
    text-align: center;
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
    color: white;
}


/* ------------------ RESPONSIVE ------------------- */


@media (max-width:1800px){
.transfer{
width:18%;
}
}

@media (max-width:1580px){
.transfer{
width:21%;
}
.viaje_ficha {
    width: 24%;
}
}

@media (max-width: 1300px) {
.viaje_ficha {
    width: 33%;
padding-left:0.3em;
padding-right:0.3em;
}
.texto{
  width:80%;
}
.bloqueauditorias{
  width:95%;
}  
.contenedor{
    box-shadow: none;
    margin-top:0px;
}
}

@media (max-width: 1220px) {
.transfer{
width:23%;
}
.promo{
  width:80%;
  padding:1.5em;
}
.promo_fecha{
width:29%;
font-size: 31px;
padding:30px 0.4em 0.4em 0.4em;
}
.promo_desc{
width:60%;
color:white;
font-size: 27px;
padding: 0px 1em 0 1em;
}

.porque_auditar{
  margin-top:20px;
}
.porque_foto{
width:35%;
}
.porque_txt{
width:65%;
padding:0em 0em 0 1.5em;
}
}

@media (max-width:1205px){
.ancho1{
width:45%;
}
.datos2{
width:55%;
}
.datos1{
width:45%;
}
}

@media (max-width:1100px){
.transfer{
width:25%;
}
.traslucido{
left: 4vw;
bottom:24vh;
}
.traslucido img{
width:340px;
}
.sistemacompleto img{
  border-radius: 0 !important;
}
.texto{
  width:90%;
}
.bloqueauditorias{
  width:100%;
}

.auditorias{
padding-bottom:0px;
}
.detalles li {
    line-height: 1.2em;
}

  .footer{
  padding:2em 1em 9em 1em;
}
}

@media (max-width:1205px){
.ancho1{
width:43%;
}
.datos2{
width:60%;
}
.datos1{
width:40%;
}
}

@media (max-width: 991px) {
.transfer{
width:100%;
padding-top:10px;
padding-bottom:0px;
}
.precio{
bottom:64px;
right:17px;
}
.boton_consultar{
bottom:63px;
right:17px;
}
.selector_monedas{
right: 20px;
}
.ancho1{
width:81%;
}
.datos2{
width:50%;
}
.datos1{
width:50%;
}
.texto{
  width:100%;
}

.promo_fecha{
width:100%;
font-size: 24px;
padding:0.5em 0.4em;
margin-bottom:20px;
}
.promo_desc{
width:100%;
font-size: 24px;
}
.promo_prox{
  font-size: 29px;
  margin-bottom:5px;
}
.banda_header h1{
    font-size:20px;
}

.porque_auditar{
  margin-top:20px;
  flex-wrap: wrap;
}
.porque_foto{
width:100%;
text-align: center;
}
.porque_txt{
width:100%;
padding:1.5em 0 0 0;
}
.porque_txt h2{
  margin-top:0;
}
.items p{
  line-height: 0.6em;
}
/* form inscripcion cursos */
.contact_foto img{
  max-width:140px;
  width:100%;
}
}

@media (max-width: 817px) {
.maxreserva{
margin-left:0px;
}

.precio{
padding-left:7px !important;
padding-right:7px !important;
bottom:65px;
right:22px;
}
.boton_consultar{
bottom:64px;
right:22px;
}
.selector_monedas{
right: 25px;
}
.precio input{
width:140px !important;
}
.datosflex{
flex-wrap: wrap;
}
.formulario select{
width:92%;
}
.formulario input{
width:90%;
}
.ancho1{
width:81%;
}
.datos2{
width:100%;
}
.datos1{
width:100%;
}
.bot_enviar{
margin-bottom:20px;
}
}

@media (max-width: 700px) {
.sistemacompleto {
width:100%;
height:30vh;
}
.traslucido{
left: 0;
right:0;
bottom:23vh;
}
.traslucido img{
width:340px;
}
.tarjetas{
padding-left:0;
padding-right:0;
}

.detalles{
  margin-top:10px;
  padding:0;
}
.detalles li {
    line-height: 1em;
}    
.esquema{
  padding-top:10px;
  padding-bottom:0px;
  }
}

@media (max-width: 850px) {
.slider{
width:90%;
}
.curso{
flex-wrap: wrap;
}
.cursotexto{
  width:100%;
}
.cursofoto{
  width:100%;
}
.cursofoto img{
  width:100%;
}
.form_inscripcion{
width:90%;
}
}

@media (max-width: 650px) {
.slider{
width:100%;
}
.slider ul{
line-height: 15px;
}
.descripciones,.descripciones2{
  padding-left:0;
  padding-right:0;
}  
.mi1 {
  margin-top:20px;
}
.contenido{
  padding:0.5em 1em;
}
ul{
  padding-left:17px;
}
h2{
    font-size: 20px;
    margin-bottom: 6px;
}
.promo{
  width:100%;
  padding:1.5em;
  border-radius: 0;
}
.promo_fecha{
font-size: 20px;
padding:0.5em 0.4em;
margin-bottom:20px;
border-radius: 5px;
}
.promo_desc{
font-size: 20px;
padding: 0;
}
.promo_prox{
  font-size: 23px;
  margin-bottom:5px;
}
.curso{
  padding:1em;
}
.curso_historial{
  font-size:15px;
  padding:1em;
  line-height: 1.2em;
}
.bloqueauditorias{
  width:100%;
}
.mi2 h2{
  margin-top:0;
  line-height: 1.2em;
}
.mi2{
  padding-bottom:10px;
}
}

@media (max-width: 550px){
.descripciones2 ul li{
font-size:17px !important;
line-height: 1.2em !important;
letter-spacing: 0 !important;
padding-bottom:10px !important;
}
}

@media (max-width: 500px){
.legales{
width:95%;
}
.descripciones,.descripciones2{
width:100% !important; 
}  

.servicio{
  width:100%;
  margin:3px;
  padding:10px;
  font-size:15px;
}
.mi1{
  height:200px;
  background-position: center 10%; 
}
.curriculum{
  font-size:15px;
  padding-right:20px;
}
.curriculum ol{
  margin-left:-35px;
}
.marcolegal{
  padding:2em 2em;
}
.bot_consultas{
  margin:auto;
  margin-bottom:15px;
}
.porque_txt p{
line-height:1.5em;
}
}

@media (max-width: 440px) {
.descripciones,.descripciones2{
  width: 100% !important;
  margin: 0 !important;
  margin-right:0 !important;
}  
.banda_header{
    font-size:15px;
}
.form_inscripcion{
width:80%;
}

.mi2{
  padding:20px 20px 0 20px;
}
}

@media (max-width: 440px) {
.todo h1{
font-size:1.5em;
}
.descripciones h1 {
font-size:1.5em !important;
}
.descripciones2 h1 {
font-size:1.5em !important;
}

.hero h1 {
    font-size:25px;
}
.hero p {
    font-size:18px;
}
}



@media (max-width: 650px){
.bloque_acordeon .video-responsive {
padding-bottom:53% !important; /* Adecua este valor para controlar la altura del video */
}
.intro{
  font-size:16px;
  padding-left:1em;
  padding-right:1em;
}
.social{
bottom:-25px;
left:5px;
}
}

@media (max-width: 767px){

.faltan{
  font-size: 19px;
}
.faltan_historial{
  font-size: 21px;
}
#sub_fecha{
  font-size: 18px;
}
#sub_fecha_historial{
  font-size: 17px;
}
.sobremi{
flex-wrap: wrap;
}
.mi1{
  width:100%;
  height:200px;
  order:2;
}
.mi2{
  line-height: 1.2em;
  width:100%;
  border-left: 1px solid #AAAAAA;
  border-radius: 0;
  border-top:none;
}
}

@media (max-width: 900px){
.descripciones2{
width:85%;
}
}

@media (max-width: 800px){
.bloque_acordeon .video-responsive {
padding-bottom:350px; /* Adecua este valor para controlar la altura del video */
}

.servicio{
  width:40%;
  margin:3px;
  padding:10px;
  font-size:15px;
}
}

@media (max-width: 500px){
.servicio{
  width:100%;
  margin:3px;
  padding:10px;
  font-size:15px;
}
}


@media (max-width: 400px){
.viaje_texto{
padding:1em 1em 0em;
}
.viaje_texto p{
line-height: 1.3em;
}
.traslucido{
bottom:25vh;
}
.traslucido img{
width:300px;
}
}

@media (max-width: 1400px){
.viajes h1{
font-size:17px;
}
.viajes h3{
font-size:17px;
}
.viaje_ficha {
    width: 32% !important;
}
.viaje_texto{
padding:1em 0.5em 0em;
}
}

@media (max-width: 1000px){
.bloque_acordeon .video-responsive {
width:100%;
padding-bottom:60% !important;
}
.viaje_ficha {
    width: 100% !important;
}
.viaje_foto img{
margin-top:10px;
border-radius: 7px 7px 7px 7px;
}
.viaje_texto{
padding:1em 1em 0em;
}
.viajes h1{
font-size:21px;
text-align: center;
}
.viajes h3{
text-align: center;
font-size:18px;
}
}
