body {
  background-color: #ddd;
    font-family: "Open Sans", sans-serif;
    color: #222;   /* Negro oscuro */
}
  
  
  
  

textarea {
  resize: none;
}

a:link {
  text-decoration: none;
}
address {
  text-align: center;
  margin: 2px 0px;
}
address a {
  padding: 3px 20px;
  background: #ff8a22;
  font-weight: 700;
  color: white;
  font-size: 18px;
}

.logomax {
  width: 237px;
}

@media (max-width: 412px) {
  address a {
    padding: 4px 14px;
    font-size: 17px;
  }
  .logomax {
    width: 160px;
  }
}

.tels {
  font-size: 20px;
  float: right;
  margin: 0px 4px;
}

.barratel {
  background: rgb(7, 27, 82);
  max-width: 1170px;
  margin: 0px auto;
}
/*.tels a{
    display: inline-block;
    background: rgb(37, 211, 102);   /* Verde oficial de WhatsApp */
   /* color: rgb(255,255,255);
    text-decoration: none;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 5px;
    transition: all .3s ease;
}*/

/*.tels a:hover{
    background: rgb(255,138,34);     /* Naranja */
    /*color: rgb(255,255,255);
    font-weight: 700;                /* Más gruesa */
/*}*/


.tels a{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#25D366;
    color:#fff;
    text-decoration:none;

    font-weight:600;

    padding:6px 14px;

    border-radius:12px;

    transition:.3s;
}

.tels a:hover{
    background:#F66106;
    color:#fff;
}

.tels a img{
    width:22px;
    height:22px;
}

.tels .wsp{
    font-size:15px;
    font-weight:600;
}

.tels .numero{
    font-size:18px;
    font-weight:700;
    letter-spacing:.5px;
}

.tels a i{
    color: rgb(255,255,255);
}

.tels a:hover i{
    color: rgb(7,27,82);             /* Ícono azul al pasar el mouse */
}
.font-17 {
  font-size: 17px;
}

.auto-escuela-manejo-head {
   background: transparent;
    height: auto;
    min-height: 108px;
}
.auto-escuela-manejo-head nav .logo {
  margin: 10px 10px;
}
.auto-escuela-manejo-head nav .logo img {
  width: 100px;
}

/* MENU */
.auto-escuela-manejo-head nav #navbar {
    background:linear-gradient(#FFF);
	
}

.auto-escuela-manejo-head nav #navbar ul {
    margin: 7px -10px;
    padding: 0;
    font-size: 0;
}

.auto-escuela-manejo-head nav #navbar ul li {

    list-style: none;

    border-radius: 20px;

    overflow: hidden;

    margin: 0 5px;

    background: linear-gradient(
        180deg,
        #1F82E8 0%,
        #0D56AF 45%,
        #071B52 100%
    );

    transition: all .30s ease;

    /* Efecto de botón elevado */
    box-shadow:
        0 3px 0 #03163E,
        0 8px 18px rgba(0,0,0,.30),
        inset 0 1px 0 rgba(255,255,255,.25);
		
	 transition:
        background-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease;	
}



.auto-escuela-manejo-head nav #navbar ul li a {
  color:#FFF;
    display:block;
    padding:10px 18px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.auto-escuela-manejo-head nav #navbar ul li:hover{
 background:#1F82E8;	
}
.auto-escuela-manejo-head nav #navbar ul li.active {
	/* NARANJA  90% visible */
   background:#FF8A22;
    box-shadow:0 0 15px rgba(255,138,34,.6);
}
.auto-escuela-manejo-head nav #navbar ul li:hover a,
.auto-escuela-manejo-head nav #navbar ul li.active a {
  text-decoration: none;
  color: #FFF;
  }


footer {
  background-color: #344046;
  padding: 42px 0;
}

