/******************************Generales****************************************/
@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/DINPro-Bold_13934.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}
@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.row, .segmento{
    width:100%;
    margin:0;
}
img{
    image-rendering:-webkit-optimize-contrast; /* 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:#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;
}
/******************************Contenedor****************************************/
main.container-grid{
    display:grid;
    grid-template-areas: "seccion1 seccion1"
        "seccion2 seccion2"
        "seccion3 seccion3"
        "seccion4 seccion4"
        "seccion5 seccion5"
        "seccion6-7 seccion6-7"
        "seccion12 seccion12"
        "seccionNew seccionNew"
        "seccionNew2 seccionNew2"
        "seccionNew3 seccionNew3"
        "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 0px;
}
.section1 p{
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    padding-right: 40px;
}
.section1 a{
    color:#ffffff;
    text-decoration: none
}
.section1 a:hover{
    color:#ffffff;
}
.section1 p {
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    padding-right: 0px;
}
.section1 button {
    font-family: arial;
    font-weight: bold;
    background-color: #9f2240;
    border-radius: 40px;
    color: #ffffff;
    margin-top: 66px;
    min-width: 297px;
    outline: none;
    border: 0px;
}
.section1 button:focus{
    box-shadow:0px 0px 10px black;
}
.section1 button p {
    font-size: calc(23px + (35 - 23) * (100vw - 320px) / (1920 - 320));
    display: block;
    padding: 10px 0;
}
.section1 .containerText img{
    width: 52.5%;
    object-fit:contain;
}
/******************************Seccion 2****************************************/
.section2{
    grid-area:seccion2;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding:110px 0;
}
.section2 .containerText {
    width: 65.5%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto;
}
.section2 h6 {
    font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding: 0px 8% 50px;
}
.section2 p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 9% 0px;
    line-height: normal;
}
/******************************Seccion 3****************************************/
.section3{
    grid-area:seccion3;
    font-family: 'Helvetica-Neue-Bold';
    color:#5C5C5C;
    text-align: center;
    padding-bottom: 211px;
}
.section3 .containerText {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    margin: auto;
    justify-content: center;
}
.section3 .title {
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding: 0px 0px 107px;
}
.section3 p{
    font-family: 'Helvetica-Neue-Regular';
}
.section3 .containerServices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    flex-direction: row;
}
.section3 .serviceIcons{
    width:25%;
}
.section3 .serviceIcons h6{
    padding:30px 0px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    width: auto;
    margin: auto;
}
.section3 .serviceIcons p {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0px 22%;
}
.section3 .serviceIcons:nth-child(2) p{
    padding: 0px 34%;
}
/******************************Seccion 4****************************************/
.section4{
    grid-area:seccion4;
    font-family: 'Helvetica-Neue-Bold';
}
.section4 .containerText {
    width: 74%;
    margin: auto;
    padding: 0 0 5%;
}
.section4 .containerText h6 {
    display:block;
    color: #89BAD5;
    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:#D5760A;
    font-size: calc(17px + (50 - 17) * (100vw - 320px) / (1920 - 320));
}
/******************************Seccion 5****************************************/
.section5{
    grid-area:seccion5;
}
.section5 .grid-container5 {
    display: grid;
    grid-template-areas: ". item1 ."
        ". item2 .";
    padding: 0% 0% 15% 0%;
    grid-template-columns: auto 74% auto;
}
.section5 .item1{
    grid-area:item1;
    display: flex;
    justify-content: center;
}
.section5 .item1 img {
    width: 100%;
    padding: 0;
}
.section5 .item2 {
    grid-area: item2;
    padding: 5% 7% 0;
    width: 100%;
    text-align: center;
}
.section5 .item2 h5{
    color:#5C5C5C;
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    line-height: normal;
}
.section5 .item2 p {
    color: #5C5C5C;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    line-height: normal;
    text-align: left;
    padding-right: 5%;
}
.section5 .item2 p:nth-child(2){
    padding-top:40px;
}
/******************************Seccion 6-7 ****************************************/
.section6-7 {
    grid-area: seccion6-7;
    display: grid;
    grid-template-areas: ". sectionText1 sectionText1 sectionText1 sectionText1 sectionText1 sectionText1 sectionImage1  sectionImage1 sectionImage1 sectionImage1 sectionImage1 sectionImage1 sectionImage1 sectionImage1 ."
        ". space space space space space space space  space space space space space space space ."
        ". sectionImage2  sectionImage2  sectionImage2  sectionImage2  sectionImage2  sectionImage2 sectionImage2 sectionImage2 sectionText2 sectionText2 sectionText2 sectionText2 sectionText2 sectionText2  .";
    grid-template-columns: 7.5% repeat(14, 1fr) 7.5%;
}
.section6-7 .titleSections{
    letter-spacing: 4px;
}
/******************************Seccion 6-7 Texto 1 ****************************************/
.section6-7 .sectionText1{
    grid-area:sectionText1;
    background-color: #89BAD5;
    position: relative;
}
.section6-7 .sectionText1 .containerText{
    padding: 12% 14.5%;
    position: absolute;
    left: 0;
    top: 95%;
    transition:all 1.2s ease-in-out;
}
/******************************Seccion 6-7 Imagen 1****************************************/
.section6-7 .sectionImage1{
    grid-area:sectionImage1;
}
.section6-7 .sectionImage1 .container-img {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 1131px;
    margin: auto 0 auto auto;
}
.section6-7 .sectionImage1 .background-img {
    background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/familiaPersona/assetsWeb/3.png');
    background-position: 65%;
    background-size: cover;
    width: 98.5%;
    height: 1131px;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
    margin: auto 0 auto auto;
}
/******************************Seccion 6-7 Texto 2 ****************************************/
.section6-7 .sectionText2{
    grid-area:sectionText2;
    background-color: #BABFC3;
    position: relative;
}
.section6-7 .sectionText2 .containerText {
    padding: 12% 14.5%;
    position: absolute;
    left: 0;
    top: 95%;
    transition: all 1.2s ease-in-out;
    text-align: right;
}
.section6-7 .sectionText2 .linkSections {
    justify-content: flex-end;
}
/******************************Seccion 6-7 Imagen 1****************************************/
.section6-7 .sectionImage2{
    grid-area:sectionImage2;
}
.section6-7 .sectionImage2 .container-img {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 1131px;
    margin: auto 0 auto auto;
}
.section6-7 .sectionImage2 .background-img {
    background-image: url('https://assets.claro360.com/Persona/familia/section8.png');
    background-position: 65%;
    background-size: cover;
    width: 98.5%;
    height: 1131px;
    background-repeat: no-repeat;
    max-width: 911px;
    transition: all 1.2s ease-in-out;
    margin: auto auto auto 0;
}
.section6-7 .space {
    grid-area: space;
    margin-top: 12%;
}
/******************************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: 15% 0;
}
.section12 h6 {
    font-size: calc(30px + (70 - 30) * (100vw - 320px) / (1920 - 320));
    color: #89BAD5;
    padding: 0 25%;
}
.section12 img {
    padding: 7vh 18%;
    width: 100%;
}
.section12 .subtitleSections {
    padding: 30px 0%;
    width: 52%;
    margin: auto;
    color: #5C5C5C;
    font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
}
.section12 .paragraphSections {
    text-align: left;
    width: 53%;
    margin: auto;
    color: #5C5C5C;
}
.section12 .linkSections{
    width: 53%;
    margin: auto;
}
/******************************Seccion New ****************************************/
.sectionNew {
    grid-area: seccionNew;
    grid-template-columns: 7.5% repeat(12, 1fr) 7.5%;
    display: grid;
}
.sectionNew .containerImage {
    grid-area: 1 / 2 / span 1 / span 7;
}
.sectionNew .containerText {
    grid-area: 1 / 9 / span 1 / span 5;
    text-align: right;
    padding-left: 11%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.sectionNew .containerText .linkSections{
    justify-content: flex-end;
}
.sectionNew .titleSections{
    color:#04011C;
    padding-left: 39.5%;
}
.sectionNew .subtitleSections{
    color:#666666;
}
.sectionNew .paragraphSections{
    color:#666666;
}
.sectionNew .containerImage div, .sectionNew .containerImage img {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sectionNew .containerImage .scaleElement {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: translate 1.2s;
}
.sectionNew .containerImage .imgAnimated {
    animation: scaleElement 1s  linear forwards;
}
@keyframes scaleElement{
    from{
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to{
        transform: matrix(1.2, 0, 0, 1.2, 0, -50);
    }
}
/******************************Seccion New2  ****************************************/
.sectionNew2 {
    grid-area: seccionNew2;
    display: grid;
    grid-template-areas: ". containerImage containerImage ."
        ". containerTitle containerText .";
    grid-template-columns: 12.5% 1fr  1fr 12.5%;
    padding: 15% 0;
}
.sectionNew2 .containerImage{
    grid-area:containerImage;
}
.sectionNew2 .containerImage img {
    margin: auto;
    display: block;
    border-radius: 40px 40px 0 0;
    width: 100%;
}
.sectionNew2 .containerTitle {
    grid-area: containerTitle;
    background-color: #89BAD5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 13% 15% 20%;
    border-radius: 0 0 0 40px;
}
.sectionNew2 .containerText {
    grid-area: containerText;
    background-color: #89BAD5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 13% 23.5% 15% 1%;
    border-radius: 0 0 40px  0;
}
.sectionNew2 .containerText h6{
    font-size: calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320));
}
.sectionNew2 .containerText h5{
    padding-right: 10%;
}
/******************************Seccion New3  ****************************************/
.sectionNew3 {
    grid-area: seccionNew3;
    display: grid;
    grid-template-areas: ". containerText3 containerImage3 .";
    grid-template-columns: 7.5% repeat(12, 1fr) 7.5%;
    padding-bottom: 15%;
}
.sectionNew3 .containerText {
    grid-area: 1 / 2 / 1 / span 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 13% 13% 0;
}
.sectionNew3 .containerText h6{
    color:#04011C;
}
.sectionNew3 .containerText h5{
    color:#666666;
}
.sectionNew3 .containerText p{
    color:#666666;
}
.sectionNew3 .containerImage {
    grid-area: 1 / 7 / 1 / span 7;
    padding: 0 3%;
    display: flex;
    align-items: center;
}
.sectionNew3 img{
    width:100%;
}
/******************************Seccion 19****************************************/
.section19{
    grid-area:seccion19;
    background-image:url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/familiaPersona/assetsWeb/9_estado2.png');
    background-color: #ffffff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    min-height: 100vh;
    position:relative;
    margin:auto;
    width:100%;
    transition:all 2.5s;
}
.section19 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    padding-top: 7%;
    max-width: 925px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.4s;
}
.section19 h6{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(28px + (60 - 28) * (100vw - 320px) / (1920 - 320));
    color:#ffffff;
    position: relative;
}
.section19 h6:after {
    content: url("");
    background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/familiaPersona/assetsResponsive/logotipo_hechos360_responsive.png');
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
    left: 100%;
    width: 298px;
    height: 149px;
    margin-left: 15px;
}
.section19 h5 {
    font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding-right: 50px;
    color: #ffffff;
    padding: 29px 30% 0px 0px;
}
.section19 .overlaySection{
    position: absolute;
    background-color: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1.8s;
}
/******************************Seccion 20****************************************/
.section20{
    grid-area:seccion20;
}
.section20 .containerBoxGrid {
    display: grid;
    grid-template-areas: "box1 box1 box1"
        "box2 box3 box4"
        "box5 box6 box7";
    width: 80%;
    margin: auto;
    padding: 10% 0 5% 0;
    grid-gap: 50px 11.8%;
}
.section20 h5{
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color:#5C5C5C;
    padding-bottom:20px;
}
.section20 p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color:#5C5C5C;
}
.section20 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    padding-bottom: 72px;
    text-align: center;
}
.section20 .box1{
    grid-area:box1;
}
.section20 .box2{
    grid-area:box2;
}
.section20 .box3{
    grid-area:box3;
}
.section20 .box4{
    grid-area:box4;
}
.section20 .box5{
    grid-area:box5;
}
.section20 .box6{
    grid-area:box6;
}
.section20 .box7{
    grid-area:box7;
}
/******************************Seccion 21****************************************/
.section21{
    grid-area:seccion21;
    background-color:#F0F0F0;
}
.section21 .containerText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.section21 h6{
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    padding:59px 0px;
    font-family: 'Helvetica-Neue-Bold';
}
.section21 button {
    background-color: #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;
}




