/******************************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;
}
body{
    background-color:#000000;
}
.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:#40BB23;
}
.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"
        "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: 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: 55px;
}
.section1 button {
    font-family: arial;
    font-weight: bold;
    background-color: #9F2240;
    border-radius: 40px;
    color: #ffffff;
    margin-top: 66px;
    min-width: 297px;
    outline: none;
    border: 0px;
}
.section1 button:focus{
    box-shadow:0px 0px 10px black;
}
.section1 button p {
    font-size: calc(23px + (35 - 23) * (100vw - 320px) / (1920 - 320));
    display: block;
    padding: 10px 0;
}
.section1 .containerText img{
    width: 52.5%;
    object-fit:contain;
}
/******************************Seccion 2****************************************/
.section2{
    grid-area:seccion2;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding:110px 0;
}
.section2 .containerText {
    width: 65.5%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto;
}
.section2 h6 {
    font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    padding: 0px 11% 50px;
}
.section2 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (28 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 1% 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 p{
    font-family: 'Helvetica-Neue-Regular';
}
.section3 .containerServices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    flex-direction: row;
}
.section3 .serviceIcons{
    width:25%;
}
.section3 .serviceIcons h6{
    padding:30px 0px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    width: auto;
    margin: auto;
}
.section3 .serviceIcons p {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}
.section3 .serviceIcons:nth-child(1) p {
    padding: 0px 30%;
}
.section3 .serviceIcons:nth-child(2) p {
    padding: 0px 13%;
}
.section3 .serviceIcons:nth-child(3) p {
    padding: 0px 23%;
}
.section3 .serviceIcons:nth-child(4) p {
    padding: 0px 23%;
}
/******************************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: #969393;
    font-size: calc(28px + (100 - 28) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all 1.5s ease-in-out;
}
.section4 h5{
    color:#40BB23;
    font-size: calc(20px + (50 - 20) * (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: 60%;
    padding: 0;
}
.section5 .item2 {
    grid-area: item2;
    padding: 4% 2% 0 0;
    width: 64%;
}
.section5 .item2 p{
    color:#FFFFFF;
    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;
}
.section6 .titleSections, .section9 .titleSections, .section10 .titleSections, .section15 .titleSections, .section16-2 .titleSections  {
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #40BB23;
    line-height: normal;
    margin: 0;
    white-space: pre-line;
}
/******************************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 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: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 10%;
}
.section12 .titleSections{
    padding: 0 24%;
}
.section12 .subtitleSections {
    padding: 30px 24%;
}
.section12 .paragraphSections {
    text-align: left;
    padding-right: 15%;
    padding-left: 15%;
}
.section12 .linkSections{
    padding-right: 15%;
    padding-left: 15%;
}
.section12 img {
    padding-top: 6%;
    padding-bottom: 3%;
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/Gobierno/desarrolloRural/section13.jpg');
    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 box1 box1 box1 box1 box2 box2 box2 box2 box2 box2 box2"
        "box3 box3 box3 box3 box3 box3 box4 box4 box4 box4 box4 box4";
    grid-template-columns: repeat(12, 1fr);
    background-color: #686867;
    margin-bottom: 10%;
}
.section14 .box1 {
    grid-area: box1;
    padding: 0% 6.5% 0 14.5%;
    display: flex;
    align-items: center;
    align-content: center;
}
.section14 .box1 .titleSections{
    padding-right: 0;
}
.section14 .box2 {
    grid-area: box2;
    padding: 15% 3.5% 0% 2%;
    display: flex;
    align-items: center;
}
.section14 .box2 img{
    width:100%;
    max-width:1300px;
}
.section14 .box3 {
    grid-area: box3;
    padding-top: 20%;
    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: 100%;
    margin: auto;
}
.section14 .box3 .size{
    width: 70%;
}
.section14 .box3 .ImgsAnimation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section14 .box3 .ImgOne{
    z-index:3;
    transform: matrix(1, 0, 0, 1, 50, 4);
}
.section14 .box3 .ImgTwo{
    z-index:4;
    transform: matrix(1, 0, 0, 1, 0, 30);
}
.section14 .box3 .ImgThree{
    z-index:5;
    transform: matrix(1, 0, 0, 1, 80, -40);
}
.section14 .box3 .ImgsAnimation.moveOne {
    animation: moveOne 0.8s  linear forwards;
    animation-delay:0.7s;
    animation-iteration-count: 1;
}
@keyframes moveOne{
    from{
        transform: matrix(1, 0, 0, 1, 50, 4);
    }
    to{
        transform: matrix(1, 0, 0, 1, -15, -6);
    }
}
.section14 .box3 .ImgsAnimation.moveTwo {
    animation: moveTwo 0.8s  linear forwards;
    animation-delay:0.7s;
    animation-iteration-count: 1;
}
@keyframes moveTwo{
    from{
        transform: matrix(1, 0, 0, 1, 0, 30);
    }
    to{
        transform: matrix(1, 0, 0, 1, 10, 45);
    }
}
.section14 .box3 .ImgsAnimation.moveThree {
    animation: moveThree 0.8s  linear forwards;
    animation-delay:0.7s;
    animation-iteration-count: 1;
}
@keyframes moveThree{
    from{
        transform: matrix(1, 0, 0, 1, 80, -40);
    }
    to{
        transform: matrix(1, 0, 0, 1, 25, 0);
    }
}
.section14 .box4 {
    grid-area: box4;
    padding: 0 18% 15% 8%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section14 .titleSections, .section14 .subtitleSections, .section14 .paragraphSections{
    color:white;
}
.section14 .box4 .titleSections{
    padding-right: 18%;
}
/******************************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;
    background-image:url('https://assets.claro360.com/Gobierno/desarrolloRural/section19.jpg');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    min-height: 100vh;
    position:relative;
    margin:auto;
    width:100%;
    transition:all 2.5s;
}
.section19 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    padding-top: 7%;
    max-width: 925px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.4s;
}
.section19 h6{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    color:#ffffff;
    position: relative;
}
.section19 h6:after {
    content: url("");
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloRuralFederal/web1/logo_360_rojo.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 12px;
    left: 103%;
    width: 110px;
    height: auto;
    margin-left: 0;
}
.section19 h5 {
    font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding-right: 50px;
    color: #ffffff;
    padding: 29px 10% 0px 0px;
}
.section19 .overlaySection {
    position: absolute;
    background-color: rgba(0,0,0,0.25);
    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:#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;
}
footer {
    background-color: #000000;
}

/*PORTRAIT*/
@media (max-width: 380px){
    .titleSections {
        display: block !important;
    }
    .section1 {
        min-height: 120vh;
    }    
    .section1 .zoom-InBackground {
        min-height: 120vh;
        object-position: right;
    }
    .section1 .containerText img {
        margin-top: 35px !important;
    }
    .section10 .titleSections, .section14 .titleSections, .section15 .titleSections, .section16-2 .titleSections{
        display: inline !important;
    }
    .section14 .box3 .size {
        width: 90%;
    }
    .section19 h6:after {
        max-width: 56px !important;
        bottom: 7px !important;
        width: 100%;
        margin-left: 1px !important;
    }
    .section16-2 .subtitleSections{
        padding-right: 10px;
    }
}

