
@font-face {
    font-family: graphik;
    src: url("../fonts/GraphikRegular.woff") format("woff"), url("../fonts/GraphikRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: graphik;
    src: url("../fonts/GraphikMedium.woff") format("woff"), url("../fonts/GraphikMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: graphik;
    src: url("../fonts/GraphikLight.woff") format("woff"), url("../fonts/GraphikLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: graphik;
    src: url("../fonts/GraphikSemibold.woff") format("woff"), url("../fonts/GraphikSemibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: graphik;
    src: url("../fonts/GraphikBold.woff") format("woff"), url("../fonts/GraphikBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-arrow-small:before {
    content: "";
} 
.icon-arrow-prev:before {
    content: "";
}  
.icon-arrow-next:before {
    content: "";
}
.icon-arrow-down:before {
    content: "";
}
.icon-arrow_up:before {
    content: "";
}

* {
    margin: 0;
    box-sizing: border-box;
}
body {
	font-family: "graphik", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
}
.cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}
.cta-black {
    min-height: 45px;
    background: linear-gradient(to left,#000 50%,#fff 50%) right;
    background-size: 200%;
    transition: all .35s ease 0s;
    border: 1px solid #000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    display: block;
    min-width: 243px;
    width: max-content;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}
.cta-black:hover {
    color: #000;
    background-position: left;
}
.cta-transparent {
    min-height: 45px;
    background: linear-gradient(to left,transparent 50%,#000 50%) right;
    background-size: 200%;
    transition: all .35s ease 0s;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    display: block;
    min-width: 243px;
    width: max-content;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}
.cta-transparent:hover {
    color: white;
    background-position: left;
}
.cta-white {
    min-height: 45px;
    background: linear-gradient(to left,white 50%,#000 50%) right;
    background-size: 200%;
    transition: all .35s ease 0s;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    display: block;
    min-width: 243px;
    width: max-content;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}
.cta-white:hover {
    color: white;
    background-position: left;
}
.widget-products {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.container1 {
    max-width: 1276px;
    padding: 0 20px;
    margin: auto;
}
.container2 {
    max-width: 1486px;
    padding: 0 20px;
    margin: auto;
}
.container3 {
    max-width: 1760px;
    padding: 0 20px;
    margin: auto;
}
.container4 {
    max-width: 1722px;
    padding: 0 20px;
    margin: auto;
}
.white {
    background-color: white;
}
.grey {
    background: #F2F2F2;
}
.grey-dark {
    background-color: #F8F8F8;
}
.blue {
    background: #EBF0F8;
}
.blue-dark {
    background-color: #D9E5F8;
}
.yellow {
    border: 4px solid #FFFB9B;
    background: #FFFFF5;
}
p {
    margin-bottom: 20px;
}
strong {
    font-weight: 600;
}
ul {
    padding-left: 20px;
}
ul li::marker {
    font-size: 12px;
}
h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.video-container {
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* Popup */
.modals-wrapper {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.modals-overlay._show {
    visibility: visible;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    opacity: 1;
}
.modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 899;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
.modal-inner-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.97);
    transform: translate(-50%, -50%) scale(0.97);
    opacity: 0;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    pointer-events: auto;
    background-color: white;
    width: 80%;
    height: auto;
    max-height: 90vh;
    overflow-y: scroll;
}
.modal-popup {
    z-index: 900;
    display: block;
    pointer-events: none;
    left: 0;
    overflow-y: auto;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.close-modal {
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    
}
.close-modal::before {
    content: '';
    display: block;
    background: url('../images/close-cross.svg') no-repeat center;
    width: 25px;
    height: 25px;
}
.close-modal > span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    display: block;
}

.modal-popup._show {
    visibility: visible;
    opacity: 1;
}
.modal-popup._show .modal-inner-wrap {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
body._has-modal {
    overflow: hidden;
}
.protocolo-modal .modal-inner-wrap {
    width: clamp(335px,90%,950px);
}
.protocolo-modal .modal-content {
    padding: 45px 30px 85px;
}
.protocolo-modal .title {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 55px;
}
.protocolo-modal .pasos-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}
.protocolo-modal .paso1-img::before {
    content: '';
    background: url('../images/paso1-popup.svg') no-repeat center;
    width: 260px;
    height: 103px;
    display: block;
    background-size: contain;
}
.protocolo-modal .paso2-img::before {
    content: '';
    background: url('../images/paso2-popup.svg') no-repeat center;
    width: 260px;
    height: 109px;
    display: block;
    background-size: contain;
}
.protocolo-modal .paso3-img::before {
    content: '';
    background: url('../images/paso3-popup.svg') no-repeat center;
    width: 206px;
    height: 109px;
    display: block;
    background-size: contain;
}
.protocolo-modal .blue {
    padding: 12px;
}
.protocolo-modal .blue p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.protocolo-modal .pasos-container {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.protocolo-modal p {
    margin-bottom: 0;
}
.protocolo-modal .subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
}
.formulario-modal .modal-inner-wrap {
    width: clamp(335px,90%,612px);
}
.formulario-modal .modal-content {
    padding: 50px;
}
.formulario-modal h2 {
    margin-bottom: 5px;
    text-align: center;
}
.formulario-modal .subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
    margin-bottom: 15px;
    text-align: center;
}
.formulario-modal .datefield {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 5px;
}
.formulario-modal .datefield input {
    padding: 0;
    margin: 0;
    height: initial;
}
.formulario-modal .cta-black {
    width: 100%;
}
.formulario-modal .close-modal::before {
    width: 14px;
    height: 14px;
}
/* end Popup */

/* Title */
h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 3px;
    color: #ffffff;
}
.title-block .subtitle {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    color: #ffffff;
}
.title-block {
    position: relative;
    min-height: 300px;
    height: 526px;
    overflow: hidden;
    color: #ffffff;
}
.title-block p {
    max-width: 550px;
}
.platform-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #737376;
    margin: 0;
}
.platform-text-photoprotection {
    color: #ec6b1d;
}
.platform-text-sensitive {
    color: #F199B0;
}
.platform-text-cleansing {
    color: #93CEC7;
}
.platform-text-moisturising {
    color: #3BB3E4;
}
.claim {
    margin-top: 3px;
    display: flex;
    align-items: center;
}
.picto-pigment-control-solutions {
    mask: url('../images/plataforma-despigmentacion.svg') no-repeat center;
    -webkit-mask: url('../images/plataforma-despigmentacion.svg') no-repeat center;
    mask-size: auto;
    display: inline-block;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 54px;
    height: 46px;
    background: #737376;
}
.picto-photoprotection-solutions {
    mask: url('../images/photoprotection.svg') no-repeat center;
    -webkit-mask: url('../images/photoprotection.svg') no-repeat center;
    mask-size: auto;
    display: inline-block;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 82px;
    height: 36px;
    background: #ec6b1d;
}
.picto-sensitive-skin-solutions {
    mask: url('../images/sensitive.svg') no-repeat center;
    -webkit-mask: url('../images/sensitive.svg') no-repeat center;
    mask-size: auto;
    display: inline-block;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 30px;
    height: 36px;
    background: #F199B0;
}
.picto-cleansing-solutions {
    mask: url('../images/cleansing.svg') no-repeat center;
    -webkit-mask: url('../images/cleansing.svg') no-repeat center;
    mask-size: auto;
    display: inline-block;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 38px;
    height: 36px;
    background: #93CEC7;
}
.picto-moisturising-solutions {
    mask: url('../images/moisturising.svg') no-repeat center;
    -webkit-mask: url('../images/moisturising.svg') no-repeat center;
    mask-size: auto;
    display: inline-block;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 24px;
    height: 35px;
    background: #3BB3E4;
}

/* end Title */

/* Navigation */
.content {
    height: 500px; /* Altura de cada bloque de contenido */
    margin: 20px 0;
    border: 1px solid #ddd;
}
.progress-bar {
    position: absolute;
    top: 13px;
    height: 4px;
    background-color: #000;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    border-radius: 30px;
}
.navigation-wrapper {
    padding-top: 14px;
    background: white;
    position: sticky;
    top: -1px;
    z-index: 3;
}

.navigation a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: black;
    letter-spacing: 0.36px;
    text-decoration: none;
}
.navigation a.active, .navigation a.passed {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
}

/* end Navigation */

/* Bloque1 */
.bloque1 {
    margin: 70px 0;
}
.bloque1 li {
    font-size: 14px; 
    line-height: 20px;
    letter-spacing: 0.36px; 
}
.bloque1 .metodos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(335px,100%), 1fr));
    column-gap: 100px;
    padding: 30px 25px;
    row-gap: 35px;

}
.bloque1 .subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-top: 50px;
}
.bloque1 .metodos p {
    margin-bottom: 0;
}
.metodos-ico {
    display: flex;
    gap: 30px;
    align-items: center;
}
.metodos-ico span {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.36px; 
    line-height: 18px;
    font-weight: 600;
    width: max-content;
}
.ico-cabina, .ico-domicilio {
    display: flex;
    flex-direction: column;
    min-width: 75px;
    gap: 5px;
    text-align: center;
    align-items: center;
}
.ico-cabina::before {
    content: '';
    background: url('../images/ico-cabina.svg') no-repeat center;
    width: 65px;
    height: 49px;
    margin-left: auto;
}
.ico-domicilio::before {
    content: '';
    background: url('../images/ico-domicilio.svg') no-repeat center;
    width: 63px;
    height: 57px;
}
/* end Bloque1 */