/*PORTRAIT*/
@media (max-width: 320px){
    .section1 {
        height: 130vh !important;
    }
    .section1 .zoom-InBackground {
        min-height: 130vh !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-7 seccion6-7"
            "seccion12 seccion12"
            "seccionNew seccionNew"
            "seccionNew2 seccionNew2"
            "seccionNew3 seccionNew3"
            "seccion19 seccion19"
            "seccion20 seccion20"
            "seccion21 seccion21";
    }
    /******************************Section1 ****************************************/
    .section1 {
        height: 115vh;
    }
    .section1 .zoom-InBackground {
        min-height: 115vh;
    }
    .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 5% 29px  0;
    }
    .section1 p {
        padding-right: 0px;
    }
    /******************************Section2 ****************************************/
    .section2{
        padding:15% 0;
        text-align:left;
    }
    .section2 .containerText{
        width:100%;
    }
    .section2 h6 {
        padding: 0px 7.5% 40px;
    }
    .section2 p {
        padding: 0px 7.5% 0px;
    }
    /******************************Section3 ****************************************/
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .title{
        padding:0 0 50px;
    }
    .section3 .containerServices{
        flex-direction:column;
        grid-row-gap: 50px;
    }
    .section3 .serviceIcons {
        width: 100%;
    }
    .section3 .serviceIcons p {
        padding: 0px 28%;
    }
    /******************************Section4 ****************************************/
    .section4 .containerText {
        width: 100%;
        margin: auto;
        padding: 0 7.5% 8%;
    }
    /******************************Section5 ****************************************/
    .section5 .grid-container5 {
        grid-template-areas: "item1 item1 item1"
            ". item2 .";
        padding: 0% 0% 15vh 0%;
        grid-template-columns: 7.5% auto 7.5%;
    }
    .section5 .item2 {
        padding: 15% 0% 0;
        text-align: left;
    }
    .section5 .item2 p:nth-child(2) {
        padding-top: 30px;
        padding-right: 0;
    }
    /******************************Section6-7  ****************************************/
    .section6-7 {
        grid-template-areas: "sectionText1"
            "sectionImage1"
            "space"
            "sectionImage2"
            "sectionText2";
        grid-template-columns: 100%;
        grid-template-rows: repeat(5, auto);
    }
    .section6-7 .space {
        margin-top: 20vh;
    }
    .section6-7 .sectionImage1 .background-img {
        background-image: url('https://assets.claro360.com/Persona/familia/Responsive/section7.png');
    }
    .section6-7 .sectionImage2 .background-img {
        background-image: url('https://assets.claro360.com/Persona/familia/Responsive/section8.png');
    }
    .section6-7 .sectionText1 .containerText,     .section6-7 .sectionText2 .containerText {
        padding: 12% 7.5%;
        text-align:left;
    }
    .section6-7 .sectionText2 .linkSections {
        justify-content: flex-start;
    }
    .section6-7 .sectionText1{
        margin-bottom:5%;
    }
    .section6-7 .sectionText2{
        margin-top:5%;
    }
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 667px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        justify-content: center;
        height: 466px;
        margin: auto;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        width: 100%;
        height: 466px;
        max-width: 100%;
        margin:  auto;
    }
    /******************************Section12 ****************************************/
    .section12 {
        width: 100%;
        padding: 15vh 6.6% 15vh 6.6%;
        text-align: left;
    }
    .section12 h6 {
        display: block;
        text-align: left;
        padding: 0;
    }
    .section12 img {
        padding: 7vh 0%;
        width: 100%;
    }
    .section12 .subtitleSections {
        width: 100%;
        padding: 0 1% 30px;
    }
    .section12 .paragraphSections,   .section12 .linkSections {
        width: 100%;
    }
    /******************************SectionNew  ****************************************/
    .sectionNew {
        grid-template-columns: 7.5% 1fr 7.5%;
        grid-template-rows: auto auto;
    }
    .sectionNew .containerImage {
        grid-area: 1 / 1 / span 1 / span 3;
    }
    .sectionNew .containerText {
        grid-area: 2 / 2 / span 1 / span 1;
        text-align: left;
        padding: 15% 0 0;
    }
    .sectionNew .containerText .linkSections {
        justify-content: flex-start;
    }
    .sectionNew .titleSections {
        padding-left: 0;
    }
    /******************************SectionNew 2 ****************************************/
    .sectionNew2 {
        grid-template-areas: ". containerImage ."
            ". containerTitle ."
            ". containerText .";
        grid-template-columns: 3.5% 1fr 3.5%;
        padding: 15vh 0;
    }
    .sectionNew2 .containerTitle {
        padding: 20% 5% 0%;
        border-radius: 0px;
    }
    .sectionNew2 .containerText {
        padding: 13% 5% 15%;
        border-radius: 0 0 40px  40px;
        box-shadow: 0px 5px 6px #00000029;
        margin-top: -1px;
    }
    /******************************SectionNew 3 ****************************************/
    .sectionNew3 {
        grid-template-areas: ". containerText3 ."
            "containerImage3 containerImage3 containerImage3";
        grid-template-columns: 7.5% 1fr 7.5%;
        grid-template-rows: auto auto;
        padding-bottom: 15vh;
    }
    .sectionNew3 .containerText {
        grid-area: containerText3;
        padding: 0 0% 15% 0;
    }
    .sectionNew3 .containerImage {
        grid-area: containerImage3;
        padding: 0 1.5%;
    }
    .sectionNew3 .containerText h6 {
        padding-right: 28%;
    }
    /******************************Section19 ****************************************/
    .section19{
        background-image:url('https://assets.claro360.com/Persona/familia/Responsive/section19.png');
        background-position: right;
    }
    .section19 .containerText {
        width: 100%;
    }
    .section19 h6:after {
        width: 48%;
        bottom: 0px;
    }
    .section19 h5 {
        padding: 29px 19% 0px 0px;
    }
    /******************************Section20 ****************************************/
    .section20 .containerBoxGrid {
        grid-template-areas: "box1 box1 box1"
            "box2 box2 box2"
            "box5 box5 box5"
            "box3 box3 box3"
            "box6 box6 box6"
            "box4 box4 box4"
            "box7 box7 box7";
        grid-gap: 40px 11.8%;
        padding: 15% 0 10% 0;
        width:84%;
    }
    .section20 h6 {
        padding-bottom: 10px;
    }
    /******************************Section21 ****************************************/
    .section21 button {
        min-width: 200px;
    }
    .section21 button p {
        height: 40px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 375px) {
    .section19 h6:after {
        width: 27%;
        left: 97%;
        bottom: 12%;
    }
}


