/******************************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(29px + (50 - 29) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.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;
}
.fromLeft{
    transform:translateX(-100%);
    opacity:0;
    transition:all 1s ease-in-out;
}
.fromRight{
    transform:translateX(100%);
    opacity:0;
    transition:all 1s ease-in-out;
}
.toRight, .toLeft{
    transform:translateX(0);
    opacity:1;
}
/******************************Contenedor****************************************/
main.container-grid{
    display:grid;
    grid-template-areas: "seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1"
        "seccion2  seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2"
        "seccion3  seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3"
        "seccion4  seccion4  seccion4 seccion4 seccion4 seccion4 seccion4 seccion4 seccion4 seccion4"
        "seccion5  seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5"
        "seccion6-7   seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7"
        "seccion8  seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8"
        "seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 "
        "seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 "
        "seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12"
        "seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14"
        "sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew "
        "seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15"
        "seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16"
        "seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17";
    grid-template-columns:repeat(10, 1fr);
}
/******************************Seccion 1****************************************/
.section1{
    grid-area:seccion1;
    background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/section1.png');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    min-height: 100vh;
    margin-top:60px;
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.section1 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    max-width: 1100px;
    width: 53%;
}
.section1 h6 {
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    padding: 29px 5% 29px 0;
}
.section1 p{
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
}
.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 img{
    width: 52.5%;
}
/******************************Seccion 2****************************************/
.section2 {
    grid-area: seccion2;
    font-family: 'Helvetica-Neue-Bold';
    color: #ffffff;
    text-align: center;
    padding: 110px 0 10%;
}
.section2 .containerText {
    width: 70.5%;
    max-width: 1400px;
    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));
    padding: 0px 30% 50px;
}
.section2 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 0px 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: 88%;
    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 .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-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    line-height:normal;
    white-space:pre-line;
    margin:0;
    color:#ffffff;
}
.section3 .containerServices .serviceIcons:nth-child(2) p{
    padding: 0 14%;
}
/******************************Seccion 4****************************************/
.section4{
    grid-area:seccion4;
    position:relative;
    overflow:hidden;
    height:100vh;
}
.section4 img{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.section4 .containerText {
    display: flex;
    align-content: flex-end;
    height: auto;
    width: 65%;
    margin: auto;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.section4 .box {
    background-color: rgba(205, 205, 205,  0.36);
    height: 395px;
    height: auto;
    padding: 6.8% 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 .box h6 {
    font-size: calc(36px + (68 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #000000;
    text-align: center;
    padding: 0 20.5%;
}
/******************************Seccion 5****************************************/
.section5 {
    grid-area: seccion5;
    color: #ffffff;
    padding-bottom: 7%;
    width: 65%;
    margin: auto;
    background-color: rgba(205, 205, 205, 0.36);
    margin-top: -1px;
}
.section5 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    padding: 85px 8.5% 40px;
}
.section5 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    line-height: normal;
    padding: 0 10% 0px;
}
.section5 a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    color: #09A6E0;
    margin: 0 10%;
}
/******************************Seccion 6-7****************************************/
.section6-7{
    grid-area:seccion6-7;
    background-color:#000000;
    display:grid;
    grid-template-areas:"seccion6-7-1";
}
/******************************Seccion 14-1****************************************/
.section6-7 .seccion6-7-1 {
    grid-area: seccion6-7-1;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 15% 6.7%;
}
.section6-7 .seccion6-7-1 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 7.5%;
    text-align: right;
    width: 45%;
    background-color: #97C000;
    border-radius: 0 40px 40px 0;
}
.section6-7 .seccion6-7-1 .linkSections {
    justify-content: flex-end;
}
.section6-7 .seccion6-7-1 img {
    border-radius: 40px 0 0 40px;
    width: 55%;
    object-fit: cover;
}
.section6-7 .seccion6-7-1 p{
    padding-left: 4%;
}
/******************************Seccion 7****************************************/
.section7 {
    grid-area: seccion7;
    text-align: right;
    padding: 0px 13.7% 0% 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
/******************************Seccion 8****************************************/
.section8 {
    grid-area: seccion8;
    text-align: center;
    padding: 5% 0px 15%;
    width: 68%;
    margin: auto;
}
.section8 img {
    padding: 8% 0;
    z-index: 2;
    position: relative;
}
.section8 pre {
    line-height: normal;
    margin:0;
    white-space:pre-line;
    z-index: 1;
    font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1920 - 320));
}
.section8 h5 {
    padding: 0 21%;
    z-index: 1;
}
.section8 p{
    text-align:left;
    padding: 30px 11.5% 0px;
    z-index:1;
}
.section8 a{
    text-align:left;
    margin:0 11.5%;
    z-index:1;
}
/******************************Seccion 9-10 ****************************************/
.section9-10 {
    grid-area: seccion9-10;
    background-color: #000000;
    display: grid;
    grid-template-areas: "seccion9-10";
}
.section9-10 .seccion9-10 .container-tablet {
    width: 60%;
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.section9-10 .seccion9-10 {
    grid-area: seccion9-10;
    display: flex;
    flex-direction: row;
    margin: 0% 6.7% 20%;
    color: #ffffff;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.section9-10 .seccion9-10 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 4% 5% 0;
    text-align: left;
    width: 40%;
}
.section9-10 .seccion9-10 .container-img {
    position: absolute;
    top: 10.5%;
    left: 6%;
    right: 5.65%;
    bottom: 4%;
    overflow: hidden;
}
.section9-10 .seccion9-10 pre {
    color: #ffffff;
    line-height: normal;
    white-space: pre-line;
    margin: 0;
}
.section9-10 .seccion9-10 .linkSections {
    justify-content: flex-start;
}
.section9-10 .seccion9-10 img{
    width:100%;
    object-fit: contain;
    max-height: 100%;
    transition: translate 1.2s;
}
.section9-10 .detectionAnimation div {
    width:200%;
}
.section9-10 .detectionAnimation .imgAnimated {
    animation: moveLeft 1.8s  linear forwards;
    animation-delay:0.8s;
}
@keyframes moveLeft{
    from{
        transform: translate(0%, 0);
    }
    to{
        transform: translate(-50%, 0);
    }
}
/******************************Seccion New2****************************************/
.sectionNew2{
    grid-area:seccionNew2;
    background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/sectionNew2.png');
    background-color: #000000;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    min-height: 100vh;
    color:#ffffff;
}
.sectionNew2 .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%;
}
.sectionNew2 pre {
    color: #ffffff;
    margin: 0;
    line-height: normal;
    white-space: pre-line;
    font-size: calc(36px + (50 - 36) * (100vw - 320px) / (1920 - 320));
}
.sectionNew2 h5{
    padding-right: 20%;
    color: #ffffff;
}
.sectionNew2 p {
    color: #ffffff;
    padding-right: 21%;
}
/******************************Seccion 12****************************************/
.section12{
    grid-area:seccion12;
    display:grid;
    grid-template-areas:"box12-1 box12-1 box12-1 box12-1 box12-1 box12-2 box12-2 box12-2 box12-2 box12-2 box12-2 box12-2"
        "box12-3 box12-3 box12-3 box12-3 box12-3 box12-3 box12-4 box12-4 box12-4 box12-4 box12-4 box12-4";
    grid-template-columns:repeat(12, 1fr);
    background-color:#ffffff;
}
.section12 .titleSections {
    color: #97C000;
    white-space: pre-line;
    margin: 0;
    line-height: normal;
}
.section12 .subtitleSections, .section12 .paragraphSections{
    color:#000000;
}
.section12 .box1 {
    grid-area: box12-1;
    padding: 15% 18.5% 15% 17.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section12 .box2{
    grid-area:box12-2;
    padding: 15% 13.5% 15% 4%;
}
.section12 .box3{
    grid-area:box12-3;
}
.section12 .box3 img{
    padding: 10% 6.5% 10% 18.5%;
}
.section12 .box3 .containerText{
    padding: 0 12% 15% 14.5%;
}
.section12 .box3 .containerText .titleSections{
    padding-right: 40%;
}
.section12 .box4{
    grid-area:box12-4;
}
.section12 .box4 .containerText{
    padding: 10% 13.5%;
}
.section14 .box4 .containerText .titleSections{
    padding-right: 45%;
}
.section14 .box4 .containerText img{
    padding: 0 0 10% 12%;
}
.section12 .box4 img{
    width: 100%;
}
/******************************Seccion 14****************************************/
.section14{
    grid-area:seccion14;
    background-color:#000000;
    display:grid;
    grid-template-areas:"seccion14-1"
        "seccion14-2";
}
/******************************Seccion 14-1****************************************/
.section14 .seccion14-1 {
    grid-area: seccion14-1;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 12% 6.7%;
}
.section14 .seccion14-1 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 7.5%;
    text-align: left;
    width: 45%;
    background-color: #797979;
    border-radius: 40px 0 0 40px;
}
.section14 .seccion14-1 .linkSections {
    justify-content: flex-start;
}
.section14 .seccion14-1 img {
    border-radius: 0 40px 40px 0;
    width: 55%;
    object-fit: cover;
}
.section14 .seccion14-1 h5{
    padding-right: 10%;
}
/******************************Seccion 14-2****************************************/
.section14 .seccion14-2 {
    grid-area: seccion14-2;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 0% 6.7%  0%;
}
.section14 .seccion14-2 .containerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 7.5%;
    text-align: left;
    width: 45%;
    background-color: #97C000;
    border-radius: 40px 0 0 40px;
}
.section14 .seccion14-2 img{
    border-radius: 0 40px 40px 0;
    width:55%;
    object-fit: cover;
}
.section14 .seccion14-2 h5{
    padding-right: 10%;
}
.section14-2 .titleSections{
    padding-right: 10%;
}
.section14-2 .paragraphSections{
    padding-right: 2%;
}
/******************************Seccion Nueva****************************************/
.sectionNew {
    grid-area: sectionNew;
    padding: 15% 0;
    width: 75%;
    margin: auto;
}
.sectionNew .container-flex{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}
.sectionNew .flex-title, .sectionNew .flex-description {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.sectionNew h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    color: #97C000;
    padding: 0 10%;
}
.sectionNew img{
    padding: 5% 7%;
    margin:auto;
    width:100%;
    position:relative;
}
.sectionNew h5 {
    padding: 0 0 0 15%;
    text-align: left;
}
.sectionNew p {
    padding: 30px 2% 0 15%;
}
.sectionNew a {
    padding: 0 15% 0;
}
.sectionNew .detectionAnimation{
    position:relative;
}
.sectionNew .detectionAnimation .moveRight {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-50%, 0);
    transition: translate 1.2s;
}
.sectionNew .detectionAnimation .imgAnimated {
    animation: moveRight 1s  linear forwards;
}
@keyframes moveRight{
    from{
        transform: translate(-50%, 0);
    }
    to{
        transform: translate(-35%, 0);
    }
}
/******************************Seccion 15****************************************/
.section15{
    grid-area:seccion15;
    background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/section15.png');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    min-height: 100vh;
    position:relative;
    margin:auto;
    width:100%;
    transition:all 2.5s;
}
.section15 .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: 765px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.4s;
}
.section15 h6{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    color:#ffffff;
    position: relative;
}
.section15 h6:after {
    content: url("");
    background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/Home/assetsResponsive/logo_360_2606.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
    left: 100%;
    width: 298px;
    height: 149px;
    margin-left: 15px;
}
.section15 h5 {
    font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding-right: 50px;
    color: #ffffff;
    padding: 29px 0% 0px 0px;
}
.section15 .overlaySection {
    position: absolute;
    background-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1.8s;
}
/******************************Seccion 16****************************************/
.section16{
    grid-area:seccion16;
}
.section16 .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%;
}
.section16 h5{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color:#B1B1B1;
    padding-bottom:22px;
}
.section16 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color:#969393;
}
.section16 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    padding-bottom: 72px;
    text-align: center;
}
.section16 .box1{
    grid-area:box1;
}
.section16 .box2{
    grid-area:box2;
}
.section16 .box3{
    grid-area:box3;
}
.section16 .box4{
    grid-area:box4;
}
.section16 .box5{
    grid-area:box5;
}
.section16 .box6{
    grid-area:box6;
}
.section16 .box7{
    grid-area:box7;
}
/******************************Seccion 17****************************************/
.section17{
    grid-area:seccion17;
    background-color:#F0F0F0;
}
.section17 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #222222;
}
.section17 h6 {
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    padding: 59px 0px;
    font-family: 'Helvetica-Neue-Bold';
    color: #ffffff;
}
.section17 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;
}
.section17 button p {
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    height: 60px;
    line-height: 40px;
    display: block;
    padding: 10px 0;
}
.section17 button:focus{
    box-shadow:0px 0px 10px black;
}

