/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18 sep 2023, 18:41:31
    Author     : dell
*/

/******************************Generales****************************************/
@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/DINPro-Bold_13934.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}
@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html, body{
    overflow:visible;
}
.row, .segmento{
    width:100%;
    margin:0;
}
img{
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
    max-width:100%;
    height:auto;
}
p, h1, h2, h3, h4, h5, h6{
    margin:0;
}
.titleSections{
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#054982;
}
.subtitleSections{
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #666666;
    padding: 30px 0px;
}
.paragraphSections{
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    color: #666666;
}
.linkSections{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    padding-top: 20px;
}
.linkSections a{
    color:#09A6E0;
}
.imgResponsive{
    display:none !important;
}
/******************************Contenedor****************************************/
main.container-grid{
    display:grid;
    grid-template-areas: "seccion1 seccion1"
        "seccion2 seccion2"
        "seccion3 seccion3"
        "seccion4 seccion4"
        "seccion5 seccion5"
        "seccion6 seccion6"
        "seccion7-8 seccion7-8"
        "seccion9-10 seccion9-10"
        "seccion14 seccion14"
        "seccion19 seccion19"
        "seccion20 seccion20"
        "seccion21 seccion21";
    grid-template-columns: 1fr 1fr;
}
/******************************Seccion 1****************************************/
.section1{
    grid-area:seccion1;
    position:relative;
    overflow:hidden;
    height:100vh;
    background-color: #ffffff;
    margin-top:60px;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.section1 .zoom-InBackground{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.section1 .containerText {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    max-width: 1000px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section1 h6{
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    padding:29px 0px;
}
.section1 p{
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    padding-right: 40px;
}
.section1 a{
    color:#ffffff;
    text-decoration: none;
}
.section1 a:hover{
    color:#ffffff;
}
.section1 p {
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    padding-right: 0px;
}
.section1 button {
    font-family: arial;
    font-weight: bold;
    background-color: #9f2240;
    border-radius: 40px;
    color: #ffffff;
    margin-top: 66px;
    min-width: 297px;
    outline: none;
    border: 0px;
}
.section1 button:focus{
    box-shadow:0px 0px 10px black;
}
.section1 button p {
    font-size: calc(23px + (35 - 23) * (100vw - 320px) / (1920 - 320));
    display: block;
    padding: 10px 0;
    background-color: #9F2240;
    border-radius: 50px;
}
.section1 .containerText img{
    width: 52.5%;
    object-fit:contain;
}
/******************************Seccion 2****************************************/
.section2{
    grid-area:seccion2;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding:110px 0;
}
.section2 .containerText {
    width: 65.5%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto;
}
.section2 h6 {
    font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding: 0px 23% 50px;
}
.section2 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 9% 0px;
    line-height: normal;
    color: #5C5C5C;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding-bottom: 211px;
}
.section3 .containerText {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    margin: auto;
    justify-content: center;
}
.section3 .title {
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding: 0px 0px 107px;
}
.section3 p{
    font-family: 'Helvetica-Neue-Regular';
}
.section3 .containerServices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    flex-direction: row;
}
.section3 .serviceIcons{
    width:25%;
}
.section3 .serviceIcons h6{
    padding:30px 0px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    width: auto;
    margin: auto;
}
.section3 .serviceIcons p {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 15%;
}
.section3 .serviceIcons:nth-child(1) p, .section3 .serviceIcons:nth-child(4) p{
    padding: 0px 28%;
}
.section3 .serviceIcons:nth-child(2) p{
    padding:0 36%;
}
/******************************Seccion 4****************************************/
.section4{
    grid-area:seccion4;
    font-family: 'Helvetica-Neue-Bold';
}
.section4 .containerText {
    width: 60%;
    margin: auto;
    padding: 0 0 8%;
}
.section4 .containerText h6 {
    color: #054982;
    font-size: calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    transition: all 1.5s ease-in-out;
}
/******************************Seccion 5****************************************/
.section5{
    grid-area:seccion5;
}
.section5 .grid-container5 {
    display: grid;
    grid-template-areas: "item1 item1 item1"
        ". item2 .";
    padding: 0% 0% 15% 0%;
    grid-template-columns: auto 76% auto;
}
.section5 .item1 {
    grid-area: item1;
    display: flex;
    position: relative;
    justify-content: center;
}
.section5 .item1 img {
    width: 100%;
    padding: 0;
}
.section5 .item1 img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.section5 .item1 img:nth-child(2) {
    transition: all 1s ease-in-out;
}
.section5 .item2 {
    grid-area: item2;
    padding: 8% 0% 0;
    width: 100%;
    text-align: center;
}
.section5 .item2 h5 {
    color: #666666;
    font-size: calc(18px + (40 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
    padding: 0 14%;
}
.section5 .item2 p {
    color: #454545;
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    text-align: left;
    padding-right: 5%;
}
.section5 .item2 p:nth-child(2){
    padding-top:50px;
}
/******************************Seccion 6  ****************************************/
.section6 {
    grid-area: seccion6;
    display: grid;
    grid-template-areas: ". containerImage containerImage ."
        ". containerTitle containerText .";
    grid-template-columns: 12.5% 1fr  1fr 12.5%;
    padding: 0 0 15%;
}
.section6 .titleSections{
    font-size: calc(30px + (64 - 30) * (100vw - 320px) / (1920 - 320));
    color:#054982;
}
.section6 .containerImage{
    grid-area:containerImage;
    position:relative;
}
.section6 .containerImage img {
    margin: auto;
    display: block;
    border-radius: 40px 40px 0 0;
    width: 100%;
}
.section6 .containerTitle {
    grid-area: containerTitle;
    background-color: #FFF3E6;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 13% 15% 20%;
    border-radius: 0 0 0 40px;
}
.section6 .containerText {
    grid-area: containerText;
    background-color: #FFF3E6;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 13% 23.5% 15% 1%;
    border-radius: 0 0 40px  0;
}
.section6 .containerText h6{
    font-size: calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320));
}
.section6 .containerText h5{
    padding-right: 8%;
}
.overlay{
    width:100%;
    height:auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 35px 35px 0 0;
    transition:all 1s ease-in-out;
}
/******************************Seccion 7-8  ****************************************/
.section7-8 {
    grid-area: seccion7-8;
    display: grid;
    grid-template-columns: 7.5% repeat(12, 1fr) 7.5%;
    grid-template-rows: auto auto;
    padding-bottom: 15%;
    position: relative;
}
.section7-8 .background {
    z-index: -1;
    background-image: url('https://assets.claro360.com/Persona/hogarPersona/background.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    clip-path: inset(30% 0px 0px);
}
.section7-8 .backgroundAnimation{
    position: sticky;
    top: 10%;
    left: 0px;
}
.section7-8 .containerItem1 {
    grid-area: 1 / 2 / 1 / span 12;
    width: 100%;
    margin: auto;
    height: 3000px;
    padding-bottom: 20%;
}
.section7-8 .containerText1 {
    padding: 0% 25% 5%;  
}
.section7-8 .titleSections{
    color:#054982;
    text-align: center;
}
.section7-8 .subtitleSections, .section7-8 .paragraphSections{
    color:#666666;
}
.section7-8 .containerImage1 img{
    display:block;
    margin:auto;
    padding:0 3%;
}
.section7-8 .containerText2 {
    grid-area: 2 / 2 / 2 / span 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 12% 13% 0;
}
.section7-8 .containerText2 h6 {
    color: #054982;
    text-align: left;
}
.section7-8 .containerImage2 {
    grid-area: 2 / 7 / 2 / span 7;
    padding: 0 3%;
    display: flex;
    align-items: center;
}
.section7-8 .containerImage2 img{
    width:100%;
}
.section7-8 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 86.5%;
    height: 93.5%;
    border-radius: 40px;
    transition: all 1s ease-in-out;
    margin: auto;
}
.section7-8 .containerImage2 .container-overlay{
    position:relative;
}
/******************************Seccion 8 - 9  ****************************************/
.section9-10 {
    grid-area: seccion9-10;
    display: grid;
    grid-template-columns: 7.5% repeat(12, 1fr) 7.5%;
    grid-template-rows: auto auto auto;
    padding: 15% 0 0;
}
.section9-10 h6{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(28px + (70 - 28) * (100vw - 320px) / (1920 - 320));
    color:#054982;
}
.section9-10 h5, .section9-10 p{
    color:#5C5C5C;
}
.section9-10 h5 {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    padding: 30px 11% 0;
}
.section9-10 .carouselContainer{
    grid-area: 1 / 1 / 1 / span 14;
    height: 2000px;
}
.section9-10 .carousel {
    position: sticky;
    top: 7%;
    left: 0;
}
.section9-10 .containerText1 {
    grid-area: 1 / 2 / 1 / span 12;
    text-align: center;
    padding: 0px 25% 4%;
}
.section9-10 .containerImage {
    grid-area: 2 / 1 / 2 / span 14;
    position: relative;
    overflow-x: hidden;
}
.section9-10 .containerImage img{
    margin: auto;
    display: block;
    width: 100%;
}
.section9-10 .containerImage img:nth-child(2){
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 134%;
    object-fit: contain;
    max-width: initial;
    transition:all .5s;
}
.section9-10 .containerText2 {
    grid-area: 3 / 2 / 3 / span 12;
    padding: 4% 23%;
}
.section9-10 .stickyElement.animationCarousel{
    animation-name: carousel;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay:.7s;
}
@keyframes carousel {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-25.3%);
    }
}
/******************************Seccion 14****************************************/
.section14{
    grid-area:seccion14;
    background-color:#ffffff;
    display:grid;
    grid-template-areas:"seccion14-1"
        "seccion14-2";
}
.section14 h6{
    color:#054982;
}
.section14 h5, .section14 p{
    color:#5C5C5C;
}
/******************************Seccion 14-1****************************************/
.section14 .seccion14-1 {
    grid-area: seccion14-1;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 12% 6.7%;
}
.section14 .seccion14-1 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 7.5%;
    text-align: left;
    width: 45%;
    background-color: #ffffff;
    border-radius: 40px 0 0 40px;
}
.section14 .seccion14-1 .linkSections {
    justify-content: flex-start;
}
.section14 .seccion14-1 img {
    border-radius: 0 40px 40px 0;
    width: 55%;
    object-fit: cover;
}
.section14 .seccion14-1 h5{
    padding-right: 10%;
}
/******************************Seccion 14-2****************************************/
.section14 .seccion14-2 {
    grid-area: seccion14-2;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 0% 6.7%  12%;
}
.section14 .seccion14-2 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 7.5%;
    text-align: right;
    width: 45%;
    background-color: #ffffff;
    border-radius: 0 40px 40px 0;
}
.section14 .seccion14-2 img {
    border-radius: 40px 0 0 40px;
    width: 55%;
    object-fit: cover;
}
.section14 .seccion14-2 h6 {
    padding-left: 10%;
}
.section14 .seccion14-2 h5{
    padding-left: 20%;
}
.section14 .seccion14-2 p{
    padding-left: 7%;
}
.section14 .seccion14-2 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://assets.claro360.com/landingsMexico360/persona/hogarDigital/web/9_Estado1.png');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    min-height: 100vh;
    position:relative;
    margin:auto;
    width:100%;
    transition:all 2.5s;
}
.section19 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    padding-top: 7%;
    max-width: 925px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.4s;
}
.section19 h6{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    color:#ffffff;
    position: relative;
}
.section19 h6:after {
    content: url("");
    background-image: url('https://assets.claro360.com/landingsMexico360/persona/hogarDigital/web/logo_360_blanco.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 100%;
    width: 200px;
    height: 149px;
    margin-left: 15px;
}
.section19 h5 {
    font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding-right: 50px;
    color: #ffffff;
    padding: 29px 30% 0px 0px;
}
.section19 .overlaySection{
    position: absolute;
    background-color: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1.8s;
}
/******************************Seccion 20****************************************/
.section20{
    grid-area:seccion20;
}
.section20 .containerBoxGrid {
    display: grid;
    grid-template-areas: "box1 box1 box1"
        "box2 box3 box4"
        "box5 box6 box7";
    width: 80%;
    margin: auto;
    padding: 10% 0 5% 0;
    grid-gap: 50px 11.8%;
}
.section20 h5{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color:#5C5C5C;
    padding-bottom:20px;
}
.section20 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color:#5C5C5C;
}
.section20 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding-bottom: 72px;
    text-align: center;
}
.section20 .box1{
    grid-area:box1;
}
.section20 .box2{
    grid-area:box2;
}
.section20 .box3{
    grid-area:box3;
}
.section20 .box4{
    grid-area:box4;
}
.section20 .box5{
    grid-area:box5;
}
.section20 .box6{
    grid-area:box6;
}
.section20 .box7{
    grid-area:box7;
}
/******************************Seccion 21****************************************/
.section21{
    grid-area:seccion21;
    background-color:#F0F0F0;
}
.section21 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.section21 h6{
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    padding:59px 0px;
    font-family: 'Helvetica-Neue-Bold';
}
.section21 button {
    background-color: #9f2240;
    font-family: arial;
    font-weight: bold;
    border-radius: 18px;
    color: #ffffff;
    margin-bottom: 79px;
    min-width: 297px;
    outline: none;
    border: 0px;
}
.section21 button p {
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    height: 60px;
    line-height: 40px;
    display: block;
    padding: 10px 0;
}
.section21 button:focus{
    box-shadow:0px 0px 10px black;
}




