/******************************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;
}
body{
    background-color:#000000;
}
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:#CDCDD3;
}
.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"
        "seccion5 seccion5"
        "seccion6 seccion7"
        "seccion8 seccion9"
        "seccion10 seccion11"
        "seccion12 seccion12"
        "seccion13 seccion13"
        "seccion14 seccion14"
        "seccion15 seccion16"
        "seccion16-1 seccion16-2"
        "seccionNew2 seccionNew2"
        "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: 1080px;
    width: 60%;
    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: 0;
}
.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;
    max-width: 449px;
}
/******************************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: #ffffff;
    padding: 0px 0% 50px;
}
.section2 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (28 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 10.3% 0px;
    line-height: normal;
    color:#ffffff;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
    text-align: center;
    padding-bottom: 211px;
}
.section3 .containerText {
    width: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    margin: auto;
}
.section3 .title {
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    padding: 0px 0px 107px;
}
.section3 pre{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color:#ffffff;
    white-space:pre-line;
}
.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;
}
/******************************Seccion 5****************************************/
.section5 {
    grid-area: seccion5;
    width: 52%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 15%;
}
.section5 .titleSections {
    font-size: calc(36px + (50 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #CDCDD3;
    text-align: left;
    padding: 0 0 3%;
}
.section5 .subtitleSections {
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #FFFFFF;
    padding: 30px 0px;
    text-align:left;
}
.section5 .paragraphSections {
    text-align: left;
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    color: #FFFFFF;
}
.section5 img{
    padding-top:3%;
    padding-bottom: 7%;
    width:100%;
}
/******************************Seccion 6****************************************/
.section6 {
    grid-area: seccion6;
    margin: 0 18.5% 24% 14.5%;
    position: relative;
}
.section6 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transition:all 1.2s ease-in-out;
}
.section6 .subtitleSections {
    padding: 30px 6% 30px 0;
}
.section6 .paragraphSections{
    padding-right: 3%;
}
/******************************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% 30.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 pre {
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #CDCDD3;
    margin:0;
    line-height: normal;
    white-space: pre-line;
}
.section9 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 10****************************************/
.section10 {
    grid-area: seccion10;
    padding: 0 22.5% 25% 14.5%;
    display: flex;
    align-items: center;
}
.section10 .titleSections{
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #CDCDD3;
    margin:0;
    line-height: normal;
    white-space: pre-line;
}
.section10 .paragraphSections{
    padding-right: 3%;
}
/******************************Seccion 11****************************************/
.section11 {
    grid-area: seccion11;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 14.5% 25% 0;
}
/******************************Seccion 12****************************************/
.section12 {
    grid-area: seccion12;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 10%;
}
.section12 .detectionAnimation{
    position:relative;
}
.section12 h5{
    text-align:left;
}
.section12 .paragraphSections {
    text-align: left;
}
.section12 img {
    padding: 3% 2% 3% 0;
    transform: translateX(-12%);
    position:relative;
    z-index:3;
}
.section12 .titleSections{
    padding: 0 25%;
}
.section12 .subtitleSections, .section12 .paragraphSections, .section12 .linkSections{
    padding-left:27%;
    padding-right:27%;
}
.section12 .containerText .moveRight {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-62%, 0);
    transition: translate 1.2s;
}
.section12 .containerText .imgAnimated {
    animation: moveRight 1s  linear forwards;
}
@keyframes moveRight{
    from{
        transform: translate(-62%, 0);
    }
    to{
        transform: translate(-30%, 0);
    }
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/section13.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: 35.5%;
}
.section13 .titleSections{
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
    margin:0;
    white-space: pre-line;
    color:#ffffff;
}
.section13 h6, .section13 h5, .section13 p {
    color: #ffffff;
}
/******************************Seccion 14***************************************/
.section14 {
    grid-area: seccion14;
    display: grid;
    grid-template-areas: "box1 box2"
        "box3 box4";
    grid-template-columns: 45% 55%;
    background-color: #282833;
    margin-bottom: 10%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section14 .background-up{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #565662;
    z-index: 2;
    transform: translateY(100%);
    transition:transform 1.3s linear;
}
.section14 .box1 {
    grid-area: box1;
    padding: 0% 13% 0 17.5%;
    display: flex;
    align-items: center;
    align-content: center;
    position:relative;
    z-index:3;
}
.section14 .box1 pre{
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #ffffff;
    margin:0;
    line-height:normal;
    white-space:pre-line;
}
.section14 .box2 {
    grid-area: box2;
    padding: 15% 7.5% 15% 5%;
    display: flex;
    align-items: center;
    position:relative;
    z-index:3;
}
.section14 .box2 img{
    margin:auto;
    width:78%;
}
.section14 .box3 {
    grid-area: box3;
    padding-top: 15%;
    padding-bottom: 25%;
    position:relative;
    z-index:3;
}
.section14 .box3 div, .section14 .box3 img {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section14 .box4 {
    grid-area: box4;
    padding: 15% 26% 25% 10%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position:relative;
    z-index:3;
}
.section14 .titleSections, .section14 .subtitleSections, .section14 .paragraphSections, .section14 .linkSections a{
    color:white;
}
/******************************Seccion 15****************************************/
.section15 {
    grid-area: seccion15;
    margin: 0 24.5% 24% 14.5%;
    position: relative;
}
.section15 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
.section15 .titleSections{
    margin:0;
    line-height: normal;
    white-space:pre-line;
}
/******************************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% 27.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;
}
.section16-2 .titleSections{
    margin:0;
    line-height: normal;
    white-space:pre-line;
}
/******************************SeccionNew 2****************************************/
.sectionNew2 {
    grid-area: seccionNew2;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 7% 0 15%;
}
.sectionNew2 h5{
    text-align:left;
}
.sectionNew2 .paragraphSections {
    text-align: left;
}
.sectionNew2 img {
    padding: 3% 2% 3% 0;
}
.sectionNew2 .titleSections{
    padding: 0 25%;
    margin:0;
    line-height: normal;
    white-space:pre-line;
}
.sectionNew2 .subtitleSections, .sectionNew2 .paragraphSections, .sectionNew2 .linkSections{
    padding-left:35%;
    padding-right:35%;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/section19.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://landings360.s3.amazonaws.com/landingsMexico360/gobierno/funcionPublica/assetsWeb/FuncionPublica_28%402x.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    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 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:#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: #ffffff;
    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:#ffffff;
}
.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: 150vh;
    }    
    .section1 .zoom-InBackground {
        min-height: 150vh;
    }
}
@media (min-width: 375px){
    .section19 h6:after {
        width: 20%;

    }
}
@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"
            "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"
            "seccionNew2 seccionNew2"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 .containerText {
        width: 100%;
        padding-right: 8%;
    }
    .section1 .containerText img{
        width:78%;
        margin-top: 0px;
    }
    .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% 30px;
    }
    .section2 p {
        padding: 0px 7.5% 0px;
    }
    /******************************Section3 ****************************************/
    .section3{
        padding-bottom:15vh;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    /******************************Section5 ****************************************/
    .section5 {
        width:100%;
        padding: 0 7.5% 15vh 7.5%;
    }
    .section5 h6 {
        display: block;
    }
    .section5 img {
        padding-top: 12%;
        padding-bottom: 8%;
    }
    .section5 h5.subtitleSections{
        padding: 30px 0%;
        text-align:left;
    }
    .section5 p.paragraphSections{
        padding: 0;
    }
    .section5 .linkSections {
        padding-right: 0%;
        padding-left: 0%;
    }
    /******************************Section6 ****************************************/
    .section6 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section6 {
        margin: 0 7.5% 15% 7.5%;
    }
    .section6 .subtitleSections {
        padding: 30px 0% 30px 0;
    }
    .section6 .paragraphSections {
        padding-right: 0%;
    }
    /******************************Section7 ****************************************/
    .section7 {
        padding-bottom: 15%;
    }
    .section7 .container-img {
        transform: translateX(0%);
    }
    .section7 img, .section8 img, .section16 img, .section16-1 img {
        width: 100%;
    }
    /******************************Section8 ****************************************/
    .section8 {
        padding-bottom: 15%;
    }
    .section8 .container-img {
        transform: translateX(0%);
    }
    /******************************Section9 ****************************************/
    .section9 {
        margin: 0 7.5% 15vh 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 14% 15vh 12%;
    }
    /******************************Section12 ****************************************/
    .section12 {
        width:100%;
        padding: 0 7.5% 15vh 7.5%;
    }
    .section12 .titleSections {
        display: block;
        padding: 0 0%;
        text-align: left;
        font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    }
    .section12 h5.subtitleSections{
        padding: 30px 0%;
        text-align:left;
    }
    .section12 p.paragraphSections{
        padding: 0;
    }
    .section12 .linkSections {
        padding-right: 0%;
        padding-left: 0%;
    }
    .section12 img {
        transform: translateX(0);
        padding: 10% 0 0;
        z-index:2;
    }
    .section12 .containerText .moveRight {
        transform: translate(-50%, 0);
    }
    @keyframes moveRight{
        from{
            transform: translate(-50%, 0);
        }
        to{
            transform: translate(-80%, 0);
        }
    }
    .section12 .containerText .moveRight {
        z-index: 3;
    }
    .section12 .containerText .staticImage{
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0%;
        bottom: 0;
        right: 0;
    }
    /******************************Section13 ****************************************/
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/Responsive/section13.png');
    }
    .section13 .containerText {
        width: 100%;
        padding: 0 1.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%;
        margin-bottom: 10vh;
    }
    .section14 .box1 {
        padding: 15vh 7.5% 5% 7.5%;
    }
    .section14 .box2 {
        padding: 10% 7.5% 0;
    }
    .section14 .box2 img {
        width: 100%;
    }
    .section14 .box3 {
        padding: 0px 7.5% 15vh;
        max-width: 600px;
        margin: auto;
    }
    .section14 .box4 {
        padding: 15vh 7.5% 10%;
    }
    .section14 .box4 .titleSections {
        display: block;
        padding-right: 20%;
    }
    /******************************Section15 ****************************************/
    .section15 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section15 {
        margin: 5vh 7.5% 0% 7.5%;
    }
    .section15 .titleSections {
        white-space: normal;
        display: block;
    }
    /******************************Section16 ****************************************/
    .section16 {
        padding-bottom: 15%;
        padding-top: 15%;
    }
    .section16 .container-img {
        transform: translateX(0%);
    }
    /******************************Section16-1 ****************************************/
    .section16-1 {
        padding-bottom: 15vh;
    }
    .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;
    }
    /******************************Sectionew 2 ****************************************/
    .sectionNew2 {
        padding: 7% 0 15vh;
    }
    .sectionNew2 .titleSections {
        padding: 0 7.5%;
        white-space: normal;
        display: block;
        text-align: left;
    }
    .sectionNew2 img {
        padding: 7% 7.5%;
    }
    .sectionNew2 .subtitleSections, .sectionNew2 .paragraphSections, .sectionNew2 .linkSections {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/Responsive/section19.png');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        max-width: 30%;
        width: 100%;
    }
    .section19 h5 {
        padding: 29px 20% 0px 0px;
    }
    /******************************Section20 ****************************************/
    .section20 .containerBoxGrid {
        grid-template-areas: "box1 box1 box1"
            "box2 box2 box2"
            "box5 box5 box5"
            "box3 box3 box3"
            "box6 box6 box6"
            "box4 box4 box4"
            "box7 box7 box7";
        grid-gap: 40px 11.8%;
        padding: 15% 0 10% 0;
        width:84%;
    }
    .section20 h6 {
        padding-bottom: 10px;
    }
    /******************************Section21 ****************************************/
    .section21 button {
        min-width: 200px;
    }
    .section21 button p {
        height: 40px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px){
    .section1 .containerText img {
        width: 55%;
        margin-top: 115px;
    }
    .section2 h6 {
        padding: 0px 44.5% 30px 7.5%;
    }
    .sectionNew2 .titleSections {
        padding: 0 37.5% 0  7.5%;
    }
    .section5 img {
        padding-top: 8%;
    }
    .section11 {
        padding: 0 16% 15vh 14%;
    }
    .section13 h5{
        padding-right: 24%;
    }
    .section14 .box3 {
        max-width: 100%;
    }
    .section19 h5 {
        padding: 29px 36% 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section2 p {
        padding: 0px 7.3% 0px;
    }
    .section3 {
        padding-bottom: 111px;
    }
    .section3 .serviceIcons img {
        max-width: 120px;
    }
    .section5 {
        width: 60%;
    }
    .section5 img {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .section5 .subtitleSections {
        padding: 30px 0%;
    }
    .section9 {
        margin: 0 14.5% 24% 19.5%;
    }
    .section10 {
        padding: 0 17.5% 25% 14.5%;
    }
    .section12 {
        width: 60%;
    }
    .section12 img {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .section12 .titleSections {
        padding: 0 15%;
        display: block;
    }
    .section12 .subtitleSections {
        padding: 30px 15%;
    }
    .section12 .subtitleSections, .section12 .paragraphSections, .section12 .linkSections {
        padding-left: 15%;
        padding-right: 15%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section14 {
        grid-template-columns: 50% 50%;
    }
    .section14 .box1 {
        padding: 15% 4.5% 0% 17.5%;
    }
    .section14 .box1 pre {
        white-space: normal;
    }
    .section14 .box2 {
        padding-top: 20%;
    }
    .section14 .box2 img {
        width: 85%;
    }
    .section14 .box3 {
        max-width: 100%;
        margin: auto;
        padding: 15% 7.5%;
    }
    .section14 .box4 {
        padding: 15% 7.5% 15% 0;
    }
    .section16-2 {
        margin: 0 14.5% 24% 25.5%;
    }
    .sectionNew2 .titleSections {
        display: block;
    }
    .sectionNew2 img {
        padding: 3% 10%;
    }
    .sectionNew2 .subtitleSections, .sectionNew2 .paragraphSections, .sectionNew2 .linkSections {
        padding-left: 24%;
        padding-right: 24%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    .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%;
    }    
    .section5 {
        padding: 0 7.5% 15% 7.5%;
    }
    .section5 img {
        padding-top: 8%;
        padding-left: 10%;
        padding-right: 10%;
    }
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/section13.png');
    }
    .section13 .containerText {
        padding: 0 29.5% 10% 7.5%;
    }
    .section14 .box2 {
        max-width: 850px;
        margin: auto;
    }
    .section14 .box3 {
        max-width: 700px;
        padding: 0 10% 15%;
    }
    .section14 .box3 img {
        padding: 0 0% 0%;
    }
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/funcionPublicaFederal/section19.png');
    }
}

@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 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%;
    }
    .section13 .containerText {
        width: 50%;
    }
    .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%;
    }
}