@media (max-width: 320px){
    .section1 .containerText img {
        margin-top: 115px !important;
    }
    .section19 h6 {
        font-size: 24px;
    }
    .section19 h6:after {
        max-width: 53px !important;
        bottom: 4px !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"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 .containerText {
        width: 100%;
        padding-right: 9%;
    }
    .section1 .containerText img{
        width:78%;
        margin-top: 115px;
    }
    .section1 button{
        min-width:200px;
        margin-bottom:10%;
    }
    .section1 button p {
        height: 40px;
        line-height: 20px;
    }
    .section1 p {
        padding-right: 0;
    }
    .section1 .zoom-InBackground {
        object-position: right;
    }
    /******************************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;
    }
    .section3 .serviceIcons:nth-child(3) p {
        padding: 0px 25%;
    }
    .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 33%;
    }
    /******************************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 .";
        padding: 1% 0% 15vh 0%;
    }
    .section5 .item1 {
        padding-top: 0%;
    }
    .section5 .item2 {
        padding: 40px 0% 0% 0;
        width: 100%;
    }
    .section5 .item1 img {
        width: 75%;
    }
    /******************************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: 15vh;
    }
    .section7 .container-img {
        transform: translateX(0%);
    }
    /******************************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%;
    }
    .section10 .titleSections{
        white-space:normal;
    }
    /******************************Section11 ****************************************/
    .section11 {
        padding: 0 0% 15vh 0%;
    }
    /******************************Section12 ****************************************/
    .section12 {
        width: 100%;
        padding: 0 7.5% 15vh 7.5%;
    }
    .section12 h6 {
        display: inline;
    }
    .section12 img {
        padding: 12% 0% 8%;
    }
    .section12 .titleSections {
        padding: 0%;
    }
    .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/desarrolloRural/Responsive/section13.png');
    }
    .section13 .containerText{
        width:100%;
        padding:0 4.5% 10% 7.5%;
    }
    .section13 p {
        padding-right: 0;
    }
    .section13 h6, .section13 h5 {
        padding-right: 0%;
    }
    .section13 .titleSections{
        padding-right: 0%;
    }
    /******************************Section14 ****************************************/
    .section14 {
        grid-template-areas: "box1 box1"
            "box2 box2"
            "box4 box4"
            "box3 box3";
        grid-template-columns: 100%;
        margin-bottom: 15vh;
    }
    .section14 .box1 {
        padding: 15vh 7.5% 5% 7.5%;
    }
    .section14 .box2 {
        padding: 10% 7.5% 0;
    }
    .section14 .box3 {
        padding: 8% 5.5% 20%;
        margin: auto;
    }
    .section14 .box4 {
        padding: 15vh 7.5% 10%;
    }
    .section14 .box3 div, .section14 .box3 img {
        width: 100%;
    }
    .section14 .box1 .titleSections {
        padding-right: 0%;
        display: block !important;
    }
    .section14 .box4 .titleSections {
        padding-right: 0;
    }
    .section14 .box3 .ImgOne {
        z-index: 3;
        transform: matrix(1, 0, 0, 1, 30, 4);
    }
    @keyframes moveOne{
        from{
            transform: matrix(1, 0, 0, 1, 30, 4);
        }
        to{
            transform: matrix(1, 0, 0, 1, 3, -20);
        }
    }
    .section14 .box3 .ImgTwo {
        z-index: 4;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    @keyframes moveTwo{
        from{
            transform: matrix(1, 0, 0, 1, 0, 0);
        }
        to{
            transform: matrix(1, 0, 0, 1, 0, -10);
        }
    }
    .section14 .box3 .ImgThree {
        z-index: 5;
        transform: matrix(1, 0, 0, 1, 25, -35);
    }
    @keyframes moveThree{
        from{
            transform: matrix(1, 0, 0, 1, 25, -35);
        }
        to{
            transform: matrix(1, 0, 0, 1, 5, -35);
        }
    }
    /******************************Section15 ****************************************/
    .section15 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section15 {
        margin: 0% 7.5% 0% 7.5%;
    }
    /******************************Section16 ****************************************/
    .section16 {
        padding-bottom: 15vh;
        padding-top: 15%;
    }
    .section16 .container-img {
        transform: translateX(0%);
    }
    /******************************Section16-1 ****************************************/
    .section16-1 {
        padding-bottom: 15%;
    }
    .section16-1 .container-img {
        transform: translateX(0%);
    }
    /******************************Section16-2 ****************************************/
    .section16-2 {
        margin: 0 7.5% 15% 7.5%;
        text-align: left;
    }
    .section16-2 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section16-2 .linkSections {
        justify-content: flex-start;
    }
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloRural/Responsive/section19.jpg');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        margin-left: 5px;
        width: 24%;
        bottom: 5px;
    }
    .section19 h5 {
        padding: 29px 18% 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: 45%;
        margin-top: 115px;
    }  

    .section3 .serviceIcons:nth-child(1) p {
        padding: 0px 42%;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 30%;
    }
    .section3 .serviceIcons:nth-child(3) p {
        padding: 0px 37%;
    }
    .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 40%;
    }
    .section12 .titleSections {
        padding: 0% 21%;
        display: block;
    }
    .section14 .box3 .size {
        width: 80%;
    }
    .section19 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 img {
        margin-top: 100px;
        width: 70.5%;
        object-fit: contain;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section2 h6 {
        padding: 0px 16% 50px;
    }
    .section3 {
        padding-bottom: 111px;
    }
    .section3 .serviceIcons h6 {
        width: 70%;
    }
    .section3 .containerText {
        width: 85%;
    }
    .section3 .serviceIcons p {
        padding: 0px 30px;
    }
    .section3 .serviceIcons img {
        max-width: 120px;
    }
    .section5 .item1 img {
        width: 70%;
    }
    .section6 {
        margin: 0 20.5% 24% 14.5%;
    }
    .section9 {
        margin: 0 14.5% 24% 21.5%;
    }
    .section12 {
        width: 60%;
    }
    .section12 img {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .section12 .titleSections {
        padding: 0 17%;
        display: block;
    }
    .section12 .subtitleSections {
        padding: 30px 19%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .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 .box4 {
        padding: 20% 7.5% 10% 0;
    }
    
    .section15 .titleSections, .section16-2 .titleSections{
        white-space:normal;
    }
    .section16-2 {
        margin: 0 14.5% 24% 25.5%;
    }
    .section19 {
        background-position: 70%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    .section19 h5 {
        padding: 29px 20% 0px 0px;
    }
    .section19 h6:after {
        width: 23%;
        margin-left: 3px;
        bottom: 8px;
    }
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}


/*LANDSCAPE*/
@media (max-width: 600px) and (orientation:landscape){
    .section1 {
        min-height: 220vh !important;
    }    
    .section1 .zoom-InBackground {
        min-height: 220vh !important;
    }
    .section19 h6:after {
        max-width: 90px !important;
        margin-left: 8px !important;
        bottom: 0px !important;
    }
}
@media (max-width: 820px) and (orientation:landscape){
    .section1 {
        min-height: 180vh;
    }    
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
    .section13 .containerText {
        padding: 10% 4.5% 10% 7.5%;
    }
    .section19 h5 {
        padding-right: 10% !important;
    }
}

@media (max-width: 991px) and (orientation:landscape){
    .section1 .imgWeb{
        display:block !important;;
    }
    .section1 .imgResponsive{
        display:none !important;;
    }
    .section1 .containerText img {
        width: 50%;
    }
    .section7 img, .section8 img, .section11 img, .section16 img, .section16-1 img {
        width: 100%;
    }
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloRural/section13.jpg');
    }
    .section14 .box2 {
        max-width: 850px;
        margin: auto;
    }
    .section14 .box3 {
        padding: 0 5% 15%;
    }
    .section14 .box3 img {
        padding: 0;
    }
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloRural/section19.jpg');
    }
    .section19 h6:after {
        max-width: 120px;
        margin-left: 10px;
        bottom: -1px;
    }
    .section19 h5 {
        padding-right: 35%;
    }
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    } 
    .section1 .containerText {
        width: 70%;
    }
    .section1 .containerText img {
        width: 45%;
        margin-top: 20%;
    }
    .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 .titleSections{
        white-space: normal;
    }
    .section11 {
        padding: 15% 7.5% 35% 7.5%;
    }
    .section13 h6, .section13 h5 {
        padding-right: 12%;
    }
    .section14 {
        padding: 5% 7.5% 0% 0;
    }
    .section14 .box4 .titleSections {
        padding-right: 0;
    }
    .section14 .box2 {
        padding: 5% 0% 0 7.5%;
    }
    .section14 .box3 .ImgOne{
        z-index:3;
        transform: matrix(1, 0, 0, 1, 50, 4);
    }
    .section14 .box3 .ImgTwo{
        z-index:4;
        transform: matrix(1, 0, 0, 1, 0, 30);
    }
    .section14 .box3 .ImgThree {
        z-index: 5;
        transform: matrix(1, 0, 0, 1, 55, -5);
    }
    .section14 .box4 {
        padding: 20% 0 10% 7.5%;
    }
    @keyframes moveOne{
        from{
            transform: matrix(1, 0, 0, 1, 50, 4);
        }
        to{
            transform: matrix(1, 0, 0, 1, 0, -6);
        }
    }
    @keyframes moveTwo{
        from{
            transform: matrix(1, 0, 0, 1, 0, 30);
        }
        to{
            transform: matrix(1, 0, 0, 1, 10, 45);
        }
    }
    @keyframes moveThree{
        from{
            transform: matrix(1, 0, 0, 1, 55, -5);
        }
        to{
            transform: matrix(1, 0, 0, 1, 25, 0);
        }
    }
    .section15 {
        margin: 0 17.5% 24% 7.5%;
    }
    .section16 .container-img {
        transform: translateX(-7.5%);
    }
    .section16-1 .container-img {
        transform: translateX(7.5%);
    }
    .section16-2 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section19 h5 {
        padding: 28px 15% 0px 0px;
    }
    .section19 h6:after {
        bottom: 9px;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 {
        height: 110vh;
    }
    .section1 .zoom-InBackground {
        min-height: 110vh;
    }
    .section1 .containerText img {
        margin-top: 19%;
    }
    .section3 .serviceIcons p {
        padding: 0px 50px;
    }
    .section10 .titleSections{
        white-space: normal;
    }
    .section12 .titleSections {
        display: block;
    }
    .section12 img {
        padding-top: 8%;
        padding-bottom: 6%;
    }
    .section13 h6{
        padding-right: 12%;
    }
    .section14 .box1 {
        padding: 0% 6.5% 0 13.5%;
    }
    .section14 .box2 {
        padding: 15% 3.5% 15% 2%;
    }
    .section14 .box3 {
        padding: 20% 4%;
    }
    .section14 .box4 {
        padding: 20% 13% 15% 8%;
    }
    .section19 h5 {
        padding: 29px 28% 0px 0px;
    }
    .section19 h6:after {
        bottom: 10px;
        width: 23%;
    }
}

@media (min-width: 2100px){
    .section1 .containerText {
        max-width: 1100px;
        width: 100%;
    }
    .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;
    }
    .section7 .container-img {
        height: 1100px !important;
    }
    .section9 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section10 {
        padding: 0 12.5% 24% 25.5%;
    }
    .section11 img{
        width:100%;
    }
    .section11 {
        padding: 0 25.5% 20% 0;
    }
    .section12 img {
        width: 75%;
    }
    .section13 .containerText {
        max-width: 1000px;
    }
    .section13 h6{
        padding-right: 5%;
    }
    .section14 .box1 {
        padding: 0% 15.5% 0 25.5%;
    }
    .section14 .box3 img {
        width: 85%;
    }
    .section14 .box4 {
        padding: 0 28% 25% 8%;
    }
    .section15 {
        margin: 0 12.5% 24% 25.5%;
    }
    .section16-2 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section19 .containerText {
        max-width: 1025px;
    }
    .section19 h6:after {
        bottom: 16px;
        width: 145px;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}