*{
    padding: 0;
    margin: 0;
}
.indexing-plan {
    display: none;
}
html{
    font-size: 62.5%;
}

body{
    -webkit-font-smoothing: antialiased;
}
#iio .dropdown-menu{
    padding: 0;
    width: 100%;
    max-height: 30rem;
    border-radius: inherit;
    overflow: scroll;
}

#iio .dropdown-menu a{
    display: block;
    padding: 2rem 5rem;
    text-decoration:none;
    color: #4d4d4c;
    border-bottom: 2px solid rgba(220,220,220,0.5);
}
p{margin: 0;}
h1{margin: 0;}
h2{margin:0;}

#iio .dropdown-menu a:hover{
    background: #db2a1a;
    color: white;
}

.max-width-144{
    max-width: 144rem;
    margin: auto;
}

/* ========== Calendario ==========*/
.calendar {
background: white;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
padding: 2.5rem;
width: -webkit-fill-available;
height: auto;
right: 0;
/* max-width: 600px; */
margin-top: 7.8rem;
position: absolute;}
.calendar__info {
display: -webkit-box;
display: -ms-flexbox;
display: grid;
grid-template-columns: auto auto auto auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/* padding: 0 2em; */
font-size: 1.2em;
font-family: 'Work Sans', sans-serif;
text-transform: uppercase; }
.calendar__prev, .calendar__next {
color: rgb(228, 231, 231);
cursor: pointer;
font-size: 1.3em; 
border-color: rgb(228, 231, 231)}
.calendar__prev {
margin-right: auto; }
.calendar__next {
margin-left: auto; }
.calendar__week, .calendar__dates {
display: grid;
grid-template-columns: repeat(7, 1fr);
/* grid-gap: 10px;  */
font-family: 'Work Sans', sans-serif;}
.calendar__week{
margin-top:1rem;}
.calendar__month, .calendar__year {
padding: .5em 1em; 
font-size: 1.7rem;}
.calendar__month{
margin-left:auto;}
.calendar__year{
margin-right: auto;}
.calendar__item {
text-align: center;
line-height: 2;
font-size: 1.5rem;
border:0.2px solid rgb(228, 231, 231);  }
.calendar__today {
background: rgb(228, 231, 231);
color: white;
width: 100%;
/* border-radius: 50%; */
margin: auto; }
.calendar__last-days {
color: rgb(230,230,230) }
  

/* framework */
.display-grid-auto{
    display: grid;
    grid-template-columns: auto auto;
}

.display-grid-50{
    display: grid;
    grid-template-columns: 50% 50%;
}

