/******************************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:#D5B30A;
}
.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"
        "seccion23 seccion24"
        "seccion15 seccion16"
        "seccion17 seccion18"
        "seccion19 seccion19"
        "seccion20 seccion20"
        "seccion21 seccion21";
    grid-template-columns: 1fr 1fr;
}
/******************************Seccion 1****************************************/
.section1{
    grid-area:seccion1;
    position:relative;
    overflow:hidden;
    height:100vh;
    background-color: #ffffff;
    margin-top:60px;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.section1 .zoom-InBackground{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.section1 .containerText {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    max-width: 1000px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section1 h6 {
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    padding: 29px 10% 29px 0%;
}
.section1 a{
    color:#ffffff;
    text-decoration: none
}
.section1 a:hover{
    color:#ffffff;
}
.section1 pre {
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    color: white;
    padding-right: 10%;
    white-space: initial;
    font-family: 'Helvetica-Neue-Bold';
    color: #ffffff;
}
.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:#ffffff;
    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: #ffffff;
    padding: 0px 18% 50px;
}
.section2 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (28 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 2.5% 0px;
    line-height: normal;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
    text-align: center;
    padding-bottom: 211px;
}
.section3 .containerText {
    width: 80%;
    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';
}
.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: 100%;
    margin: auto;
}
.section3 .serviceIcons pre {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px;
    color: #ffffff;
    white-space: pre-line;
}
/******************************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: #BB6F23;
    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:#D5B30A;
    font-size: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
}
.section4 .containerText-2 {
    text-align: left;
    padding: 7% 30.5% 7% 7.5%;
}
/******************************Seccion 5****************************************/
.section5{
    grid-area:seccion5;
}
.section5 .grid-container5 {
    display: grid;
    grid-template-areas: "item1 item1"
        "item3 .";
    padding: 0 7.5% 15%;
    grid-template-columns: 2fr 1fr;
}
.section5 .item1 {
    grid-area: item1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section5 .item3 {
    grid-area: item3;
    padding: 10% 7% 0 0;
}
.section5 .item3 p {
    color: #ffffff;
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
    white-space: pre-line;
}
.section5 img{
    width: 100%;
    padding: 0% 4%;
}
/******************************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 {
    color: #D5B30A;
    padding-right: 0;
}
/******************************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;
    height: 1131px;
    margin: auto 0 auto auto;
}
.section7 .container-img .background-img {
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img003.png');
    background-position: 65%;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
}
/******************************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;
    height: 1131px;
    margin: auto auto auto 0;
}
.section8 .container-img .background-img {
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img004.jpg');
    background-position: 65%;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
}
/******************************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 .subtitleSections{
    padding-left: 0%;
}
.section9 .linkSections {
    justify-content: flex-end;
}
.section9 h6 {
    color: #D5B30A;
    padding-left: 0%;
}
/******************************Seccion 10****************************************/
.section10 {
    grid-area: seccion10;
    padding: 0 23.5% 24% 14.5%;
    display: flex;
    align-items: center;
}
.section10 .titleSections {
    color: #D5B30A;
    padding-right: 8%;
}
/******************************Seccion 11****************************************/
.section11 {
    grid-area: seccion11;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0% 25% 0;
}
.section11 img{
    width: 100%;
    transform: translateX(-14.5%);
}
/******************************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 h6{
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    color: #D5B30A;
}
.section12 img {
    padding: 7vh 28.5%;
    width: 100%;
}
.section12 .subtitleSections {
    padding: 30px 10%;
    width: 52%;
    margin: auto;
}
.section12 .paragraphSections {
    text-align: left;
    padding-right: 5%;
    padding-left: 5%;
    width: 52%;
    margin: auto;
}
.section12 .linkSections{
    padding-right: 5%;
    padding-left: 5%;
    width: 52%;
    margin: auto;
}
/******************************Seccion 13****************************************/
.section13{
    grid-area:seccion13;
    background-image:url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img007.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: 900px;
    width: 47%;
}
.section13 h6 {
    color: #D5B30A;
    padding-right: 20%;
}
.section13 h5 {
    color: #ffffff;
    padding-right: 21%;
}
.section13 p {
    color: #ffffff;
    padding-right: 27%;
}
.section13 .titleSections{
    padding-right: 20%;
}
/******************************Seccion 14***************************************/
.section14{
    grid-area:seccion14;
    display:grid;
    grid-template-areas:"box1 box1 box1 box1 box1 box1 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:#BB6F23;
    margin-bottom: 10%;
}
.section14 .box1 {
    grid-area: box1;
    padding: 15% 18.5% 0 17.5%;
    display: flex;
    align-items: flex-start;
    align-content: center;
    grid-column: 1/ span 6;
}
.section14 .box2 {
    grid-area: box2;
    padding: 13% 5% 10% 0%;
    grid-column: 6 / span 6;
}
.section14 .box2 img{
    max-width: 120%;
}
.section14 .box3 img{
    width: 100%;
}
.section14 .box3 {
    grid-area: box3;
    padding: 10% 0 10% 9.5%;
    grid-column: 1 / span 6;
}
.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: 96%;
    margin: auto;
}
.section14 .box3 .ImgsAnimation {
    position: absolute;
    top: 34%;
    left: -38%;
    bottom: 0;
    right: 0;
    max-width: 150%;
    width: 145%;
}
.section14 .box3 .ImgOne{
    z-index:3;
    transform: matrix(1, 0, 0, 1, 50, 4);
}
.section14 .box3 .ImgTwo{
    z-index:4;
    top: 5%;
    right: -9%;
    transform: matrix(1, 0, 0, 1, 0, 30);
}
.section14 .box3 .ImgThree{
    z-index:5;
    top: 11%;
    left: -53%;
    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: 25% 15.5% 10% 12%;
    display: flex;
    align-items: center;
    grid-column: 7 / span 12;
}
.section14 .box4 h5{
    padding-right: 5%;
}
.section14 .titleSections {
    color: #D5B30A;
    padding-right: 5%;
}
.section14 .box4 .titleSections {
    padding-right: 20%;
}
/******************************Seccion 23****************************************/
.section23 {
    grid-area: seccion23;
    padding-bottom:24%;
}
.section23 .container-img {
    max-width: 100%;
    overflow: hidden;
    transform: translateX(14.5%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 1131px;
    margin: auto auto auto 0;
}
.section23 .container-img .background-img {
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img013.jpg');
    background-position: 65%;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
}
/******************************Seccion 24****************************************/
.section24 {
    grid-area: seccion24;
    margin: 0 14.5% 24% 17.5%;
    text-align: right;
    position: relative;
}
.section24 .containerText{
    position: absolute;
    left: 0;
    top: 95%;
    transform: translateY(-100%);
    transition:all 1.2s ease-in-out;
}
.section24 p{
    padding-left: 8%;
}
.section24 .linkSections {
    justify-content: flex-end;
}
.section24 .titleSections{
    color:#D5B30A;
    padding-left: 8%;
}
.section24 .subtitleSections{
    padding-left: 8%;
}
/******************************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;
}
.section15 .titleSections{
    color:#D5B30A;
    padding-right: 20%;
}
.section15 p{
    padding-right: 5%;
}
/******************************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;
    height: 1131px;
    margin: auto 0 auto auto;
}
.section16 .container-img .background-img {
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img010_ok.png');
    background-position: 65%;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
}
/******************************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;
    height: 1131px;
    margin: auto auto auto 0;
}
.section17 .container-img .background-img {
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img011_ok.png');
    background-position: 65%;
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
}
/******************************Seccion 18****************************************/
.section18 {
    grid-area: seccion18;
    margin: 0 14.5% 24% 17.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 p{
    padding-left: 8%;
}
.section18 .linkSections {
    justify-content: flex-end;
}
.section18 .titleSections{
    color:#D5B30A;
}
.section18 .subtitleSections{
    padding-left: 22.5%;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img012.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/desarrolloAgropecuarioEstatal/web1/logo_360_rojo.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
    left: 100%;
    width: 22%;
    margin-bottom: 5px;
    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 15% 0px 0px;
}
.section19 .overlaySection{
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    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 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: #000;
}

/*PORTRAIT*/
@media (max-width: 424px){
    .section19 h6:after {
        bottom: 1.7px !important;
    }
}

@media (max-width: 320px){
    .section1 {
        height: 130vh !important;
    }
    .section1 .zoom-InBackground {
        min-height: 130vh !important;
    }
    .section19 .containerText {
        padding-left: 2%;
    }
    .section19 h6:after {
        margin-left: 7px !important;
        bottom: 1px !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"
            "seccion24 seccion24"
            "seccion23 seccion23"
            "seccion15 seccion15"
            "seccion16 seccion16"
            "seccion17 seccion17"
            "seccion18 seccion18"          
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 {
        height: 115vh;
    }
    .section1 .zoom-InBackground {
        min-height: 115vh;
        object-fit: cover;
        object-position: right;
    }
    .section1 .containerText {
        width: 100%;
        padding-right: 8%;
    }
    .section1 .containerText img {
        width: 64%;
        margin-top: 115px;
    }
    .section1 button{
        min-width:200px;
        margin-bottom:10%;
    }
    .section1 button p {
        height: 40px;
        line-height: 20px;
    }
    .section1 h6 {
        padding: 29px 25% 29px  0;
    }
    .section1 pre {
        padding-right: 10%;
        white-space: normal;
    }
    /******************************Section2 ****************************************/
    .section2 {
        padding: 15vh 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: 15vh;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 28%;
        white-space: normal;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 32%;
    }
    /******************************Section4 ****************************************/
    .section4 .containerText{
        width:100%;
    }
    .section4 h6{
        display:inline-block;
    }
    .section4 .containerText-2 {
        padding: 10% 4.5% 10% 7.5%;
    }
    /******************************Section5 ****************************************/
    .section5 .grid-container5 {
        display: grid;
        grid-template-areas: "item1 item1"
            "item3 item3";
        padding: 0 7.5% 15vh;
    }
    .section5 .item3 {
        padding: 10% 4% 0% 0;
    }
    .section5 img {
        width: 100%;
        padding: 5% 0%;
    }
    /******************************Section6 ****************************************/
    .section6 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section6 {
        margin: 0 7.5% 15% 7.5%;
    }
    .section6 .titleSections {
        padding-right: 18%;
        display: block;
    }
    /******************************Section7 ****************************************/
    .section7 {
        padding-bottom: 15vh;
    }
    .section7 .container-img {
        transform: translateX(0%);
        margin:auto;
    }
    .section7 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img003.png');
        background-size: cover;
    }
    /******************************Section8 ****************************************/
    .section8 {
        padding-bottom: 15%;
    }
    .section8 .container-img {
        transform: translateX(0%);
        margin:auto;
    }
    .section8 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img004.jpg');
        background-size: cover;
    }
    /******************************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;
    }
    .section9 .titleSections{
        font-size: calc(28.9px + (50 - 28.9) * (100vw - 320px) / (1920 - 320));
    }
    .section9 h6 {
        padding-left: 0;
        padding-right: 10%;
        display: block;
    }
    .section9 .subtitleSections {
        padding-left: 0;
        padding-right: 10%;
    }
    /******************************Section10 ****************************************/
    .section10 {
        padding: 0 7.5% 10% 7.5%;
    }
    .section10 .titleSections {
        padding-right: 30%;
        display: block;
    }
    /******************************Section11 ****************************************/
    .section11 {
        padding: 0 0% 15vh 0%;
    }
    .section11 img {
        padding: 0 0% 0%;
        transform: translateX(0);
    }
    /******************************Section12 ****************************************/
    .section12 {
        width: 100%;
        padding: 0 7% 15% 7%;
        text-align: left;
    }
    .section12 img {
        padding: 7vh 0%;
    }
    .section12 h6 {
        display: block;
        text-align: center;
    }
    .section12 h5.subtitleSections {
        padding: 20px 0%;
        text-align: left;
        width: 100%;
    }
    .section12 p.paragraphSections{
        padding: 0;
        width:100%;
    }
    .section12 .linkSections {
        padding-right: 0%;
        padding-left: 0%;
        width:100%;
    }
    /******************************Section13 ****************************************/
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/Responsive/img007.png');
    }
    .section13 .containerText {
        width: 100%;
        padding: 0 4.3% 10% 7.5%;
    }
    .section13 p {
        padding-right: 0%;
    }
    .section13 h5 {
        padding-right: 7%;
    }
    /******************************Section14 ****************************************/
    .section14 {
        grid-template-areas: "box1 box1"
            "box2 box2"
            "box4 box4"
            "box3 box3";
        grid-template-columns: 100%;
        margin-bottom: 0;
    }
    .section14 .titleSections {
        padding-right: 20%;
        display: block;
    }
    .section14 .box1 {
        padding: 13vh 7.5% 5% 7.5%;
        grid-column: auto;
    }
    .section14 .box1 .paragraphSections{
        white-space: normal;
    }
    .section14 .box2 {
        grid-column:auto;
    }
    .section14 .box2 {
        padding: 15% 10% 10%;
    }
    .section14 .box2 img {
        max-width: 100%;
    }
    .section14 .box3 {
        padding: 0% 7.5% 15vh;
        max-width: 600px;
        grid-column: auto;
        margin: auto;
    }
    .section14 .box3 {
        padding: 8% 5.5% 20%;
        margin: auto;
    }
    .section14 .box3 div, .section14 .box3 img {
        width: 97%;
    }
    .section14 .box3 .ImgsAnimation {
        width: 130%;
    }
    .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;
        top: 12%;
        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;
        top: 27%;
        left: -48%;
        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);
        }
    }
    .section14 .box4 {
        padding: 15% 7.5% 10%;
        grid-column:auto;
    }
    /******************************Section23 ****************************************/
    .section23 {
        padding-bottom: 0%;
    }
    .section23 .container-img {
        transform: translateX(0%);
        margin:auto;
    }
    .section23 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img013.jpg');
        background-size: cover;
    }
    /******************************Section24 ****************************************/
    .section24 {
        margin: 15vh 7.5% 15vh 7.5%;
        text-align: left;
    }
    .section24 p {
        padding-left: 0;
    }
    .section24 .subtitleSections {
        padding-left: 0;
    }
    .section24 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section24 .linkSections {
        justify-content: flex-start;
    }
    /******************************Section15 ****************************************/
    .section15 .containerText {
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }
    .section15 {
        margin: 15vh 7.5% 0% 7.5%;
    }
    .section15 .subtitleSections{
        padding: 20px 2% 20px 0;
    }
    .section15 p {
        padding-right: 0;
    }
    .section15 .titleSections {
        padding-right: 0;
    }
    /******************************Section16 ****************************************/
    .section16 {
        padding-bottom: 15vh;
        padding-top: 15%;
    }
    .section16 .container-img {
        transform: translateX(0%);
        margin:auto;
    }
    .section16 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img010_ok.png');
        background-size: cover;
    }
    /******************************Section17 ****************************************/
    .section17 {
        padding-bottom: 15%;
    }
    .section17 .container-img {
        transform: translateX(0%);
        margin:auto;
    }
    .section17 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web1/img011_ok.png');
        background-size: cover;
    }
    /******************************Section18 ****************************************/
    .section18 {
        margin: 0 7.5% 15vh 7.5%;
        text-align: left;
    }
    .section18 p {
        padding-left: 0;
    }
    .section18 .subtitleSections {
        padding-left: 0;
    }
    .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/desarrolloAgropecuarioEstatal/Responsive/img012.jpg');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        max-width: 143px;
        width: 22%;
        margin-left: 10px;
        bottom: 2px;
    }
    .section19 h5 {
        padding: 29px 0% 0px 0px;
    }
    .section19 .overlaySection {
        background-color: rgba(0,0,0,0.2);
    }
    /******************************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 {
        height: 100vh;
    }
    .section1 .zoom-InBackground {
        min-height: 100vh;
    }
    .section1 .imgWeb{
        display:block !important;
    }
    .section1 .imgResponsive{
        display:none !important;
    }
    .section1 h6 {
        padding: 29px 33% 29px  0;
    }
    .section1 .zoom-InBackground {
        object-position: center;
    }
    .section3 .serviceIcons pre {
        padding: 0;
        white-space: pre-line;
    }
    .section7 .container-img,  .section8 .container-img,  .section16 .container-img,  .section17 .container-img, .section23 .container-img {
        transform: translateX(0%);
    }
    .section7 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web/img003.jpg');
    }
    .section8 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web/img004_OK.jpg');
    }
    .section10 .titleSections {
        padding-right: 20%;
    }
    .section13 {
        background-image: url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img007.jpg');
    }
    .section13 h5 {
        padding-right: 20%;
    }
    .section13 p {
        padding-right: 13%;
    }
    .section14 .box2 {
        padding: 7% 15.5% 0%;
    }
    .section14 .box3 {
        max-width: 800px;
    }
    .section16 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web/img010_ok.png');
    }
    .section17 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web/img011_ok.png');
    }
    .section23 .container-img .background-img {
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/desarrolloAgropecuarioEstatal/web/img013.jpg');
    }
    .section19 {
        background-image: url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img012.jpg');
        background-position: center;
    }
    .section19 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media (max-width: 991px) and (orientation: portrait){
    .section14 .box2 {
        padding: 7% 7% 0%;
    }
    .section14 .box4 .titleSections, .section9 h6, .section9 .subtitleSections, .section10 .titleSections,
    .section13 h5, .section13 p, .section13 .titleSections, .section14 .titleSections, .section14 .box4 h5 {
        padding-right: 0%;
    }
    .section13 .containerText {
        padding: 0 7.5% 10% 7.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 .containerText {
        width: 56%;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0%;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section2 h6 {
        padding: 0px 12% 50px;
    }
    .section2 p {
        padding: 0px 0% 0px;
    }
    .section3 {
        padding-bottom: 111px;
    }
    .section3 .serviceIcons h6 {
        width: 100%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 0;
    }
    .section3 .serviceIcons img {
        max-width:120px;
    }
    .section5 img {
        padding: 0% 0% 7%;
    }
    .section9 h6 {
        padding-left: 0px;
        display: block;
    }
    .section12 {
        width: 80%;
    }
    .section12 img {
        padding: 4vh 0%;
        width: 100%;
    }
    .section12 .titleSections,  .section12 .paragraphSections{
        padding:0 17%;
    }
    .section12 .subtitleSections {
        padding: 30px 17%;
    }
    .section12 .linkSections{
        padding:20px 17% 0;
    }
    .section12 .subtitleSections {
        width: 100%;
    }
    .section12 .paragraphSections {
        width: 100%;
    }
    .section12 .linkSections {
        width: 100%;
    }
    .section13 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section13 .titleSections,  .section13 h5, .section13 p {
        padding-right: 0;
    }
    .section14 .box1 {
        padding: 10% 4.5% 0% 17.5%;
    }
    .section14 .box2 {
        padding: 15% 10.5% 10%;
    }
    .section14 .box3 {
        max-width: 470px;
    }
    .section14 .box3 {
        padding: 20% 0 15% 9.5%;
    }
    .section14 .box3 .ImgsAnimation {
        width: 135%;
    }
    .section14 .box3 .ImgOne{
        z-index:3;
        left: -35%;
        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);
    }
    @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);
        }
    }
    .section14 .box4 {
        padding: 20% 7.5% 10% 0;
    }
    .section15 {
        margin: 0 21.5% 24% 14.5%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width:3000px) and (orientation: portrait){
    .section1 h6 {
        padding-right: 15%;
    }
    .section1 .containerText {
        width: 63%;
    }
    .section1 pre {
        padding-right: 0%;
    }
    .section2 h6 {
        padding-right: 15%;
        padding-left: 15%;
    }
}

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

@media (max-width: 991px) and (orientation:landscape){
    .section1 .imgWeb{
        display:block !important;
    }
    .section1 .imgResponsive{
        display:none !important;
    }
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
    .section1 .containerText img {
        width: 45%;
    }     
    .section2 {
        padding: 15% 0;
    }
    .section3 .serviceIcons pre {
        padding: 0px 0%;
        white-space: pre-line;
    }
    .section5 .grid-container5 {
        padding: 0 7.5% 15%;
    }
    .section7 {
        padding-bottom: 15%;
    }
    .section9 {
        margin: 0 7.5% 15% 7.5%;
    }
    .section10 .titleSections {
        padding-right: 0;
    }
    .section11 {
        padding: 0 0% 15% 0%;
    }
    .section13{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img007.jpg');
    }
    .section13 .containerText {
        padding: 10% 4.5% 10% 7.5%;
    }
    .section14 .box1 {
        padding: 15% 7.5% 5% 7.5%;
    }
    .section14 .box2 {
        padding: 0 12% 0;
    }
    .section14 .titleSections {
        padding-right: 0;
    }
    .section14 {
        margin-bottom: 0%; 
    }
    .section14 .box3 {
        padding: 0% 7.5% 15%;
    }
    .section16 {
        padding-bottom: 15%;
    }
    .section19{
        background-image:url('https://assets.claro360.com/Gobierno/desarrolloAgropecuarioEstatal/img012.jpg');
    }
    .section19 h5 {
        padding: 29px 30% 0px 0px;
    }
}

@media (min-width: 768px) and (max-width:991px) and (orientation:landscape){
    .section1 {
        height: 140vh;
    }
    .section1 .zoom-InBackground {
        min-height: 140vh;
    }  
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .section1 {
        margin-top: 55px;
    }
    .titleSections{
        display:inline;
    }
    .section1 h6 {
        padding: 29px 0% 29px  0;
    }
    .section2 pre {
        padding: 0px 7% 0px;
    }
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .serviceIcons h6 {
        width: 100%;
    }
    .section3 .serviceIcons img {
        max-width:110px;
    }
    .section6 {
        margin: 0 21.5% 24% 7.5%;
    }
    .section7 .container-img {
        transform: translateX(-7.5%);
    }
    .section8 .container-img {
        transform: translateX(7.5%);
    }
    .section9 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section10 {
        padding: 0 12.5% 8% 14.5%;
    }
    .section11 {
        padding: 15% 7.5% 24% 7.5%;
    }
    .section12 img {
        padding: 4vh 16%;
    }
    .section13 .containerText {
        padding-bottom: 10%;
    }
    .section14 {
        padding: 5% 7.5% 0% 0;
    }
    .section14 .box2 {
        padding: 22% 0 0;
        grid-column: 7 / span 7;
    }
    .section14 .box2 img {
        max-width: 100%;
    }
    .section14 .box4 {
        padding: 20% 0% 10% 10%;
    }
    .section15 {
        margin: 0 17.5% 24% 7.5%;
    }
    .section16 .container-img {
        transform: translateX(-7.5%);
    }
    .section17 .container-img {
        transform: translateX(7.5%);
    }
    .section23 .container-img {
        transform: translateX(7.5%);
    }
    .section18 {
        margin: 0 7.5% 24% 21.5%;
    }
    .section24 {
        margin: 0 7.5% 24% 21.5%;
    }
}
@media (min-width: 1100px) and (max-width: 1999px) and (orientation: landscape){
    .section1 pre {
        padding-right: 4%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 0px;
        font-size: 16px;
    }
    .section7 .container-img, .section8 .container-img,  .section16 .container-img,  .section17 .container-img, .section23 .container-img{
        /*max-height: 760px;*/
    } 
    .section10{
        padding-top: 25%;
    }
    .section11 {
        padding: 15% 0% 24% 7.5%;
    }
    .section12 img {
        width: 100%;
    }
    .section14 .box1 {
        padding: 20% 19.5% 0% 17.5%;
    }
    .section14 .box2 img {
        max-width: 100%;
    }
    .section14 .box2 {
        padding: 15% 4% 0;
        grid-column: 6 / span 8;
    }
    .section14 .box3 {
        max-width: 100%;
    }
    .section14 .box4 .titleSections {
        padding-right: 10%;
    }
}
@media (min-width: 1200px) and (max-width:1400px) and (orientation: landscape){
    .section3 .serviceIcons pre {
        padding: 0px 0px;
        font-size: 16px;
    }
    .section7 .container-img, .section8 .container-img,  .section16 .container-img,  .section17 .container-img, .section23 .container-img{
        max-height: 760px;
    }  
    .section10{
        padding-top: 0%;
    }
    .section11 {
        padding: 15% 0% 24% 7.5%;
    }
    .section12 img {
        width: 79%;
    }
    .section14 .box1 {
        padding: 5% 4.5% 0% 17.5%;
    }
    .section14 .box2 img {
        max-width: 100%;
    }
    .section14 .box2 {
        padding: 5% 0% 0;
        grid-column: 7 / span 8;
    }
    .section14 .box3 {
        max-width: 100%;
    }
    .section14 .box4 .titleSections {
        padding-right: 10%;
    }
}
@media (min-width: 1100px) and (max-width: 1400px) and (orientation: landscape){
    .section1 {
        margin-top: 55px;
    }
    .section1 .containerText {
        width: 67%;
    }
    .section1 h6 {
        padding-right: 25%;
    }
    .section1 pre {
        padding-right: 5%;
    }
    .section2 h6 {
        padding-right: 20%;
        padding-left: 20%;
    }
    .section4 .containerText-2 {
        padding: 7% 20.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 6fr 1fr;
    }
    .section12 img {
        width: 100%;
    }
    .section12 .subtitleSections {
        padding: 30px 21%;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        padding: 0 13%;
    }
    .section12 .linkSections {
        padding-top: 20px;
    }
    .section13 .containerText {
        width: 47%;
    }
    .section24 {
        margin: 0 7.5% 24% 17.5%;
    }
    .section18 .subtitleSections {
        padding-left: 0%;
    }
    .section18 p {
        padding-left: 0%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0%;
    }
    .section2 h6 {
        padding: 0px 15% 50px;
    }
    .section7 .container-img, .section8 .container-img,  .section16 .container-img,  .section17 .container-img, .section23 .container-img {
        max-height: 860px;
    }
    .section10{
        padding-top: 22%;
    }
    .section12 .titleSections{
        display:block;
    }
    .section12 img {
        padding: 7vh 17%;
        width: 78%;
    }
    .section12 .subtitleSections {
        padding: 30px 5%;
    }
    .section13 .titleSections, .section13 .subtitleSections, .section13 .paragraphSections {
        padding-right: 0;
    }
    .section14 .box1 {
        padding: 15% 9.5% 0 15.5%;
    }
    .section14 .box2 {
        padding: 15% 15% 0 0;
    }
    .section14 .box2 img {
        max-width: 100%;
    }
    .section14 .box3 {
        max-width: 100%;
    }
    .section14 .box4 .titleSections {
        padding-right: 0%;
    }
    .section14 .box4 {
        padding: 10% 15.5% 10% 12%;
    }
}
@media (min-width: 1301px) and (max-width: 1700px) and (orientation: landscape){
    .section1 .containerText {
        width: 57%;
    }
    .section1 h6 {
        padding-right: 17%;
    }
    .section1 pre {
        padding-right: 0;
    }
    .section2 .containerText {
        width: 75.5%;
    }
    .section2 p {
        padding: 0;
    }
    .section4 .containerText-2 {
        padding: 7% 24.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 4fr 1fr;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        width: 63%;
    }
    .section13 .containerText {
        width: 44%;
    }
    .section15 .titleSections {
        padding-right: 0%;
    }
    .section24 .titleSections {
        padding-left: 3%;
    }
    .section19 h5 {
        padding-right: 30%;
    }
}
@media (min-width: 2100px){
    .section18 .subtitleSections {
        white-space: pre-line;
    }
    .section1 .containerText {
        max-width: 1020px;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0%;
    }
    .section2 h6 {
        padding: 0px 20% 50px;
    }
    .section2 .containerText {
        max-width: 1568px;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section4 .containerText-2 {
        padding: 7% 33.5% 7% 7.5%;
    }
    .section5 .item3 {
        padding: 10% 15% 0 0;
    }
    .section6 {
        margin: 0 23.5% 24% 25.5%;
    }
    .section7 .container-img {
        transform: translateX(-10.5%);
        justify-content: center;
    }
    .section8 .container-img {
        transform: translateX(10.5%);
        justify-content: center;
    }
    .section11, .section14 .box2  {
        display: flex;
        justify-content: center;
    }
    .section9 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section10 {
        padding: 0 23.5% 24% 25.5%;
    }
    .section11 img{
        width:100%;
        padding: 0 10%;
    }
    .section12 .subtitleSections {
        padding: 30px 13%;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        width: 46%;
    }
    .section13 .titleSections, .section13 .subtitleSections, .section13 .paragraphSections {
        padding-right: 0;
    }
    .section13 .containerText {
        width: 32%;
    }
    .section14 .box1 {
        padding: 15% 22.5% 0 25.5%;
    }
    .section14 .box3 {
        padding: 10% 0 15% 25.5%;
    }
    .section14 .box4 {
        padding: 10% 25.5% 10% 13%;
    }
    .section14 .box4 .titleSections {
        padding-right: 18%;
    }
    .section15 {
        margin: 0 24% 24% 25.5%;
    }
    .section16 .container-img {
        transform: translateX(-10.5%);
        justify-content: center;
    }
    .section17 .container-img {
        transform: translateX(10.5%);
        justify-content: center;
    }
    .section18 {
        margin: 0 25.5% 24% 12.5%;
    }
    .section18 .subtitleSections {
        padding-left: 0%;
    }
    .section23 .container-img {
        transform: translateX(10.5%);
        justify-content: center;
    }
    .section24 .titleSections {
        padding-left: 0%;
    }
    .section24 {
        margin: 0 25.5% 24% 19.5%;
    }
    .section19 h5 {
        padding: 29px 0% 0px 0px;
    }
    .section19 .containerText {
        max-width: 966px;
    }
    .section19 h6:after {
        bottom: 10px;
        margin-left: 18px;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}




/*PORTRAIT  IMAGES ANIMATED*/
@media (max-width: 320px) and (orientation: portrait){
    .section1 h6 {
        padding: 29px 0% 29px 0;
    }
    .section1 pre {
        padding-right: 3%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 8%;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 23%;
    }
    .section3 .serviceIcons:nth-child(1) pre{
        padding: 0px 30%;
    }
    .section5 .item3 p {
        white-space: normal;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 317px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 317px;
        max-height: 317px;
    }
    .section12 h6 {
        font-size: 25px;
    }
    .section14 .box4 .titleSections {
        padding-right: 0%;
    }
    .section1 pre {
        white-space: normal;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 321px) and (max-width:424px) and (orientation: portrait){
    .section1 pre {
        padding-right: 3%;
    }
    .section1 .containerText {
        padding-right: 7%;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0;
    }
    .section2 p {
        padding: 0px 6.5% 0px 7.5%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 8%;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 25%;
    }
    .section3 .serviceIcons:nth-child(1) pre{
        padding: 0px 30%;
    }
    .section5 .item3 p {
        white-space: normal;
    }
    .section5 .item3 {
        padding: 10% 0% 0% 0;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 420px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 420px;
        max-height: 420px;
    }
    .section12 h6 {
        font-size: 28px;
    }
    .section14 .box4 .titleSections {
        padding-right: 0%;
    }
    .section1 pre {
        white-space: normal;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
    .section18 {
        margin: 0 7.5% 15vh 9.5%;
    }
}

@media only screen and (min-width: 425px) and (max-width:600px) and (orientation: portrait){
    .section3 .serviceIcons pre {
        padding: 0px 24%;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 34%;
    }
    .section3 .serviceIcons:nth-child(1) pre{
        padding: 0px 40%;
    }
    .section5 .item3 p {
        white-space: normal;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 665px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 665px;
        max-height: 665px;
    }
    .section1 pre {
        white-space: normal;
    }    
    .section19 h6:after {
        bottom: -.5px;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 601px) and (max-width:679px) and (orientation: portrait){
    .section1 .containerText img {
        width: 50%;
    }
    .section3 .serviceIcons pre {
        padding: 0px 24%;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 34%;
    }
    .section3 .serviceIcons:nth-child(1) pre{
        padding: 0px 40%;
    }
    .section5 .item3 p {
        white-space: normal;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 675px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 675px;
        max-height: 675px;
    }
    .section1 pre {
        white-space: normal;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 680px) and (max-width:767px) and (orientation: portrait){
    .section1 .containerText img {
        width: 50%;
    }
    .section3 .serviceIcons:nth-child(3) pre, .section3 .serviceIcons:nth-child(4) pre {
        padding: 0px 35%;
    }
    .section3 .serviceIcons:nth-child(1) pre{
        padding: 0px 40%;
    }
    .section5 .item3 p {
        white-space: normal;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 780px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img,  .section23 .container-img .background-img{
        height: 780px;
        max-height: 780px;
    }
    .section1 pre {
        white-space: normal;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:820px) and (orientation: portrait){
    .section1 pre {
        padding-right: 5%;
    }
    .section1 .containerText img {
        width: 50%;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 900px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 900px;
        max-height: 900px;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
    .section19 h5 {
        padding: 29px 30% 0px 0px;
    }
}

@media only screen and (min-width: 821px) and (max-width:991px) and (orientation: portrait){
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 900px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 900px;
        max-height: 900px;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width:1150px) and (orientation: portrait){
    .section1 .containerText {
        width: 71%;
    }
    .section1 h6 {
        padding-right: 25%;
    }
    .section2 .containerText {
        width: 86.5%;
    }
    .section3 .containerText {
        width: 100%;
    }
    .section4 .containerText-2 {
        padding: 7% 15.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 9fr 1fr;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section12 img {
        padding: 4vh 15%;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        padding: 0 9%;
    }
    .section12 .linkSections{
        padding-top: 20px;
    }
    .section13 .containerText {
        width: 53%;
    }
    .section14 .box1 {
        padding: 10% 8.5% 0% 17.5%;
    }
    .section18 .subtitleSections {
        padding-left: 0;
    }
    .section18 p {
        padding-left: 1%;
    }
    .section19 h5 {
        padding: 29px 18% 0px 0px;
    }
    .section19 h6:after {   
        margin-bottom: 3px;
        margin-left: 14px;
    }
}

@media only screen and (min-width: 1151px) and (max-width:1199px) and (orientation: portrait){
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section4 .containerText-2 {
        padding: 7% 18.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 8fr 1fr;
    }
    .section3 .containerText {
        width: 100%;
    }
    .section12 img {
        padding: 4vh 15%;
    }
    .section14 .box1 {
        padding: 10% 8.5% 0% 17.5%;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section3 .containerText {
        width: 100%;
    }
    .section4 .containerText-2 {
        padding: 7% 18.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 8fr 1fr;
    }
    .section12 img {
        padding: 4vh 15%;
    }
    .section14 .box1 {
        padding: 10% 8.5% 0% 17.5%;
    }
    .section24 .titleSections {
        padding-left: 0;
    }
}


/*LANDSCAPE  IMAGES ANIMATED*/
@media (max-width: 424px) and (orientation: landscape){
    .section1 .containerText img {
        width: 40%;
        margin-top: -10%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 460px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 460px;
        max-height: 460px;
    }
    .section19 h6:after {
        bottom: 1px;
    }
}

@media only screen and (min-width: 425px) and (max-width:600px) and (orientation: landscape){
     .section1 .containerText img {
        width: 40%;
        margin-top: -10%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 625px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 625px;
        max-height: 625px;
    }
    .section19 h6:after {
        width: 21%;
        bottom: 4px;
    }
}

@media only screen and (min-width: 601px) and (max-width:679px) and (orientation: landscape){
    .section1 .containerText img {
        width: 40%;
        margin-top: -10%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 748px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 748px;
        max-height: 748px;
    }   
    .section19 h6:after {
        width: 21%;
        bottom: 3px;
    }
}

@media only screen and (min-width: 680px) and (max-width:767px) and (orientation: landscape){
    .section1 .containerText img {
        width: 40%;
        margin-top: -10%;
    }
    .section1 button {
        margin-top: 1rem;
    } 
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 748px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 748px;
        max-height: 748px;
    }    
    .section19 h6:after {
        width: 21%;
        bottom: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width:820px) and (orientation: landscape){
    .section1 .containerText img {
        width: 35%;
        margin-top: 10%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 900px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 900px;
        max-height: 900px;
    }  
    .section19 h6:after {
        width: 21%;
        bottom: 4px;
    }
}

@media only screen and (min-width: 821px) and (max-width:991px) and (orientation: landscape){
    .section1 .containerText, .section1 .zoom-InBackground, .section1 {
        height: 100vh;
    }
    .section1 .containerText img {
        width: 35%;
        margin-top: 10%;
    }
    .section1 button {
        margin-top: 1rem;
    } 
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 900px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 900px;
        max-height: 900px;
    }
    .section19 h6:after {
        width: 21%;
        bottom: 4px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1150px) and (orientation: landscape){
    .section1 .containerText img {
        margin-top: 27%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section19 h6:after {
        margin-bottom: 3px !important;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section1 .containerText {
        width: 70%;
    }
    .section1 h6 {
        padding: 29px 20% 29px 0;
    }
    .section1 pre {
        padding-right: 0%;
    }
    .section2 .containerText {
        width: 86.5%;
    }
    .section3 .containerText {
        width: 95%;
    }
    .section4 .containerText-2 {
        padding: 7% 15.5% 7% 7.5%;
    }
    .section5 .grid-container5 {
        grid-template-columns: 10fr 1fr;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        padding: 0 9%;
    }
    .section12 .linkSections {
        padding-top: 20px;
    }
    .section13 .containerText {
        width: 53%;
    }
    .section15 .titleSections {
        padding-right: 0;
    }
    .section24 {
        margin: 0 7.5% 24% 18.5%;
    }
    .section24 .titleSections, .section24 .subtitleSections, .section24 p,
    .section18 .subtitleSections, .section18 p {
        padding-left: 0;
    }
    .section19 h5 {
        padding: 29px 18% 0px 0px;
    }
}

@media only screen and (min-width: 1151px) and (max-width:1199px) and (orientation: landscape){
    .section1 .containerText img {
        width: 45%;
        margin-top: 18%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section19 h6:after {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1360px) and (orientation: landscape){
    .section1 .containerText img {
        width: 45%;
        margin-top: 18%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img,  .section23 .container-img{
        height: 700px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 700px;
        max-height: 700px;
    }
    .section19 h6:after {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 1361px) and (max-width:1899px) and (orientation: landscape){
    .section1 .containerText img {
        width: 45%;
        margin-top: 22%;
    }
    .section1 button {
        margin-top: 1rem;
    }
    .section7 .container-img, .section8 .container-img, .section16 .container-img, .section17 .container-img, .section23 .container-img{
        height: 770px;
    }
    .section7 .container-img .background-img, .section8 .container-img .background-img,
    .section16 .container-img .background-img, .section17 .container-img .background-img, .section23 .container-img .background-img{
        height: 770px;
        max-height: 770px;
    }
    .section12 .paragraphSections, .section12 .linkSections {
        padding: 0 5%;
    }
    .section12 .linkSections {
        padding-top: 20px;
    }
    .section18 {
        margin: 0 14.5% 24% 21.5%;
    }
    .section19 h6:after {
        margin-bottom: 6px;
    }
}