.auto-escuela-manejo-foot {
  color: #8f9caa;
}
.auto-escuela-manejo-foot address {
  padding: 5px 0 0 33px;
  position: relative;
}
.auto-escuela-manejo-foot address img {
  position: absolute;
  left: 0;
  top: 5px;
}
.auto-escuela-manejo-foot strong {
   position: relative;
    display: inline-block;

    /* Azul eléctrico brillante */
    background: linear-gradient(
        180deg,
        #d9f7ff 0%,
        #7fd8ff 10%,
        #2ab8ff 25%,
        #0099ff 45%,
        #006cff 65%,
        #003bff 82%,
        #001f8f 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    /* Contorno */
    /*-webkit-text-stroke: 1px #00113d;*/

    /* Brillo */
   /* filter:
        drop-shadow(0 0 3px rgba(255,255,255,.8))
        drop-shadow(0 0 8px rgba(0,153,255,.8))
        drop-shadow(0 0 15px rgba(0,102,255,.5));*/
 

  
}

/*==========================
      CURSOS
==========================*/

.curso-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.10);

    transition:.35s;

    height:100%;

    display:flex;

    flex-direction:column;

    position:relative;

    margin-bottom:35px;

}

.curso-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.18);

}

.curso-badge{

    width:120px;

    margin:25px auto 10px;

    background:linear-gradient(90deg,#071B52,#1F82E8);

    color:#fff;

    text-align:center;

    padding:8px;

    border-radius:40px;

    font-weight:700;

    letter-spacing:2px;

    font-size:13px;

}

.curso-card h2{

    text-align:center;

    color:#071B52;

    font-size:28px;

    font-weight:700;

    margin:10px 20px;

}

.curso-precio{

    font-size:48px;

    font-weight:800;

    color:#071B52;

    text-align:center;

    margin:15px 0;

    position:relative;

}

.curso-precio:before,
.curso-precio:after{

    content:"";

    width:55px;

    height:3px;

    background:#FFD500;

    position:absolute;

    top:50%;

}

.curso-precio:before{

    left:25px;

}

.curso-precio:after{

    right:25px;

}

.curso-horas{

    text-align:center;

    color:#777;

    font-weight:600;

    margin-bottom:20px;

}

.curso-lista{

    list-style:none;

    padding:0;

    margin:0 25px 20px;

}

.curso-lista li{

    background:#f7f9fc;

    margin-bottom:10px;

    padding:12px 15px;

    border-radius:8px;

    color:#444;

    transition:.25s;

}

.curso-lista li:hover{

    background:#eef5ff;

}

.curso-lista i{

    color:#1F82E8;

    margin-right:10px;

}

.curso-tarjeta{

    margin:auto 25px 20px;

    text-align:center;

    color:#F66106;

    font-weight:700;

}

.curso-btn{

    display:block;

    background:#FFD500;

    color:#000;

    text-align:center;

    padding:16px;

    font-weight:700;

    transition:.30s;

    text-decoration:none;

}

.curso-btn:hover{

    background:#25D366;

    color:#fff;

    text-decoration:none;

}

.auto-escuela-manejo-foot a {
  color: #8f9caa;
}
.auto-escuela-manejo-foot a:hover {
  color: #F66106;
}



.modal#promo .modal-content .modal-header .modal-title {
  font-size: 20px;
  text-transform: uppercase;
}
.modal#promo .modal-content .modal-body h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.modal#promo strong {
  color: #344046;
}
.modal#promo a {
  color: #F66106;
}

.auto-escuela-manejo-banner {
  margin-top: 70px;
    margin-bottom: 30px;
}
.auto-escuela-manejo-banner .cont-banner {
  position: relative;
}
.auto-escuela-manejo-banner .cont-banner img.banner {
  width: 100%;
}
.auto-escuela-manejo-banner .cont-banner .list-messages {
  bottom: 0;
  padding: 0 40px 20px;
  position: absolute;
  width: 100%;
}
.auto-escuela-manejo-banner .cont-banner .list-messages ul {
  margin: 0;
  padding: 0;
}
.auto-escuela-manejo-banner .cont-banner .list-messages ul li {
  list-style: none;
}
.auto-escuela-manejo-banner .cont-banner .list-messages h2 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.auto-escuela-manejo-info {
  margin-bottom: 50px;
}
.auto-escuela-manejo-info .cont-info {
 
    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.10);

    transition:.35s;

    margin-bottom:30px;;
}