@media only screen and (min-width: 768px) and (max-width:991px){
    .sectionNew2 .containerTitle {
        padding: 13% 10% 0%;
    }
    .sectionNew2 .containerText {
        padding: 5% 10% 15%;
    }
    .section19 {
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/familiaPersona/assetsWeb/9_estado2.png');
        background-position: center;
    }
    .section19 h6:after {
        width: 38%;
        left: 100%;
        bottom: 4%;
    }
    .section19 h5 {
        padding: 29px 40% 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px){
    .titleSections {
        display: inline;
    }
    .section1 .containerText {
        width: 56%;
    }
    .section1 img {
        margin-top: 100px;
    }
    .section2 .containerText {
        width: 82.5%;
    }
    .section3 {
        padding-bottom: 13vh;
    }
    .section3 .serviceIcons h6 {
        width: 70%;
    }
    .section3 .serviceIcons p {
        padding: 0px 25px;
    }
    .section3 .serviceIcons img {
        max-width:120px;
    }
    .section3 .serviceIcons:nth-child(2) p {
        padding: 0px 24%;
    }
    .section5 .grid-container5 {
        padding: 0% 0% 13vh 0%;
    }
    .section5 .item2 {
        padding: 10% 7% 0;
    }
    .section12 {
        width: 80%;
    }
    .section12 .paragraphSections{
        padding:0 10%;
    }
    .section12 .subtitleSections{
        padding:30px 10%;
    }
    .section12 .linkSections{
        padding:20px 10% 0;
    }
    .section12 .subtitleSections,      .section12 .paragraphSections,   .section12 .linkSections {
        width: 100%;
    }
    .section12 .titleSections {
        padding: 0 9%;
        display: block;
    }
    .sectionNew .titleSections {
        padding-left: 11%;
    }
    .sectionNew2 {
        grid-template-columns: 7.5% 1fr  1fr 7.5%;
    }
    .sectionNew2 .containerText {
        padding: 13% 15.5% 15% 10%;
    }
    .section19 .containerText {
        max-width: 725px;
    }
    .section20 {
        display: flex;
        align-items: center;
    }
    .section21 h6:after {
        top: -100px;
    }
}


/*LANDSCAPE*/
@media (max-width: 991px) and (orientation:landscape){
    .section1 {
        height: 180vh;
    }
    .section1 .imgWeb{
        display:block !important;
    }
    .section1 .imgResponsive{
        display:none !important;
    }
    .section1 .zoom-InBackground {
        min-height: 180vh;
    }
    .section1 .containerText img {
        width: 35%;
    }    
    .section3 {
        padding-bottom: 5%;
    }
    .section5 .grid-container5 {
        padding: 0% 0% 15% 0%;
    }
    .section6-7 .sectionText1 .containerText, .section6-7 .sectionText2 .containerText {
        padding: 15% 7.5%;
    }
    .section12 {
        padding: 15% 6.6% 15% 6.6%;
    }
    .sectionNew .containerText {
        padding: 7% 0 0;
    }
    .sectionNew2 {
        padding: 15% 0;
    }
    .sectionNew3 {
        padding-bottom: 15%;
    }
    .section19{
        background-image:url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/familiaPersona/assetsWeb/9_estado2.png');
    }
}

@media (min-width: 992px) and (max-width:1300px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section1 h6 {
        padding: 29px 0% 29px  0;
    }
    .section2 p {
        padding: 0px 7% 0px;
    }
    .section3 {
        padding-bottom: 15%;
    }
    .section3 .serviceIcons h6 {
        width: 75%;
    }
    .section3 .serviceIcons img {
        max-width:110px;
    }
    .section12 .subtitleSections {
        padding: 30px 0%;
    }
    .section12 .paragraphSections {
        padding: 0 0%;
    }
    .section12 .linkSections {
        padding: 20px 0% 0;
    }
    .section19 h6:after {
        width: 48%;
        bottom: 0;
        left: 99%;
    }
}

@media (min-width: 1200px) and (max-width:1500px) and (orientation: landscape){
    .section12 .titleSections {
        padding: 0 11%;
    }
    .sectionNew3 .containerText h6 {
        padding-right: 10%;
    }
    .section19 h6:after {
        width: 48%;
        left: 100%;
        bottom: 0px;
    }
    
}

@media (min-width: 1301px) and (max-width:1700px) and (orientation: landscape){
    .titleSections{
        display:inline;
    }
    .section3 .serviceIcons p {
        padding: 0px 13%;
    }
    .section5 .item2 {
        padding: 5% 0% 0;
    }
    .section12 .titleSections{
        display:block;
        padding: 0 20%;
    }
    .section12 img {
        padding: 7vh 10%;
    }
    .section12 .subtitleSections {
        padding: 30px 5%;
    }
    .sectionNew .titleSections {
        padding-left: 26%;
    }
    .sectionNew2 .containerText {
        margin-left: -1px;
    }
    .sectionNew3 .containerText h6 {
        padding-right: 10%;
    }
}

@media (min-width: 2100px){
    .section1 .containerText {
        max-width: 1200px;
    }
    .section3 .containerText {
        width: 80%;
    }
    .section3 .serviceIcons h6 {
        width: 40%;
    }
    .section3 .serviceIcons:nth-child(4) p {
        padding: 0px 27%;
    }
    .section5 img {
        width: 100%;
        max-width: 2500px;
    }
    .section5 .item1 {
        justify-content: flex-start;
    }
    .section6-7 {
        grid-template-columns: 13.5% repeat(14, 1fr) 13.5%;
    }
    .section6-7 .sectionImage1 .background-img, .section6-7 .sectionImage2 .background-img {
        max-width: 1200px;
    }
    .section6-7 .sectionText1 .containerText,  .section6-7 .sectionText2 .containerText {
        padding: 12% 12.5%;
    }
    .section12 img {
        width: 85%;
    }
    .sectionNew {
        grid-template-columns: 13.5% repeat(12, 1fr) 13.5%;
    }
    .sectionNew .containerImage div, .sectionNew .containerImage img {
        width: 100%;
    }
    .sectionNew .titleSections {
        padding-left: 38.5%;
    }
    .sectionNew2 {
        grid-template-columns: 13.5% 1fr  1fr 13.5%;
    }
    .sectionNew2 .titleSections {
        padding-right: 10%;
    }
    .sectionNew3 {
        grid-template-columns: 13.5% repeat(12, 1fr) 13.5%;
    }
    .section20 h6 {
        padding-bottom: 20px;
    }
    .section20 .containerBoxGrid {
        grid-gap: 100px 11.8%;
    }
}




/*PORTRAIT  IMAGES ANIMATED*/
@media (max-width: 320px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 630px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 317px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 317px;
    }
}