/* Bloque2 */
.bloque2 .container1 {
    display: flex;
    column-gap: 20px;
    row-gap: 25px;
    padding-top: 84px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bloque2 .container1 p {
    margin-bottom: 0;
}
.bloque2 .subtitle {
    font-size: 35px;
    line-height: 45px;
}
.bloque2 h2 {
    margin: 0;
}
.bloque2 .text-info {
    flex-basis: 461px;
}
/* end Bloque2 */

/* Bloque3 */
.bloque3 .consejos {
    flex-basis: 461px;
}
.efectos {
    margin-top: 60px;
    margin-bottom: 30px;
}
.efectos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(335px,100%), 1fr));
    column-gap: 40px;
    row-gap: 25px;
}
.efectos-container .grey {
    padding: 30px 35px;
}
.efectos-container p {
    margin-bottom: 0;
}
/* .bloque3 .subtitle::before {
    content: '';
    background: url('../images/ico-luz.svg') no-repeat center;
    width: 45px;
    height: 45px;
} */
.bloque3 .subtitle2 {
    margin-bottom: 25px;
}

/* end Bloque3 */

/* Bloque4 */
.bloque4 h2 {
    margin-bottom: 10px;
}
.bloque4 .cta-black {
    margin: 65px auto 0;
    width: 100%;
}
.bloque4 .container3 {
    margin-top: 40px;
}
.bloque4 .container3 .container1 p {
    min-width: 160px;
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 0 12px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
.bloque4 .container3 .container1 p.active {
    border-bottom: 3px solid black;
}
.bloque4 .hide-block {
    display: none;
}
.bloque4 #nav {
    display: flex;
    column-gap: 50px;
    z-index: 1;
    position: relative;
}
.bloque4 .separator-nav {
    border-bottom: 3px solid #EFEFEF;
    position: relative;
    top: -3px;
    margin-bottom: 50px;
}
.bloque4 .container-block {
    margin-bottom: 90px;
}
.bloque4 .container-block h2 {
    margin-bottom: 20px;
}
.bloque4 .container-block p:not(:last-child) {
    margin-bottom: 5px;
}
/* end Bloque4 */

