html {
    font-size: 62.5%;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
    font-size: 1.4rem;
  }
  ul,
  p {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .contenedor {
    width: 90%;
    max-width: 140rem;
    margin: 0 auto;
  }


  /* Header */
  header{
    width: 100vw;
    height: 7rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #f9f9f9;
    z-index: 100;
}
.abajo{
    height: 12.7rem;
    transition: all 200ms ease;
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.menu{
    display: none;
    align-items: center;
    column-gap: 2rem;
}
.menu a{
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    color: #1D247C;
    font-size: 1.3rem;
    cursor: pointer;

}
.menu a:hover{
    color: #444;
}
  .bar{
    display: block; 
 }
 .bar img{
     width: 3rem;
     filter: invert(100%);
 }
 .menu-active{
     overflow: hidden;
 }
 .menu-active .logo img{
    filter: invert(100%);

 }
 .menu-active .bar img{
     content: url(./img/icon-close.svg);
     filter: none;

 }
 .menu-active .menu{
     display: flex;
     flex-direction: column;
     position: absolute;
     top: 0;
     left: 0;
     background: #fff;
     margin-top: 7rem;
     width: 100vw;
     height: 100vh;
     z-index: 500;
     padding: 14rem 5rem 5rem 5rem;
 }
 .menu-active .menu li{
     height: 5rem;
     display: flex;
     align-items: center;
     padding: 0 2rem;
 }
 
 .menu-active .menu a{
     color: #3a3a3a;
     font-size: 1.6rem;
 }
 .menu-active header{
     background: #ffffffe8;
 }
 @media(min-width:768px){
     .bar{
         display: none; 
      }
      .menu{
     display: flex;
 
      }
     
 }
 @media(min-width:1024px){
     .menu a{
         font-size: 1.5rem;
     }
 }
 /* widget */
 .container-widget{
     width: 100%;
     height: auto;
 
     padding-bottom: 3rem;
 }
 .container-info{
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-end;
 }

 .widget-izquierdo h1{
    color: rgba(131, 14, 14, 1);
    font-size:3.5rem;
    margin-top: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
 }
 .widget-izquierdo h1 span{
    font-size:3.5rem;
    font-weight: bold;
    color: rgb(0, 0, 0);
 }
 .widget-izquierdo h1 .prof{
    font-size:4.5rem;
  
 }
 .widget-izquierdo img{
     max-width: 95%;
 }
 .widget-izquierdo h2{
    color: rgb(0, 0, 0);
    font-size:3.5rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
 }
 .widget-izquierdo h2 span{
    color: rgba(131, 14, 14, 1);
    font-size:3.5rem;

 }
 .widget-derecho{
    
    width: 100%;
    background-image: url(./img/rectangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 10rem;
 }
 .widget-derecho h2{
    color: rgb(115, 108, 108);
    font-size: 2rem;
    text-align: center;
 }
 .widget-derecho h3{
    text-align: center;
    color: rgba(204, 23, 23, 1);
    font-weight: normal;
 }
 .container-inputs{
     display: flex;
     flex-direction: column;
     row-gap: 1rem;
 }
 .container-inputs input{
    color: rgba(107, 107, 107, 1);
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid rgba(150,150,150,.3);
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: Arial,sans-serif;
    width: 100%;
    height: auto;
    letter-spacing: normal;
    font-size: 13px;
    outline: 0;
 }
 .container-inputs div{
     display: flex;
     flex-direction: column;
     row-gap: .5rem;
 }
 .container-inputs select{
    border: 1px solid rgba(150,150,150,.3);
    padding: 18px 20px;
    font-family: Arial,sans-serif;
    width: 100%;
    height: auto;
    letter-spacing: normal;
    font-size: 13px;
    outline: 0;
 }
 .container-inputs button{
    font-size: 20px;
    background-color: rgba(253, 12, 2, 1);
    background-image: linear-gradient(148deg, rgba(255, 110, 8, 1) 0%, rgba(253, 12, 2, 1) 100%);
    border-color: rgba(253, 12, 2, 1);
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px;
    border-width: 0px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 6px;
 }
 /* temporizador */
.container-contador{
    margin-top: 6rem;
    padding-bottom: 2rem;
}
 .container-contador h3{
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
 }
 .cont-temporizador{
    display: flex;
    justify-content: center;   
    margin-top: 50px; 
}
  
.cont-temporizador .bloque{
    margin: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.cont-temporizador .bloque div{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(204, 23, 23, 1);
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    width: 7rem;
    height: 7rem;
    margin-bottom: 10px;
    border-radius: 5px;
}
  
.cont-temporizador .puntos {
display: flex;
align-items: center;
  font-size: 5rem;
  color:rgba(204, 23, 23, 1) ;
  height: 7rem;
}

/* servicios */
.servicios{
    padding: 6rem 0;
}
.servicios h2{
    background-color: rgba(255, 255, 255, 0);
  font-weight: 800;
    color: rgb(134, 127, 127);
    font-size: 42px;
    margin-bottom: 0;
}
.subtitle-servicio{
    color: rgb(134, 127, 127);
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 7rem;
    margin-top: 2rem;
}
.servicios h2, .subtitle-servicio{
    text-align: center;
}
.grid-servicios{
    width: 100%;
     display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 4rem; 
    justify-items: center;
}
.servicio{
    max-width: 100%;
}
.servicio img{
    width: 27rem;
    height: 27rem;
}
.servicio-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid rgba(150,150,150,.20);
}

.servicio-info-p{
    color: rgba(131, 14, 14, 1);
    border: 1px solid rgba(150,150,150,.20);
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 25px;
    text-align: left;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    height: 5rem;
}
.servicio-info-p img{
    width: 2rem;
    height: 2rem;
}
.servicio-info-text{
    display: none;

    width: 100%;
    height: auto;
    min-height: 50rem;

    padding: 3rem;
flex-direction: column;
justify-content: flex-start;
}
.servicio-info-text h2{
    color: rgba(131, 14, 14, 1);
    font-size: 1.6rem;
    text-align: left;
}

.parrafos p{
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.servicio-info-text a{
    color: rgba(131, 14, 14, 1);
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 2rem;
    margin-top: 4rem;
}
.active{
    display: flex;
}

/* descubre */
.descubre-header{
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.descubre-header h2{
    font-size: 3.6rem;
    font-weight: 800;
    color: rgb(134, 127, 127); 
    margin: 0;  
}
.descubre-header span{
    font-size: 3.6rem;
    font-weight: 400;
    color: rgb(134, 127, 127);   
    margin-bottom: 5rem;
}
.raya{
    background-color: rgba(204, 23, 23, 1);
    width: 3rem;
    height: .3rem;
}

.grid-descubre{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    place-items: center;
    column-gap: 3rem;
}
.grid-descubre img{
    width: 100%;
}

/* .planes */
.planes-header{
    display: flex;
    justify-content: center;
    margin: 4rem 0;
}
 
.planes-header h2{
font-size: 3.6rem;
color: rgb(134, 127, 127);
font-weight: 400;
text-align: center;
width: 50%;
}
.planes-header span{
    color: rgb(134, 127, 127);
    font-weight: 700;
font-size: 3.6rem;

}

.grid-planes{
    display: grid;
    row-gap: 4rem;
    grid-template-columns: repeat(1,1fr);
}

.plan{
   min-height: 67rem;
   height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 32px;
    background-color: rgba(247, 247, 250, 1);
    background-size: cover;
    background-image:url(./img/planes/fondo.png);
    background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0px 0px 25px 0px rgb(170 170 170 / 25%);  
}
.bg-red{
    margin-top: -5rem;
    margin-bottom: -5rem;
}
.plan.bg-red{
    background-image: linear-gradient(0deg, rgba(131, 14, 14, 1) 0%, rgba(204, 23, 23, 1) 100%);
}
.plan-header{
    margin: 4rem 0;
    margin-bottom: 0;
}
.bg-red .plan-header h2{
    color: #fff;
}
.bg-red .plan-header p{
    color: #fff;
}
.bg-red .recomendacion{
    color: #fff;
    border-color: #fff;
}
.bg-red ul li{
    color: #fff;
}
.btn-white{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0px;
    border-width: 0px;
    padding: 10px 20px;
    width: auto;
    box-shadow: -2px 1px 10px -1px rgb(12 11 11);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 3rem;
    color: rgba(131, 14, 14, 1);
    text-decoration: none;
    text-align: center;
}
.plan-header h2{
    font-weight: 700;
    line-height: 1em;
    font-size: 24px;
    color: #3e3e3e;
    letter-spacing: normal;
}
.plan-header p{
    font-weight: 500;
    font-size: 18px;
    color: #3e3e3e;
    text-align: center;
}
.recomendacion{
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0px;
    border-width: 2px;
    padding: 30px 62px;
    margin: 3rem 2rem;
    width: auto;
    border-radius: 19px;
    border: 3px solid rgba(204, 23, 23, 1);
    color: rgba(204, 23, 23, 1);
    text-align: center;
}
.plan ul{
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.plan li{
    font-size: 16px;
    color: #3e3e3e;
    letter-spacing: normal;
    font-weight: 500;
}
.btn-red{
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(178deg, rgba(204, 23, 23, 1) 0%, rgba(131, 14, 14, 1) 100%);
    letter-spacing: 0px;
    border-width: 0px;
    padding: 10px 20px;
    width: auto;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 3rem;
}
.btn-red:hover,.btn-white:hover{
    background: rgba(204, 23, 23, 1);
    transform: perspective(1px) translateZ(0);
    color: #fff;
}
/* mejores */
.mejores{
    margin: 10rem auto;
}
.content-mejores{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mejor-izquierdo,.mejor-derecho{
    flex: 1;
}
.mejor-derecho{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem;
}
.mejor-derecho span{
    width: 20rem;
    color: rgba(56, 55, 55, 1);
    font-size: 1.6rem;
    text-align: center;
}
/* .clientes */
.clientes{
    margin-bottom: 5rem;

}
.header-clientes{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.header-clientes h1{
    width: 60rem;
    color: rgb(134, 127, 127);
    font-weight: 800;
    font-size: 3.6rem;
    text-align: center;
}
.header-clientes span{
    font-size: 3.6rem;
    font-weight: 500;
}

/* carousel */
.Carousel{
    width: 100%;
}
.Carousel h2{
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

/* images */

.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 304px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}
.slick{
    position: relative;
    width: 275px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}
.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    padding: 15px;
}
.slick h4 small{
    font-size: 15px;
    display: block;
}
.slick a img{
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 4px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.5); */
    transition: .3s ease-in-out;
}
.slick a img:hover{
    opacity: .85;
}

/* buttons */

.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    border: 0;
    cursor: pointer;
}
.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.slick-prev{
    left: 0px;
}

.slick-next{
    /* right: 124px; */
    right: 0;
  
}
.container-carousel{
    overflow: hidden;
    margin: 0 auto;
} 

.contain-raya{
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
}
.carousel-logos .slick a img {
    height: 157px;
}
.carousel-logos .slick-list{
    height: auto;
}

/* dudas */
.dudas .servicio-info{
    margin-bottom: 1rem;
}
.dudas .servicio-info-p{
    background: rgba(233, 233, 233, 1);
    color: rgba(56, 55, 55, 1);
    height: 6rem;
}
.dudas .servicio-info-p img{
    filter: grayscale(1);
}
.dudas .servicio-info-text{
    min-height: max-content;
}

/* .tiempo limitado */

.tiempo-limitado-contain{
    margin-top: 4rem;
    width: 100%;
    display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
}
.tiempo-limitado-contain .btn-red{
    margin-bottom: 0;
}
.tiempo-limitado-contain .container-contador{
    margin-top: 0;
}
.tiempo-limitado-contain .container-contador h3{
    background-color: rgba(56, 55, 55, 1);
    color: #fff;
    font-weight: 500;
    padding: 1rem 0;
    font-size: 2rem;
}
.tiempo-limitado-contain .cont-temporizador{
    margin-top: 0;

}

/* contacto */

.contacto{
   
    text-align: center;
    font-size: 1.6rem;
}
.contacto-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 5rem;
}
.contacto-info div{
    flex: 1;
}
.contacto h2{
    color: rgb(134, 127, 127);
    font-weight: 800;
    font-size: 4.6rem;
}
.contacto img{
    width: 8rem;
}
.contacto p{
word-wrap: break-word;
    font-size: 1.6rem;
}
footer{
    background-color: #1a1a1a;
    margin-top: 3rem;
}
footer p{
    color:#fff;
}
.footer-contain{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    text-align: center;
}
iframe{
    width: 100%;
}
.contacto .container-circulos{
    margin: 3rem 0;
}
.container-circulos{
    display: flex;
    justify-content: center;
    column-gap: 2rem;
}
.circulo{
    border-radius: 50%;
    background-color: red;
    padding: .7rem;
}
.circulo img{
    width: 4.5rem;
}
.bg-red-oscuro{
    background-color: rgba(131, 14, 14, 1);
}
.bg-black{
    background-color: rgba(12, 11, 11, 1);

}
.bg-black:hover{
    background-color: #1a1a1a;
}
.container-mapa{
    width: 100%;
    min-height: 20rem;
}
.container-mapa img{
    width: 80%;
    transform: scale(1);
    transition: .2s all ease-in;
    max-width: 80rem;
}
.container-mapa img:hover{
    transform: scale(1.1);
}
@media (min-width:480px){
    
    .grid-descubre{
        grid-template-columns: repeat(2,1fr);

    }
}
@media (min-width:768px){
    .grid-servicios{
        grid-template-columns: repeat(2,1fr);
    }
    .grid-descubre{
        grid-template-columns: repeat(3,1fr);

    }
    .grid-planes{
        grid-template-columns: repeat(2,1fr);

    }
    .content-mejores{
        flex-direction: row;
    }
 .footer-contain{
    flex-direction: row;

 }
}
@media (min-width:1024px){
    .container-widget{
        background-image: url(../../rg/img/imagen-inicio.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .container-info{
        flex-direction: row;
    }
    .widget-derecho{
        width: 40rem; 
    }
    .widget-izquierdo{
        margin-top: -28rem;
        width: 46rem; 

    }
    .grid-servicios{
        grid-template-columns: repeat(3,1fr);
    }
    .grid-planes{
        grid-template-columns: repeat(3,1fr);

    }
    .contacto-info{
        flex-direction: row;
    }
}
@media (min-width:1200px){
    .grid-servicios{
        grid-template-columns: repeat(4,1fr);
    }
}