body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
h1{font-family: 'Montserrat', sans-serif;}
h2{font-family: 'Montserrat', sans-serif;}
h3{font-family: 'Montserrat', sans-serif;}
h4{font-family: 'Montserrat', sans-serif;}
h5{font-family: 'Montserrat', sans-serif;}
h6{font-family: 'Montserrat', sans-serif;}

.sectionLanding {
    position: relative;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
}
.sinLanding {
    background: url(../images/fondos/campana-inactiva-massidental.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
}
.gracias {
    background: url(../images/fondos/foto-portada-implantes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
}
.center {
    text-align: center;
}
.logo {
    width: 210px;
}
.btnLlamar {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border: solid 1px #fff;
    padding: 5px 14px;
    border-radius: 20px;
    position: relative;
    top: 8px;
    transition: 0.25s all ease-in-out;
}
.btnLlamar2:hover {
    background: rgb(100 100 100 / 40%);
    transition: 0.25s all ease-in-out;
    text-decoration: none;
    color: #000;
}
.btnLlamar2 {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border: solid 1px #000;
    padding: 5px 14px;
    border-radius: 20px;
    position: relative;
    top: 8px;
    transition: 0.25s all ease-in-out;
}
.btnLlamar:hover {
    background: rgb(255 255 255 / 40%);
    transition: 0.25s all ease-in-out;
    text-decoration: none;
    color: #fff;
}
.espacioHeader {
    padding: 25px 0px;
    height: 10%;
    z-index: 1;
    position: relative;
}
.zonaTexto h2 {
    font-size: 25px;
    font-weight: 600;
}
.zonaTexto h1 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 25px;
}
.zonaTexto p {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}
.zonaTexto p span {
    border-bottom: solid 1px #fff;
}
.btnPlay {
    width: 50px;
    display: inline;
}
.refPlay {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.refPlay:hover {
    color: #fff;
    text-decoration: underline;
}
.refPlay2 {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.refPlay2:hover {
    color: #000;
    text-decoration: underline;
}
.posBTN {
    margin-top: 27px;
    position: relative;
    left: -3px;
}
.inputContact {
    background: inherit;
    border: inherit;
    border-bottom: solid 1px;
    border-radius: 0px;
    border-color: rgb(255 255 255 / 55%);
    padding: .375rem 0px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
.inputContact::placeholder {
    color: #fff;
    font-weight: 600;
}
.inputContact:focus {
    background: inherit;
    border: inherit;
    box-shadow: inherit;
    border-bottom: solid 1px #894989;
    color: #894989;
}
.fondoForm {
    background: #b3a0b6;
    border-radius: 20px;
    box-shadow: 2px 8px 9px 0 rgb(0 0 0 / 27%);
}
.espacioForm {
    padding: 19px 30px;
    padding-bottom: 0px;
}
.formularioLanding label {
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
    margin-top: 6px;
}
.checkbox {
    width: 100%;
    margin: 5px auto;
    position: relative;
    display: block;
}
.checkbox input[type="radio"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    margin: 4px;
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #ffffff;
    background: #fff;
}
.checkbox label:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #804d86;
    border-left: 2px solid #804d86;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 6.4px;
}
.checkbox input[type="radio"]:checked ~ label::before {
    color: #7bbe72;
}

.checkbox input[type="radio"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 33px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 14px;
}
.checkbox input[type="radio"]:focus + label::before {
    outline: 0;
}
.disNone {
    display: none;
}
.margCero {
    margin: 0px;
}
.marBCero {
    margin-bottom: -6px;
}
.disInline {
    display: inline-block;
}
.wdthInh {
    width: inherit;
}
.marRadio {
    margin-left: 26px;
}
.divider {
    width: 100%;
    height: 1px;
    background: #fff;
}
.checkbox2 {
    width: 100%;
    margin: 5px auto;
    position: relative;
    display: block;
}
.checkbox2 input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox2 label {
    position: relative;
}
.checkbox2 label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    margin: 4px;
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #ffffff;
    background: #fff;
}
.checkbox2 label:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #804d86;
    border-left: 2px solid #804d86;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 6.4px;
}
.checkbox2 input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
}