/* Bloque6 */
.bloque6 .container1 {
    padding-top: 90px;
    padding-bottom: 90px;
    display: grid;
    grid-template-columns: calc(40% - 30px) calc(60% - 30px);
    gap: 30px 60px;
    align-items: center;
    justify-content: space-between;
}

.bloque6 .text-info {
    flex-basis: 461px;
}
.bloque6 h2 {
    margin-bottom: 0;
}
.bloque6 p {
    margin-bottom: 10px;
}
.bloque6 .subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 55px;
    background: url('../images/ico-luz.svg') no-repeat left center;
}
.bloque6 .subtitle2 {
    font-size: 25px;
    line-height: 30px;
}
.bloque6 .container1 .yellow {
    max-width: 460px;
    padding: 30px;
    border-width: 2px;
}
/* end Bloque6 */

/* Bloque7 */
.bloque7 {
    margin-bottom: 60px;
}
.bloque7 .pasos-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 953px;
    gap: 15px;
}
.paso1-img::before {
    content: '';
    background: url('../images/paso1.svg') no-repeat center;
    width: 267px;
    height: 123px;
    display: block;
    background-size: contain;
}
.paso2-img::before {
    content: '';
    background: url('../images/paso2.svg') no-repeat center;
    width: 196px;
    height: 123px;
    display: block;
    background-size: contain;
}
.paso3-img::before {
    content: '';
    background: url('../images/paso3.svg') no-repeat center;
    width: 190px;
    height: 123px;
    display: block;
    background-size: contain;
}
.bloque7 .sticky {
    position: sticky;
    top: 62px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: white;
}
.bloque7 .blue {
    padding: 12px;
    text-align: center;
}
.bloque7 .blue p {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.bloque7 .pasos-container {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 15px 116px;
    margin-bottom: 90px;
    align-items: center;
}
.bloque7 .pasos h2 {
    margin-bottom: 8px;
}
.bloque7 .pasos .subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
}
.bloque7 .text-info {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #EFEFEF;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(335px,100%), 1fr));
    gap: 25px 40px;
}

