/******************************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; 
    image-rendering:optimize-contrast;*/
    -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: #00D821;
}
.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"
        "seccion17 seccion18"
        "seccion22 seccion22"
        "seccion19 seccion19"
        "seccion20 seccion20"
        "seccion21 seccion21";
    grid-template-columns: 1fr 1fr;
}
/******************************Seccion 1****************************************/
.section1{
    grid-area:seccion1;
    background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/1.png');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    min-height: 100vh;
    margin-top:60px;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.section1 .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%;
    max-width: 900px;
    width: 47%;
}
.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 p{
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    padding-right: 50px;
}
.section1 button {
    font-family: arial;
    font-weight: bold;
    background-color: #E1251B;
    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 img{
    width: 52.5%;
}
/******************************Seccion 2****************************************/
.section2{
    grid-area:seccion2;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding:110px 0;
}
.section2 .containerText{
    width: 67.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: 88%;
    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: 45%;
    margin: auto;
}
.section3 .serviceIcons p{
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 65px;
}
/******************************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: #00D821;
    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: #5C5C5C;
    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 item2"
        "item3 item2";
    padding: 0 7.5% 15%;
}
.section5 .item1{
    grid-area:item1;
    display: flex;
    justify-content: center;
}
.section5 .item2{
    grid-area:item2;
}
.section5 .item3{
    grid-area:item3;
    padding: 2% 4% 0 0;
}
.section5 .item3 p{
    color:#5C5C5C;
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
}
/******************************Seccion 6****************************************/
.section6 {
    grid-area: seccion6;
    margin: 0 21.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% 21.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 23.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: 48%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 10%;
}
.section12 .subtitleSections {
    padding: 30px 16%;
}
.section12 .paragraphSections{
    text-align: left;
    padding-right: 9%;
    padding-left: 9%;
}
.section12 .linkSections{
    padding-right: 9%;
    padding-left: 9%;
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/7.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: 900px;
    width: 47%;
}
.section13 h6, .section13 h5 {
    color: #ffffff;
    padding-right: 18%;
}
.section13 p{
    color: #ffffff;
    padding-right: 26%;
}
/******************************Seccion 14***************************************/
.section14{
    grid-area:seccion14;
    display:grid;
    grid-template-areas:"box2 box1"
        "box4 box3";
    grid-template-columns:40% 60%;
    background-color: #000000;
    margin-bottom: 10%;
    
}
.section14 .box1 {
    grid-area: box1;
    padding: 0% 4.5% 0 17.5%;
    display: flex;
    align-items: center;
    align-content: center;
}
.section14 .box1 .containerText .linkSections a {
    color: #09A6E0;
}
.section14 .box2 {
    grid-area: box2;
    padding: 5% 7.5% 0;
    display: flex;
    align-items: center;
}
.section14 .box3 {
    grid-area: box3;
    padding-top: 10%;
}
.section14 .box4 {
    grid-area: box4;
    padding: 0 39.5% 10% 0;
    display: flex;
    align-items: flex-end;
}
.section14 .box4 .containerText .linkSections a {
    color: #09A6E0;
}
.section14 .titleSections, .section14 .subtitleSections, .section14 .paragraphSections, .section14 .linkSections a{
    color:white;
}

.section14 .titleSections {
    color: #00D821;
}
/******************************Seccion 15****************************************/
.section15 {
    grid-area: seccion15;
    margin: 0 21.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 17****************************************/
.section17 {
    grid-area: seccion17;
    padding-bottom:24%;
}
.section17 .container-img{
    max-width: 100%;
    overflow: hidden;
    transform: translateX(14.5%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section17 img{
    transition: all 1.2s ease-in-out;
    object-fit: cover;
}
/******************************Seccion 18****************************************/
.section18 {
    grid-area: seccion18;
    margin: 0 14.5% 24% 21.5%;
    text-align: right;
    position:relative;
}
.section18 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
.section18 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/13_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/Empresa/administracionYfinanzas/logo360.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
    left: 100%;
    width: 298px;
    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 115px 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: #E1251B;
    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;
}
/******************************Seccion 22****************************************/


.section22 {
    grid-area: seccion22;
    width: 48%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 10%;
}
.section22 .subtitleSections {
    padding: 30px 16%;
}
.section22 .paragraphSections{
    text-align: left;
    padding-right: 9%;
    padding-left: 9%;
}
.section22 .linkSections{
    padding-right: 9%;
    padding-left: 9%;
}



/*PORTRAIT*/
@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"
            "seccion17 seccion17"
            "seccion18 seccion18"
            "seccion22 seccion22"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1{
        background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsResponsive/1_responsive.png');
    }
    .section1 .containerText{
        width:100%;
        padding-right: 24%;
    }
    .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%;
    }
    /******************************Section4 ****************************************/
    .section4 {
        margin-top: 10%;
    }
    .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"
            "item3 item3";
        padding: 0 7.5% 10%;
        margin-bottom: 30%;
    }
    .section5 .item3 {
        padding: 10% 4% 10% 0;
    }
    /******************************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;
        margin-bottom: 40%;
    }
    .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 7.5% 15% 7.5%;
        margin-bottom: 30%;
    }
    /******************************Section12 ****************************************/
    .section12 {
        width:100%;
        padding: 0 7.5% 15% 7.5%;
        margin-bottom: 30%;
    }
    .section12 h6 {
        display: block;
    }
    .section12 img{
        padding-top:5%;
    }
    .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/Gobierno/movilidadEstatal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section13 .containerText{
        width: 100%;
        padding: 0 4.5% 0% 7.5%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        min-height: auto;   
    }
    .section13 p {
        padding-right: 6%;
    }
    /******************************Section14 ****************************************/
    .section14 {
        grid-template-areas: "box2 box2"
            "box1 box1"
            "box4 box4"
            "box3 box3";
        grid-template-columns: 100%;
    }
    .section14 .box2 {
        margin-top: 10%;
    }
    .section14 .box1 {
        padding: 15% 7.5% 5% 7.5%;
        margin-bottom: 20%;
    }
    .section14 .box3 {
        /*padding: 0px 18.5% 0 0;*/
        /*max-width: 600px;*/
    }
    .section14 .box3 img {
        max-width: 70%
    }
    
    .section14 .box4 {
        padding: 15% 7.5% 10%;
    }
    
    /******************************Section15 ****************************************/
    .section15 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section15 {
        margin: 15% 7.5% 0% 7.5%;
    }
    /******************************Section16 ****************************************/
    .section16 {
        padding-bottom: 15%;
        padding-top: 15%;
    }
    .section16 .container-img {
        transform: translateX(0%);
    }
    /******************************Section17 ****************************************/
    .section17 {
        padding-bottom: 10%;
    }
    .section17 .container-img {
        transform: translateX(0%);
    }
    /******************************Section18 ****************************************/
    .section18 {
        margin: 0 7.5% 15% 7.5%;
        text-align: left;
        margin-bottom: 40%;
    }
    .section18 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section18 .linkSections {
        justify-content: flex-start;
    }
    
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsResponsive/13_Estado1_responsive.png');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        max-width: 143px;
        width: 100%;
    }
    .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;
    }
       /******************************Section22 ****************************************/

    .section22 {
        width:100%;
        padding: 0 7.5% 15% 7.5%;
        margin-bottom: 30%;
    }
    .section22 h6 {
        display: inline;
    }
    .section22 img{
        padding-top:5%;
    }
    .section22 h5.subtitleSections{
        padding: 30px 0%;
        text-align:left;
    }
    .section22 p.paragraphSections{
        padding: 0;
    }
    .section22 .linkSections {
        padding-right: 0%;
        padding-left: 0%;
    }
}
@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;
    }
    .section5 .item2 img {
        width: 65%;
    }
    
    .section12 {
        width: 60%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section13 .containerText h5 {
        padding-right: 4%;
    }
    .section13 .containerText p {
        padding-right: 10%;
    }
    .section14 {
        grid-template-columns: 50% 50%;
    }
    .section14 .box1 {
        /*padding: 10% 4.5% 0% 17.5%;*/
        padding: 10% 4.5% 0% 1%;
    }
    .section14 .box2 {
        padding-top: 10%;
    }
    .section14 .box3{
        max-width: 370px;
    }
    .section14 .box4 {
       /* padding: 0 7.5% 10% 0;*/
       padding: 0 2% 10% 2%;
    }   
    .section19 .containerText {
        max-width: 725px;
    }
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
    .section22 {
        width: 60%;
    }   
    .section22 .containerText h6 {
        display: block;
        
    }
}
@media only screen and (min-width: 321px) and (max-width:424px) and (orientation: portrait){ 
    
    .section1 h6 {
        padding-right: 10%;
    }
    
    .section1 p {
        padding-right: 10%;
    }
    .section1 .containerText {
        padding-right: 0;
        width: 100%;
    }
    .section1 button {
        margin-bottom: 15%;
        margin-top: 10%;
    }
    .section9 .containerText .section9TitleSection2 {
        display: inline-block; 
    }
    .section13 .containerText .titleSections {
        padding-right: 0;
    
    }
    .section14 .titleSections {
        padding-right: 10%;
    }
    .section19 h5 {
        padding: 29px 24% 0px 0px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){ 
    .section1 .containerText h6 {
        padding-right: 24%;
    }
    .section13 .containerText h6 {
        padding-right: 0;
    }
    .section22 h6 {
        display: block;
    }

}
@media only screen and (min-width: 992px) and (max-width:1150px) and (orientation: portrait) {
    .section1 .containerText {
        width: 100%;
    }
    .section1 .containerText h6 {
        padding-right: 45%;
    }
    .section1 .containerText p {
        padding-right: 15%;
    }
    .section1 .containerText button p {
        padding-right: 0;
    }
    
    .section4 .containerText-2 {
        padding: 5% 15.5% 5% 7.5%;
    } 
    .section5 .item2 {
        text-align: center;
    }
    .section12 img {
        margin: 10% 0;
    }
    .section14 .box1 {
        margin: 15% 0;
    }
    .section14 .box3 {
        margin-top: 15%;
        justify-self: center;
    }
    .section14 .box4 {
        padding: 0 0% 10% 17%
    }
    .section22 img {
        margin: 5% 0;
    }
}
/*LANDSCAPE*/
@media (max-width: 991px) and (orientation:landscape){
    .section1{
        background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/1.png');
    }
    .section1 .containerText img {
        width: 35%;
    }    
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/7.png');
    }
    .section14 .box3 img{

        /*padding: 0 13.7% 0% 0;*/
    }
    .section14 .box3 {
        margin: 0 auto;
        /*margin: 0px 40.5% 0 0;*/
        padding: 0;
    }
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/movilidadEstatal/assetsWeb/13_estado1.png');
    }
}
@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 img {
        width: 30%;
    }
    .section1 .containerText {
        width: 100%;
        max-width: none;
        padding-bottom: 10%;
        
    }
    .section1 .containerText h6 {
        padding-right: 52%;
    }
    .section1 p {
        padding-right: 18%;
    }
    .section2 p {
        padding: 0px 7% 0px;
    }
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .serviceIcons h6 {
        width: 75%;
    }
    .section3 .serviceIcons img{
        max-width:110px;
    }
    .section4 .containerText-2 {
        padding-right: 4%;
    }
    .section5 .item2 {
        text-align: center;
    }
    .section5 .item2 img {
        width: 70%;
    }   
    .section6 {
        margin: 0 9% 24% 7.5%;
    }
    .section6 .subtitleSections {
        padding-right: 8%;
    }
    .section6 .paragraphSections {
       padding-right: 8%;
        
    }
    .section7 .container-img {
        transform: translateX(-7.5%);
    }
    .section8 .container-img {
        transform: translateX(7.5%);
    }
    .section9 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section10 {
        padding-right: 8.5%;
    }
    .section10 .containerText h6 span {
        display: block;
    }
    .section11 {
        padding: 15% 7.5% 35% 7.5%;
    }
    .section12 img{
       margin-top: 10%;
       margin-bottom: 5%;
    }
    .section12 .containerText h6 {
        display: block;
    }
    .section13 .containerText {
        padding-bottom: 5%;
    }
    .section13 .containerText h5 {
        padding-right: 4%;
    }
    .section13 .containerText p {
        padding-right: 10%;
    }
    .section14 {
        /*padding: 5% 7.5% 0% 0;*/
        padding: 5% 8% 0 8%;
        grid-row-gap: 20vh;
    }
    .section14 .box1 {
        margin-left: 10%;
    }
    .section14 .box2 {
        padding: 5% 0% 0 7.5%;
    }
    .section15 {
        margin: 0 11.5% 24% 7.5%;
    }
    .section15 .paragraphSections {
        padding-right: 3%;
    }
    .section16 .container-img {
        transform: translateX(-7.5%);
    }
    .section17 .container-img {
        transform: translateX(7.5%);
    }
    .section18 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section22 {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .section22 .containerText h6 {
        display: block;
    }
    .section22 img {
        margin-top: 5%;
    }
    .section19 .containerText h5 {
        padding-right: 37%;
    }
}
@media (min-width: 1200px) and (max-width: 1301px) and (orientation: landscape) {
    .section1 .containerText h6 {
        padding-right: 56%;
    }
}
@media (min-width: 1301px) and (max-width:2100px) and (orientation: landscape){
    .section1 .containerText {
        width: 100%;
        max-width: none;
    }
    .section1 .containerText img {
        width: 30%;
    }
    .section1 .containerText h6 {
        padding-right: 58%;
    }
    .section1 .containerText p {
        padding-right: 26%;
    }
    .section1 .containerText button p {
        padding-right: 0;
    }
    
    .titleSections{
        display:inline;
    }
    .section4 .containerText-2 {
        text-align: left;
        padding: 5% 10.5% 5% 7.5%;
    }
    .section5 .item2 {
        text-align: center;
    }
    .section5 .item2 img {
        width: 70%;
    }
    .section12 img {
        margin: 5% 0;
    }
    .section13 h6 {
        padding-right: 0;
    }
    .section13 h5 {
        padding-right: 0;
    }
    .section13 p {
        padding-right: 0;
    }
    .section14 {
        padding-top: 5%;
        grid-template-columns: 60% 40%;
        grid-row-gap: 20vh;
    }
    .section14 .box1 {
        padding: 0 10% 0 0;
    }
    .section14 .box-3-img-container img {
        width: 70%;
    }
    .section14 .containerText h6 {
        display: block;
    }
    .section14 .box4 {
        padding: 0 2% 10% 20%;
    }
    .section22 img {
        margin: 5% 0;
    }
    .section22 .titleSections {
        display: block;
    }
    .section19 .containerText h5 {
        padding-right: 45%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2100px) and (orientation : landscape) {
    .section14 .box4 {
        padding: 0 2% 25% 20%;
    }
    .section9 .containerText h6 span {
        display: block;
    }
    .section1 .containerText h6 {
        padding-right: 63%;
    }
}
@media (min-width: 2100px){
    .section1 .containerText {
        width: 100%;
        max-width: none;
    }
    .section1 .containerText img {
        width: 30%;
    }
    .section1 .containerText h6 {
        padding-right: 55%;
    }
    .section1 .containerText p {
        padding-right: 54%;
    }
    .section1 .containerText button p {
        padding-right: 0;
    }
    .section2 h6 {
        padding-left: 0;
        padding-right: 0;
    }
    .section2 p {
        padding-left: 0;
        padding-right: 0;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section3 .serviceIcons h6 {
        width: 40%;
    }
    .section4 .containerText-2 {
        padding: 5% 15% 5% 7.5%;
    }
    .section5 img{
        width: 90%;
        max-width: none;
    }
    .section5 .item1 {
        justify-content: flex-start;
    }
    .section5 .item2 img {
        width: 100%;
    }
    .section6 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section7, .section8, .section11, .section14 .box2, .section16, .section17  {
        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%;
    }
    .section12 img {
        margin: 5% 0;
    }
    .section14 .box1 {
        padding: 0% 4.5% 0 25.5%;
    }
    .section14 .box3 img{
        max-width: 700px;
        width: 100%;
    }
    .section14 .box4 {
        padding: 0 49.5% 10% 0;
    }
     .section14 {
        padding-top: 5%;
        grid-template-columns: 60% 40%;
        grid-row-gap: 20vh;
    }
    .section14 .box1 {
        padding: 0 10% 0 0;
    }
    .section14 .box-3-img-container img {
        width: 70%;
    }
    
    .section14 .box4 {
        padding: 0 2% 10% 33%;
    }
    .section14 .box4 .containerText h5 {
        padding-right: 29%;
    }
    .section14 .box4 .containerText p {
        padding-right: 15%;
    }
    .section15 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section18 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
    .section22 .containerText img {
        margin: 5% 0;
    }
}
@media only screen and (min-width: 2500px) and (orientation: landscape) {
    .section5 .item2 img {
        width: 115%;
    }
    .section1 .containerText h6 {
        padding-right: 67%;
    }
    .section2 .containerText h6 {
        padding-left: 7%;
        padding-right: 7%;
    }
    
}