.title {
    text-align: center;
    color: #444; }

.display-none-calendar{
    display: none;
}
.display-block{
    display: block;
}

.display-flex{
    display: flex;
}

.color-red{
    color: #db1d26!important;
}
.idiomas {
    display: none;
}
#btnii {
    margin-bottom: -10px;
    padding-bottom: 10px;
}
#btnii:hover .idiomas {
    display: grid !important;
}
/*header*/
.header-k{
    width: -webkit-fill-available;
    height: 49.8rem;
    background-image: url(../imagenes/head.jpg);
    background-size: cover;
    /* background-size: contain; */
    background-position: 0 -3rem;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header h1{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Work Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #ffffff;
}

.header h2{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family:'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
}

.logo{
    height: 5rem;
    width: auto;
}

.cont-nav-padding{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-nav{
    background-color: #fff;
    width: 100%;
    padding: 2rem 15rem;
    /* height: 8.4rem; */
    z-index: 2;
}

.cont-hamburger, .idiomas-menu{
    display: none;
}


.contenedor-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contenedor-menu ul{
    display: flex;
    list-style: none;
    margin:0;
}

.contenedor-menu ul a{
    text-decoration: none;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    font-size: 1.6rem;
    font-family: 'Work Sans', sans-serif;
    color: #4d4d4c;
}

.contenedor-botones{
    display: grid;
    grid-template-columns:auto auto  auto auto;
}

.idiomas{
    position:absolute;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 2rem;
    /* width: 9rem; */
    background: white;
    padding: 2rem;
    margin-top: 1rem;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.idiomas button{
    border:2px solid black;
    padding: 1rem 2rem;
    background: transparent;
    color: rgb(132, 133, 132);
    border: 2px solid rgb(218, 218, 218);
    font-size: 1.6rem;
    font-family: 'Work Sans', sans-serif;
}

.idiomas button:hover{
    background: rgb(218, 218, 218);
    color: white;
    cursor: pointer;
}

.header-section2-xs{
    display:none;
}

.contenedor-menu ul a:hover{
    color:#db2a1b;
}

.button1{
    margin-right: 1.2rem;
    border-radius: 0.3rem;
    background: #db1d26;
    border: none;
    padding: 1.5rem;
}
.button1 a{
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
}

.button2{
    margin-right: 1.2rem;
    border: none;
    border: 2px solid #979797;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    font-family: 'Work Sans', sans-serif;
    color: #4d4d4c;
    padding: 1.5rem;
}

.button3{
    border: none;
    border: 2px solid #979797;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    font-family: 'Work Sans', sans-serif;
    color: #4d4d4c;
    padding: 1.5rem;
}

.button2:hover, .button3:hover{
    background: #4d4d4c;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
}

.Cont-buscador{
    padding: 0 15rem;
    /* max-width: 144rem; */
}

.buscador{
    display: grid;
    grid-template-columns: 40% 40% 20%;
    height: 68px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 4px;
}

.sam{
    display: flex;
    justify-content: space-between;
    border-right: solid 1px #dfdfdf;
    position: relative;
}

.sam input, .sam select{
    height: 100%;
    width:100%;
    padding: 0 4rem;
    border: none;
    font-size:1.5rem;
}

.sam img{
    padding: 0 4rem;
}

.button4{
    border-radius: 4px;
    background-color: #db2a1a;
    border:none;
}

.button4 p{
    font-family:'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #ffffff;
}


/** seccion1 **/
/* .prueba{
    max-width: 144rem;
    display: flex;
    align-items: center;
} */
.Sec-1{
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: repeat(4, auto);
    column-gap: 4%;
    row-gap: 5rem;
}

.prueba{
    padding: 10.2rem 15rem 22rem 15rem !important;
    /* padding: 9.2rem 15rem; */
}

.cont_Cuadro1-imagen{
    height: 19rem;
    overflow: hidden;
}

.Cuadro1-imagen{
    height: 100%;
    background-color: #d8d8d8;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
}

.Cuadro1-imagen:hover{
    transform: scale(1.1);
}

.cont-precios{
    display: grid;
    grid-template-columns: auto auto;
    padding: 1.1rem 0;
    background-color: #f8f8f8;
}

.precios{
    padding: 0 1.8rem;
}

.precios:first-child{
    border-right: solid 2px #979797;
}

.precios h1{
    font-family:'Work Sans', sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #4d4d4c;
}

.precios-sub{
    font-family:'Work Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #4d4d4c;
}

.cont-info{
    padding: 1.6rem 0;
}

.cont-info h1{ 
    font-family: 'WorkSans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #4d4d4c;
  }

.cont-info h2{
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #4d4d4c;
}

.button5{
    width:100%;
    height: 5.8rem;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;

    /*font*/
    font-family: 'WorkSans',sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    color: #db2a1b;
}

.button5:hover{
    background-color: #db2a1a;
    color: white;
    cursor: pointer;
}

.master-card{
    width: 17.2rem;
    height: auto;
}

.icon_footer{
    width: 3rem;
}


/** section2 **/
.Sec-2{
    /* background-image: url(../imagenes/sea.jpg);
    background-size: cover;
    background-attachment: fixed; */
    /* height: 65.5rem; */
    /* padding: 6.2rem 0;
    background-repeat: no-repeat; */
    /* max-width: 144rem; */
}

.Sec-2-padding{
    background-image: url(../imagenes/sea.jpg);
    background-size: cover;
    background-attachment: fixed;
    /* height: 65.5rem; */
    padding: 6.2rem 0;
    background-repeat: no-repeat;
}

.Sec-2-last-parr{
    font-family: 'WorkSans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.1px;
    text-align: center;
    color: #ffffff;
    padding: 4.4rem 41.8rem;
}

.Sec-2-title{
    font-family: 'WorkSans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
    padding: 0 35.4rem;
}

.Sec-2-parrafo{
    font-family: 'WorkSans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.1px;
    text-align: center;
    color: #ffffff;
    padding: 3rem 30.5rem;
}

.Sec-2-cont-precio{
    /* padding: 0 39.3rem; */
}

.transform:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out; 
}

.Sec-2-cont-precio div:first-of-type{
    width: 26rem;
    margin-left:auto;
    background: #db1d26;
    padding: 2rem;
}

.Sec-2-cont-precio div:last-of-type{
    width: 26rem;
    background: #fff;
    padding: 2rem;
}

.cont-button6{
    padding: 0 44.3rem;
    margin-top: 2.2rem;
}
.button6{
    width:100%;
    padding: 2.2rem;
    background-color: white!important;
    /* letra */
    font-family: 'WorkSans',sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #db2a1b;
    border:none;
}

.Sec-2-general{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
}

.Sec-2-uno{
    font-family: 'WorkSans', sans-serif;
    font-size: 23px;
    color: #ffffff;
}

.Sec-2-dos{
    font-family: 'WorkSans', sans-serif;
    font-size: 15px;
    color: #ffffff;
}

.Sec-2-tres{
    font-family: 'WorkSans', sans-serif;
    font-size: 41px;
    font-weight: bold;
    color: #ffffff;
}

.Sec-2-cuatro{
    font-family: 'WorkSans', sans-serif;
    font-size: 17px;
    color: #201d1d;
    padding: 0 6.3rem;
}

.Sec-2-cinco{
    font-family: 'WorkSans', sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #201d1d;
}

.Sec-2-seis{
    font-family: 'WorkSans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #201d1d;
}

.Sec-2-siete{
    font-family: 'WorkSans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}


/** section 3 **/
.Sec-3{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 5%;
    /* max-width: 144rem; */
}

.Sec-3-padding{
    padding: 10rem 15rem;
}

.Sec-3-title{
    font-family: 'WorkSans', sans-serif;
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #201d1d;
}

.Sec-3-parrafo{
    font-family: 'WorkSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: -0.1px;
    color: #201d1d;
    margin-top: 1.8rem;
}

.mas{
    width: auto;
    height: 3rem;
    margin-right:1.5rem;
}


/** Seccion 4 **/
.Sec-4{
    display: grid;
    grid-template-columns: 50% 50%;
    /* max-width: 144rem; */
}

.Sec-4-padding{
    padding: 11.5rem;
    background-image: url(../imagenes/suscribe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.Sec-4 h1{
    font-family: 'WorkSans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
}

.Sec-4 p{
    font-family: 'WorkSans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #ffffff;
    margin-top: 1.7rem;
    margin-bottom: 3.5rem;
    text-align: center;
}

.Sec-4-input-group{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
}

.Sec-4-input-group input{
    font-size: 1.5rem;
}

.Sec-4-input{
    width: 100%;
    margin-top: 1rem;
    font-size:1.5rem;
}

.cont-tel-input{
    width: 100%;
    height: 6.5rem;
    margin-top: 1rem;
    position: relative;
    display: grid;
    grid-template-columns:18% 82%; 
    background-color:white;
}

.menu-telefono div{
    width: 100%;
    height: 100%;
    border:none;
        display: flex;
        align-items: center;
        justify-content: center;
    background-color: rgb(240, 240, 240);
}

.menu-telefono p{
    margin: 0;
    color: rgb(100, 100, 100);
}

.country-list{
    position: absolute;
    list-style: none;
    width: 100%;
    background-color:white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-top:1rem;
    height: 18rem;
    overflow: scroll;
    display: none;
}

.country-list li{
    padding: 2rem 1rem;
}

.country-list li:hover{
    background-color: rgb(200, 200, 200)
}

.cont-tel-input input{
    height: 100%;
    width: 100%;
    padding: 0rem 1.7rem;
    font-size:1.5rem;
}

.altura-input{
    height: 6.7rem;
    padding: 0 1.7rem;
}

.button7{
    border: none;
    width: 100%;
    height: 62px;
    background-color: #4d4d4c;
    margin-top: 3.2rem;
}

.button7 p{
    /*font*/
    font-family: 'WorkSans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #ffffff;
}

/* footer */
.footer{
    display: flex;
    flex-direction: column;
}

.cont-whatsapp-xs{
    display: none;
    text-decoration: none;
}

.footer-Sec-1{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 5%;
}

.footer-Sec-1-padding{
    padding: 5rem 15rem;
}

.footer-titles{
    font-family: 'WorkSans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #201d1d;
}

.footer-parrafos{
    font-family: 'WorkSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    padding: 0.5rem 0;    
    color: #4d4d4c;
}

.footer-parrafos a{
    text-decoration: none;
    color: #4d4d4c;

}

.footer-Sec-2{
    display: flex;
    justify-content: space-between;
}
.footer-Sec-2-padding{
    padding: 3.4rem 0;
    border-top: solid 1px #d8d8d8;
}

.cont-aplication{
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3.6rem;
}

.cont-aplication a img{
    height: 3.6rem;
    width: auto;
}

.google{
    margin-right: 1.2rem;
}

.cont-redes-sociales{
    display: flex;
}

.cont-redes-sociales img{
    width: auto;
    height: 3rem;
    margin-right: 1rem;
    margin-top: 1.4rem;
}

.footer-Sec-1-2 h2{
    margin-bottom: 2rem;

}

.footer-Sec-1-2-xs{
    display: none;
}


.payline-logo{
    height:auto;
    width: 17.2rem;
}

.footer-Sec-1-3{
    padding: 2.8rem 2.7rem 2.5rem 2.7rem;
    display: flex;
    flex-direction: column;
}


/*tamano para ipad */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .cont_Cuadro1-imagen{
        height: 15rem;
    }

    .Sec-2-tres{
        font-family: 'WorkSans', sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
    }

    .Sec-4-padding{
        background-image: none;
        background-color: #db2a1b;
    }

   
    /*header*/
    .header{
        background-size:inherit;
    }

    .header h1{
        font-size: 4rem;
    }

    .header h2{
        font-size: 2.5rem;
    }

    .cont-nav{
        width: 100%;
        padding: 2rem;
    }

    .cont-nav-padding{
        padding: 0;
    }

    .logo{
        height: 3rem;
        width:auto;
    }
    
    .contenedor-menu ul a{
        margin-right: 1rem;
        margin-left: 1rem;
        font-size: 1rem;
        font-family: 'Work Sans', sans-serif;
        color: #4d4d4c;
    }

    .button1{
        margin-right: 1.2rem;
        border-radius: 0.3rem;
        background: #db1d26;
        border: none;
        padding: 1.5rem;
    }

    .button1 a{
        width: 100%;
        height: 100%;
        font-size: 1rem;
        text-decoration: none;
        font-family: 'Work Sans', sans-serif;
        color: #fff;
    }
    
    .button2{
        margin-right: 1.2rem;
        border: none;
        border: 2px solid #979797;
        border-radius: 0.3rem;
        font-size: 1rem;
        font-family: 'Work Sans', sans-serif;
        color: #4d4d4c;
        padding: 1.5rem;
    }
    
    .button3{
        border: none;
        border: 2px solid #979797;
        border-radius: 0.3rem;
        font-size: 1rem;
        font-family: 'Work Sans', sans-serif;
        color: #4d4d4c;
        padding: 1.5rem;
    }

    /* buscador */
    .cont-buscador{
        padding: 0 2rem;
    }

    .button4 p{
        font-size: 1.5rem;
    }

    /* section 1*/
    .prueba{
        padding: 9.2rem 2rem;
    }

    .precios h1{
        font-size: 1.3rem;
    }

    .precios-sub{
        font-size:1rem;
    }

    .cont-info h1{
        font-size: 1.3rem;
    }

    .cont-info h2{
        font-size: 1rem;
    }

    .button5{
        font-size: 1rem;
        height: 4.8rem;
    }

    /* section 2*/

    .Sec-2{
        background-position-x:center;
    }
    .Sec-2-title{
        padding:  0 9.2rem;
        font-size: 3rem;
    }

    .Sec-2-parrafo{
        padding: 3rem 13.5rem;
        font-size: 1.4rem;
    }

    .Sec-2-cont-precio{
        padding: 0 16.3rem;
    }

    .Sec-2-cuatro{
        padding: 0;
    }

    .cont-button6{
        padding: 0px 16.3rem;
    }

    .Sec-2-last-parr{
        padding: 4.4rem 10.8rem;
    }

    .Sec-2-cont-precio div:first-of-type{
        width: auto;
        margin-left:auto;
        padding: 2rem;
    }
    
    .Sec-2-cont-precio div:last-of-type{
        width: auto;
        background: #fff;
        padding: 2rem;
    }

    /* section 4 */
    .Sec-3{
        display: block;
    }

    /* .Sec-3-padding{
        padding: 0;
    } */

    .Sec-3-cuadros{
        margin-top: 1.8rem;
    }

    .Sec-3-parrafo{
        margin-top: 1rem
    }

    /* section 4 */
    .Sec-4-padding{
        background-position-x:-28.5rem;
        background-position-y: -3rem;
        background-size: inherit;
        padding: 2rem;
    }

    .Sec-4{
        display: block;
    }

    /* .Sec-4:first-child{
        display: none;
    } */

    .Sec-4:last-child{
        margin: auto;
        width: 85%;
    }

    /* .Sec-4-padding{
        padding: 0;
    } */

    /*footer*/
    .footer-Sec-1{
        padding: 5rem 2rem;
    }

    .footer-Sec-1-padding{
        padding: 0;
    }

    .footer-Sec-2{
        padding: 3.4rem 2rem;
    }

    .footer-Sec-2-padding{
        padding: 0;
    }
}


/* ========== movil ===========*/
@media only screen and (min-width: 0px) and (max-width: 767px){
    .modal2 {
        position: fixed !important;
        height: 100%;
        
    }

    .active{
        display: none;
    }

    .fondo{
        margin-top:6rem; 
        width:100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        z-index: 2;
    }

    .fondo2{
        margin-top:6rem; 
        width:100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        z-index: 2;
    }
    /* header */
    .header{
        background-position: center 4rem;
        background-size: auto 28.5rem;
        display: block;
    }

    .header-titulo{
        padding-top: 12.8rem;
        margin-bottom: 3.6rem;
    }

    .header h1{
        font-size: 3rem;
    }

    .header h2{
        font-size:1.8rem;
    }
    .cont-nav{
        width: 100%;
        position: fixed;
        padding: 1.6rem 2rem;
    }

    .cont-hamburger, .idiomas-menu{
        display: block;
    }

    .idiomas-menu{
        display: flex;
        flex-direction: column;
    }

    .idiomas-menu button{
        padding: 2rem;
        background: white;
        color: rgb(132, 133, 132);
        border: 2px solid rgb(218, 218, 218);
    }

    .idiomas-menu button:last-of-type{
        margin-top:1rem;
    }

    .hamburger{
        padding: 0;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before, .hamburger-box{
        width:3rem;
        padding: 0;
    }

    .hamburger-inner::before {
        top: -7px; }

        .hamburger--collapse .hamburger-inner::after {
            top: -14px;}


    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
        background: #db1d26
    }

    .icon{
        height: 1.8rem;
        width: 1.8rem;
        margin-right: 1.6rem;
    }

   /* .icono-svg:hover path {
        fill: red;
    }

    .icono-svg:hover circle{
        fill: red;
    } */

    .icono-svg{
        fill:#4d4d4c!important;
    }

    .icono-svg-not-color{
        fill:red!important;
    }

    .logo{
        height: 2.5rem;
        width: auto;
    }

    .header-section2-xs{
        width: 100%;
        height: auto;
        display: block;
        position:fixed;
        top: 6rem;
        background: red;
        z-index: 3;
    }

    .header-section2-xs form{
        display: flex;
        flex-direction: column;
        padding: 1.6rem;
    }

    .header-section2-xs form span{
        font-family: 'WorkSans', sans-serif;
        padding: 1.4rem 0;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
        color: #ffffff;
    }

    .header-section2-xs form p{
        font-family: 'WorkSans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
        color: #ffffff;
    }

    .header-section2-xs form input{
        height: 5.7rem;
        padding: 1.7rem;
    }

    .display-none-H2_section_xs{
        display: none;
    }

    .display-block{
        display: block;
    }

    .button-icon, .button-icon-white{
        width: 100%;
        height: 5.7rem;
        border-radius: 2px;
        border: 2px solid white;
        background: transparent;
        margin: 2.5rem 0;
    }

    .button-icon{
        font-family: 'WorkSans', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
        color: #ffffff;
    }

    .button-icon-white{
        background-color: #ffffff;
        font-family: 'WorkSans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.3px;
        color: #db2a1b;
        border: none;
    }

    .cont-contenedor-menu2{
        position: fixed;
        height: 100%;
        top: 6rem;
        right: 0rem;
        background: #fff;
        animation-name: example2;
        animation-duration: 0.5s;
        padding: 0 1rem;
    }
      
      /* Standard syntax */
      @keyframes example2 {
        from {
            right:-21.5rem; top:6rem;
        }
      }

    .cont-contenedor-menu{
        position: fixed;
        height: 100%;
        top: 6rem;
        right: -21.5rem;
        background: #fff;
        animation-name: example;
        animation-duration: 0.5s;
    }

    @keyframes example {
        from {
            right: 0rem; top:6rem;
        }
      }

      .display-none{
          display: none;
      }

    .overflowHidden{
        overflow: hidden;
    }

    .contenedor-menu{
        display: flex;
        flex-direction: column;
    }

    .contenedor-menu ul{
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .contenedor-menu ul li{
        text-align: center;
        padding: 2rem;
    }

    .contenedor-botones{
        display: none;
        /* display: flex;
        flex-direction: column; */
    }

    .button1{
        margin-right: 0;
    }

    .button2{
        margin-right: 0;
    }

    /* buscador */
    .cont-buscador{
        padding: 0 1.6rem;
        z-index: -2;
    }
    .buscador{
        display: block;
        background-color: transparent;
        box-shadow: none;
    }

    .sam{
        background-color:#fff;
        height: 5.7rem;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    }

    .sam img{
        padding: 0 2rem;
    }

    .sam:last-of-type{
        margin-top: 1rem;
    }

    .button4{
        width: 100%;
        padding: 1.6rem 0;
        margin-top: 2rem;
    }

    /* section 1 */
    .prueba{
        overflow: auto;  
        -webkit-overflow-scrolling: touch; 
        padding: 0!important;
        /* behavior: 'smooth'; */
    }

    .prueba::-webkit-scrollbar { 
        /* solo oculta su visualizacion */
        display: none;
    }

    .Sec-1{
        /* display: none; */
        width: fit-content;
        padding: 0 1.5rem 5.6rem 1.5rem;
        display: flex;
        /* flex-direction: column; */
        /* grid-template-columns: auto auto auto auto; */
        /* grid-gap: 3rem; */
    }

    .cuadros{
        /* margin-right: 3rem; */
        width: 25rem;
        margin-right: 2rem;
    }

    .cuadros:last-child{
        margin-right: 0;
    }

    .cont-Cuadro1-imagen{
        width: 26.3rem!important;
    }

    /* .Cuadro1-imagen{
        width: 26.3rem!important;
    } */

    /* section 2 */
    .Sec-2{
        /* display: none; */
        padding: 5.4rem 1.5rem;
    }

    .Sec-2-title{
        padding: 0;
        font-size: 2.5rem;
    }

    .Sec-2-parrafo{
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0;
        font-size: 1.3rem;
    }

    .Sec-2-cont-precio{
        padding: 0;
    }

    .cont-button6{
        padding: 0;
    }

    .Sec-2-uno{
        font-family: 1.1rem;
    }

    .Sec-2-dos{
        font-size: 1rem;
    }

    .Sec-2-tres{
        font-size:2.8rem;
    }

    .Sec-2-cuatro{
        padding: 0;
        font-size: 1.3rem;
    }

    .Sec-2-cinco{
        font-size: 1.8rem;
    }

    .Sec-2-seis{
        font-size: 1rem;
    }

    .button6{
        font-size: 1.8rem;
    }

    .Sec-2-last-parr{
        display: none;
    }

    .Sec-2-cont-precio div:first-of-type{
        width: auto;
        margin-left:auto;
        padding: 2rem;
    }
    
    .Sec-2-cont-precio div:last-of-type{
        width: auto;
        background: #fff;
        padding: 2rem;
    }

    /* section 3 */
    .Sec-3{
        display: block;
        padding: 4.2rem 1.8rem;
    }

    .Sec-3-padding{
        padding: 0;
    }

    .Sec-3-cuadros{
        margin-top:2.5rem;
    }

    .Sec-3-cuadros:first-of-type{
        margin: 0;
    }

    /* section 4 */
    .Sec-4{
        display: block;
        padding: 5rem 1.5rem;
        background-image: none;
        background-color: #db2a1b;
    }

    .Sec-4-padding{
        padding: 0;
    }

    .Sec-4 h1{
        font-size:2.5rem;
        text-align: center;
    }

    .Sec-4 p{
        text-align: center;
        font-size: 1.3rem;
    }

    .Sec-4 section:first-of-type{
        display: none;
    }

    .Sec-4-input{
        margin-top:1.2rem;
    }

    .Sec-4-input-group{
        display: flex;
        flex-direction: column;
    }

    .Sec-4-input-group input:last-of-type{
        margin-top: 1.2rem;
    }

    .altura-input{
        height: 4.5rem;
    }

    .button7{
        height:4.5rem;
        margin-top:1.2rem;
    }

    /*footer*/

    .footer-Sec-1-padding{
        padding: 0;
    }
    .footer{
        /* display: none; */
        /* padding: 0 2.7rem; */
    }

    .footer-Sec-1{
        display: block;
        padding: 0;
    }

    .footer-Sec-1-1:first-of-type{
        padding: 0 2.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-titles{
        text-align: center;
    }

    .cont-redes-sociales{
        display: flex;
        justify-content: center;
    }

    .footer-Sec-1-2{
        padding: 0 2.7rem;
        display: none;
    }

    .footer-Sec-1-2-xs{
        display: block;
        margin-bottom: 1.7rem;
    }

    .footer-parrafos{
        padding: 0;
        text-align: center;
    }

    .footer-Sec-1-3{
        padding: 2.8rem 2.7rem 2.5rem 2.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .payline-logo{
        width: 8.4rem;
        height: auto;
    }

    .footer-Sec-2{
        padding: 2.5rem 1.6rem;
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #808180;
        font-size: 1.6rem;
    }

    .cont-whatsapp-xs{
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.3rem;
        width: -webkit-fill-available;
        height: 3.7rem;
        background-color: #42d853;
        margin-top: 2.9rem;
        margin-bottom: 1.7rem;
        border-radius: 2px;
        
        font-family: 'WorkSans', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.1px;
        text-align: center;
        color: #ffffff;

    }

    .cont-aplication{
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 3.6rem;
    }

    .google{
        margin-right: 1.2rem;
    }
}