.bloque7 .text-info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
}
.bloque7 .ico-info::before {
    content: '';
    background: url('../images/ico-info.svg') no-repeat center;
    width: 20px;
    height: 21px;
    display: block;
}
.bloque7 .ico-info2::before {
    content: '';
    background: url('../images/ico-info2.svg') no-repeat center;
    width: 35px;
    height: 36px;
    display: block;
}
.bloque7 .paso3 .ico-info::before {
    width: 35px;
    height: 36px;
}
.bloque7 .info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bloque7 .info-content.info-content-1column {
    flex-direction: row;
}
/* end Bloque7 */

/* Bloque8 */
.bloque8 .container0 {
    padding-top: 90px;
    padding-bottom: 40px;
    text-align: center;
}
.bloque8 .container1 {
    padding-top: 90px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: calc(57% - 30px) calc(43% - 30px);
    column-gap: 60px;
    row-gap: 35px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.bloque8 .white {
    padding: 35px;
}
.bloque8 .white h2 {
    margin-bottom: 15px;
}
.bloque8 .white li:not(:last-child) {
    margin-bottom: 10px;
}
.bloque8 .text-info .pretitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px !important;
}
.bloque8 .text-info h2 {
    margin-bottom: 40px;
}
.bloque8 .text-info p:not(:last-child) {
    margin-bottom: 10px;
}
.bloque8 .container2 {
    padding-bottom: 60px;
}
.bloque8 .cta-white {
    margin: auto ;
}
.bloque8 .title {
    font-size: 35px;
    justify-content: center;
    margin-bottom: 5px;
}
/* end Bloque8 */

/* Bloque9 */
.bloque9 .container1 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.bloque9 h2 {
    margin-bottom: 10px;
}
.bloque9 .subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.bloque9 .cta-black {
    margin: auto;
}

/* end Bloque9 */

/* Bloque10 */
.bloque10 {
    margin-top: 60px;
    margin-bottom: 90px;
}
.bloque10 .container1 {
    text-align: center;
}
.bloque10 h2 {
    margin-bottom: 40px;
}
.bloque10 .yellow {
    padding: 45px 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(295px,100%), 1fr));
    column-gap: 100px;
    row-gap: 25px;
}
.bloque10 .yellow p:not(:last-child) {
    margin-bottom: 15px;
}
.bloque10 .yellow p:last-child {
    margin-bottom: 0;
}
.bloque10 .ico-luz {
    width: 74px;
    height: 74px;
    display: block;
    background: url('../images/ico-luz.svg') no-repeat center;
    background-size: contain;
    margin: 0 auto 10px;
}
/* end Bloque10 */

/* Bloque11 */
.bloque11 .container1 {
    padding-top: 90px;
    padding-bottom: 90px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(335px,100%), 1fr));
    gap: 25px 60px;
}
.bloque11 .pretitle {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
}
.bloque11 h2 {
    margin-bottom: 0;
}
.bloque11 .text-info p {
    margin-bottom: 10px;
}
.bloque11 p:last-child {
    margin-bottom: 0;
}
/* end Bloque11 */

/* Bloque12 */
.bloque12 .container1 {
    margin-top: 60px;
    margin-bottom: 90px;
    gap: 45px 120px;
    display: grid;
    align-items: center;
    grid-template-columns: calc(58% - 60px) calc(42% - 60px);
}
.bloque12 h2 {
    margin-bottom: 30px;
}
.bloque12 p {
    margin-bottom: 10px;
}
.bloque12 .yellow {
    padding: 25px 30px;
}
.bloque12 .yellow .subtitle {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
}
.bloque12 .yellow p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
}
.bloque12 .yellow p:last-child {
    margin-bottom: 0;
}
.bloque12 .cta-black {
    margin-top: 45px;
    margin-bottom: 30px;
}
.bloque12 p.sub {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
}
.bloque12 .video-wrapper {
    position: relative;
}
.bloque12 .video-wrapper::before {
    content: '';
    width: 74px;
    height: 74px;
    display: block;
    background: url('../images/ico-luz.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -5px;
    z-index: 1;
    right: -7px;
}
/* end Bloque12 */

/* Bloque13 */
.bloque13 .container1 {
    padding-top: 90px;
    padding-bottom: 50px;
    gap: 35px 120px;
    display: grid;
    grid-template-columns: calc(55% - 60px) calc(45% - 60px);
}
.bloque13 h2.title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
}
.bloque13 h2 {
    margin-bottom: 10px;
}
.bloque13 p {
    margin-bottom: 10px;
}
.bloque13 p:last-child {
    margin-bottom: 0;
}
.bloque13 .white {
    padding: 35px;
}
.bloque13 li:not(:last-child) {
    margin-bottom: 10px;
}
.bloque13 .cta-container {
    margin-top: 45px;
}
/* end Bloque13 */