.auto-escuela-manejo-info .cont-info:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}
.auto-escuela-manejo-info .cont-info .cont-img {
  margin: 0 auto;
  overflow: hidden;
}
.auto-escuela-manejo-info .cont-info .cont-img img {
  max-width: 100%;
  width: 100%;
}
.auto-escuela-manejo-info .cont-info .title {
  background-color: #071B52;
  padding: 10px 20px;
  text-transform: uppercase;
}
.auto-escuela-manejo-info .cont-info .title h2 {
  color: #fff;
  margin: 0;
  font-size: 30px;
}
.auto-escuela-manejo-info .cont-info .title span {
  color: #F66106;
  font-size: 15px;
}
.auto-escuela-manejo-info .cont-info p {
  padding: 10px 20px;
}
.auto-escuela-manejo-info .cont-info p a {
  color: #000;
}
.auto-escuela-manejo-info .cont-info p a.contacto {
  color: RGB(246, 97, 6);
  font-weight: bold;
}
.auto-escuela-manejo-info .cont-info p a:hover {
  color: #2f892c;
  text-decoration: none;
}

.auto-escuela-manejo-info.pink .cont-info .title {
  background-color: #d25064;
}
.auto-escuela-manejo-info.pink .cont-info .title span {
  color: #7b2331;
}
.auto-escuela-manejo-info.pink .cont-info p a {
  color: #000;
}
.auto-escuela-manejo-info.pink .cont-info p a.contacto {
  color: #d25064;
}

.auto-escuela-manejo-info.blue .cont-info .title {
  background-color: #5092d2;
}
.auto-escuela-manejo-info.blue .cont-info .title span {
  color: #2e4a7b;
}
.auto-escuela-manejo-info.blue .cont-info p a {
  color: #000;
}
.auto-escuela-manejo-info.blue .cont-info p a.contacto {
  color: #5092d2;
}

.auto-escuela-manejo-promo {
  margin-bottom: 50px;
}
.auto-escuela-manejo-promo .cont-promo {
  background-color: #fff;
}
.auto-escuela-manejo-promo .cont-promo .title {
  background-color: #507fd2;
  padding: 10px 20px;
}
.auto-escuela-manejo-promo .cont-promo .title h2 {
  color: #fff;
  font-size: 35px;
}
.auto-escuela-manejo-promo .cont-promo .cont-text {
  padding: 10px 20px;
}

.auto-escuela-manejo-horario {
  background-color: #fff;
  padding: 54px 0 50px 0;
}
.auto-escuela-manejo-horario h1 {
  font-size: 30px;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}
.auto-escuela-manejo-horario h1.empresa {
  color: RGB(246, 97, 6);
}
.auto-escuela-manejo-horario img.pull-left {
  margin-right: 20px;
  max-width: 200px;
}
.auto-escuela-manejo-horario .horarios p.horarios {
  font-size: 16px;
  color: #344046; 
}
.auto-escuela-manejo-horario .list-group .list-group-item-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  padding-bottom: 10px;
}
.auto-escuela-manejo-horario .list-group .list-group-item-text {
  margin-top: 5px;
}
.auto-escuela-manejo-horario .list-group .list-group-item-text .glyphicon {
  color: RGB(246, 97, 6);
  margin-right: 4px;
}
.auto-escuela-manejo-horario .text-objetivos {
  margin-bottom: 20px;
}
.auto-escuela-manejo-horario .text-objetivos ul {
  padding-left: 10px;
}
.auto-escuela-manejo-horario .text-objetivos ul li {
  list-style: none;
  margin-bottom: 4px;
}
.auto-escuela-manejo-horario .text-objetivos ul li .glyphicon {
  color: RGB(246, 97, 6);
  margin-right: 10px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #069;
}

.alert {
  display: none;
}

.auto-escuela-manejo-informacion {
  margin: 54px auto;
}
.auto-escuela-manejo-informacion h1.title {
   text-align:center;

    font-size:clamp(32px,5vw,48px);

    font-weight:800;

    color:#071B52;

    margin:70px 0 15px;

    position:relative;

    text-transform:uppercase;

    letter-spacing:2px;
	
	}