@media (min-width: 1200px) and (max-width:1300px) and (orientation: landscape){
    .section1 .containerText {
        width: 65%;
    }
    .section2 p {
        padding: 0px 4% 0px;
    }
    .section12 .subtitleSections {
        padding: 30px 20%;
    }  
    .section13 .containerText {
        padding-bottom: 10%;
        width: 60%;
    }
    .section15 {
        margin: 0 15.5% 24% 7.5%;
    }
    .sectionNew2 .subtitleSections, .sectionNew2 .paragraphSections, .sectionNew2 .linkSections {
        padding-left: 22%;
        padding-right: 22%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .section5 img {
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .section12 img {
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .section12 .titleSections {
        padding: 0px 32%;
    }
    .section13 .containerText {
        width: 36.5%;
    }
    .section13 .titleSections{
        padding-right: 37%;
    }
    .section14 .box1 {
        padding: 0% 10% 0 17.5%;
    }
    .section14 .box1 .titleSections{
        white-space: normal;
    }
    .section14 .box3 {
        padding: 10% 0% 10% 15%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .sectionNew2 .subtitleSections, .sectionNew2 .paragraphSections, .sectionNew2 .linkSections {
        padding-left: 30%;
        padding-right: 30%;
    }
    .section19 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media (min-width: 2100px){
    .section3 .containerText {
        width: 80%;
    }
    .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, .section16-1  {
        display: flex;
        justify-content: center;
    }
    .section9 {
        margin: 0 25.5% 24% 16.5%;
    }
    .section10 {
        padding: 0 13.5% 24% 25.5%;
    }
    .section11 img{
        width:100%;
    }
    .section11 {
        padding: 0 25.5% 20% 0;
    }
    .section12 img {
        width: 48%;
    }
    .section13 .containerText {
        padding-left: 11.5%;
    }
    .section13 .titleSections{
        padding-right: 35%;
    }
    .section14 .box1 {
        padding: 0% 4.5% 0 25.5%;
    }
    .section14 .box3 img{
        padding: 0 0% 0 10%;
        width: 100%;
    }
    .section15 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section16-2 {
        margin: 0 25.5% 24% 19.5%;
    }
    .sectionNew2 img {
        padding: 3% 2% 3% 0;
        width: 55%;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}