  /******************************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: #686867;
}
.subtitleSections{
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #FFFFFF;
    padding: 30px 0px;
}
.paragraphSections{
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    color: #FFFFFF;
}
.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"
        "seccion22 seccion22-1"
        "seccion19 seccion19"
        "seccion20 seccion20"
        "seccion21 seccion21";
    grid-template-columns: 1fr 1fr;
    background-color: #000;
}
/******************************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: 900px;
    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:#fff;
    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: #fff;
    padding: 0px 20% 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: #fff;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#fff;
    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: #fff;
    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;
    color: #fff;
}
.section3 .serviceIcons p {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 100px;
    color: #fff;
}
/******************************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: #fff;
    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:#686867;
    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: 1% 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: 56%;
    padding: 0;
}
.section5 .item2 {
    grid-area: item2;
    padding: 7% 2% 0 0;
    width: 64%;
}
.section5 .item2 p{
    color:#fff;
    ;
    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 23.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% 23%;
    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 20.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: 6%;
    padding-bottom: 3%;
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/landingsMexico360/gobierno/estatal/web1/img007.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: 800px;
    width: 55%;
}
.section13 h6, .section13 h5 {
    color: #ffffff;
}
.section13 h5{
    padding-right: 18%;
}
.section13 p {
    color: #ffffff;
    padding-right: 19%;
}
/******************************Seccion 14***************************************/
.section14 {
    grid-area: seccion14;
    display: grid;
    grid-template-areas: "box1 box2"
        "box3 box4";
    grid-template-columns: 50% 50%;
    background-color: #686867;
    margin-bottom: 10%;
}
.section14 .box1 {
    grid-area: box1;
    padding: 0% 19.5% 0 17.5%;
    display: flex;
    align-items: center;
    align-content: center;
}
.section14 .box2 {
    grid-area: box2;
    padding: 15% 13.5% 0% 0%;
    display: flex;
    align-items: center;
}
.section14 .box2 img{
    width:100%;
    max-width:1300px;
}
.section14 .box3 {
    grid-area: box3;
    padding-top: 10%;
    padding-bottom: 13%;
}
.section14 .box3 div, .section14 .box3 img {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin: auto;
}
.section14 .detectionAnimation .imgWebPos1{
    
}
.section14 .detectionAnimation .imgWebPos2{
    display: none;
}
.section14 .box4 {
    grid-area: box4;
    padding: 10% 18% 15% 8%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section14 .titleSections, .section14 .subtitleSections, .section14 .paragraphSections{
    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% 22.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;
    padding: 7vh 7vw;
}

.section19 > .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section19 .containerImage {
    padding: 0;
    overflow: hidden;
}

.section19 .containerImage img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.section19 .containerImage .laImg_Responsive{
    display: none;
}

.zoomAnimated {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.section19 .containerText {
    position: absolute;
    padding: 0 4vw;
}

.section19 .containerText .logo {
    display: flex;
    align-items: flex-end;
}

.section19 .containerText .logo .laImg_Responsive{
    display: none;
}

.section19 .containerText .logo span {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
    line-height: 66px;
}

.section19 .containerText .logo img {
    margin-left: 15px;
    width: 10%;
    margin-bottom: .8%;
}

.section19 .containerText p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    line-height: 42px;
    padding-right: 35%;
}

.section19 .containerText a {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 20px;
    color: #09A6E0;
    text-align: left;
    line-height: 25px;
}

.section19 .containerText .logo,
.section19 .containerText p {
    margin-bottom: 3vh;
}
/******************************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:#B1B1B1;
    padding-bottom:20px;
}
.section20 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color:#969393;
}
.section20 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    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: #222222;
}
.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';
    color:  #fff;
}
.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;
}

/******************************Seccion 22****************************************/
.section22 {
    grid-area: seccion22;
    padding: 0 20.5% 24% 14.5%;
    display: flex;
    align-items: center;
}
/******************************Seccion 22-1****************************************/
.section22-1 {
    grid-area: seccion22-1;
    padding-bottom:24%;
}
.section22-1 .container-img {
    max-width: 100%;
    overflow: hidden;
    transform: translateX(-14.5%);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.section22-1 img {
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}


/*PORTRAIT*/
@media (max-width: 380px){
    .section1 {
        min-height: 130vh;
    }
    .section1 .zoom-InBackground {
        min-height: 130vh;
    }
    .section1 .containerText img {
        width: 70% !important;
        margin-top: -5% !important;
    }
    .section10 .titleSections, .section14 .titleSections, .section15 .titleSections, .section16-2 .titleSections{
        display: inline !important;
    }
    .section14 .box3 img{
        width: 70% !important;
    }
    .section16-2 .subtitleSections{
        padding-right: 10px;
    }

    .section19 {
        padding: 9vh 0;
    }
    
    .section19 .containerText {
        padding: 0 13vw;
    }
    
    .section19 .containerText .logo span {
        font-size: 25px !important;
        line-height: 24px;
    }
    
    .section19 .containerText p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section19 .containerText a {
        font-size: 14px;
    }
    
    .section19 .containerText .logo img {
        margin-left: 7px !important;
        width: 16% !important;
        margin-bottom: 0.5% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section19 .containerText .logo img {
        margin-left: 11px;
        width: 9%;
        margin-bottom: 0;
    }
    .section19 .containerText p {
        padding-right: 40% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px) and (orientation: portrait) {
    .section19 .containerText .logo img {
        width: 16% !important;
        margin-bottom: 1% !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 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"
            "seccion22-1 seccion22-1"
            "seccion22 seccion22"            
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 .containerText {
        width: 100%;
        padding-right: 10%;
    }
    .section1 .containerText img{
        width:55%;
        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% 15% 0;
        width: 100%;
    }
    .section5 .item1 img {
        width: 70%;
    }
    /******************************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: 12% 7% 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/gobierno/estatal/responsive1/img007.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: 8% 5.5% 20%;
        margin: auto;
    }
    .section14 .box4 {
        padding: 15% 7.5% 10%;
    }
    .section14 .box3 div {
        width: 100%;
    }
    .section14 .box3 img{
        width: 85%;
    }
    /******************************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;
    }
    /******************************Section22 ****************************************/
    .section22 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section22 {
        padding: 5% 7.5% 0% 7.5%;
    }
    /******************************Section22-1 ****************************************/
    .section22-1 {
        padding-bottom: 15%;
        padding-top: 15%;
    }
    .section22-1 .container-img {
        transform: translateX(0%);
    }
    /******************************Section19 ****************************************/    
    .section19 .containerImage .laImg_Web{
        display: none;
    }
    .section19 .containerImage .laImg_Responsive{
        display: block;
    }
    .section19 .containerText .logo .laImg_Web{
        display: none;
    }
    .section19 .containerText .logo .laImg_Responsive{
        display: block;
    }
    .section19 {
        padding: 9vh 0;
    }

    .section19 .containerText {
        padding: 0 7vw;
    }

    .section19 .containerText .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section19 .containerText p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 0;
    }

    .section19 .containerText a {
        font-size: 14px;
    }
    .zoomAnimated {
        transform: scale(1.2);
        transition: all 0.5s ease;
    }
    /******************************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 {
        margin-top: 0;
    }
    .section1 .containerText {
        width: 70%;
    }
    .section1 h6 {
        padding: 29px 20% 29px 0;
    }
    .section1 .containerText img {
        width: 45%;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section2 h6 {
        padding: 0px 15% 50px;
    }
    .section3 {
        padding-bottom: 111px;
    }
    .section3 .serviceIcons h6 {
        width: 70%;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section3 .serviceIcons p {
        padding: 0px 30px;
    }
    .section3 .serviceIcons img {
        max-width: 120px;
    }
    .section5 .item1 img {
        width: 50%;
    }
    .section5 .item2{
        padding: 7% 2% 0 0;
    }
    .section9 {
        margin: 0 14.5% 24% 25.5%;
    }
    .section12 {
        width: 60%;
    }
    .section12 img {
        padding-top: 6%;
        padding-bottom: 4%;
        width: 90%;
    }
    .section12 .subtitleSections{
        padding: 30px 15%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section14 {
        grid-template-columns: 50% 50%;
    }
    .section14 .box1 {
        padding: 15% 4.5% 0% 17.5%;
    }
    .section14 .box2 {
        padding-top: 15%;
    }
    .section14 .box3 {
        margin: auto;
        padding: 20% 2.5% 20% 4.5%;
    }
    .section14 .box3 img{
        width: 90%;
    }
    .section14 .box4 {
        padding: 20% 7.5% 10% 0;
    }
    .section16-2 {
        margin: 0 14.5% 24% 25.5%;
    }
    
    .section19 .containerText p {
        padding-right: 16%;
    }

    .section19 .containerText {
        max-width: 825px;
    }
    .section19 .containerText .logo img {
        margin-left: 15px;
        width: 20%;
        margin-bottom: -.5%;
    }
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}


/*LANDSCAPE*/
@media (max-width: 600px) and (orientation:landscape){
    .section19 .containerText .logo span {
        font-size: 30px !important;
    }
    .section19 .containerText p {
        font-size: 20px !important;
        line-height: normal !important;
        padding-right: 5%;
    }
    .section19 .containerText .logo .laImg_Responsive {
        width: 11%;
        margin-left: 8px;
        margin-bottom: 0%;
    }
}

@media (max-width: 679px) and (orientation:landscape){
    .section1 .containerText img {
        margin-top: 8% !important;
    }
    .section1 button {
        margin-top: 2rem;
    }
    .section1 p {
        padding-right: 0;
    }
    .section19 .containerText {
        max-width: 100% !important;
    }
}

@media (max-width: 820px) and (orientation:landscape){
    .section1 {
        min-height: 180vh;
    }
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
    .section19 {
        padding: 9vh 0;
    }
    
    .section19 .containerText {
        padding: 0 13vw;
    }
    
    .section19 .containerText .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section19 .containerText p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section19 .containerText a {
        font-size: 15px;
    }
    
    .section19 .laImg_Responsive {
        display: none;
    }
    
    .section19 .laImg_Web {
        display: block;
    }
    .section19 .containerText .logo .laImg_Responsive {
        width: 12%;
        margin-left: 10px;
        margin-bottom: -.4%;
    }
}

@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/industrial/section13.jpg');
    }
    .section14 .box2 {
        max-width: 850px;
        margin: auto;
    }
    .section14 .box3 {
        padding: 0 5% 15%;
    }
    .section14 .box3 img {
        padding: 0 13.7% 0%;
    }
    .section19 {
        padding: 9vh 3vw;
    }
    
    .section19 .containerText {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 80%;
    }
    
    .section19 .containerText .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section19 .containerText .logo .laImg_Web {
        display: none;
    }
    
    .section19 .containerText .logo .laImg_Responsive {
        display: block;
    }
    .section19 .containerText .logo img {
        margin-left: 12px;
        width: 20%;
        margin-bottom: -2%;
    }
    .section19 .containerText p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section19 .containerText a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 {
        margin-top: -2%;
    }
    .section1 .containerText {
        width: 70%;
    }
    .section1 h6 {
        padding: 29px 20% 29px 0;
    }
    .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%;
    }
    .section10 {
        padding: 0px 4.5% 24% 8.5%;
    }
    .section11 {
        padding: 15% 7.5% 35% 7.5%;
    }
    .section14 {
        padding: 5% 7.5% 0% 0;
    }
    .section14 .box2 {
        padding: 5% 0% 0 7.5%;
    }
    .section14 .box3 img {
        width: 80%;
    }
    .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%;
    }
    .section22 {
        padding: 0 20.5% 24% 7.5%;
    }
    .section19 .containerText .logo span {
        font-size: 45px;
    }
    .section19 .containerText p {
        font-size: 27px;
    }
    .section19 .containerText p {
        padding-right: 28%;
        line-height: normal;
    }
    .section19 .containerText .logo img {
        margin-left: 13px;
        width: 11%;
        margin-bottom: 2%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section2 h6 {
        padding: 0px 15% 50px;
    }
    .section3 .serviceIcons p {
        padding: 0px 50px;
    }
    .section12 img {
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .section14 {
        padding-top: 10%;
    }
    .section14 .box2 {
        padding: 0% 12.5% 0% 0%;
    }
    .section14 .box3 {
        padding: 20% 4%;
    }
    .section14 .box4 {
        padding: 20% 18% 15% 8%;
    }
    
    .section19 .containerText p {
        padding-right: 38%;
    }
}

@media (min-width: 2100px){
    .section1 .containerText {
        max-width: 1000px;
        width: 100%;
    }
    .section2 h6 {
        padding: 0px 15% 50px;
    }
    .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 24.5% 24% 14.5% !important;
    }
    
    .section10 {
        padding: 0 12.5% 24% 25.5%;
    }
    .section11 img{
        width:100%;
    }
    .section11 {
        padding: 0 25.5% 20% 0;
    }
    .section13 .containerText {
        max-width: 1000px;
        width: 70%;
    }
    .section12 img {
        width: 70%;
    }
    .section19 .containerText .logo img {
        width: 11%;
        margin-bottom: .6%;
    }
    .section14 .box1 {
        padding: 0% 15.5% 0 25.5%;
    }
    .section14 .box3 img {
        width: 65%;
    }
    .section14 .box4 {
        padding: 0 28% 15% 8%;
    }
    .section15 {
        margin: 0 21.5% 24% 14.5%;
    }
    .section16-2 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}