.auto-escuela-manejo-informacion h1.title.blue {
  color: #5092d2;
}
.auto-escuela-manejo-informacion h1.title.pink {
  color: #d25064;
}
.auto-escuela-manejo-informacion h1.title span {
 display:block;

    color:#F66106;

    font-size:20px;

    margin-top:10px;

    font-weight:600;
}

.auto-escuela-manejo-informacion h1.title:after{

    content:"";

    width:120px;

    height:5px;

    background:linear-gradient(90deg,#F66106,#FFD500);

    display:block;

    margin:18px auto 0;

    border-radius:20px;

}
.auto-escuela-manejo-informacion .materials .cont-img {
   background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    transition:.35s;
}

.auto-escuela-manejo-informacion .materials .cont-img:hover{

    transform:translateY(-8px);

}
.auto-escuela-manejo-informacion .materials .cont-img img {
    width:100%;

    transition:.4s;
}

.auto-escuela-manejo-informacion .materials .cont-img:hover img{

    transform:scale(1.05);

}
.auto-escuela-manejo-informacion .materials .cont-img p {
 
    padding:25px;

    font-size:16px;

    line-height:1.7;
}
.auto-escuela-manejo-informacion .list-materials .media {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 6px;
}
.auto-escuela-manejo-informacion .list-materials .media:hover {
  background-color: #54bf83;
  color: #fff;
}
.auto-escuela-manejo-informacion .list-materials .media .media-left img {
  border-radius: 4px;
}
.auto-escuela-manejo-informacion
  .list-materials
  .media
  .media-body
  .media-heading {
  font-size: 22px;
}

.auto-escuela-manejo-links ul {
  padding: 0;
}
.auto-escuela-manejo-links ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
  width: 180px;
}
.auto-escuela-manejo-links ul li strong {
  font-size: 20px;
}
.auto-escuela-manejo-links ul li.zone {
  display: block;
}
.auto-escuela-manejo-links a {
  color: #344046;
}
.auto-escuela-manejo-links a:hover {
  color: #54bf83;
}

.auto-escuela-manejo-objetivos {
  margin: 54px auto;
}
.auto-escuela-manejo-objetivos .cont-objectives {
  background-color: #344046;
  margin-bottom: 15px;
}
.auto-escuela-manejo-objetivos .cont-objectives .object-left {
  float: left;
  padding: 20px 10px;
}
.auto-escuela-manejo-objetivos .cont-objectives .object-left span {
  color: #fff;
  font-size: 60px;
  line-height: 76px;
}
.auto-escuela-manejo-objetivos .cont-objectives .object-body {
  color: #54bf83;
  font-size: 22px;
  float: left;
  line-height: 1;
  padding: 20px 0;
  text-transform: uppercase;
}
.auto-escuela-manejo-objetivos .cont-objectives .object-body .object-heading {
  color: #fff;
  font-size: 23px;
}

.auto-escuela-manejo-objetivos .cont-objectives .object-right {
    color: #fff;

    /* Degradado Azul Premium */
    background: linear-gradient(
        135deg,
        #061A4D 0%,
        #0B3D91 25%,
        #1F7BFF 55%,
        #6BCBFF 75%,
        #DDF5FF 100%
    );

    font-size: 40px;
    float: right;
    line-height: 76px;
    padding: 20px 2px;
    vertical-align: middle;

    /* Efecto premium */
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}
  

.auto-escuela-manejo-objetivos .text-objetivos {
  margin-bottom: 20px;
}
.auto-escuela-manejo-objetivos .text-objetivos ul {
  padding-left: 10px;
}
.auto-escuela-manejo-objetivos .text-objetivos ul li {
  list-style: none;
  margin-bottom: 4px;
}
.auto-escuela-manejo-objetivos .text-objetivos ul li .glyphicon {
  color: #F66106;
  margin-right: 10px;
  
  
  
}