@media only screen and (min-width: 321px) and (max-width:424px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 630px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 420px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 420px;
    }
}

@media only screen and (min-width: 425px) and (max-width:600px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 665px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 665px;
    }
}

@media only screen and (min-width: 601px) and (max-width:679px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 675px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 675px;
    }
}

@media only screen and (min-width: 680px) and (max-width:767px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 780px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 780px;
    }
}

@media only screen and (min-width: 768px) and (max-width:820px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 768px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 768px;
    }
}

@media only screen and (min-width: 821px) and (max-width:991px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 900px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 900px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1150px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 900px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 900px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 900px;
    }
    .section6-7 .sectionText1 .containerText,  .section6-7 .sectionText2 .containerText {
        padding: 12% 7.5%;
    }
    .section19 h6:after {
        width: 48%;
        bottom: 0;
        left: 100%;
    }
}

@media only screen and (min-width: 1151px) and (max-width:1199px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 900px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 900px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 900px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 800px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 800px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 800px;
    }
}


/*LANDSCAPE  IMAGES ANIMATED*/
@media (max-width: 424px) and (orientation: landscape){
    .section1 {
        height: 250vh;
    }
    .section1 .zoom-InBackground {
        min-height: 250vh;
    }
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 630px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 460px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 460px;
    }
}

