.pago{
width:100%;
text-align: center !important;
padding-left:15px;
padding-right:15px;
box-sizing: border-box;
}
.pago img{
width:100%;
}

.foto_fija{
display:block;
position:relative;
padding:400px 50px 0 20px;
box-sizing: border-box;
text-align:center;
width:100%;
height:40vh;
border-radius: 0;
background-image: url("../images/foto_fija.jpg");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}

.servicios2 p{
line-height:1.7em;
margin-top:0;
}
.servicios2 h1{
letter-spacing:1px;
line-height:1em;
margin-bottom:10px;
}
.speech2{
  width:100%;
  text-align:center;
  font-size:17px;
  line-height:1.6em;
  padding:0 12em 1em 12em;
  box-sizing: border-box;
}

.pqe{
  width:100%;
  text-align:center;
  margin-top:40px;
}
.pqe h1{
letter-spacing:1px;
line-height:1em;
margin-bottom:15px;
margin-top:10px;
}
.elegirnos{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  width:80%;
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
  margin:0 auto;
}
.elegirnos .porque{
  width:30%;
  font-size:16px;
  padding:1em;
  line-height:1.4em;
  box-sizing: border-box;
}
.porque img{
  width:100%;
  margin-top:10px;
}

.marcas{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  width:88%;
  margin: 0 auto;
  margin-bottom:30px;
}
.logo{
  width:27%;
  border: solid 1px rgb(228, 228, 228);
  padding-top:20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.logo img{
  display:block;
  width:100%;
  max-width:260px;
  margin:0 auto;
  filter:grayscale(1);
}
.logo img:hover{
  filter:grayscale(0);
  transform:scale(1.05);
}


.introduccion{
  display:block;
  width:100%;
  font-size: 22px;
  color:#20A5DE;
  padding:5px 20px 30px 20px;
  box-sizing: border-box;
  text-align: center;
}

/* TARJETAS */
.servicios{
display:flex;
justify-content: center;
flex-wrap: wrap;
width:80%;
margin: 0 auto;
}
.servicios1{
width:35%;
line-height: 0 !important;
background-image: url("../images/oficina1.jpg");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
border-radius: 30px 0 0 30px;
}
.servicios1 img{
width:100%;
border-radius: 30px 0 0 30px;
}
.servicios2{
  width:40%;
  padding-left:30px;
  padding-right: 30px;
  box-sizing: border-box;
background:rgb(240, 240, 240);
border-radius: 0 30px 30px 0;
}
.servicios2 li{
  font-size:16px;
  color:rgb(85, 85, 85);
}

.tarjeta{
  display:flex;
  position:relative;
  justify-content: center;
  flex-wrap: wrap;
  width:90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom:60px;
}
.ficha{
  position:relative;
  width:17%;
  padding:1em;
    margin:10px;
  margin-top:70px;
  border-radius: 20px;
  padding-top:50px;
padding-bottom:40px;
  font-size:16px;
color:white !important;
  line-height: 1.4em;
background:#1A6CB7;
}
.ficha strong{
color:#89d6f7;
}
.signo{
  position:absolute;
  top:-50px;
  right:0;
  left:0;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .marcas{
  width:100%;
}
    .modal-content {
        width: 100%;
    }
}

/* ------------------------ */

h3{
  margin-top:5px;
  margin-bottom:10px;
    color:black;
}

.tarjetas{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item{
  width:33%;
  text-align: center;
  padding:0.5em;
  box-sizing: border-box;
}
.item img{
  width:100%;
  max-width:350px;
  border-radius: 10px;
  border: 1px solid rgb(182, 216, 255);
}
.item img:hover{
  transform:scale(1.02);
  border:solid 2px white;
}




.celulares2{
  text-align: center;
  width:100%;
font-size:29px;
color:rgb(255,230,0);
  background:#1A6CB7;
  padding:0.5em;
  box-sizing: border-box;
  border-top:1px solid #0490a8;
  border-bottom:2px solid #0490a8;
  margin-bottom:20px;
}
.celulares2 a{
  font-size:30px;
  color:white;
}
.celulares2 a:hover{
  color:rgb(255,230,0);
}


/* BLINK */
.blink_me {
  font-size:30px;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h5{
  margin:0;
  color:grey;
  font-weight:normal;
}

h1{
font-weight: 400;
  color:#20A5DE;
}
.yellow{
  color:yellow;
}

.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;
}
.speech{
  font-size:20px;
  width:100%;
  color:white;
  text-align:center;
  background:#ea728c;
  padding:1em;
  box-sizing: border-box;
}
.footer{
line-height: 1.4em;
padding:2em 1em;
background:#1A6CB7;
text-align:center;
color:white;
box-shadow: 0px 0px 28px -2px 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;
}
.form_inscripcion{
  width:35%;
  margin:0 auto;
  text-align: center;
}
.faltan{
  margin-top:25px;
  font-size:30px;
  background:#ea728c;
  color:white;
  text-align: center;
  padding:0.6em;
  border-radius: 15px 15px 0 0;
}

.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{
    max-width:100%;
    width: 100%;
    margin:0 auto;
    background:white;
    /*box-shadow: 0px 0 15px rgb(0 0 0 / 50%);
    margin-top:25px;*/
}

/* banda superior */
.banda_header{
    color:black;
    text-align:center;
    font-size:18px;
    padding:1.5em 1em 1em 1em;
    box-sizing: border-box;
    background:white;
    box-shadow: 0px 0px 28px -2px white;
}

.banda_header img{
max-width: 362px;
}

.banda_header h1{
  font-size:22px;
  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:80vh;
border-radius: 0;
background-image: url("../images/hero-auto.jpg");
background-position: top right; 
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;
  top:4%;
  right:0;
  left:0;
}

.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;
}

.active:after {
  content: "\2212";
}

/* SOBRE MI ----------------- */
.sobremi{
  display:flex;
  align-items: stretch;
  width:100%;
  flex-wrap:nowrap;
}
.sobremi img{
  width:100%;
  max-width: 800px;
}
.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:rgb(85, 85, 85);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:17px;
    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:-55px;
right:-15px;
z-index:2000
}
.social img{
  width:100%;
  max-width:300px;
}
.social ul{list-style:none}
.social ul li a{
display:inline-block;
padding: 2px 2px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
/* box-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
}

.social ul li a:hover{opacity:0.8;}
/* ----------------------------------------- */

@media (max-width: 480px) {
.logo{
  width:100%;
}
.marcas{
margin-bottom:0;
}
  .social img{
  max-width:250px;
}
}


/* FORMULARIO CONTACTO ---------------------------- */

.contact{
  display:flex;
  align-items: center;
}
.contact_foto{
  width:25%;
}
.contact_foto img{
  width:100%;
  max-width:140px;
}
.contact_descripcion{
  width: 75%;
  text-align: left;
  padding:16px;
  line-height:1.6em
}

.con_titulo{
color:#ea728c;
font-size: 20px;
}
.con_subtitulo{
color:#FC8E43;
font-size: 22px;
}
.con_descripcion{
line-height:1.6em;
}

.s7-btn {
  /* display: block; */
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    background: rgb(46, 153, 46);
    font-family: "Muli", Sans-serif;
    border-radius: 3px 3px 3px 3px;
    border-color: #303030;
    padding: 10px 20px;
    margin-top: 20px;
    /* width: 200px; */
    text-decoration: none;
    margin-bottom:2em;
} 
.s7-btn:hover {
  background: #FF7000;
  cursor:pointer;
}
.speech_consultas{
  padding: 0 15% 0 15%;
  text-align:center;
}

input, textarea, select{
font-size:16px;
font-family: Arial, Helvetica, Sans-serif;
width:94%;
padding:10px;
box-sizing: border-box;
border-radius: 5px;
margin:3px;
color:black;
border: solid 1px #AAAAAA;
}

.grecaptcha-badge {
visibility: hidden;
}
.consulta_enviada{
font-family: sans-serif;
font-size:18px;
font-weight: 400;
line-height: 1em;
color:white;
background: #3EB6A3;
line-height:1.3em;
width: 100%;
padding: 2em 1em 2em 1em;	
box-sizing: border-box;
text-align: center;
}


@media (max-width: 1730px) {
.tarjeta{
  width:100%;
}
}
@media (max-width: 1570px) {
.servicios1{
width:40%;
}
.servicios2{
width:45%;
}
}

@media (max-width: 1330px) {
.ficha{
    width:19%;
  padding:1em;
  margin:10px;
  margin-top:70px;
  border-radius: 20px;
  padding-top:50px;
padding-bottom:40px;
line-height: 1.4em;
}
}

@media (max-width: 1300px) {
.contenedor{
    box-shadow: none;
    margin-top:0px;
}
}

@media (max-width: 1250px) {
.form_inscripcion{
  width:45%;
}
}

@media (max-width: 1220px) {
.elegirnos{
  width:90%;
}
.servicios{
width:95%;
}
}

@media (max-width:1100px){
  .footer{
  padding:2em 1em 9em 1em;
}
}

@media (max-width: 1000px) {
.ficha{
  width:30%;
  padding:1em;
  margin:10px;
  margin-top:70px;
  border-radius: 20px;
  padding-top:50px;
padding-bottom:40px;
line-height: 1.4em;
}
}

@media (max-width: 991px) {
.form_inscripcion{
  width:65%;
}
.speech2{
  padding:0 8em 1em 8em;
}

.elegirnos{
  width:100%;
}

.ficha{
  position:relative;
  width:28%;
  padding:1em;
  border:1px solid #00B0CE;
  margin:5px;
  margin-top:70px;
  border-radius: 20px;
  padding-top:60px;
  font-size:16px;
  line-height: 1.4em;
}
.item{
  width:47%;
  padding-bottom:0.2em;
  box-sizing: border-box;
}
.consulta_enviada{
margin-top:3px;
}
.banda_header h1{
    font-size:20px;
}
.items p{
  line-height: 0.6em;
}
}

/* form inscripcion cursos */
.contact_foto img{
  max-width:140px;
  width:100%;
}

@media (max-width: 960px) {
.servicios1{
width:50%;
}
.servicios2{
width:50%;
}
}

@media (max-width: 850px) {
.elegirnos .porque{
  width:100%;
}
.porque img{
  max-width:400px;
  margin-top:10px;
}
.speech2 {
    padding: 0 2em 1em 2em;
}

.ficha{
  position:relative;
  width:40%;
  padding:1em;
  border:1px solid #00B0CE;
  margin:5px;
  margin-top:70px;
  border-radius: 20px;
  padding-top:60px;
  font-size:16px;
  line-height: 1.4em;
}
}

@media (max-width: 750px) {
.servicios{
width:100%;
margin:0 !important;
}
 .servicios1{
  width:100%;
  height:250px;
border-radius:0;
}
.servicios1 img{
border-radius:0;
}
.servicios2{
  width:100%;
border-radius:0;
} 
.servicios .servicios2 p strong{
color:black !important;
}
}

@media (max-width: 650px) {
.tarjeta{
margin-bottom:0;
}
.ficha .signo img{
  width:80px;
}
.signo{
top:-43px;
}
.ficha{
  width:100%;
  padding:1em;
  margin:0px;
  margin-top:60px;
  border-radius: 0px;
  padding-top:40px;
  font-size:16px;
  line-height: 1.3em;
}

.item{
  width:50%;
  margin:0;
  padding-bottom:0px;
  padding-left:6px;
  padding-right:6px;
}
.contenido{
  padding:0.5em 1em;
}
ul{
  margin-left:-22px;
}
h2{
    font-size: 20px;
    margin-bottom: 6px;
}
}

@media (max-width: 500px){
.form_inscripcion{
  width:90%;
}
.item{
  width:100%;
  margin:0;
  padding:0;
  margin-bottom:6px;
}
.bot_consultas{
  margin:auto;
  margin-bottom:15px;
}
}

@media (max-width: 490px) {
.celulares2 a{
font-size:26px !important;
}
}

@media (max-width: 440px) {
.introduccion{
  padding-bottom:10px;
  font-size:20px;
}
.ficha .signo img{
  width:70px;
}
.signo{
  top:-39px;
}
.ficha{
  margin-top:54px;
}

.banda_header{
    font-size:16px;
}
.banda_header img{
  width:255px;
}
}

@media (max-width: 440px) {
.hero h1 {
    font-size:25px;
}
.hero p {
    font-size:18px;
}
h5{
  font-size:12px;
}
}