@media (min-width: 768px) {
  .auto-escuela-manejo-banner .cont-banner .list-messages h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .auto-escuela-manejo-horario {
    background-color: #fff;
    padding: 40px 0 50px 0;
  }
  .auto-escuela-manejo-horario h1 {
    font-size: 40px;
  }
  .auto-escuela-manejo-horario .horarios p.horarios {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .auto-escuela-manejo-head nav .logo img {
    width: 100%;
  }
  .auto-escuela-manejo-head nav #navbar {
    background-color: transparent;
    float: right;
    margin: 20px 0;
  }
  .auto-escuela-manejo-head nav #navbar ul {
    margin: 0;
  }
  .auto-escuela-manejo-head nav #navbar ul li {
    background-color: #344046;
    display: inline-block;
  }
  .auto-escuela-manejo-head nav #navbar ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 18px;
  }

  .auto-escuela-manejo-banner .cont-banner .list-messages h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .auto-escuela-manejo-info .cont-info .title h2 {
    font-size: 32px;
  }
  .auto-escuela-manejo-info .cont-info .title span {
    font-size: 20px;
  }

  .auto-escuela-manejo-horario {
    background-color: #fff;
    padding: 20px 0 50px 0;
  }
  .auto-escuela-manejo-horario h1 {
    font-size: 40px;
  }
  .auto-escuela-manejo-horario .horarios p.horarios {
    font-size: 22px;
  }

  .modal#promo .modal-content .modal-header .modal-title {
    font-size: 40px;
  }
  .modal#promo .modal-content .modal-body h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .auto-escuela-manejo-head {
    height: 108px;
  }
  .auto-escuela-manejo-head nav #navbar ul li a {
    padding: 23px 30px;
  }

  .auto-escuela-manejo-banner .cont-banner .list-messages h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

/*# sourceMappingURL=autoescuelamanejo.css.map */