/* Bloque 14 */
.bloque14 {
    margin-top: 45px;
    margin-bottom: 5px;
}
.bloque14 h2 {
    margin-bottom: 30px;
}
.bloque14 .container2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(470px,100%), 1fr));
    gap: 25px 60px;
}

/* end Bloque14 */

/* Bloque15 */
.bloque15 .container1 {
    padding-top: 90px;
    padding-bottom: 60px;
}
.bloque15 .pretitle {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
}
.bloque15 h2 {
    margin-bottom: 35px;
}
.bloque15 .cta-black {
    margin-top: 35px;
}
/* end Bloque15 */

/* Bloque16 */
.bloque16 {
    border-bottom: 1px solid #EFEFEF;
}
.bloque16 .container1 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.bloque16 h2 {
    margin-bottom: 10px;
}
.bloque16 .text-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(335px,100%), 1fr));
    gap: 25px 60px;
    padding-top: 45px;
    border-top: 1px solid #F2F2F2;
    margin-top: 45px;
}
.bloque16 .text-info p {
    margin-bottom: 10px;
}
.bloque16 .text-info p:last-child {
    margin-bottom: 0;
}
.bloque16 .grey {
    padding: 35px 30px;
    display: grid;
    place-content: center;
}
.bloque16 .grey .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
/* end Bloque16 */

/* Blolque17 */
.bloque17 {
    border-bottom: 1px solid #EFEFEF;
}
.bloque17 .container1 {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 78px;
    padding: 90px 100px;
    justify-content: space-between;
    align-items: center;
    max-width: 1720px;
    margin: 0 auto;
}
.bloque17 .pretitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 45px;
    margin-top: 7%;
}
.bloque17 h2 {
    margin-bottom: 0;
}
/* end Bloque17 */

/* Bloque18 */
.bloque18 .container1 {
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: center;
}
.bloque18 .container-confeti {
    position: relative;
}
.bloque18 .container-confeti::after {
    content: '';
    background: url('../images/confeti.gif') no-repeat center;
    display: block;
    width: 382px;
    height: 276px;
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: -1;
}
.bloque18 .container-confeti::before {
    content: '';
    background: url('../images/confeti.gif') no-repeat center;
    display: block;
    width: 382px;
    height: 276px;
    position: absolute;
    left: 0px;
    bottom: 60px;
    z-index: -1;
    transform: rotateY(180deg);
}
.bloque18 .title {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
}
.bloque18 .cta-black {
    margin: 25px auto 0;
}
.bloque18 .container3 {
    gap: 25px 20px;
    display: grid;
    align-items: center;
    margin-bottom: 90px;
    grid-template-columns: calc(19% - 10px) calc(81% - 10px);
}
.bloque18 .grey {
    max-width: 306px;
    padding: 35px 30px;
}
.bloque18 .grey p {
    margin: 0;
}
/* end Bloque18 */

/* Bloque19 */
.bloque19 .container1 {
    padding-top: 90px;
    padding-bottom: 90px;
    grid-template-columns: repeat(auto-fit, minmax(min(295px,100%), 1fr));
    display: grid;
    gap: 35px 10px;
}
.bloque19 .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
}
.bloque19 .subtitle {
    font-size: 18px;
    line-height: 20px;
}
.bloque19 p {
    margin-bottom: 10px;
}
.bloque19 p:last-child {
    margin-bottom: 0;
}
.bloque19 .text-info {
    padding-right: 110px;
}
.bloque19 .white {
    padding: 40px 40px 45px 40px;
}
.bloque19 h2 {
    text-align: center;
    margin-bottom: 5px;
}
.bloque19 .subtitle2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
    text-align: center;
}
form {
    padding-top: 20px;
    border-top: 1px solid #F2F2F2;
}
form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;

}
.form-message.success p {
    background-color: #e5efe5;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
}
.form-message.error p {
    background-color: #fae5e5;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
}
input[type=email],
input[type=text] {
    border: none;
    border-bottom: 1px solid black;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 45px;
    font-family: "graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.36px;
    border-radius: 0px;
}
input:focus-visible, textarea:focus-visible {
    outline: none;
}
.bloque19 textarea {
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    font-family: "graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.36px;
    line-height: 20px;
    border-radius: 0;
}
.bloque19 .cta-black {
    width: 100%;
}
.bloque19 .input-file-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.bloque19 .input-file-box label {
    margin: 0;
}
.bloque19 .input-file-holder {
    position: relative;
    width: 146px;
    height: 38px;
    border: 1px dashed #000;
    padding: 10px 15px;
    align-items: center;
    display: flex;
}
.bloque19 .input-file-holder input {
    height: 38px;
    opacity: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}