/*PORTRAIT*/
@media (max-width: 320px){
    .section1 , .section1 .containerText {
        min-height: 130vh !important;
    }
}

@media (max-width: 991px){
    /*    *****************************Generales****************************************/
    .imgWeb{
        display:none !important;
    }
    .imgResponsive{
        display:block !important;
        margin:auto;
    }
    .fromLeft{
        transform:translateX(0);
        opacity:1;
        transition:all 1s ease-in-out;
    }
    .fromRight{
        transform:translateX(0);
        opacity:1;
        transition:all 1s ease-in-out;
    }
    .toRight, .toLeft{
        transform:translateX(0);
        opacity:1;
    }
    .titleSections{
        display:inline;
    }
    .subtitleSections {
        padding: 20px 0px;
    }
    .linkSections{
        padding-top: 10px;
    }
    /******************************Contenedor****************************************/
    main.container-grid{
        display:grid;
        grid-template-areas: "seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1 seccion1"
            "seccion2  seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2 seccion2"
            "seccion3  seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3 seccion3"
            "seccion4  seccion4 seccion4 seccion4 seccion4 seccion4 seccion4 seccion4 seccion4 seccion4"
            "seccion5  seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5 seccion5"
            "seccion6-7   seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7 seccion6-7"
            "seccion8  seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8 seccion8"
            "seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 seccion9-10 "
            "seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 seccionNew2 "
            "seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12 seccion12"
            "seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14 seccion14"
            "sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew sectionNew "
            "seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15 seccion15"
            "seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16 seccion16"
            "seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17 seccion17";
    }
    /******************************Section1 ****************************************/
    .section1 , .section1 .containerText {
        min-height: 120vh;
    }
    .section1{
        background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/Responsive/section1.png');
    }
    .section1 .containerText {
        width: 100%;
        padding-right: 10%;
    }
    .section1 .containerText img {
        width: 73%;
        margin-top: 115px;
    }
    .section1 p {
        padding-right: 0px;
    }
    .section1 button{
        min-width:200px;
        margin-bottom:10%;
    }
    .section1 button p {
        height: 40px;
        line-height: 20px;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0;
    }
    /******************************Section2 ****************************************/
    .section2 {
        padding: 15% 0;
        text-align: center;
    }
    .section2 .containerText{
        width:100%;
    }
    .section2 h6 {
        padding: 0px 7.5% 50px;
        text-align: left;
    }
    .section2 p {
        padding: 0px 7.5% 0px;
        text-align: left;
    }
    /******************************Section3 ****************************************/
    .section3{
        padding-bottom:100px;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    /******************************Section4 ****************************************/
    .section4 .containerText{
        width:95%;
    }
    .section4 .box h6 {
        text-align: left;
        padding: 0 7%;
    }
    .section4 .box {
        padding: 19.8% 0;
    }
    /******************************Section5 ****************************************/
    .section5 {
        padding-bottom: 10%;
        width: 95%;
    }
    .section5 h6 {
        text-align: left;
        padding: 50px 7.5% 30px;
    }
    .section5 p {
        padding: 0 7.5% 0px;
    }
    .section5 a, section6 img {
        margin: 0 7.5%;
    }
    /******************************Section6-7 ****************************************/
    .section6-7 .seccion6-7-1 {
        flex-direction: column;
        margin: 15vh 3.7%;
    }
    .section6-7 .seccion6-7-1 img {
        border-radius: 40px 40px 0 0;
        width: 100%;
    }
    .section6-7 .seccion6-7-1 .containerText {
        padding: 10% 5%;
        text-align: left;
        width: 100%;
        border-radius: 0 0 40px 40px;
    }
    .section6-7 .seccion6-7-1 .linkSections {
        justify-content: flex-start;
    }
    .section6-7 .seccion6-7-1 h5 {
        padding-right: 0;
    }
    .section6-7 .seccion6-7-1 p {
        padding-left: 0;
    }
    /******************************Section7 ****************************************/
    .section7 {
        text-align: left;
        padding: 10% 7.5% 15%;
        align-items: flex-start;
    }
    /******************************Section8 ****************************************/
    .section8 {
        width: 100%;
        padding: 5% 0 0%;
        text-align: left;
    }
    .section8 h6 {
        display: block;
    }
    .section8 img {
        padding: 30px 3.5%;
    }
    .section8 h5 {
        padding: 0 7.5%;
        text-align:left;
    }
    .section8 p {
        padding: 30px 7.5% 10px;
    }
    .section8 a {
        margin: 0 7.5%;
    }
    .section8 pre {
        padding: 0 7.5%;
        display: block;
        white-space: normal;
    }
    /******************************Section9 - 10 ****************************************/
    .section9-10 .seccion9-10 {
        flex-direction: column;
        margin: 15vh 0% 15vh;
    }
    .section9-10 .seccion9-10 .containerText {
        width: 100%;
        margin-right: 0px;
        padding: 0% 7.5% 10%;
        margin-bottom: 0;
    }
    .section9-10 .seccion9-10 .container-tablet {
        width: 90%;
    }
    .section9-10 .seccion9-10 h5 {
        padding-right: 0;
    }
    .section9-10 .seccion9-10 img {
        width: 100%;
    }
    .section9-10 .seccion9-10 pre {
        white-space: normal;
    }
    .section9-10 .paragraphSections{
        padding-right: 5%;
    }
    /******************************SectionNew2 ****************************************/
    .sectionNew2 {
        background-image: url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/Responsive/sectionNew2.png');
        margin-top: 15vh;
    }
    .sectionNew2 .containerText{
        width:100%;
        padding:0 4.5% 10% 7.5%;
    }
    .sectionNew2 p {
        padding-right: 4%;
    }
    .sectionNew2 h5 {
        padding-right: 5%;
    }
    /******************************Section12 ****************************************/
    .section12 {
        grid-area: seccion12;
        display: grid;
        grid-template-areas: "box12-1"
            "box12-2"
            "box12-3"
            "box12-4";
        grid-template-columns: 100%;
    }
    .section12 .box1 {
        padding: 15vh 7.5% 10% 7.5%;
    }
    .section12 .box2 {
        padding: 0% 7.5% 15vh;
    }
    .section12 .subtitleSections, .section12 .paragraphSections {
        color: #000000;
        padding-right: 4%;
    }
    .section12 .box3 img {
        padding: 10vh 4.5% 10%;
    }
    .section12 .box3 .containerText {
        padding: 0 7.5% 15vh;
    }
    .section12 .box4 .containerText {
        padding: 0% 7.5% 10%;
    }
    .section12 .box4 .titleSections {
        display: block;
        padding-right: 30%;
    }
    .section12 .box4 img {
        width: 100%;
        padding: 0 0 15vh 8%;
    }
    /******************************Section14-1 ****************************************/
    .section14 .seccion14-1 {
        flex-direction: column;
        margin: 15vh 3.7%;
    }
    .section14 .seccion14-1 img {
        border-radius: 0 0 40px 40px;
        width: 100%;
    }
    .section14 .seccion14-1 .titleSections{
        padding-right: 13%;
    }
    .section14 .seccion14-1 .containerText {
        padding: 15% 5% 10%;
        width: 100%;
        border-radius: 40px 40px 0 0;
    }
    .section14 .seccion14-1 .linkSections {
        justify-content: flex-start;
    }
    .section14 .seccion14-1 h5 {
        padding: 40px 0px 20px;
    }
    /******************************Section14-2 ****************************************/
    .section14 .seccion14-2 {
        flex-direction: column;
        margin: 0 3.7% 15vh;
    }
    .section14 .seccion14-2 h5 {
        padding: 40px 0px 20px;
    }
    .section14 .seccion14-2 .titleSections{
        padding-right: 13%;
    }
    .section14 .seccion14-2 img {
        border-radius: 0 0 40px 40px;
        width:100%;
    }
    .section14 .seccion14-2 .containerText {
        padding: 15% 5% 10%;
        width: 100%;
        border-radius: 40px 40px 0 0;
    }
    .section14 .seccion14-2 .linkSections {
        justify-content: flex-start;
    }
    .section14 .seccion14-2 h5 {
        padding-right: 0;
    }
    /******************************SectionNew ****************************************/
    .sectionNew {
        padding: 15vh 0 15vh;
        width: 100%;
    }
    .sectionNew .container-flex {
        flex-direction: column;
    }
    .sectionNew .flex-title, .sectionNew .flex-description {
        width: 100%;
    }
    .sectionNew h6 {
        padding: 0 7.5% 30px;
        display: block;
        text-align: left;
    }
    .sectionNew img {
        padding: 10% 0;
    }
    .sectionNew h5 {
        padding: 0 7.5%;
        text-align: left;
    }
    .sectionNew p {
        padding: 30px 7.5% 0;
    }
    .sectionNew a {
        padding: 0 7.5% 0;
    }
    .sectionNew .detectionAnimation {
        width: 95%;
        margin: auto;
    }
    /******************************Section15 ****************************************/
    .section15{
        background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/Responsive/section15.png');
        background-position:right;
    }
    .section15 .containerText {
        width: 100%;
    }
    .section15 h6:after {
       
        width: 25%;
    }
    .section15 h5 {
        padding: 29px 20% 0px 0px;
    }
    /******************************Section16 ****************************************/
    .section16 .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: 20% 0 10% 0;
        width:84%;
    }
    .section16 h6 {
        padding-bottom: 10px;
    }
    /******************************Section17 ****************************************/
    .section17 button {
        min-width: 200px;
    }
    .section17 button p {
        height: 40px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px){
    .section1 , .section1 .containerText {
        min-height: 100vh;
    }
    .section1 .containerText img {
        width: 60%;
    }
    .section1 h6 {
        padding: 29px 15% 29px 0;
    }
    .section2 h6 {
        padding: 0px 37.5% 50px 7.5%;
    }
    .section4 .box h6 {
        padding: 0 17%;
    }
    .section8 img {
        padding: 10% 3.5%;
    }
    .section12 .box3 .containerText .titleSections {
        padding-right: 0;
        display: block;
    }
    .sectionNew2 {
        background-image: url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/sectionNew2.png');
    }
    .section15 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .section1 .containerText {
        max-width: 1100px;
        width: 80%;
        background-position: left;
    }
    .section1 h6 {
        padding: 29px 20% 29px 0;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section2 h6 {
        padding: 0px 25% 50px;
    }
    .section3 .serviceIcons img {
        max-width: 120px;
    }
    .section4 .containerText {
        width: 75%;
    }
    .section4 .box h6 {
        padding: 0 15.5%;
    }
    .section5 {
        width: 75%;
    }
    .section5 h6 {
        padding: 85px 8% 35px 8%;
    }
    .section5 p {
        padding: 0 10% 0px;
    }
    .section5 a {
        margin: 0 10%;
    }
    .section6-7 .seccion6-7-1 img {
        width: 40%;
        object-fit: cover;
        object-position: center;
    }
    .section6-7 .seccion6-7-1 .containerText {
        width: 60%;
    }
    .section7 {
        padding: 0px 13.7% 0% 8%;
    }
    .section8 {
        padding: 15% 0px;
    }
    .section8 h5 {
        padding: 0 13%;
    }
    .section8 p {
        padding: 30px 13% 0px;
    }
    .section8 a {
        margin: 0 13%;
    }
    .section9-10 .seccion9-10 h5 {
        padding-right: 0;
    }
    .section9-10 .seccion9-10 pre {
        white-space: normal;
    }
    .sectionNew2 .containerText {
        padding-bottom: 20%;
        width: 60%;
    }
    .section12 .box1 {
        padding: 15% 9.5% 15% 17.5%;
    }
    .section12 .box3 .containerText .titleSections {
        padding-right: 18%;
    }
    .section14 .seccion14-1 img {
        width: 40%;
        object-fit: cover;
        object-position: 74%;
    }
    .section14 .seccion14-1 .containerText {
        width: 60%;
    }
    .section14 .seccion14-2 img {
        width: 40%;
        object-fit: cover;
        object-position: 26%;
    }
    .section14 .seccion14-2 .containerText {
        width: 60%;
    }
    .sectionNew h6 {
        padding: 0 0%;
    }
    .section15 h5 {
        padding: 29px 29% 0px 0px;
    }
    .section15 h6:after {
        top: -100px;
        width: 50%;
    }
}


/*LANDSCAPE*/
@media (max-width: 991px) and (orientation:landscape){
    .section1{
        background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/section1.png');
    }
    .section1 {
        min-height: 110vh;
    }
    .section1 .containerText {
        padding-right: 20%;
    }
    .section1 .containerText img {
        width: 35%;
    }    
    .section4 .imgWeb{
        display:block !important;
    }
    .section4 .imgResponsive{
        display:none !important;
    }
    .section7 {
        padding: 10% 7.5% 5%;
    }
    .section8 {
        padding: 10% 0px 5%;
    }
    .sectionNew2{
        background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/sectionNew2.png');
    }
    .sectionNew2 .containerText {
        padding: 10% 4.5% 10% 7.5%;
    }
    .section15{
        background-image:url('https://assets.claro360.com/Gobierno/medioAmbienteyRecursosNaturales/section15.png');
    }
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .section1 img {
        margin-top: 100px;
    }
    .section1 {
        min-height: 110vh;
    }
    .section3 {
        padding-bottom: 8%;
    }
    .section3 .serviceIcons img {
        max-width: 110px;
    }
    .section7 {
        padding: 0px 13.7% 0% 8%;
    }
    .section8 {
        padding: 10% 0px;
    }
    .section12 .box1 {
        padding: 15% 0.5% 15% 17.5%;
    }  
    .section12 .box2 {
        padding: 15% 13.5% 15% 10%;
    }
    .sectionNew2 .containerText {
        padding-bottom: 10%;
    }
    .sectionNew img {
        padding: 10% 0;
    }
    .sectionNew h6 {
        padding: 0 0%;
    }
}

@media (min-width: 1200px) and (max-width:1500px) and (orientation: landscape){
    .section1 h6 {
        padding: 29px 0% 29px 0;
    }
    .section1 .containerText {
        width: 59%;
    }
    .section2 h6 {
        padding: 0px 27% 50px;
    }
    .section4 .box h6 {
        padding: 0 18.5%;
    }
    .section5 h6 {
        padding: 85px 6% 35px 6%;
    }
    .section5 p {
        padding: 0 8% 0px;
    }
    .section5 a {
        margin: 0 8%;
    }
    .section12 .box3 .containerText .titleSections {
        padding-right: 25%;
    }
    .section13 {
        padding: 15% 6.7% 5% 0%;
    }
    .sectionNew h6 {
        padding: 0 0%;
    }
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .section1 h6 {
        padding: 29px 38% 29px 0;
    }
    .section2 p {
        padding: 0px 0px 0px;
    }
    .section6-7 .seccion6-7-1 .containerText {
        padding: 5% 7.5% 5% 5%;
    }
    .section9-10 .seccion9-10 pre {
        white-space: normal;
    }
    .section13 {
        padding: 15% 8% 15% 3%;
    }
    .section13 h6 {
        padding-right: 0;
    }
    .section14 .seccion14-2 img {
        object-position: left;
    }
    .section15 h5 {
        padding: 29px 20% 0px 0px;
    }
    .section15 h6:after {
        width: 50%;
    }
}

@media (min-width: 2100px){
    .section1 .containerText {
        max-width: 1200px;
    }
    .section1 h6 {
        padding: 29px 0% 29px 0;
    }
    .section1 p {
        padding-right: 10%;
    }
    .section2 h6 {
        padding: 0px 27% 50px;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section4 .box h6 {
        padding: 0 25.5%;
    }
    .section5 {
        padding-bottom: 7%;
    }

    .section7 {
        padding: 0px 20.7% 0% 15%;
    }
    .section8 h5 {
        padding: 0 16%;
    }
    .sectionNew2 h5 {
        padding-right: 15%;
    }
    .sectionNew img {
        padding: 7% 0;
    }
    .section12 .box2 img{
        margin: auto;
        display: block;
    }
    .section12 .box3 img {
        width: 100%;
    }
    .section12 .box4 img {
        padding-top: 10%;
    }
    .section15 .containerText {
        max-width: 788px;
    }
    .section16 h6 {
        padding-bottom: 20px;
    }
    .section16 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}