/* popup */

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.booknow-popup-sec {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
}
.booknow-popup-sec ul li button.submit-btn:focus,
.booknow-popup-sec ul li input {
  outline: none;
}
.booknow-popup-sec {
  font-family: "Montserrat", sans-serif;
  margin: 30px auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.booknow-popup-sec h2 {
  margin: 0 0 30px 0;
  padding: 0 50px;
  letter-spacing: -0.4px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 35px;
}
.booknow-popup-sec h6 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin: 0 0 20px 0;
  padding: 0px;
}
.booknow-popup-sec ul {
  margin: 0px;
  padding: 0px 30px;
  float: left;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
}
.booknow-popup-sec ul li {
  margin: 0;
  padding: 0px;
  float: left;
  width: 100%;
}
.booknow-popup-sec ul li input {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a3a3a3;
  border: 1px solid lightgrey;
  margin: 0 0 30px 0px;
  padding: 14px;
  font-weight: 600;
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
}
.booknow-popup-sec ul li button.submit-btn {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
  cursor: pointer;
  border: 0px;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.31);
  background: #54bf83;
  background: -moz-linear-gradient(top, #8cc63f 0%, #54bf83 99%);
  background: -webkit-linear-gradient(top, #8cc63f 0%, #54bf83 99%);
  background: linear-gradient(to bottom, #8cc63f 0%, #54bf83 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#54bf83', GradientType=0 );
}
.booknow-popup-sec ul li button.submit-btn:hover {
  background: #54bf83;
}
.precios-descuento {
  margin-top: 2% !important;
  font-size: 40px !important;
  color: white !important;
  font-weight: 900 !important;
  text-shadow: 2px 2px black;
}
.booknow-popup-sec .booknow-popup-clsbtn {
  font-size: 14px;
  line-height: 18px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0px;
  top: -14px;
  border: 0px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.27);
  cursor: pointer;
}
.booknow-popup-sec .booknow-popup-clsbtn:hover {
  color: #fff;
  background: #1F7BFF;
}
.booknow-popup-sec ul li button.submit-btn:hover {
  background: #1F7BFF;
}
.popup-graybox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99999;
  text-align: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  overflow: auto;
}
.booknow-popup-sec .booknow-popup-clsbtn {
  font-size: 14px;
  line-height: 18px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0px;
  top: -14px;
  border: 0px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.27);
  cursor: pointer;
}
.left_side {
  float: left;
  height: 438px;
  background-image: url(../images/popup1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2%;
}
.left_side h1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
}
.booknow-popup-sec h2 span {
  color: #54bf83;
  font-weight: 700;
}
.left_side h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.right_side {
  float: left;
  height: 438px;
  background: #fff;
}
.content1 {
  padding: 5px 5px 20px 5px;
}
.content1 p {
  color: white;
}
.content2 {
  padding: 12px 0 36px;
}
.booknow-popup-sec img {
  padding-bottom: 15px;
}
.content1 h1 {
  font-size: 35px;
}
.left_side h3 {
  font-size: 25px;
  margin-top: 10%;
}
.popup-graybox {
  background-color: rgba(0, 0, 0, 0.5);
}
.promo{
    font-family: Spartan;
    margin-top: 21px;
    font-size: 55px;
    color: #fbfbfb;
}
@media only screen and (max-width: 815px) {
  .booknow-popup-sec {
    width: 80%;
  }
  .booknow-popup-sec h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .booknow-popup-sec ul li input {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0px;
    padding: 12px;
    font-weight: 500;
  }
  .booknow-popup-sec ul li button.submit-btn {
    font-size: 12px;
  }
  .left_side h1 {
    font-size: 52px;
  }
  .left_side h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 4%;
  }
  .promo{
    margin-top: 0px;
}
  .booknow-popup-sec img {
    padding-bottom: 10px;
    width: 30%;
  }
  .left_side {
    height: auto;
  }
  .right_side {
    height: auto;
  }
  .content1 {
    padding: 68px 0;
  }
  .content2 {
    padding: 38px 0;
  }
  .right_side {
    width: 100%;
    height: 335px;
  }
  .content2 {
    padding: 23px 0;
  }
  .booknow-popup-sec img {
    width: 10%;
    padding-bottom: 0;
  }
  .content1 {
    padding: 20px 0 0;
  }
  .left_side {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .left_side h1 {
    font-size: 42px;
  }
  .booknow-popup-sec h2 {
    font-size: 16px;
    line-height: 25px;
  }
  .left_side h3 {
    font-size: 15px;
  }
  .right_side {
    height: auto;
  }
  .booknow-popup-sec {
    padding: 30px 10px;
  }
  .booknow-popup-sec {
    width: 95%;
  }
  .booknow-popup-sec ul li button.submit-btn {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 0;
  }
  .booknow-popup-sec ul li input {
    font-size: 12px;
    margin: 0 0 12px 0px;
    padding: 12px;
  }
  .booknow-popup-sec h2,
  .booknow-popup-sec ul {
    padding: 0 20px;
  }
  .left_side {
    height: auto;
  }
  .booknow-popup-sec .booknow-popup-clsbtn {
    top: 15px;
    border: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .booknow-popup-sec h6 {
    line-height: 22px;
    font-weight: normal;
  }
}

#covid{
  margin: 3% 0 5%;
}
#covid img{
  width: 50%;
  margin: 5% 25%;
}
#covid h3{
  text-align: center;
  color: #54bf83;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 2%;
}
#covid .thumbnail{
  border: 2px solid #54bf83;
  -webkit-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.75);
}
#covid .thumbnail p{
  text-align: center;
  font-size: 18px;
  margin-top: 2%;
}
.texto-covid{
  margin-bottom: 3%;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
}
.clear-b{
  clear: both;
}
@media (max-width: 768px) {
  #covid img{
    width: 90%;
    margin: 0 5%;
  }
  .display-none{
    display: none;
  }
}

.grecaptcha-badge{
  display: none !important;
}

.boton-mp{
  cursor: pointer;
    display: inline-block;
    margin: 10px;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 20px;
    background: url(../../secure.mlstatic.com/mptools/assets/MP-payButton-blue.png) rgb(40, 83, 111);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(41, 62, 117);
    text-shadow: rgb(41 62 117) 1px 1px;
}

