/******************************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;
}
.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:#0952A5;
}
.subtitleSections{
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #5C5C5C;
    padding: 30px 0px;
}
.paragraphSections{
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    color: #5C5C5C;
}
.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 seccion7"
        "seccion8 seccion9"
        "seccion10 seccion11"
        "seccion12 seccion12"
        "seccion13 seccion13"
        "seccion14 seccion14"
        "seccion15 seccion16"
        "seccion16-1 seccion16-2"
        "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: 50px;
}
.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;
}
.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 12% 50px;
}
.section2 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 10% 0px;
    line-height: normal;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding-bottom: 211px;
}
.section3 .containerText{
    width: 75%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto;
}
.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 100px;
}
/******************************Seccion 4****************************************/
.section4{
    grid-area:seccion4;
    font-family: 'Helvetica-Neue-Bold';
}
.section4 .containerText{
    width: 100%;
    padding:0 7.5%;
}
.section4 .containerText h6 {
    display:block;
    color: #000000;
    font-size: calc(24px + (100 - 24) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all 1.5s ease-in-out;
}
.section4 h5{
    color:#0952A5;
    font-size: calc(17px + (50 - 17) * (100vw - 320px) / (1920 - 320));
}
.section4 .containerText-2 {
    text-align: left;
    padding: 5% 29.5% 5% 7.5%;
}
/******************************Seccion 5****************************************/
.section5{
    grid-area:seccion5;
}
.section5 .grid-container5 {
    display: grid;
    grid-template-areas: "item1 item1 item1"
        ". item2 .";
    padding: 3% 0% 15% 0%;
    grid-template-columns: 7.5% 1fr 7.5%;
}
.section5 .item1{
    grid-area:item1;
    display: flex;
    justify-content: center;
}
.section5 .item1 img {
    width: 100%;
    padding: 0 3%;
}
.section5 .item2 {
    grid-area: item2;
    padding: 4% 0% 0 0;
    width: 64%;
}
.section5 .item2 p{
    color:#5C5C5C;
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
}
.section5 .item2 p:nth-child(2){
    padding-top:30px;
}
/******************************Seccion 6****************************************/
.section6 {
    grid-area: seccion6;
    margin: 0 24.5% 24% 14.5%;
    position: relative;
}
.section6 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transition:all 1.2s ease-in-out;
}
/******************************Seccion 7****************************************/
.section7 {
    grid-area: seccion7;
    padding-bottom:24%;
}
.section7 .container-img {
    max-width: 100%;
    overflow: hidden;
    transform: translateX(-14.5%);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.section7 img {
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}
/******************************Seccion 8****************************************/
.section8 {
    grid-area: seccion8;
    padding-bottom:24%;
}
.section8 .container-img{
    max-width: 100%;
    overflow: hidden;
    transform: translateX(14.5%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section8 img{
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}
/******************************Seccion 9****************************************/
.section9 {
    grid-area: seccion9;
    margin: 0 14.5% 24% 27.5%;
    text-align: right;
    position: relative;
}
.section9 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
.section9 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 10****************************************/
.section10 {
    grid-area: seccion10;
    padding: 0 22.5% 24% 14.5%;
    display: flex;
    align-items: center;
}
/******************************Seccion 11****************************************/
.section11 {
    grid-area: seccion11;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 14.5% 20% 0;
}
/******************************Seccion 12****************************************/
.section12 {
    grid-area: seccion12;
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 10%;
}
.section12 .subtitleSections {
    padding: 30px 24%;
}
.section12 .paragraphSections {
    text-align: left;
    padding-right: 14%;
    padding-left: 14%;
}
.section12 .linkSections{
    padding-right: 14%;
    padding-left: 14%;
}
.section12 img{
    padding-top:3%;
    padding-bottom: 3%;
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/landingsMexico360/corporativo/telecomunicaciones/web/img07.png');
    background-color: #000000;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    min-height: 100vh;
    color:#ffffff;
}
.section13 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 7.5%;
    padding-bottom: 10%;
    max-width: 950px;
    width: 55%;
}
.section13 h6, .section13 h5 {
    color: #ffffff;
}
.section13 h5{
    padding-right: 18%;
}
.section13 p {
    color: #ffffff;
    padding-right: 30%;
}
/******************************Seccion 14***************************************/
.section14{
    grid-area:seccion14;
    display:grid;
    grid-template-areas:"box1 box2"
        "box3 box4";
    grid-template-columns:40% 60%;
    background-color:#0952A5;
    margin-bottom: 10%;
}
.section14 .box1 {
    grid-area: box1;
    padding: 0% 5.5% 0 17.5%;
    display: flex;
    align-items: center;
    align-content: center;
}
.section14 .box2 {
    grid-area: box2;
    padding: 15% 7.5% 0% 5%;
    display: flex;
    align-items: center;
}
.section14 .box2 img{
    width:100%;
    max-width:1300px;
}
.section14 .box3 {
    grid-area: box3;
    padding-top: 10%;
    padding-bottom: 10%;
}
.section14 .box3 div, .section14 .box3 img {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section14 .box3 .moveRight {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-50%, 0);
    transition: translate 1.2s;
}
.section14 .box3 .imgAnimated {
    animation: moveRight 1s  linear forwards;
}
@keyframes moveRight{
    from{
        transform: translate(-50%, 0);
    }
    to{
        transform: translate(-22%, 0);
    }
}
.section14 .box4 {
    grid-area: box4;
    padding: 0 19% 15%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section14 .titleSections, .section14 .subtitleSections, .section14 .paragraphSections, .section14 .linkSections a{
    color:white;
}
/******************************Seccion 15****************************************/
.section15 {
    grid-area: seccion15;
    margin: 0 23.5% 24% 14.5%;
    position: relative;
}
.section15 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
/******************************Seccion 16****************************************/
.section16 {
    grid-area: seccion16;
    padding-bottom:24%;
}
.section16 .container-img {
    max-width: 100%;
    overflow: hidden;
    transform: translateX(-14.5%);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.section16 img {
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}
/******************************Seccion 16-1****************************************/
.section16-1 {
    grid-area: seccion16-1;
    padding-bottom:24%;
}
.section16-1 .container-img{
    max-width: 100%;
    overflow: hidden;
    transform: translateX(14.5%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section16-1 img{
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}
/******************************Seccion 16-2****************************************/
.section16-2 {
    grid-area: seccion16-2;
    margin: 0 14.5% 24% 25.5%;
    text-align: right;
    position: relative;
}
.section16-2 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
.section16-2 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://assets.claro360.com/Corporativo/telecomunicaciones/section19.jpg');
    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/corporativo/telecomunicaciones/web/logo_360_rojo.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
    left: 100%;
    width: 216px;
    height: 100px;
    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 150px 0px 0px;
}
.section19 .overlaySection {
    position: absolute;
    background-color: rgba(0,0,0,0.40);
    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 a{
    color:#ffffff;
    text-decoration: none
}
.section21 a:hover{
    color:#ffffff;
}
.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: 380px){
    .section1 {
        min-height: 130vh;
    }    
    .section1 .zoom-InBackground {
        min-height: 130vh;
    }
}

@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 seccion7"
            "seccion8  seccion8"
            "seccion9  seccion9"
            "seccion10 seccion10"
            "seccion11 seccion11"
            "seccion12  seccion12"
            "seccion13 seccion13"
            "seccion14 seccion14"
            "seccion15 seccion15"
            "seccion16 seccion16"
            "seccion16-1 seccion16-1"
            "seccion16-2 seccion16-2"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 .containerText {
        width: 100%;
        padding-right: 10%;
    }
    .section1 .containerText img{
        width:78%;
        margin-top: 115px;
    }
    .section1 button{
        min-width:200px;
        margin-bottom:10%;
    }
    .section1 button p {
        height: 40px;
        line-height: 20px;
    }
    /******************************Section2 ****************************************/
    .section2{
        padding:15% 0;
        text-align:left;
    }
    .section2 .containerText{
        width:100%;
    }
    .section2 h6 {
        padding: 0px 7.5% 50px;
    }
    .section2 p {
        padding: 0px 7.5% 0px;
    }
    /******************************Section3 ****************************************/
    .section3{
        padding-bottom:100px;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    .section3 .serviceIcons p {
        padding: 0px 70px;
    }
    /******************************Section4 ****************************************/
    .section4 .containerText{
        width:100%;
    }
    .section4 h6{
        display:inline-block;
    }
    .section4 .containerText-2 {
        padding: 10% 5.5% 10% 7.5%;
    }
    /******************************Section5 ****************************************/
    .section5 .grid-container5{
        display:grid;
        grid-template-areas:"item1 item1 item1"
            ". item2 .";
    }
    .section5 .item1 {
        padding-top: 0%;
    }
    .section5 .item2 {
        padding: 40px 4% 3% 0;
        width: 100%;
    }
    /******************************Section6 ****************************************/
    .section6 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section6 {
        margin: 0 7.5% 15% 7.5%;
    }
    /******************************Section7 ****************************************/
    .section7 {
        padding-bottom: 15%;
    }
    .section7 .container-img {
        transform: translateX(0%);
    }
    /******************************Section8 ****************************************/
    .section8 {
        padding-bottom: 15%;
    }
    .section8 .container-img {
        transform: translateX(0%);
    }
    /******************************Section9 ****************************************/
    .section9 {
        margin: 0 7.5% 15% 7.5%;
        text-align: left;
    }
    .section9 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section9 .linkSections {
        justify-content: flex-start;
    }
    /******************************Section10 ****************************************/
    .section10{
        padding: 0 7.5% 10% 7.5%;
    }
    /******************************Section11 ****************************************/
    .section11 {
        padding: 0 0% 15% 0%;
    }
    /******************************Section12 ****************************************/
    .section12 {
        width:100%;
        padding: 0 7.5% 15% 7.5%;
    }
    .section12 h6 {
        display: inline;
    }
    .section12 img {
        padding-top: 12%;
        padding-bottom: 8%;
    }
    .section12 h5.subtitleSections{
        padding: 30px 0%;
        text-align:left;
    }
    .section12 p.paragraphSections{
        padding: 0;
    }
    .section12 .linkSections {
        padding-right: 0%;
        padding-left: 0%;
    }
    /******************************Section13 ****************************************/
    .section13{
        background-image:url('https://assets.claro360.com/landingsMexico360/corporativo/telecomunicaciones/responsive/img07.png');
    }
    .section13 .containerText{
        width:100%;
        padding:0 4.5% 10% 7.5%;
    }
    .section13 p {
        padding-right: 6%;
    }
    .section13 h6, .section13 h5 {
        padding-right: 0%;
    }
    /******************************Section14 ****************************************/
    .section14 {
        grid-template-areas: "box1 box1"
            "box2 box2"
            "box4 box4"
            "box3 box3";
        grid-template-columns: 100%;
    }
    .section14 .box1 {
        padding: 15% 7.5% 5% 7.5%;
    }
    .section14 .box2 {
        padding: 10% 7.5% 0;
    }
    .section14 .box3 {
        padding: 0px 18.5% 15%;
        max-width: 600px;
        margin: auto;
    }
    .section14 .box4 {
        padding: 15% 7.5% 10%;
    }
    /******************************Section15 ****************************************/
    .section15 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section15 {
        margin: 5% 7.5% 0% 7.5%;
    }
    /******************************Section16 ****************************************/
    .section16 {
        padding-bottom: 15%;
        padding-top: 15%;
    }
    .section16 .container-img {
        transform: translateX(0%);
    }
    /******************************Section16-1 ****************************************/
    .section16-1 {
        padding-bottom: 15%;
    }
    .section16-1 .container-img {
        transform: translateX(0%);
    }
    /******************************Section16-2 ****************************************/
    .section16-2 {
        margin: 0 7.5% 15% 7.5%;
        text-align: left;
    }
    .section16-2 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section16-2 .linkSections {
        justify-content: flex-start;
    }
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/Corporativo/telecomunicaciones/Responsive/section19.jpg');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    
    .section19 h6:after {
        bottom: 1px;
        width: 79px;
        margin-left: 5px;
        height: auto;
    }
    
    .section19 h5 {
        padding: 29px 39% 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: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section3 {
        padding-bottom: 111px;
    }
    .section3 .serviceIcons h6 {
        width: 70%;
    }
    .section3 .serviceIcons p {
        padding: 0px 30px;
    }
    .section3 .serviceIcons img {
        max-width: 120px;
    }
    .section9 {
        margin: 0 14.5% 24% 25.5%;
    }
    .section12 {
        width: 60%;
    }
    .section12 img {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .section12 .subtitleSections {
        padding: 30px 15%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section14 {
        grid-template-columns: 50% 50%;
    }
    .section14 .box1 {
        padding: 10% 4.5% 0% 17.5%;
    }
    .section14 .box2 {
        padding-top: 10%;
    }
    .section14 .box3 {
        max-width: 280px;
        margin: auto;
        padding-top: 17%;
    }
    .section14 .box4 {
        padding: 0 7.5% 10% 0;
    }
    .section16-2 {
        margin: 0 14.5% 24% 25.5%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    
    .section19 h6:after {
        bottom: -9px;
        width: 130px;
        height: 80px;
    }
    
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}


/*LANDSCAPE*/
@media (max-width: 820px) and (orientation:landscape){
    .section1 {
        min-height: 180vh;
    }    
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
}

@media (max-width: 991px) and (orientation:landscape){
    .section1 .imgWeb{
        display:block !important;;
    }
    .section1 .imgResponsive{
        display:none !important;;
    }
    .section1 .containerText img {
        width: 35%;
    }    
    .section13{
        background-image:url('https://assets.claro360.com/Corporativo/telecomunicaciones/section13.png');
    }
    .section14 .box2 {
        max-width: 850px;
        margin: auto;
    }
    .section14 .box3 {
        max-width: 700px;
        padding: 0 10% 15%;
    }
    .section14 .box3 img {
        padding: 0 13.7% 0%;
    }
    .section19{
        background-image:url('https://assets.claro360.com/Corporativo/telecomunicaciones/section19.jpg');
    }
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section2 p {
        padding: 0px 7% 0px;
    }
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .serviceIcons h6 {
        width: 75%;
    }
    .section3 .serviceIcons img {
        max-width: 110px;
    }
    .section6 {
        margin: 0 21.5% 24% 7.5%;
    }
    .section7 .container-img {
        transform: translateX(-7.5%);
    }
    .section8 .container-img {
        transform: translateX(7.5%);
    }
    .section9 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section11 {
        padding: 15% 7.5% 35% 7.5%;
    }
    .section12 .subtitleSections {
        padding: 30px 17%;
    }
    .section14 {
        padding: 5% 7.5% 0% 0;
    }
    .section14 .box2 {
        padding: 5% 0% 0 7.5%;
    }
    .section15 {
        margin: 0 17.5% 24% 7.5%;
    }
    .section16 .container-img {
        transform: translateX(-7.5%);
    }
    .section16-1 .container-img {
        transform: translateX(7.5%);
    }
    .section16-2 {
        margin: 0 7.5% 24% 21.5%;
    }
    
    .section19 h6:after {
        bottom: -4px;
        width: 101px;
        height: 55px;
    }
}

@media (min-width: 1200px) and (max-width:1300px) and (orientation: landscape){
    .section12 .subtitleSections {
        padding: 30px 20%;
    }  
    .section13 .titleSections{
        padding-right: 37%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section3 .serviceIcons p {
        padding: 0px 50px;
    }
    .section12 img {
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .section13 .titleSections{
        padding-right: 37%;
    }
    .section14 .box3 {
        padding: 10% 15%;
    }
    
    .section19 h6:after {
        bottom: 5px;
        width: 130px;
        height: 80px;
    }
    
    .section19 h5 {
        padding: 29px 210px 0px 0px;
    }
}

@media (min-width: 1701px) and (max-width:2099px) and (orientation: landscape) {
    .section19 h6:after {
        bottom: 7px;
        width: 130px;
        height: 80px;
    }
}

@media (min-width: 2100px){
    .section3 .containerText {
        width: 80%;
    }
    .section3 .serviceIcons h6 {
        width: 40%;
    }
    .section5 img {
        width: 100%;
        max-width: 25000px;
    }
    .section5 .item1 {
        justify-content: center;
    }
    .section6 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section7, .section8, .section11, .section14 .box2, .section16  {
        display: flex;
        justify-content: center;
    }
    .section9 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section10 {
        padding: 0 12.5% 24% 25.5%;
    }
    .section11 img{
        width:100%;
    }
    .section11 {
        padding: 0 25.5% 20% 0;
    }
    .section13 .titleSections{
        padding-right: 35%;
    }
    .section14 .box1 {
        padding: 0% 4.5% 0 25.5%;
    }
    .section14 .box3 img{
        max-width: 650px;
        width: 100%;
    }
    .section15 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section16-2 {
        margin: 0 25.5% 24% 19.5%;
    }
    
    .section19 h6:after {
        bottom: -8px;
    }
    
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}