.bloque19 .files-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 2;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}
.checkbox-label {
    display: inline;
}
.checkbox-label a {
    color: #000;
}
.checkbox-wrapper {
    margin-bottom: 15px;
}
.checkbox-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/check.svg') no-repeat center;
    width: 12px;
    height: 12px;
    margin: 0;
    background-size: cover;
    border: 0;
    border-radius: 0;
}
.checkbox-wrapper input:checked {
    background: url('../images/check-checked.svg') no-repeat center;
    background-size: cover;

}
/* end Bloque19 */

/* Bloque20 */
.bloque20 {
  padding: 60px 20px;               
}

.bloque20 p {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.bloque20 .mapa-wrapper {
  max-width: 1700px;  
  margin: 0 auto;  
}

.bloque20 iframe {
  height: 470px;
  border: none;
}

.bloque20 .cta-black{
    margin: 15px auto 0 auto;
    margin-top: 15px;
}
/* end Bloque20 */


/* Desktop */
@media(min-width: 1025px) {
    .navigation {
        padding: 14px;
        border-top: 1px solid black;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
        display: grid;
        grid-template-columns: repeat(7,1fr);
        text-align: center;
        gap: 7px;
    }
}
@media(max-width: 1024px) {
    .bloque14 .container2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(325px,100%), 1fr));
    gap: 25px 60px;
}
    .bloque18 .container-confeti::before, .bloque18 .container-confeti::after {
        content: none;
    }
    .bloque3 .video-wrapper, .bloque6 .container1 {
        grid-template-columns: repeat(1,1fr);
    }
    .bloque18 .container3 {
        grid-template-columns: calc(35% - 20px) calc(65% - 20px);
        column-gap: 40px;
    }
    .navigation-wrapper {
        padding-top: 0;
        background: white;
        position: sticky;
        top: -1px;
        z-index: 3;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        list-style: none;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .navigation {
        position: relative;
        padding-top: 14px;
        border-top: 0;
        box-shadow: none;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
    .navigation a {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 1px solid #000;
    }
    .navigation .navigation-item::before {
        content: '';
        display: block;
        width: 0;
        z-index: 1;
        top: -2px;
        position: absolute;
        border-top: 4px solid #000;
        transition: all 0.2s ease;
    }
    .navigation .navigation-item span {
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        text-align: center;
    }
    .navigation .navigation-item:first-of-type span {
        padding-left: 20px;
    }
    .navigation .navigation-item:last-of-type span {
        padding-right: 20px;
    }
    .navigation .navigation-item.active::before {
        width: 100%;
    }
    .navigation a.active {
        font-size: 16px;
    }
    .progress-bar {
        display: none;
    }
}
@media(min-width: 768px) {
    .title-block .title-image {
        margin-bottom: 0;
        height: 100%;
        position: relative;
    }
    .title-block .title-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .title-block .container1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        z-index: 2;
    }

}

/* Tablet */
@media(max-width: 820px) {
    .bloque8 .container1 {
        grid-template-columns: 1fr;
    }
    .bloque12 .container1 {
        grid-template-columns: 1fr;
    }
    .bloque13 .container1 {
        grid-template-columns: 1fr;
    }
    .bloque17 .container1 {
        grid-template-columns: 1fr;
    }
    .bloque17 .image-container {
        order: 1;
        text-align: center;
    }
    .bloque17 .pretitle {
        margin-top: 0;
    }
    .protocolo-modal .paso1-img::before, 
    .protocolo-modal .paso2-img::before,
    .protocolo-modal .paso3-img::before{
        width: 180px;
        height: 83px;
    }
    .bloque18 .container3 {
        display: block;
    }
    .bloque18 .grey {
        margin-bottom: 25px;
    }
}