body {
    background-color: #ddd;
    font-family: "Open Sans", sans-serif;
    color: #222;   /* Negro oscuro */
}

/*==========================
   NUEVOS ESTILOS DE PRECIOS
==========================*/

.curso-precio-tarjeta {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #071B52;
    margin-top: 15px;
}

.curso-detalle-tarjeta {
    text-align: center;
    color: #777;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.curso-etiqueta-efectivo {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #777;
    margin-top: 15px;
    text-transform: uppercase;
}

.curso-precio-efectivo {
    font-size: 44px;
    font-weight: 800;
    color: #071B52;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
}

/* Las rayitas amarillas a los lados del precio en efectivo (igual que tenías antes) */
.curso-precio-efectivo:before,
.curso-precio-efectivo:after {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFD500;
    position: absolute;
    top: 50%;
}
.curso-precio-efectivo:before { left: 20px; }
.curso-precio-efectivo:after { right: 20px; }

.curso-descuento {
    text-align: center;
    color: #F66106; /* Naranja de tu marca */
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
}

.curso-mejor-precio {
    text-align: center;
    color: #28a745; /* Verde para destacar motos */
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
}

/*==========================
   FOOTER Y REDES SOCIALES (SIN BORDES)
==========================*/

/* Corregimos el problema del <address> global */
.auto-escuela-manejo-foot address.footer-redes {
    padding: 0; 
}

/* Contenedor principal de la columna de redes */
.auto-escuela-manejo-foot .footer-redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

/* Contenedor de los iconos */
.auto-escuela-manejo-foot .social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

/* LOS BOTONES */
.auto-escuela-manejo-foot .footer-redes a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    border: none; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: transparent !important; /* <-- CAMBIAMOS #fff POR transparent */
    padding: 0 !important;       
    font-size: 0 !important;     
    font-weight: normal !important;
}

/* EFECTO HOVER (Al pasar el mouse) */
.auto-escuela-manejo-foot .footer-redes a:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    /* Aquí eliminamos el border-color: #F66106; */
}

/* Las imágenes dentro de los botones */
.auto-escuela-manejo-foot .social-buttons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: static !important; 
    left: auto !important;       
    top: auto !important;        
}



/*==================================================
          OPINIONES DE ALUMNOS (CORREGIDO)
==================================================*/