/*PORTRAIT*/
@media (max-width: 320px){
    .section1 {
        height: 130vh !important;
    }
    .section1 .zoom-InBackground {
        min-height: 130vh !important;
    }
}

@media (max-width: 991px){
    /******************************Generales****************************************/
    .imgWeb{
        display:none !important;
    }
    .imgResponsive{
        display:block !important;
        margin:auto;
    }
    .titleSections{
        display:inline;
    }
    .subtitleSections{
        padding: 20px 0px;
    }
    .linkSections{
        padding-top: 10px;
    }
    /******************************Contenedor****************************************/
    main.container-grid{
        display:grid;
        grid-template-areas: "seccion1 seccion1"
            "seccion2 seccion2"
            "seccion3 seccion3"
            "seccion4 seccion4"
            "seccion5 seccion5"
            "seccion6 seccion6"
            "seccion7-8 seccion7-8"
            "seccion9-10 seccion9-10"
            "seccion14 seccion14"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
        grid-template-columns: 1fr 1fr;
    }
    /******************************Section1 ****************************************/
    .section1 {
        height: 115vh;
    }
    .section1 .zoom-InBackground {
        min-height: 115vh;
    }
    .section1 .containerText {
        width: 100%;
        padding-right: 8%;
    }
    .section1 .containerText img {
        width: 64%;
        margin-top: 115px;
    }
    .section1 button{
        min-width:200px;
        margin-bottom:10%;
    }
    .section1 button p {
        height: 40px;
        line-height: 20px;
    }
    .section1 h6 {
        padding: 29px 5% 29px  0;
    }
    .section1 p {
        padding-right: 0px;
    }
    /******************************Section2 ****************************************/
    .section2{
        padding:15% 0;
        text-align:left;
    }
    .section2 .containerText{
        width:100%;
    }
    .section2 h6 {
        padding: 0px 21.5% 40px 7.5%;
    }
    .section2 p {
        padding: 0px 7.5% 0px;
    }
    /******************************Section3 ****************************************/
    .section3 {
        padding-bottom: 15vh;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    .section3 .serviceIcons p {
        padding: 0px 28%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0 39%;
    }
    .section3 .serviceIcons:nth-child(3) p {
        padding: 0 15%;
    }
    /******************************Section4 ****************************************/
    .section4 .containerText {
        width: 100%;
        margin: auto;
        padding: 0 7.5% 8%;
    }
    .section4 .containerText h6 {
        text-align: left;
        padding-right: 10%;
    }
    /******************************Section5 ****************************************/
    .section5 .grid-container5 {
        grid-template-areas: "item1 item1 item1"
            ". item2 .";
        padding: 0% 0% 15vh 0%;
        grid-template-columns: 7.5% auto 7.5%;
    }
    .section5 .item1 {
        padding: 10% 0;
    }
    .section5 .item2 {
        padding: 15% 0% 0;
        text-align: left;
    }
    .section5 .item2 p:nth-child(2) {
        padding-top: 30px;
        padding-right: 0;
    }
    .section5 .item1 img:nth-child(3) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    .section5 .item1 img:nth-child(4) {
        transition: all 1s ease-in-out;
    }
    .section5 .item2 h5 {
        padding: 0;
    }
    /******************************Section6 ****************************************/
    .section6 {
        grid-template-areas: ". containerImage ."
            ". containerTitle ."
            ". containerText .";
        grid-template-columns: 3.5% 1fr 3.5%;
        padding: 0vh 0;
    }
    .section6 .containerTitle {
        padding: 10% 20% 0% 5%;
        border-radius: 0px;
    }
    .section6 .containerText {
        padding: 5% 5% 15%;
        border-radius: 0 0 10px  10px;
        box-shadow: 0px 5px 6px #00000029;
        margin-top: -1px;
    }
    .section6 .containerImage img {
        border-radius: 10px 10px 0 0;
    }
    .overlay {
        border-radius: 15px 15px 0 0;
    }
    /******************************Section 7-8 ****************************************/
    .section7-8 {
        grid-template-areas: ". containerItem1 ."
            ". containerText2 ."
            ". containerImage2 .";
        grid-template-columns: 7.5% 1fr 7.5%;
        grid-template-rows: auto auto;
        padding-bottom: 15vh;
        margin-top: 20vh;
    }
    .section7-8 .containerItem1 {
        grid-area: containerItem1;
        padding-bottom: 0;
    }
    .section7-8 .containerText1 {
        padding: 0% 0% 13%;
    }
    .section7-8 .containerText2 {
        grid-area: containerText2;
        padding: 15vh 0% 13% 0;
    }
    .section7-8 .containerImage2 {
        grid-area: containerImage2;
        padding: 0 1.5%;
    }
    .section7-8 .titleSections {
        text-align: left;
        padding-right: 10%;
        display: block;
    }
    .section7-8 .backgroundAnimation {
        top: 20%;
    }
    .section7-8 .containerImage1 img {
        padding: 0%;
    }
    .section7-8 .containerText2 .titleSections{
        padding-right: 0%;
    }
    .section7-8 .overlay {
        border-radius: 15px;
    }
    /******************************Section 9-10 ****************************************/
    .section9-10 {
        padding: 15vh 0 0;
    }
    .section9-10 .containerText1 {
        text-align: left;
        padding: 0 7.5% 10%;
    }
    .section9-10 h5 {
        padding: 30px 0% 0;
    }
    .section9-10 h6 {
        padding-right: 33%;
        display: block;
    }
    .section9-10 .containerText2 {
        padding: 10% 7.5% 0%;
    }
    .section9-10 .carousel {
        top: 25%;
    }
    .section9-10 .containerImage img:nth-child(4) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 280%;
        object-fit: contain;
        max-width: initial;
        transition: all .5s;
        transition-delay: 0s;
    }
    @keyframes carousel {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(-63%);
        }
    }
    /******************************Section14-1 ****************************************/
    .section14 .seccion14-1 {
        flex-direction: column;
        margin: 15vh 2.7%;
    }
    .section14 .seccion14-1 img {
        border-radius: 0 0 40px 40px;
        width: 100%;
    }
    .section14 .seccion14-1 .containerText {
        padding: 10% 7.5%;
        text-align: left;
        width: 100%;
        border-radius: 40px 40px 0 0;
    }
    .section14 .seccion14-1 .linkSections {
        justify-content: flex-start;
    }
    .section14 .seccion14-1 h5 {
        padding-right: 0;
    }
    /******************************Section14-2 ****************************************/
    .section14 .seccion14-2 {
        flex-direction: column;
        margin-bottom: 15vh;
        margin: 0% 2.7%  15vh;
    }
    .section14 .seccion14-2 img {
        border-radius: 40px 40px 0 0;
        width: 100%;
    }
    .section14 .seccion14-2 .containerText {
        padding: 10% 7.5%;
        text-align: left;
        width: 100%;
        border-radius: 40px 40px 0 0;
    }
    .section14 .seccion14-2 .linkSections {
        justify-content: flex-start;
    }
    .section14 .seccion14-2 h5 {
        padding-right: 0;
        padding-left:0;
    }
    .section14 .seccion14-2 h6 {
        padding-left: 0;
        padding-right: 10%;
    }
    .section14 .seccion14-2 p {
        padding-left: 0%;
    }
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/landingsMexico360/persona/hogarDigital/responsive/9_Estado1_responsive.png');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        width: 80px;
        bottom: 4px;
        margin-left: 8px;
    }
    .section19 h5 {
        padding: 29px 19% 0px 0px;
    }
    /******************************Section20 ****************************************/
    .section20 .containerBoxGrid {
        grid-template-areas: "box1 box1 box1"
            "box2 box2 box2"
            "box5 box5 box5"
            "box3 box3 box3"
            "box6 box6 box6"
            "box4 box4 box4"
            "box7 box7 box7";
        grid-gap: 40px 11.8%;
        padding: 15% 0 10% 0;
        width:84%;
    }
    .section20 h6 {
        padding-bottom: 10px;
    }
    /******************************Section21 ****************************************/
    .section21 button {
        min-width: 200px;
    }
    .section21 button p {
        height: 40px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px){
    .section1 {
        height: 100vh;
    }
    .section1 .zoom-InBackground {
        min-height: 100vh;
    }
    .section1 .imgWeb{
        display:block !important;
    }
    .section1 .imgResponsive{
        display:none !important;
    }
    .section1 h6 {
        padding: 29px 30% 29px  0;
    }
    .section2 h6 {
        padding: 0px 32.5% 40px 7.5%;
    }
    .section3 .serviceIcons:nth-child(1) p, .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 39%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0 44%;
    }
    .section3 .serviceIcons:nth-child(3) p {
        padding: 0 30%;
    }
    .section5 .item1 {
        padding: 0% 0;
    }
    .section6 .containerTitle {
        padding: 13% 10% 0%;
    }
    .section6 .containerText {
        padding: 5% 10% 15%;
    }
    .section7-8 .containerItem1 {
        height: 2500px;
    }
    .section9-10 h6 {
        padding-right: 15%;
        display: block;
    }
    .section19 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/hogarDigital/responsive/9_Estado1_responsive.png');
        background-position: center;
    }
    .section19 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 .containerText {
        width: 56%;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section3 {
        padding-bottom: 13vh;
    }
    .section3 .containerText {
        width: 95%;
    }
    .section3 .serviceIcons h6 {
        width: 100%;
    }
    .section3 .serviceIcons p {
        padding: 0px 25px;
    }
    .section3 .serviceIcons img {
        max-width:120px;
    }
    .section3 .serviceIcons:nth-child(1) p {
        padding: 0px 25%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 32%;
    }
    .section4 .containerText {
        width: 75%;
    }
    .section5 .grid-container5 {
        padding: 0% 0% 13vh 0%;
    }
    .section5 .item2 {
        padding: 10% 7% 0;
    }
    .section5 .item2 h5 {
        padding: 0 0%;
    }
    .section6 {
        grid-template-columns: 7.5% 1fr  1fr 7.5%;
    }
    .section6 .containerText {
        padding: 13% 15.5% 15% 10%;
    }
    .section7-8 .containerText1 {
        padding: 0% 18% 10%;
    }
    .section7-8 .containerImage1 img {
        padding: 0 10%;
    }
    .section7-8 .overlay {
        border-radius: 20px;
    }
    .section7-8 .titleSections {
        display: block;
        text-align: center;
    }
    .section9-10 .containerText1 {
        padding: 0px 19% 4%;
    }
    .section9-10 .carousel {
        top: 25%;
    }
    .section9-10 h5 {
        padding: 30px 0% 0;
    }
    .section14 .seccion14-1 img {
        width: 40%;
        object-fit: cover;
        object-position: 80%;
    }
    .section14 .seccion14-1 .containerText {
        width: 60%;
    }
    .section14 .seccion14-2 img {
        width: 40%;
        object-fit: cover;
        object-position: right;
    }
    .section14 .seccion14-2 h6 {
        padding-left: 15%;
    }
    .section14 .seccion14-2 .containerText {
        width: 60%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    
    .section19 h6:after {
        bottom: -6px;
        width: 150px;
    }
    
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}


/*LANDSCAPE*/
@media (max-width: 991px) and (orientation:landscape){
    .section1 {
        height: 180vh;
    }
    .section1 .imgWeb{
        display:block !important;
    }
    .section1 .imgResponsive{
        display:none !important;
    }
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
    .section1 .containerText img {
        width: 35%;
    }    
    .section3 {
        padding-bottom: 5%;
    }
    .section5 .grid-container5 {
        padding: 0% 0% 15% 0%;
    }
    .section6 {
        padding: 15% 0;
    }
    .section7-8 {
        padding-bottom: 15%;
    }
    .section19{
        background-image:url('https://assets.claro360.com/landingsMexico360/persona/hogarDigital/responsive/9_Estado1_responsive.png');
    }
}

@media (min-width: 768px) and (max-width:991px) and (orientation:landscape){
    .section1 {
        height: 100vh;
    }
    .section1 .zoom-InBackground {
        min-height: 100vh;
    }  
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 h6 {
        padding: 29px 0% 29px  0;
    }
    .section2 p {
        padding: 0px 7% 0px;
    }
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .serviceIcons h6 {
        width: 100%;
    }
    .section3 .serviceIcons img {
        max-width:110px;
    }
    .section3 .serviceIcons:nth-child(1) p {
        padding: 0px 25%;
    }
    .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 16%;
    }
    .section5 .item2 p {
        padding-right: 0;
    }
    .section7-8 .containerImage1 img {
        padding: 0 15%;
    }
    .section9-10 h5 {
        padding: 30px 0% 0;
    }
    
    .section19 h6:after {
        bottom: -6px;
        width: 130px;
    }
}