/* Mobile */
@media(max-width: 767px) {
    .title-block .title-image {
        min-width: 250px;
    }
    .title-image img {
        object-position: 88%;
    }
    .bloque8 .container1 {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 640px) {
    .cta-black, .cta-white {
        width: 100%;
    }
    p {
        font-size: 14px;
        letter-spacing: 0.36px; 
        line-height: 20px;
    }
    h2 {
        font-size: 20px;
        line-height:25px;
    }
    .protocolo-modal .paso1-img::before, 
    .protocolo-modal .paso2-img::before,
    .protocolo-modal .paso3-img::before {
        width: 90px;
        height: 53px;
    }
    .protocolo-modal .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
        letter-spacing: normal;
    }
    .protocolo-modal .modal-content {
        padding: 45px 30px 50px;
    }
    .protocolo-modal .blue {
        margin-left: -30px;
        margin-right: -30px;
    }
    .protocolo-modal .blue p {
        font-size: 14px;
        line-height: 20px;
    }
    .protocolo-modal .pasos-container {
        margin-top: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .formulario-modal h2, .formulario-modal .subtitle {
        text-align: left;
    }
    .formulario-modal .subtitle {
        margin-bottom: 20px;
    }
    .formulario-modal .modal-content {
        padding: 90px 35px;
    }
    .formulario-modal .close-modal::before {
        width: 14px;
        height: 14px;
    }
    .modal-popup._show .modal-inner-wrap {
        width: 100%;
        max-height: 100vh;
        height: 100%;
    }
    .close-modal::before {
        width: 15px;
        height: 15px;
    }
    .close-modal {
        padding: 20px;
        top: 5px;
        right: 5px;
    }

    /* Title */
    h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0px;
        margin-top: 20px;
        color: #000;
    }
    .title-block .subtitle {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
        color: #000;
    }
    .title-block {
        height: unset;
        border-bottom: 1px solid #f3f3f3;
        min-height: unset;
        color: #000;
    }
    .title-block .title-image {
        margin-bottom: 0;
        height: 100%;
        position: relative;
        display: flex;
    }
    .title-block .title-image img {
        object-position: 72%;
    }
    .title-block .title-image img {
        height: 240px;
        max-width: unset;
        width: 100%;
        object-fit: cover
    }

    .platform-text {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: normal;

    }
    .claim {
        margin-top: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
    /* end Title */
    
    /* Bloque1 */
    .bloque1 {
        margin: 45px 0;
    }
    .bloque1 li {
        margin-bottom: 10px;
    }
    .bloque1 .subtitle {
        font-size: 14px;
        line-height: 25px;
        margin-top: 25px;
        letter-spacing: normal;
    }

    /* end Bloque1 */
    
    /* Bloque2 */
    .bloque2 .container1 {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .bloque2 .subtitle {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: normal;
    }
    /* end Bloque2 */
    
    /* Bloque3 */
    .efectos {
        margin-top: 45px;
        margin-bottom: 20px;
    }
    .bloque3 .subtitle {
        letter-spacing: normal;
        font-size: 16px;

    }
    .efectos-container .grey {
        padding: 20px;
    }
    .bloque3 .video-wrapper {
        margin-top: 45px;
    }
    .bloque3 .video-container {
        order: 1;
    }
    .bloque3 .yellow {
        padding: 20px;
        border-width: 4px;
    }
    .bloque3 .yellow li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
    }

    .bloque3 .subtitle2 {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: normal;
    }
    .bloque3 li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
    }
    /* end Bloque3 */
    
    /* Bloque4 */
    .bloque4 .container3 .container1 p {
    min-width: 140px;
    width: auto;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 0 0px;
    }
    .bloque4 #nav {
        display: flex;
        column-gap: 0px;
        z-index: 1;
        position: relative;
    }
    .bloque4 h2 {
        margin-bottom: 10px;
    }
    .bloque4 .container3 {
        overflow: hidden;
    }
    /* end Bloque4 */

    /* Bloque6 */
    .bloque6 .container1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bloque6 h2 {
        margin-bottom: 5px;
    }
    .bloque6 .subtitle {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: normal;
        margin-bottom: 30px;
    }
    .bloque6 .video-container {
        width: 100%;
    }
    .yellow {
        padding: 20px;
    }
    .bloque6 .yellow li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
    }

    /* end Bloque6 */

    /* Bloque7 */
    .paso1-img::before {
        width: 118px;
        height: 65px;
    }
    .paso2-img::before {
        width: 92px;
        height: 65px;
    }
    .paso3-img::before {
        width: 84px;
        height: 65px;
    }
    .bloque7 .blue {
        padding: 12px 20px;
    }
    .bloque7 .blue p {
        font-size: 14px;
    }
    .bloque7 .sticky {
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
        top: initial;
    }
    .bloque7 .pasos-img {
        margin-bottom: 25px;
    }
    .bloque7 .pasos-container {
        grid-template-columns: 1fr;
        margin-bottom: 45px;
    }
    .pasos-container .img-container img {
        width: 200px;
    }
    .bloque7 .pasos .subtitle {
        font-size: 16px;
        letter-spacing: normal;
    }
    .bloque7 .text-info {
        padding-top: 25px;
        margin-top: 25px;
    }
    .bloque7 .info-content {
        flex-direction: row;
    }
    .bloque7 .text-info p {
        font-size: 12px;
        line-height: 18px;
    }
    /* end Bloque7 */

    /* Bloque8 */
    .bloque8 .container0 {
    padding-top: 45px;
    padding-bottom: 25px;
    }
    .bloque8 .container1 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .bloque8 .content-img {
        margin-bottom: -15px;
    }
    .bloque8 .white {
        padding: 20px 15px;
    }
    .bloque8 .title {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: normal;
        margin: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
    }
    .bloque8 .text-info .pretitle {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: normal;
    }
    .bloque8 .text-info h2 {
        margin-bottom: 25px;
    }
    .bloque8 .text-info p:not(:last-child) {
        margin-bottom: 10px;
    }
    .bloque8 .text-info p:last-child {
        margin-bottom: 0;
    }
    .bloque8 .white li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
    }
    .bloque8 .container2 {
        padding-bottom: 45px;
    }
    /* end Bloque8 */

    /* Bloque9 */
    .bloque9 .container1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bloque9 .subtitle {
        font-size: 16px;
        letter-spacing: normal;
        margin-bottom: 25px;
    }
    /* end Bloque9 */

    /* Bloque10 */
    .bloque10 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .bloque10 h2 {
        margin-bottom: 25px;
    }
    .bloque10 .yellow {
        padding: 20px;
    }
    .bloque10 .ico-luz {
        width: 50px;
        height: 50px;
    }
    /* end Bloque10 */

    /* Bloque11 */
    .bloque11 .container1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bloque11 .pretitle {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: normal;
    }
    /* end Bloque11 */

    /* Bloque12 */
    .bloque12 .container1 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .bloque12 h2 {
        margin-bottom: 25px;
    }
    .bloque12 .yellow {
        padding: 25px 20px;
    }
    .bloque12 .yellow .subtitle {
        margin-bottom: 20px;
        letter-spacing: normal;
        font-size: 20px;
        line-height: 25px;
    }
    .bloque12 .yellow p {
        margin-bottom: 12px;
    }
    .bloque12 .cta-black {
        margin-bottom: 25px;
    }
    .bloque12 .video-wrapper::before {
        content: '';
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
    }
    /* end Bloque12 */

    /* Bloque13 */
    .bloque13 .container1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bloque13 h2.title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .bloque13 h2 {
        margin-bottom: 15px;
    }

    .bloque13 .white {
        padding: 20px 15px;
    }
    .bloque13 .cta-container {
        margin-top: 25px;
    }
    .bloque13 li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
    }
    .bloque13 .cta-transparent {
        width: 100%;
    }
    /* end Bloque13 */

    /* Bloque14 */
    .bloque14 {
        margin-top: 45px;
        margin-bottom: 25px;
    }
    .bloque14 h2 {
        margin-bottom: 25px;
    }
    /* end Bloque14 */

    /* Bloque15 */
    .bloque15 .container1 {
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .bloque15 .pretitle {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 30px;
    }
    /* end Bloque15 */

    /* Bloque16 */
    .bloque16 .container1 {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .bloque16 .text-info {
        padding-top: 25px;
        margin-top: 25px;
    }
    .bloque16 .grey {
        padding: 20px;
    }
    .bloque16 .grey .subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.36px;
        margin-bottom: 10px;
    }
    /* end Bloque16 */

    /* Blolque17 */

    .bloque17 .container1 {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bloque17 .pretitle {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
        margin-bottom: 16px;
    }
    .bloque17 h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .bloque17 .claim {
        flex-direction: row;
        align-items: center;
    }
    .bloque17 .platform-text {
        margin-bottom: 0;
    }
    /* end Bloque17 */

    /* Bloque18 */
    .bloque18 .container1 {
        margin-top: 50px;
        margin-bottom: 45px;
    }
    .bloque18 .title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: normal;
    }
    .bloque18 .container1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bloque18 .grey {
        padding: 25px 20px;
    }
    .bloque18 .grey {
        margin-bottom: 0;
    }

    .bloque18 .container3 {
        margin-bottom: 55px;
    }
    /* end Bloque18 */

    /* Bloque19 */
    .bloque19 .container1 {
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .bloque18 .grey {
        display: block;
        margin: 0 auto;
        max-width: 350px;
    }
    .bloque19 .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
        letter-spacing: normal;
    }
    .bloque19 .subtitle {
        font-size: 16px;
        letter-spacing: normal;
    }
    .bloque19 .text-info {
        padding-right: 0;
    }
    .bloque19 .white {
        padding: 25px 20px;
    }
    .bloque19 h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .bloque19 .subtitle2 {
        margin-bottom: 24px;
    }
    .bloque19 .input-file-box {
        display: grid;
        grid-template-columns: 90px auto;
    }
    .bloque19 .input-file-holder {
        width: auto;
    }
    form {
        padding-top: 24px;
    }
    /* end Bloque19 */

    /* Bloque20 */
    .bloque20 {
    padding: 45px 20px;        
    background: #fff;        
    }

    .bloque20 p {
    font-size: 24px;
    line-height: 30px;
    }

    .bloque20 iframe {
    height: 450px;
    }
    /* end Bloque20 */
}