@media only screen and (min-width: 425px) and (max-width:600px) and (orientation: landscape){
    .section1 {
        height: 200vh;
    }
    .section1 .zoom-InBackground {
        min-height: 200vh;
    }
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 625px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 625px;
    }
}

@media only screen and (min-width: 601px) and (max-width:679px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 750px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 748px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 748px;
    }
}

@media only screen and (min-width: 680px) and (max-width:767px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 750px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 748px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 748px;
    }
}

@media only screen and (min-width: 768px) and (max-width:820px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 900px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 900px;
    }
}

@media only screen and (min-width: 821px) and (max-width:991px) and (orientation: landscape){
    .section1 {
        height: 110vh;
    }
    .section1 .zoom-InBackground {
        min-height: 110vh;
    }
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 700px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 900px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 900px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1150px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 800px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 800px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 800px;
    }
    .section6-7 .sectionText1 .containerText,  .section6-7 .sectionText2 .containerText {
        padding: 12% 7.5%;
    }
}

@media only screen and (min-width: 1151px) and (max-width:1199px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 800px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 800px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 800px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1360px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 800px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 800px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 800px;
    }
    .section6-7 .sectionText1 .containerText,  .section6-7 .sectionText2 .containerText {
        padding: 12% 12.5%;
    }
}

@media only screen and (min-width: 1361px) and (max-width:1899px) and (orientation: landscape){
    .section6-7 .sectionText1,  .section6-7 .sectionText2 {
        min-height: 800px;
    }
    .section6-7 .sectionImage1 .container-img,   .section6-7 .sectionImage2 .container-img {
        height: 800px;
    }
    .section6-7 .sectionImage1 .background-img,    .section6-7 .sectionImage2 .background-img  {
        height: 800px;
    }
}
@media only screen and (min-width: 1920px) and (orientation: landscape) {
    .section19 h6:after {
        bottom: -5%;
    }
    
    
    
}
@media only screen and (min-width: 2560px) and (orientation: landscape) {
    .section19 h6:after {
        bottom: 3%;
        left: 100%;
        width: 48%;
    }
}