.opiniones {
    width: 100%;
    padding: 70px 20px;
    background: linear-gradient(180deg, #f7f9fc, #edf3fb);
    text-align: center;
}

.titulo-opiniones {
    font-size: clamp(28px, 5vw, 38px); /* Tamaño responsive */
    font-weight: 700;
    color: #163b70;
    margin-bottom: 12px;
}

/* --- ENCABEZADO (El cuadrito chico de arriba) --- */
.encabezado-opiniones {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 25px 35px;
    max-width: 430px;
    margin: 0 auto 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 1px solid #ececec;
}

.encabezado-opiniones .google-logo { /* Especificamos que ES ESTE logo */
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.encabezado-opiniones .google-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.encabezado-opiniones .google-rating span {
    color: #FBBC04;
    font-size: 22px;
    letter-spacing: 2px;
}

.encabezado-opiniones .google-rating strong {
    color: #202124;
    font-size: 24px;
    font-weight: 700;
}

.subtitulo-opiniones {
    margin-top: 12px;
    color: #5f6368;
    font-size: 18px;
    line-height: 1.6;
}

/* --- SLIDER PRINCIPAL --- */
.slider-opiniones {
    position: relative;
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    /* Le sacamos el height fijo para que crezca según el texto */
    padding: 0 50px; /* Espacio para que las flechas no tapen el texto */
}

/* --- TARJETAS DE COMENTARIOS --- */
.opinion {
    display: none; /* Ocultas por defecto */
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
    text-align: left;
    /* SACAMOS EL POSITION ABSOLUTE PARA QUE EL CONTENEDOR MIDA BIEN */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.opinion:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,.15);
}

.opinion.activa {
    display: block; /* Solo la activa se muestra */
}

.opinion-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.foto-opinion {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dadce0;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.datos-opinion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.opinion-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #202124;
}

.estrellas {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
    font-size: 14px;
}

.estrellas span {
    color: #FBBC04;
    font-size: 18px;
    letter-spacing: 2px;
}

.google-mini {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

.rating {
    color: #FBBC04;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.separador {
    color: #9AA0A6;
    font-size: 14px;
    margin: 0 4px;
}

.fecha {
    color: #888;
    font-size: 14px;
}

.opinion p {
    margin-top: 15px;
    line-height: 1.7;
    color: #444;
}

/* --- FLECHAS DEL SLIDER --- */
.flecha {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: #0d4f9d;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    transition: .35s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flecha:hover {
    background: #0d4f9d;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.anterior {
    left: 0; /* Se queda dentro del padding del contenedor */
}

.siguiente {
    right: 0; /* Se queda dentro del padding del contenedor */
}


/* --- GOOGLE REVIEW BOX (El cuadro grande de abajo) --- */
.google-review-box {
    max-width: 760px;
    width: 95%;
    margin: 80px auto 50px;
    background: #fff;
    border-radius: 22px;
    padding: 28px 35px;
    border: 1px solid #E7E7E7;
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
    transition: .35s;
}

.google-review-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(0,0,0,.15);
}

.google-top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.google-review-box .google-logo { /* Especificamos que ES ESTE logo */
    width: 85px;
    flex-shrink: 0;
}

.google-top h2 {
    margin: 0;
    color: #183C72;
    font-size: clamp(24px, 4vw, 34px); /* Tamaño responsive */
    text-align: left;
}

.google-review-box .google-rating {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-review-box .google-rating span {
    color: #FBBC04;
    font-size: 24px;
}

.google-review-box .google-rating strong {
    font-size: 30px;
    color: #202124;
}

.google-review-box > p {
    margin-top: 20px;
    font-size: 19px;
    color: #5f6368;
    text-align: left;
}

/* --- PUNTITOS DE NAVEGACIÓN (Si los usas en el HTML) --- */
.puntos {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.puntos span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c8d2df;
    margin: 0 6px;
    cursor: pointer;
    transition: background .3s;
}

.puntos .activo {
    background: #1f5eb8;
}

/* --- RESPONSIVE PARA CELULARES --- */
@media (max-width: 768px) {
    .slider-opiniones {
        padding: 0 40px; /* Menos espacio en celulares */
    }
    .flecha {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .opinion {
        padding: 25px;
    }
    .google-review-box {
        padding: 20px;
    }
}

/* --- GOOGLE REVIEW BOX (El cuadro grande de abajo) --- */
.google-review-box {
    max-width: 760px;
    width: 95%;
    margin: 80px auto 50px;
    background: #fff;
    border-radius: 22px;
    padding: 28px 35px;
    border: 1px solid #E7E7E7;
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
    transition: .35s;
    
    /* --- SOLUCIONES AL PROBLEMA DE POSICIÓN --- */
    clear: both;           /* ¡La magia! Obliga al cuadro a ignorar los floats y bajarse */
    position: relative;    /* Crea su propio espacio sin mezclarse con nada */
    overflow: hidden;      /* Por si el contenido interno se desborda, no rompe tu página */
}

.google-review-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(0,0,0,.15);
}

.google-top {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap; /* Agregado: Por si en un celular pequeño el logo y el texto no caben uno al lado del otro, bajen automáticamente */
}

.google-review-box .google-logo { 
    width: 85px;
    flex-shrink: 0;
}

.google-top h2 {
    margin: 0;
    color: #183C72;
    font-size: clamp(24px, 4vw, 34px); 
    text-align: left;
}

.google-review-box .google-rating {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-review-box .google-rating span {
    color: #FBBC04;
    font-size: 24px;
}

.google-review-box .google-rating strong {
    font-size: 30px;
    color: #202124;
}

.google-review-box > p {
    margin-top: 20px;
    font-size: 19px;
    color: #5f6368;
    text-align: left;
    clear: both; /* Aseguramos que el texto de abajo también baje si algo se flotó */
}