.checkbox2 input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox2 label {
    min-height: 34px;
    display: block;
    padding-left: 33px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.checkbox2 label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 14px;
}
.checkbox2 input[type="checkbox"]:focus + label::before {
    outline: 0;
}
.padPolitica {
    padding: 0px 30px;
}
.enviar {
    background: #804d86;
    border: solid 1px #804d86;
    border-radius: 20px;
    color: #fff;
    padding: 2px 13px;
    font-size: 16px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.enviar:hover {
    background: #753e7c;
    border: solid 1px #753e7c;
    transition: all ease 0.3s;
}
.padButtom {
    padding: 15px 30px 15px;
}
.he90 {
    height: 90%;
}
.he100 {
    height: 100%;
}
.cont {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.posRela {
    position: relative;
}
.lasPolis {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.lasPolis:hover {
    color: #fff;
    text-decoration: underline;
}
.bordeEmbed {
    border-radius: 10px;
}
.modalSinFondo {
    background: inherit;
    border: inherit;
}
.fondoModal {
    background: rgb(0 0 0 / 71%);
}
.sitioClose {
    position: relative;
    height: 50px;
}
.close-btn {
    position: absolute;
    top: -8px;
    right: 0px;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 4em;
    border: 1px solid #c2c7cc;
    color: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}
.close-btn {
    position: absolute;
    top: -8px;
    right: 0px;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 4em;
    border: 1px solid #c2c7cc;
    color: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}
.close-btn:before,
.close-btn:after {
    position: absolute;
    width: 1.3em;
    height: 1px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    content: '';
    background: #8a9199;
    transition: all ease 1s;
}
.close-btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn:hover,
.close-btn:focus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #804d86;
    background: rgb(234 226 0 / 0%);
}
.close-btn:hover:before,
.close-btn:focus:before,
.close-btn:hover:after,
.close-btn:focus:after {
    background: #804d86;
}
.contSIN {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    z-index: 1;
}
.contSIN h1 {
    font-size: 25px;
    font-weight: 600;
}
.contSIN h2 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 25px;
}
.btnLlamarNOT {
    color: #8b8b8b;
    background: #fff;
    padding: 10px 17px;
    border-radius: 25px;
    margin: 0px 5px;
    border: solid 1px #fff;
}
.btnLlamarNOT:hover {
    color: #fff;
    background: #b3a0b5;
    padding: 10px 17px;
    border-radius: 25px;
    margin: 0px 5px;
    border: solid 1px #fff;
    text-decoration: none;
}
.btnMailNOT {
    color: #fff;
    background: inherit;
    padding: 10px 17px;
    border-radius: 25px;
    margin: 0px 5px;
    border: solid 1px #fff;
}
.btnMailNOT:hover {
    background: rgb(255 255 255 / 40%);
    transition: 0.25s all ease-in-out;
    text-decoration: none;
    color: #fff;
}
.contGracias {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    z-index: 1;
}
.contGracias h1 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 25px;
}
.imgSlider1 {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
}
.videoSlider {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    object-fit: cover;
}
.sicampana {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.contentSiCampa {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.contentSiCampaimg {
    width: 290px;
    z-index: 1;
    position: relative;
}
.contentSiCampa h1 {
    color: #b29fb6;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-size: 24px;
}
.spiner {
    width: 359px;
    margin-top: -78px;
    z-index: 0;
}
button:focus {
    outline: inherit;
    outline: inherit;
}
.imgLinea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.unsuscribe {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #b29fb6;
}
.contenedorBaja {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
}
.cuadroUnsus {
    background: #fff;
    margin-top: 13px;
    border-radius: 15px;
    padding: 20px;
}
.cuadroUnsus h3 {
    color: #753e7c;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.cuadroUnsus p {
    color: #535353;
    font-size: 13px;
    margin-top: 30px;
}
.cuadroUnsus p a {
    color: #7a4580;
    font-weight: 500;
    text-decoration: underline;
}
.inputCancel {
    background: inherit;
    border: inherit;
    border: solid 1px;
    border-radius: 0px;
    border-color: rgb(117 62 124 / 60%);
    padding: .375rem 0px;
    color: #753e7c;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}
.inputCancel:focus {
    background: inherit;
    border: inherit;
    border: solid 1px;
    border-radius: 0px;
    border-color: rgb(117 62 124);
    padding: .375rem 0px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}
.btnCancel {
    background: #804d86;
    border: solid 1px #804d86;
    border-radius: 20px;
    color: #fff;
    padding: 2px 13px;
    font-size: 16px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.btnCancel:hover {
    background: #753e7c;
    border: solid 1px #753e7c;
    transition: all ease 0.3s;
}
.form-control:focus {
    box-shadow: inherit!important;
}
.bannerPoliticas {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #b3a0b5;
    padding: 3px 0px;
}
.bannerPoliticas a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
.bannerPoliticas a:hover {
    color: #804d86;
}
.copy {
    font-size: 14px;
    font-weight: 500;
}
.cookies {
    height: 100vh;
    position: relative;
    background: url(../images/cookies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    background-position-y: 60%;
}

.condiciones {
    background: url(../images/condiciones.jpg)!important;
}

.privacidad {
    background: url(../images/privacidad.jpg)!important;
}

.containerCookies {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.barraCookies {
    background: #fff;
    height: 2px;
    width: 3rem;
    bottom: 320px;
    margin-bottom: 2%;
}
.containerCookies h1 {
    font-size: 4rem;
    font-weight: 700;
}
.containerCookies p {
    font-size: 19px;
    width: 57%;
}
.lasCookies {
    padding: 11% 0px 5%;
    position: relative;
}
.espacioModulo {
    padding: 0px 76px;
}
.sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    z-index: 1020;
}
.filtraCookies a {
    background: inherit;
    color: #333;
    padding: 7px 20px;
    border-radius: 25px;
    font-weight: 500;
    border: solid 1px #333;
    color: #333;
    font-size: 13px;
    line-height: 45px;
}
.activado-filtroCookies {
    background: #753e7c!important;
    color: #fff!important;
    border: solid 1px #753e7c!important;
    cursor: inherit!important;
}
.filtraCookies a:hover {
    background: #753e7c!important;
    color: #fff!important;
    border: solid 1px #753e7c!important;
    cursor: pointer;
}
.contenidoPoliticas p {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #333;
}
.contenidoPoliticas h2 {
    font-size: 23px;
    font-weight: 700;
    color: #753e7c;
}
.contenidoPoliticas h3 {
    font-size: 17px;
    font-weight: 700;
    color: #753e7c;
}
.contenidoPoliticas ul li {
    color: #333;
}
.cookiesMovilModul {
    height: 100vh;
    position: relative;
    background: url(../images/cookies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    background-position-y: 60%;
}
.containerPrivacy {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.barraPrivacy {
    background: #fff;
    height: 2px;
    width: 3rem;
    bottom: 320px;
    margin-bottom: 2%;
}
.containerPrivacy h1 {
    font-size: 2rem;
    font-weight: 700;
}
.containerPrivacy p {
    font-size: 13px;
    width: 100%;
}
.cookies2 {
    padding-top: 17%;
    padding-bottom: 5%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}
.corjBanner {
    left: 0px;
    margin-top: 20px;
}
.contLogo {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.fondoModal2 {
    background: rgb(117 62 124 / 65%);
}
.logoCookies {
    width: 240px;
    margin-top: 24px;
}
.modalCookies {
    color: #fff;
    padding: 13px 40px 60px 40px;
    position: relative;
    z-index: 0;
}
.indexModal {
    position: relative;
    z-index: 2;
}
#principal h1 {
    color: #b29fb6;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 13px;
}
#principal p {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
#principal p a {
    color: #753e7c;
    border-bottom: solid 2px #753e7c;
    text-decoration: none;
    cursor: pointer;
}
.posBtnCookies {
    margin-top: 38px;
}
#configurar {
    border-radius: 0px;
    font-size: 15px;
    padding: 11px 36px;
    border: solid 2px #753e7c;
    background: inherit;
    color: #753e7c!important;
    cursor: pointer;
    font-weight: 700;
}
.aceptaCookie {
    border-radius: 0px;
    font-size: 15px;
    padding: 11px 36px;
    border: solid 2px transparent;
    background: #753e7c;
    color: #fff!important;
    cursor: pointer;
    font-weight: 700
}
.posiModalCoo {
    position: relative;
    top: 90px;
    border: inherit;
    border-radius: 10px;
}
#configuracion h1 {
    color: #b29fb6;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 13px;
}
#configuracion p {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
#configuracion h2 {
    color: #753e7c;
    font-size: 20px;
    font-weight: 700;
}
.margenBotsConfig {
    margin-top: 30px;
}
.aceptaCookie {
    border-radius: 0px;
    font-size: 15px;
    padding: 11px 36px;
    border: solid 2px transparent;
    background: #753e7c;
    color: #fff!important;
    cursor: pointer;
    font-weight: 700;
}
.editClose {
    top: -54px;
    right: -4px;
}
#laPolitica h1 {
    color: #b29fb6;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 13px;
}
div.scroll_vertical {
    height: 264px;
    width: 100%;
    padding: 15px 25px 16px;
    overflow: hidden;
    background: linear-gradient(179deg,#fff 15%,rgb(251 219 255 / 40%) 70%,rgb(247 221 251 / 31%) 94%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border: solid 1px rgba(255,255,255,0.9);
    color: #804d86;
    font-size: 14px;
    overflow: auto;
}

div.scroll_vertical h2 {
    font-size: 17px;
    font-weight: 600;
}
.btnConfiguraNuevo {
    background: inherit;
    color: #753e7c!important;
    padding: 2px 10px;
    border-radius: 13px;
    font-weight: 500;
    border: solid 1px #753e7c;
    font-size: 13px;
    line-height: 34px;
    margin-bottom: 20px;
}
.margPreg2 {
    margin-bottom: 11px;
}
.pvpAhora {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 8px;
}
.pvpAhora span {
    text-decoration: line-through;
    font-size: 23px;
    margin-right: 11px;
}
/*RESPONSIVE*/

@media (max-width: 450px) {
    .sectionLanding {
        height: inherit;
    }
    .cont {
        position: relative;
    }
    .logo {
        width: 160px;
    }
    .btnLlamar {
        font-size: 14px;
        padding: 4px 14px;
        top: 4px;
    }
    .zonaTexto h2 {
        margin-top: -11px;
        font-size: 16px;
    }
    .zonaTexto h1 {
        font-size: 29px;
    }
    .zonaTexto p {
        font-size: 16px;
        line-height: 23px;
    }
    .posBTN {
        margin-bottom: 68px;
    }
    .formularioLanding label {
        font-size: 13px;
    }
    .checkbox2 label span {
        font-size: 11px;
    }
    .bannerPoliticas {
        position: absolute;
        padding: 3px 0px;
        margin-top: 28px;
    }
    .fondoForm {
        margin-bottom: 160px;
        margin-top: -62px;
    }
    .imgLinea {
        bottom: 70px;
        width: 150%;
    }


    .sinLanding {
        height: inherit;
        min-height: 100vh;
    }
    .contSIN h1 {
        font-size: 16px;
    }
    .contSIN h2 {
        font-size: 29px;
    }


    .contGracias h1 {
        font-size: 29px;
    }


    .contenidoPoliticas {
        margin-top: 17px;
    }
    .contenidoPoliticas p {
        text-align: justify;
        font-size: 13px;
    }
    .contenidoPoliticas h2 {
        font-size: 17px;
    }
    .contenidoPoliticas ul li {
        font-size: 13px;;
    }
    .filtraCookies a {
        font-size: 9px;
        line-height: 41px;
        padding: 7px 14px;
        white-space: nowrap;
    }
}

/* Small devices (landscape phones, 576px and up)
*************MOVIL HORIZONTAL*******************/
@media (min-width: 576px) and (max-width: 767px) {
    .sectionLanding {
        height: inherit;
    }
    .cont {
        position: relative;
    }
    .logo {
        width: 160px;
    }
    .btnLlamar {
        font-size: 14px;
        padding: 4px 14px;
        top: 4px;
    }
    .zonaTexto h2 {
        margin-top: -11px;
        font-size: 16px;
    }
    .zonaTexto h1 {
        font-size: 29px;
    }
    .zonaTexto p {
        font-size: 16px;
        line-height: 23px;
    }
    .posBTN {
        margin-bottom: 68px;
    }
    .formularioLanding label {
        font-size: 13px;
    }
    .checkbox2 label span {
        font-size: 11px;
    }
    .bannerPoliticas {
        position: absolute;
        padding: 3px 0px;
        margin-top: 28px;
    }
    .copy {
        display: block;
    }
    .fondoForm {
        margin-bottom: 160px;
        margin-top: -62px;
    }


    .sinLanding {
        height: inherit;
        min-height: 100vh;
    }
    .contSIN h1 {
        font-size: 16px;
    }
    .contSIN h2 {
        font-size: 29px;
    }


    .contGracias h1 {
        font-size: 29px;
    }

    .filtraCookies a {
        font-size: 9px;
        line-height: 41px;
        padding: 7px 14px;
        white-space: nowrap;
    }
}

/* Medium devices (tablets, 768px and up)
*************TABLET VERTICAL*******************/
@media (min-width: 768px) and (max-width: 1023px) {
    .sectionLanding {
        height: inherit;
    }
    .cont {
        position: relative;
    }
    .logo {
        width: 160px;
    }
    .btnLlamar {
        font-size: 14px;
        padding: 4px 14px;
        top: 4px;
    }
    .zonaTexto h2 {
        margin-top: -11px;
        font-size: 32px;
    }
    .zonaTexto h1 {
        font-size: 51px;
    }
    .zonaTexto p {
        font-size: 21px;
        line-height: 23px;
    }
    .posBTN {
        margin-bottom: 68px;
    }
    .formularioLanding label {
        font-size: 13px;
    }
    .checkbox2 label span {
        font-size: 11px;
    }
    .bannerPoliticas {
        position: absolute;
        padding: 3px 0px;
        margin-top: 28px;
    }
    .copy {
        display: block;
    }
    .fondoForm {
        margin-bottom: 160px;
        margin-top: -62px;
    }
    .filtraCookies a {
        line-height: 41px;
        padding: 7px 14px;
        white-space: nowrap;
    }
}

/* Large devices (desktops, 992px and up)
*************TABLET HORIZONTAL*******************/
@media (min-width: 1024px) and (max-width: 1199px) {

}

@media (min-width: 1200px) and (max-width: 1400px) {

}