@media (min-width: 1200px) and (max-width:1500px) and (orientation: landscape){
    .section3 .serviceIcons:nth-child(1) p, .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 23%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 35%;
    }
    .section7-8 .containerImage1 img {
        padding: 0 10%;
    }
    .section9-10 .carousel {
        top: 10%;
    }
    .section9-10 h5 {
        padding: 30px 6% 0;
    }
    .section14 .seccion14-1 .containerText {
        padding: 7% 6.8%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section2 h6 {
        padding: 0px 16% 50px;
    }
    .section3 .serviceIcons p {
        padding: 0px 13%;
    }
    .section3 .serviceIcons p {
        padding: 0px 4%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 33%;
    }
    .section7-8 .containerImage1 img {
        padding: 0 8%;
    }
    .section7-8 .overlay {
        border-radius: 25px;
    }
    .section14 .seccion14-2 img {
        object-position: right;
    }
    .section14 .seccion14-2 h6 {
        padding-left: 0;
    }
    
    .section19 h6:after {
        bottom: 9px;
        width: 129px;
    }
}

@media (min-width: 1701px) and (max-width:2099px) and (orientation: landscape) {
    .section19 h6:after {
        bottom: 6px;
        width: 150px;
    }
}

@media (min-width: 2100px){
    .section2 h6 {
        padding: 0px 16% 50px;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section3 .serviceIcons h6 {
        width: 70%;
    }
    .section3 .serviceIcons:nth-child(1) p {
        padding: 0px 33%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 39%;
    }
    .section5 img {
        width: 100%;
        max-width: 2500px;
    }
    .section5 .item1 {
        justify-content: flex-start;
    }
    .section6 {
        grid-template-columns: 13.5% 1fr  1fr 13.5%;
    }
    .section6 .containerTitle {
        padding: 25% 15% 25%;
    }
    .section7-8 {
        grid-template-columns: 13.5% repeat(12, 1fr) 13.5%;
    }
    .section7-8 .containerImage1 img {
        padding: 0 0%;
    }
    .section9-10 .containerText1 {
        padding: 0px 25% 2%;
    }
    .section9-10 .containerText2 {
        padding: 2% 28% 7%;
    }
    .section9-10 .containerImage img:nth-child(2) {
        max-width: initial;
    }
    .section9-10 h5 {
        padding: 30px 18% 0;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}