/*[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}*/
#line-reconocimiento{
    margin-left: 4%;
}

.width1{
    width: 120%;
}

#linea-seolab{
    margin-top: -8%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.carousel_item_next {
    animation: fadeIn 2s !important;
}

ul {
    padding: 0%;
    margin: 0%;
}

.carrusel__mobile,
.flecha_mobile {
    display: none;
}

.carrusel__desktop {
    height: 400px;
}

.carrusel__desktop,
.flecha_desktop {
    display: block;
}

.block {
    display: block;
}

.none {
    display: none;
}

.mt-30{
    margin-top: 30px;
}


/*Section 01*/

.s01 {
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 7% 70% 20%;
    overflow: hidden;
}

video {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    width: 100%;
    z-index: 0;
}

.videoContainer {
    position: absolute;
    width: 100%;
    background-attachment: scroll;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 99%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.7;
}

.img-s01 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 10;
    opacity: 0;
}

.img-s01 img {
    width: 100%;
}

.cont-txt-s01 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 15;
}

.cont-txt-s01 div, .cont-txt-s01 h1 {
    margin-left: 5%;
    font-size: 7.5vw;
    font-family: 'Aeonik-Regular';
    font-weight: 400;
    color: #fff;
}

.cont-txt-s01 h1.resp-box-mim {
 margin-top: 17rem;
}



.cont-txt-s01 p, .cont-txt-s01 h2 {
    margin-left: 5%;
    font-size: 2.5vw;
    font-family: 'Aeonik-Light';
    font-weight: 200;
    line-height: 25px;
    letter-spacing: 0.15em;
    color: #fff;
}


/*FORMULARIO*/

.form1-contact {
    padding-top: 5%;
    width: 50%;
    margin: auto;
}

input {
    font-size: 0.938vw;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D7D7D7;
}

.cont_group1-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.group2 {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.group2 input, .group input {
    background-color: #FAFAFA;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

label {
    color: #A5A6A8;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.cont_group1-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

textarea {
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    height: 60px;
    display: block;
    font-size: 1vw;
}

input:focus~.bar:before, input:focus~.bar:after {
    width: 50%;
}

.bar:before {
    left: 50%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #CDAE7D;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:focus {
    outline: none;
}

.contacto-principal{
    margin-top: -3rem;
}

.contacto-principal__button {
    border: 1px solid #CDAE7D;
    box-sizing: border-box;
    border-radius: 88px;
    background-color: #CDAE7D;
    width: 130px;
    margin: auto;
    margin-top: 94px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.contacto-principal__button span {
    color: #FFF;
    font-size: 1.042vw;
}

textarea:focus {
    border-bottom: 2px solid #CDAE7D;
}

textarea:focus {
    outline: none;
}

textarea:focus~label, textarea:valid~label, input:focus~label, input:valid~label {
    top: -20px;
    font-size: 0.781vw;
    color: #CDAE7D;
}

.size-title-form{
    font-size: 2.8vw;
    letter-spacing: 0.15em;
    font-family: 'Aeonik-Light', 'Arial';
    color: #CDAE7D;
}

/*END FORMULARIO*/

@media only screen and (max-width: 600px){
    .cont-txt-s01 div, .cont-txt-s01 h1 {
        font-size: 11vw !important;
    }
    .cont-txt-s01 p, .cont-txt-s01 h2 {
        margin-bottom: 35px;
        font-size: 3.5vw !important;
        margin-top: -15px;
    }

    .cont-txt-s01 div, .cont-txt-s01 h1.resp-box {
        font-size: 11vw !important;
        padding: 0rem 2rem 0rem 0rem;
    }

    .cont-txt-s01 div, .cont-txt-s01 h1.resp-box-mim {
        font-size: 11vw !important;
        padding: 0rem 5rem 0rem 0rem;
        margin: 0;
    }

    .videoContainer .overlay {
    height: 96%;
    }
}


#info_intro {
    animation-duration: 10s;
    animation-name: slidein;
}

.img_4_aw {
  width: 55% !important;
}

@keyframes slidein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*section 02*/

.s02 {
    margin-top: 8.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tit-s02 {
    font-family: 'Aeonik-Light';
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.content-s02 {
    margin-top: 7rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.img-awards {
    width: 16%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-awards img {
    width: 100%;
}

.img-awards p, .img-awards h4,.img-awards h3 {
    width: 100%;
    padding: 3% 3% 3% 0;
    font-family: 'Aeonik-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 1rem; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #A5A6A8;
}

.img_1_aw {
    width: 11.021vw !important; 
}

.img_2_aw {
    width: 8vw !important;
    margin-top: 10px;
}

.img_3_aw {
    width: 10.188vw !important;
    margin-top: 10px;
}

.img_5_aw {
    width: 12.479vw !important;
    margin-top: 30px;
}

.img_3_aw_p {
    margin-top: 25px;
}

.img_flag {
    width: 100% !important;
}

.fix_2_aw{
    width: 7.063vw !important;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.flag {
    margin-top: 22%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.flag ul li {
    margin-top: 5%;
    width: 10%;
}

.flag ul li img {
    width: 100%;
}


/* Hoja 1 */

.cont-hoja1 {
    margin-top: 0%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}

.cont-hoja1 img {
    position: relative;
    z-index: 5;
    width: 20%;
}

.cont-hoja2 {
    margin-top: 0%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.cont-hoja2 img {
    position: relative;
    z-index: 5;
    width: 20%;
    left: 30px;
}

.cont-hoja3 {
    margin-top: -15%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cont-hoja3 img {
    position: relative;
    z-index: 5;
    width: 22%;
    left: 143px;
    top: -17px;
}

.cont-hoja4 {
    margin-top: -15%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cont-hoja4 img {
    position: relative;
    z-index: 5;
    width: 17%;
    left: 0px;
    top: 23px;
}

/*section speakers-us*/

.sponsors-us {
    padding-bottom: 4%;
    position: relative;
    z-index: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
}

.cont-txt-sponsors-us{
    margin-top: 5%;
    width: 100%;
    margin-bottom: 1rem;
}

.cont-txt-sponsors-us div {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.cont-txt-sponsors-us h2 {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.cont-txt-sponsors-us p {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
    color: #CDAE7D;
}

.cont-txt-sponsors-us span {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}

.sponsors-folder{
    width: 90%;
}

.sponsors-folder img{
    width: 70%;
    margin-top: 30px;
    margin-bottom: 1.5rem;
}


/*section 03*/

.s03 {
    padding-bottom: 30%;
    margin-top: -10%;
    position: relative;
    z-index: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 30px;
}

.cont-txt-s03 {
    margin-top: 3%;
    width: 100%;
}

.cont-txt-s03 div {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.cont-txt-s03 h2 {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.cont-txt-s03 p {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
    color: #CDAE7D;
}

.cont-txt-s03 span {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}

#marcas-colapse {
    width: 100%;
    margin-top: 13.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont-button-s03 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.collapse {
    width: 90%;
    margin: auto;
}

.cont-btn-s03 {
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 2.08vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #A5A6A8;
    text-decoration: underline;
}

.cont-btn-s03 :hover {
    color: #C0121D;
    text-decoration: underline;
    transition: 1s;
    font-weight: bold;
}

.cont-colapsed {
    margin-top: 10%;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-rows: auto;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 10%;
}

.cont-colapsed li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.cont-colapsed li img {
    width: 120px;
}

.inn_logo {
    width: 80px !important;
}

/* Section black */

.black{
    background-color: #1C1C1C;
    border-radius: 30px;
    padding: 1rem;
}

.size-img{
    width: 90%;
    left: 36px;
    position: absolute;
}
 
.line-gold{
    position: absolute;
    top: 8.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: -43px;
}

.line-gold span{
    width: 110px;
    height: 1px;
    background-color: #CDAE7D;
}

.black-row{
    margin: 0px;
    padding: 4rem 2rem 8rem;
}

.line1-gold {
    margin-top: 3%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }

.line1-gold div {
    border-bottom: 1px solid #CDAE7D;
    position: relative;
    z-index: 5;
    width: 40%;
    left: -3rem;
    top: 4px;
    }


/* Section 04 */

.s04 {
    width: 100%;
    display: grid;
    height: fit-content;
    grid-template-columns: 100%;
    grid-template-rows: 5% 3% 92% 0% 0%;
}

.s04-mim {
    width: 100%;
    display: grid;
    height: fit-content;
    grid-template-columns: 100%;
    grid-template-rows: 5% 3% 92% 0% 0%;
}

.plant-s04 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.plant-s04 img {
    margin-top: -25%;
    width: 25%;
}

.plant-s08 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.plant-s08 img {
    margin-top: 62%;
    width: 17%;
    top: -27px;
    position: relative;
}

.shape-s04 {
    background-color: #1C1C1C;
    border-radius: 67px;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 4;
    z-index: 0;
}

.shape-s04-mim {
    background-color: #1C1C1C;
    border-radius: 67px;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 4;
    z-index: 0;
}

.content-s04 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 10%;
}

.content-s04-mim {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 9%;
    padding-top: 6%;
}

.tit-s04-mim p, .tit-s04-mim h2{
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.tit-s04-mim{
    width: 100%;
    margin-top: 6.3%;
    margin-bottom: 0%;
    display: block;
    text-align: center;
    z-index: 9999;
}

.tit-s04 {
    width: 80%;
    margin-top: 2.3%;
    margin-bottom: 0%;
    display: block;
    text-align: center;
}

.tit-s04 p, .tit-s04 h2{
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.plant_2-s04 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.plant_2-s04 img {
    width: 250px;
}

/*S07*/

.s07 {
    width: 100%;
    display: grid;
    height: fit-content;
    grid-template-columns: 100%;
    grid-template-rows: 5% 3% 92% 0% 0%;
}

.plant-s07 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.plant-s07 img {
    margin-top: -25%;
    width: 25%;
}

.shape-s07 {
    background-color: #1C1C1C;
    border-radius: 67px;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 4;
    z-index: 0;
}

.content-s07 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 10%;
}

.tit-s07 {
    width: 80%;
    margin-top: 2.3%;
    margin-bottom: 0%;
    display: block;
    text-align: center;
}

.tit-s07 p, .tit-s07 h2{
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.plant_2-s07 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
    grid-row-end: 5;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.s07 {
    grid-template-rows: 5% 3% 85% 0% 0%;
}

.plant_2-s07 img {
    width: 250px;
}

.member {
    margin-top: 8% !important;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: 100%;
}

.member-mim {
    margin-top: 8% !important;
    width: 44%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: 100%;
}

.map-cf {
    margin-top: 8% !important;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 6% 50%;
    grid-template-rows: 100%;
}

.map-cf-black {
    margin-top: -4% !important;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 6% 50%;
    grid-template-rows: 100%;
}

.img-map-cf {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}

.img-map-cf img {
    width: 100%;
}

.info-map-cf {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tit-map-cf h3 {
    font-family: "Aeonik-Light";
    font-size: 3.5vw;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: black;
}

.tit-map-cf h3.orlando {
    font-family: "Aeonik-Light";
    font-size: 3.4vw;
    line-height: 100%;
    letter-spacing: 0.15em;
    color: black;
}

.tit-map-cf span{
    color: #CDAE7D;
    line-height: 115%;
}

.txt-map-cf p {
    margin-top: 15%;
    font-family: "Aeonik-Light";
    font-weight: 300;
    font-size: 1.4vw;
    line-height: 145%;
    letter-spacing: 0.15em;
    color: #757575;
}

.fix-cont{
    margin-bottom: -4rem;
    margin-top: 3rem;
}

.fix-cont a{
    color: black;
    padding: 0rem 2rem;
    font-size: 1.2rem;
    font-family: 'Aeonik-Regular';
    text-decoration: underline;
}

.member-2 {
    margin-top: 8% !important;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 10% 50%;
    grid-template-rows: 100%;
}

.img-member {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}

.img-member-2 {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}

.img-member img {
    width: 90%;
}

.img-member-2 img {
    width: 90%;
    padding-left: 8%;
}

.line-member {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.line-member span {
    margin-top: -7%;
    width: 220px;
    height: 1px;
    background-color: #CDAE7D;
}

.info-member {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-member-mim {
 
}

.info-member-mim ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -33px;
}

.tit-member-mim h3 {
    margin-top: 37%;
    font-family: "Aeonik-Regular";
    font-size: 1.8vw;
    line-height: 100%;
    letter-spacing: 0.3em;
    color: #CDAE7D;
    text-shadow: 7px 5px 5px rgba(0, 0, 0, 0.15);
}

.txt-member-mim p {
    margin-top: 12%;
    font-family: "Aeonik-Light";
    font-weight: 300;
    font-size: 1vw;
    line-height: 145%;
    letter-spacing: 0.15em;
    color: #FAFAFA;
    opacity: 0.6;
    padding: 0rem 3rem 0rem 0rem;
}

.info-member-2 {
    margin-top: -8%;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-member ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -63px;
}

.info-member-2 ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -60px;
}

.headText-member {
    font-style: italic;
    font-size: 1.302vw; 
    line-height: 100%;
    color: #CDAE7D;
    margin-top: 31%;
    font-weight: lighter;
    opacity: 0.7;
}

.tit-member h3 {
    margin-top: 17%;
    font-family: "Aeonik-Regular";
    font-size: 2.604vw;
    line-height: 100%;
    letter-spacing: 0.3em;
    color: #CDAE7D;
    text-shadow: 7px 5px 5px rgba(0, 0, 0, 0.15);
}

.txt-member p {
    margin-top: 5%;
    font-family: "Aeonik-Light";
    font-weight: 300;
    font-size: 1.4vw;
    line-height: 145%;
    letter-spacing: 0.15em;
    color: #FAFAFA;
    opacity: 0.6;
}

.txt-member p strong {
    font-family: "Aeonik-Bold";
}


/* How we Work */

.s05 {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 8% 9% 70% 5% 5%;
}

.shape-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 5;
    background-color: #EAEAEA;
    z-index: 0;
}

.plant-top-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 10;
}

.plant-top-s05 img {
    width: 20%;
    position: absolute;
    margin-top: -5%;
}

.tit-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: center;
    z-index: 5;
}

.tit-s05-mim {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    z-index: 5;
}

.tit-s05 p, .tit-s05 h2 {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    display: block;
}

.tit-s05-mim span {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}

.tit-s05-mim p, .tit-s05-mim h2 {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    display: block;
}

.tit-s05 span {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}


.boxes-s05 {
    margin-top: 15%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}


/**/

.box-s05 {
    width: 40%;
    margin: 1%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 65% 10% 35%;
}

.video-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    height: 600px;
}

.video-s05 img {
    width: 100%;
    cursor: pointer;
}


.infoVideo-s05 {
    width: 87%;
    margin: auto;
    padding: 0% 10% 0;
    margin-top: 25px;
}

.box-s05 {
    position: relative;
}
video {
   z-index: 0;
}
.box-s05 ul {
    position: absolute;
    bottom: 250px;
    z-index: 10;
    background-color: #EAEAEA;
    width: 80%;
    padding: 5%;
    left: 10%;
}
.infoVideo-s05 ul {
    width: 80%;
    padding: 5%;
    background-color: #EAEAEA;
}

.tit-infoVideo-s05 {
    font-family: 'Aeonik-Bold';
    font-size: 1.56vw; 
    line-height: 100%;
    color: #343434;
}

.sub_tit-infoVideo-s05 {
    margin-top: 5%;
    font-family: 'Aeonik-Bold';
    font-size: 0.781vw; 
    line-height: 100%;
    color: #343434;
}

.txt-infoVideo-s05 {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-size: 0.625vw; 
    line-height: 120%;
    color: #343434;
}


/**/

.plant-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
    grid-row-end: -1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*margin-top: 50px;*/
}

.plant-s05 img {
    width: 200px;
    z-index: 10;
}


/* Section s06 */

.s06 {
    width: 100%;
    display: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -86px;
    margin-top: -100px;
}

.tit-s06 {
    width: 100%;
    text-align: center;
}

.tit-s06 p {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #343434;
    display: block;
    margin-bottom: 30px;
}

.tit-s06 h2 {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #343434;
    display: block;
    margin-bottom: 30px;
}

.tit-s06 span {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw; 
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #CDAE7D !important;
}

#carrousel_s06 {
    width: 100%;
}

.carousel-item {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.cont-img-s06 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxIMG-s06 {
    width: 20%;
    text-align: center;
    height: 5rem;
}

.fix-alin{
    display: flex;
    align-items: center;
}

.boxIMG-x06 {
    width: 40%;
    text-align: center;
    height: 10rem;
}

.boxIMG-s06 a img {
    width: 75% !important;
}

.arrow-s06 img {
    width: 30px;
}

.gray {
    filter: grayscale(100%);
    cursor: pointer;
}

.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 1s;
}
.carrusel__desktop{
    height: fit-content;  
}
.carrusel__desktop div a{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: fit-content !important;
    margin-top: 15%;
}

.width-video{
    width: 100%;
    height: 400px;
}

/*ACCORDION*/

.faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 13rem 9rem;
}

.tit-faq {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}

.tit-faq p {
    display: block;
    font-style: normal;
    font-weight: 250;
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Aeonik-Light,Arial;
}

.tit-faq h2 {
    display: block;
    font-style: normal;
    font-weight: 250;
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Aeonik-Light,Arial;
}

.card{
    border-radius: 9px !important;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.03);
    box-shadow: 2px 5px 4px rgb(84 81 81 / 21%);
}

.card-header {
    border-bottom: none;
    background-color: rgba(0,0,0,0.0);
}

.fix-font-carbody{
    font-family: 'Aeonik-Light';
    font-size: 1.2rem;
    padding: 0rem 4rem 1.25rem 1rem;
    letter-spacing: 1px;
}

.arrow-pro button:after {
    content: url("data:image/svg+xml,%3Csvg style='color: rgb(128, 114, 25);' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' fill='%23CDAE7D'%3E%3C/path%3E%3C/svg%3E%0A");
    position: absolute;
    color: #CDAE7D;
    right: 1rem;
}

.arrow-pro button[aria-expanded="true"]:after {
        color: #CDAE7D;
        content: url("data:image/svg+xml,%3Csvg style='color: %23f3da35' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' fill='%23CDAE7D'%3E%3C/path%3E%3C/svg%3E%0A");
    }

.collapse-fix {
    width: 96%;
    margin: auto;
}

.btn:focus{
    box-shadow: none;
    text-decoration: none;
}

.btn-link {
    font-family: 'Aeonik-Regular';
    font-size: 1.2rem;
    letter-spacing: 4px;
    font-weight: 400;
    color: #CDAE7D;
    text-decoration: none;
}

.btn-link:hover{
    color: #CDAE7D;
    text-decoration: none;
}

.fix-arrow{
    right: 1rem;
    position: absolute;
    top: 1rem;
    font-size: 3rem;
    color: #CDAE7D;
    font-weight: 100;
}

.fix-accord{
    padding: 0rem 6rem;
}

/*Como Funciona*/

.cf {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 6rem 0rem 7rem;
}

.tit-cf {
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}

.tit-cf p {
display: block;
font-style: normal;
font-weight: 250;
font-size: 3.7vw;
line-height: 100%;
text-align: center;
letter-spacing: 0.2em;
font-family: Aeonik-Light,Arial;
}

.tit-cf h2 {
display: block;
font-style: normal;
font-weight: 250;
font-size: 3.5vw;
line-height: 1.1;
text-align: center;
letter-spacing: 0.1em;
font-family: Aeonik-Light,Arial;
}

.content-cf {
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
padding: 3rem 5rem;
}

.cont-b-cf {
margin-top: 10.5%;
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border-left: 2px solid #ccc;
}

.cont-b-cf:hover {
color: #CDAE7D !important;
border-left: 2px solid #CDAE7D;
transition: 1s;
transform: scale(1.05);
}

.number_b-cf {
font-family: 'Aeonik-Regular';
font-style: italic;
font-size: 1.56vw;
line-height: 100%;
width: 100%;
color: #000;
position: relative;
}

.number_b-cf span {
/*margin-left: -5px;*/
background: #fff;
position: absolute;
font-family: 'Aeonik-Regular';
font-weight: bold;
top: -20px;
left: -11px;
font-size: 1.03vw;
}

.info-b-cf {
width: 88%;
height: 225px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5% 0% 0% 0%;
/*background: #FAFAFA;
box-shadow: 4px 15px 15px rgba(0, 0, 0, 0.05);*/
border-radius: 10px;
}

.info-b-cf ul {
width: 84%;
}

.cf-pad{
    padding: 9rem 0rem 3rem;
}

.tit-mar{
    margin-top: -111px !important;
}

.tit-boxes {
font-family: 'Aeonik-Regular';
font-size: 1.5vw;
line-height: 100%;
letter-spacing: 0.25em;
width: 100%;
margin-bottom: 5%;
}

.txt-boxes {
font-family: 'Aeonik-Light';
font-size: 1.3vw;
line-height: 129%;
width: 100%;
margin-top: 3%;
letter-spacing: 0.1em;
}

.line2-cf {
display: flex;
justify-content: center;
align-items: center;
width: 85%;
}

.line2-cf div {
width: 100%;
height: 0px;
left: 225.79px;
top: 391px;
border-bottom: 1px solid #CDAE7D;
}

/* SECTION REVIEW */

.container__review__titulo {
    width: 100%;
    text-align: center;
}

.review {
    position: relative;
    background-color: #fff;
    padding-bottom: 130px;
    margin-top: 0px;
}

.review_titulo {
    font-family: 'Aeonik-Light';
    color: #343434;
    font-size: 3.7vw;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 5rem;
}

.hoja_review {
    position: absolute;
    top: -42px;
    left: 0;
}

.hoja_review img {
    width: 300px;
    height: 300px;
}

.review__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    grid-gap: 70px;
}

.fix_mx{
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin-left: 15%;
    margin-right: 5%
}

.review__item {
    background-color: #fafafa;
    height: 530px;
    text-align: center;
    box-shadow: 20px 25px 20px rgba(81, 81, 81, 0.05);
    border-radius: 38px;
}

.fix__item{
    align-content: start;
    display: grid;
    padding: 3.5rem 3rem;
    height: auto;
}

.review__item_logo {
    margin-top: 50px;
    margin-bottom: 15px;
}

.review__item__title {
    color: #9d9d9d;
    font-size: 1vw;
    width: 100%;
    margin-top: 15px;
    line-height: 2;
    font-weight: 600;
}

.review__item__linea__proyect{
    color: #9d9d9d;
    font-size: 1.2vw;
    width: 100%;
    margin-top: 15px;
    line-height: 2;
    font-weight: 600;  
}

.review__item__linea {
    border: 1px solid #D7D7D7;
    background-color: #D7D7D7;
    transform: rotate(-90deg);
    width: 50.5px;
    margin: 35px auto;
}

.review__item__comen {
    color: #6b6b6b;
    font-size: 1.502vw;
    width: 80%;
    margin: auto;
    font-weight: 700;
    font-family: Aeonik-Light,Arial;
    line-height: normal;
}

.review__item__comen.new{
    font-size: 1.1vw;
    line-height: 1.5;
    width: 100%;
}

.review__item_logo__mx {
    margin-bottom: 15px;
}

.review__item__linea__mx {
    font-family: 'Aeonik-Bold';
    font-size: 1.2vw;
    width: 100%;
    margin-bottom: 30px;
    color: black;
    line-height: 1.4;
}

.review__item__name {
    color: #343434;
    font-size: 0.8vw;
    font-family: Aeonik-Light,Arial;
}


#review_item_2 {
    /*transform: scale(1.2);*/
}

.font__img_remax{
    width: 25%;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.font__img_remax-en{
    width: 25%;
    margin-top: 1rem;}

.font__img_cencosud{
    width: 22%;
}

.font__img_xcaret{
    width: 25%;
}

.font__img_incasa{
    width: 28%;
    margin-bottom: .15vw;
}

.font__img_evcs{
    width: 28%;
}


/* Para tablet */
@media only screen and (max-width: 1080px) and (min-width: 800px) {
    .cont-colapsed {
        grid-template-columns: auto auto auto auto auto;
        column-gap: 34px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 600px) {
    #video1{
    height: auto;
    }
    .linea {
        display: none;
    }
    /* Section 02 */
    .content-s02 {
        margin-top: 10%;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .content-s02 li {
        width: 80%;
        text-align: center;
        margin-top: 5%;
    }
    .tit-s02 {
        font-family: "Aeonik-Light";
        width: 100%;
        font-style: normal;
        font-weight: 300;
        font-size: 2.2em;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
        color: #343434;
    }
    .img_1_aw{
        width: 80% !important;
    }
    .img-awards p{
        font-size: 1.2em;
    }
    .img_2_aw{
        width: 50%!important;
    }
    .flag{
        margin-top: 10%;
        width: 80%;
        justify-content: space-around;
    }
    .flag li{
        width: 10% !important;
        margin-top: 0 !important;
    }
    .img_3_aw{
        width: 65% !important;
    }
    .img_4_aw{
        width: 45% !important;  
    }
    .img-awards p{
        width: 58%;
    }
    .img_5_aw{
        width: 60% !important;
    }
    /**/
    .cont-hoja1 img {
        position: relative;
        z-index: 5;
        width: 150px;
    }

    .cont-hoja2 img {
        position: relative;
        z-index: 5;
        width: 150px;
    }
    /* Section 03*/
    .cont-colapsed {
        margin-top: 7%;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 50px;
    }
    /* Section 04 */
    .tit-s04  { margin-top: 0%;}
    .tit-s04 p {
        font-family: "Aeonik-Light";
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
        color: #FFFFFF;
    }
    .member , .member-2{
        margin-top: 10% !important;
        width: 80%;
        margin: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 30% 0% 70%;
    }
    .img-member {
        margin-top: 5%;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 3;
        grid-row-end: -1;
        z-index: 0;
    }
    .img-member-2 {
        margin-top: 10%;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 3;
        grid-row-end: -1;
        z-index: 0;
    }
    .line-member {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: -1;
        display: none;
        justify-content: center;
        align-items: flex-start;
        z-index: 10;
    }
    .info-member {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: 3;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .info-member-2 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: 3;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .info-member ul {
        margin-top: 0%;
        width: 100%;
    }
    .info-member-2 ul {
        margin-top: 0%;
        width: 100%;
    }
    .img-member-2 img{
        padding-left: 0%;
    }
    .plant-s04 {
        grid-row-start: 1;
        grid-row-end: 2;
        align-items: flex-start;
    }
    .plant-s04 img {
        width: 25%;
        top: 40%;
        position: relative;
    }
    .headText-member{
        margin-top: 0%;
        font-size: 1em;
    }
    .tit-member{
        font-size: 1.7em;
        margin-top: 12%;
    }
    .txt-member{
        font-size: 1em;
        width: 75%;
    }
    .txt-member br{
        display: none !important;
    }
    .content-s04{
        padding-bottom: 35%;
    }
    .width1{
        width: 100%;
    }
    /* Section 05 */
    .plant-top-s05 img {
        width: 180px;
        position: absolute;
        margin-top: -5%;
    }
    .s05 {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 5% 10% 80% 4% 0%;
    }
    .tit-s05 {
        margin-top: 0%;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 2;
        text-align: center;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .tit-s05 p {
        font-family: "Aeonik-Light";
        font-size: 50px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
        color: #343434;
    }
    .boxes-s05 {
        margin-top: 0%;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 3;
        grid-row-end: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 5;
    }
    .box-s05 {
        width: 90%;
        margin-top: 10%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 60% 10% 30%;
    }
    .infoVideo-s05 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: -1;
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        background: #EAEAEA !important;
    }
    .infoVideo-s05 ul{
        padding: 8% 5%;
    }
    .plant-s05 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 5;
        grid-row-end: -1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .plant-s05 img {
        width: 150px;
        position: relative;
        top: -120px;
    }
    .tit-infoVideo-s05{
        font-size: 1.5em;
    }
    .txt-infoVideo-s05{
        font-size: 1em;
    }
    .modal.show .modal-dialog{
        margin: auto !important;
    }
    .modal-content{
        background-color: #000 !important;
    }
    .modal-header .close{
        padding: 1rem 1rem;
        margin: -1rem 0rem -1rem auto !important;
    }
    #close {
        color: #fff !important;
        display: inline-block;
        font-size: 45px !important;
        font-weight: 900 !important;
        line-height: normal;
        margin: 0;
    }
    /* Section 06 */
    .s06{
        margin-top: 5%;
    }
    .tit-s06 p {
        font-family: "Aeonik-Light";
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0.2em;
        color: #343434;
    }
    .gray {
        filter: grayscale(0%);
        cursor: pointer;
    }
    .gray:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: 1s;
    }
    .arrow-s06 img {
        width: 15px;
    }
    .carrusel__desktop{
        height: fit-content;  
    }
    .carrusel__desktop div a{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important; 
        
    }
}


/**/
.bgh {
    width: 4.800vw;
}

.innovasport {
    width: 5.2vw;
}

.fix-img-lg-t20{
    margin-top: 2rem;
}



/* Para mobile */

@media only screen and (max-width: 600px) and (min-width: 200px) {
.linea {
    display: none;
}
#video1{
height: auto;
}
.img-awards p span {
    width: 100%;
    padding: 3% 3% 3% 0;
    font-family: 'Aeonik-Light';
    font-style: normal;
    font-size: 5vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #A5A6A8;
    display: contents;
}
.img-awards p span {
    font-weight: bold;
}
.carrusel__mobile,
.flecha_mobile {
    display: block;
}
.carrusel__desktop,
.flecha_desktop {
    display: none;
}
.flecha_mobile {
    padding-top: 11%;
}
.carrusel__mobile {
    height: 100px;
}
/* Section 01 */
.s01 {
    margin-top: 3%;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10% 70% 20%;
    overflow: visible;
    height: 250px;
}
.cont-txt-s01 div {
    margin-left: 5%;
    font-size: 40px;
    font-family: "Aeonik-Regular";
    font-weight: 400;
    color: #fff;
}
.cont-txt-s01 p {
    margin-left: 5%;
    font-size: 15px;
    font-family: "Aeonik-Light";
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #fff;
}

.cont-txt-s03 h2 {
    font-family: 'Aeonik-Light';
    font-size: 6.7vw;
}
/* Section 02 */
.content-s02 {
    margin-top: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.content-s02 li {
    width: 80%;
    text-align: center;
    margin-top: 10%;
    padding-bottom: 5%;
}

.tit-s07 p, .tit-s07 h2 {
    font-family: 'Aeonik-Light';
    font-size: 6.7vw;
}

.tit-s02 {
    padding-top: 20px;
    font-family: "Aeonik-Light";
    width: 100%;
    font-weight: 300;
    font-size: 6.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}
.flag {
    margin-top: 3%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.img-awards img {
    width: 50%;
}
.img_1_aw {
    width: 60vw !important;
}
.img_2_aw {
    width: 40vw !important;
    margin-top: 20px;
}
.img_3_aw {
    width: 50vw !important;
    margin-top: 20px;
}
.img_4_aw {
    width: 30vw !important;
}
.img_5_aw {
    width: 50vw !important;
    margin-top: 30px;
}
.img_3_aw_p {
    margin-top: 25px;
}
.img_flag {
    width: 100% !important;
}
.img-awards p {
    width: 100%;
    padding: 3% 3% 3% 0;
    font-family: "Aeonik-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 5vw;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #A5A6A8;
}
/**/
.cont-hoja1 img {
    position: relative;
    z-index: 5;
    width: 150px;
}

.cont-hoja2 img {
    position: relative;
    z-index: 5;
    width: 150px;
}
/* Section 03*/
.cont-txt-s03 {
    margin-top: 15%;
    width: 100%;
}
.cont-txt-s03 div {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 6vw;
    line-height: 100%;
    color: #343434;
}

.cont-txt-s03 span {
    font-size: 6vw;
}
.cont-txt-s03 p {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 3em;
    line-height: 100%;
    color: #CDAE7D;
}

.tit-s05 p, .tit-s05 h2, .tit-s05 span {
    font-size: 6.7vw;
}

.cont-colapsed {
    margin-top: 11% !important;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    -moz-column-gap: 50px;
    column-gap: 35px;
    row-gap: 35px;
}
.cont-colapsed li img {
    width: 20vw;
}
.cont-btn-s03 {
    font-family: "Aeonik-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #A5A6A8;
    text-decoration: underline;
}
/* Section 04 */
.s04 {
    grid-template-rows: 5% 3% 85% 0% 0%;
}
.plant-s04 img {
    width: 200px;
}
.tit-s04 p {
    font-family: "Aeonik-Light";
    font-size: 9.6vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}
.member {
    margin-top: 10% !important;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
}


.member-2 {
    margin-top: 10% !important;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse;
}
.img-member {
    margin-top: 10%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    z-index: 0;
}
.img-member-2 {
    margin-top: 10%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    z-index: 0;
}

.img-member-2 img{
    padding-top: 8%;
}

.img-member img {
    padding-top: 6%;
}
.line-member {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
}
.info-member {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 7%;
}
.info-member-2 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 7%;
}
.info-member ul {
    margin-top: 0%;
    width: 100%;
}
.info-member-2 ul {
    margin-top: 0%;
    width: 100%;
}
.shape-s04 {
    background-color: #1C1C1C;
    border-radius: 20px;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}
.headText-member {
    font-family: "Aeonik-Regular";
    font-style: italic;
    font-size: 12px;
    line-height: 100%;
    color: #CDAE7D;
    margin-top: 8%;
}
.tit-member {
    margin-top: 3%;
    font-family: "Aeonik-Regular";
    font-size: 6vw;
    line-height: 100%;
    letter-spacing: 0.3em;
    color: #CDAE7D;
    text-shadow: 7px 5px 5px rgba(0, 0, 0, 0.15);
}
.width1{
    width: 100%;
}
.txt-member {
    margin-top: 4%;
    font-family: "Aeonik-Light";
    font-weight: 300;
    font-size: 3.6vw;
    line-height: 120%;
    letter-spacing: 0.15em;
    color: #FAFAFA;
}
.content-s04 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 40%;
}

.content-s04-mim {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 40%;
}
.plant-s04 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.plant-s04 img {
    width: 148px;
}
/* Section 05 */
/*S5*/
.s05 {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 3% 5% 70% 7% 5%;
}

.plant-s05 {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 6;
    grid-row-end: -1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.boxes-s05 {
    margin-top: 15%;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.box-s05 {
    width: 90%;
    height: 500px;
    margin: 1%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 45% 10% 45%;
}
.tit-s05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plant-top-s05 img {
    width: 25%;
    position: absolute;
    margin-top: -3%;
}
.plant-s05 img {
    width: 22%;
    margin-top: 7%;
    z-index: 10;
}

.infoVideo-s05 {
width: 75%;
margin: auto;
padding: 0% 10% 0;
margin-top: 25px;
margin-bottom: 25px;
}

.infoVideo-s05 ul {
    width: 85%;
    margin: auto;
    padding: 7% 5% 0% 5%;
    background-color: #EAEAEA;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.tit-infoVideo-s05 {
    font-family: "Aeonik-Bold";
    font-size: 4.5vw;
    line-height: 100%;
    color: #343434;
    width: 100%;
}
.tit-s05 p {
    font-family: "Aeonik-Light";
    font-size: 11.2vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    display: block;
}
.sub_tit-infoVideo-s05 {
    margin-top: 12%;
    font-family: "Aeonik-Bold";
    font-size: 4vw;
    line-height: 100%;
    color: #343434;
}
.txt-infoVideo-s05 {
    margin-top: 8%;
    font-family: "Aeonik-Regular";
    font-size: 3vw;
    line-height: 120%;
    color: #343434;
}

.txt-infoVideo-s05 span{
    font-family: 'Aeonik-bold';
}
.modal.show .modal-dialog {
    margin: auto !important;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -.5rem .5rem 0rem 0rem !important;
}
#close {
    color: #fff !important;
    display: inline-block;
    font-size: 45px !important;
    font-weight: 900 !important;
    line-height: normal;
    margin: 0;
}
#close_2 {
    color: #fff !important;
    display: inline-block;
    font-size: 45px !important;
    font-weight: 900 !important;
    line-height: normal;
    margin: 0;
}
.modal-content {
    background-color: #000 !important;
}
/* Section 06 */
.s06 {
    margin-top: 0%;
    width: 100%;
    display: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30%;
}

.tit-s06 {
    padding: 0rem 3rem;
}

.tit-s06 p {
    font-family: "Aeonik-Light";
    font-size: 6vw;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #343434;
}

.tit-s06 span {
    font-size: 6.7vw;
}

.plant-s05 {
    margin-top: 60px;
}

.gray {
    filter: grayscale(100%);
    cursor: pointer;
}
.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 1s;
}
.arrow-s06 img {
    width: 15px;
}
.cont-img-s06 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.boxIMG-s06 {
    width: 40%;
    text-align: center;
}
.boxIMG-s06 a img {
    width: 55% !important;
}
.cont-colapsed {
   
}
.collapse {
    width: 98%;
    margin: auto;
}
#servicio_5 {
    width: 25vw !important;
}
.cont-colapsed li img {
    width: 19vw;
    max-width: 100%;
}
.content-s04 {
    padding-bottom: 0;
}
.s04 {
    grid-template-rows: 5% 3% 85% 0% 7%;
}
.margin-seolab {
    margin-left: 6%;
}
.seen_mobile {}

.img-vivo {
    height: 13.5rem !important;
    margin-top: -4px;
    margin-bottom: -10rem;
    top: -10rem;
}

.fix-text {
    font-family: 'Raleway', sans-serif !important;
    font-size: 2rem !important;
    color: white;
    font-weight: 700;
    line-height: 60px;
    margin-top: -7px;
    }

.img-text {
    height: 2rem !important;
    margin-top: -10px !important;
}

.clase {
    padding-right: 0vw !important;
    top: 5rem;
}




.btn-footer {
    padding: 0rem 0rem 2.5rem !important;
    text-align: center !important;
    }

.btn-modal {
    padding: 18px 19px !important;
    background: #00ff8f !important;
    font-size: 20px !important;
    }

.justy-modal-live{
    padding: 0rem 0rem 2rem;
}

.tit-s06 h2 {
    font-family: 'Aeonik-Light';
    font-size: 6.7vw;
}

.s07 {
    grid-template-rows: 2% 3% 96% 0% 0%;
}

.review {
    margin-top: 50px;
    padding-bottom: 3rem;
}


.review_titulo {
    font-size: 6.7vw;
}

.fix_2_aw {
    width: 22.063vw !important;
}

.review__item__title {
    font-size: 3.5vw;
}

.review__item__comen {
    font-size: 5.502vw;
}

.review__item__comen.new {
    font-size: 4.1vw;
}

.review__item__linea__mx {
    font-size: 5vw;
}

.review__item__linea__proyect {
    font-size: 5.2vw;
}

.review__item__name {
    font-size: 3.8vw;
}

/*NEW STYLE HOME-EN*/

.tit-cf p {
    font-size: 6.7vw;
    }

.tit-cf h2 {
    font-size: 6.7vw;
    padding: 0rem 1.1rem;
    }


.content-cf {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3rem 1rem;
    }

.cont-b-cf {
    margin-top: 17.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    }

.number_b-cf span {
    margin-left: 0px;
    background: #fff;
    position: absolute;
    font-family: 'Aeonik-Regular';
    font-weight: bold;
    top: -16px;
    font-size: 4.03vw;
    }

.info-b-cf {
    width: 100%;
    height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0% 0% 0%;
    border-radius: 10px;
    }

.tit-boxes {
    font-size: 5.5vw;
    }

.line2-cf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
    }

.txt-boxes {
    font-size: 3.5vw;
    line-height: 120%;
    width: 95%;
    }

.cont-hoja3 {
    margin-top: -8%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }

.cont-hoja3 img {
    position: relative;
    z-index: 5;
    width: 40%;
    left: 33px;
    top: 8px;
    }

.cont-hoja4 {
    margin-top: -8%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }

.cont-hoja4 img {
    position: relative;
    z-index: 5;
    width: 40%;
    left: 33px;
    top: 8px;
    }

.faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0rem 2rem;
    }

.tit-faq p {
    font-size: 6.7vw;
    }

.tit-faq h2 {
    font-size: 6.7vw;
    }

.fix-accord{
    padding: 0rem 2rem;
    }

.card-header {
    padding: 0.5rem 3.25rem .5rem .5rem;
    }

.btn-link {    
    font-size: 1rem;
    letter-spacing: 2px;
    }

.fix-arrow {
    right: 1rem;
    position: absolute;
    top: 1rem;
    font-size: 2rem;
    }

.fix-font-carbody{
    font-family: 'Aeonik-Light';
    font-size: 1rem;
    }

.map-cf {
    margin-top: 12% !important;
    width: 100%;
    margin: auto;
    display: block;
    }

.map-cf-black {
    margin-top: -32% !important;
    width: 100%;
    margin: auto;
    display: block;
}

.info-map-cf {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    text-align: center;
    }

.fix-title-info-map{
    font-size: 3rem;
    margin-bottom: -1rem;
    }

.tit-map-cf h3 {
    font-size: 6vw;
    line-height: 135%;
    }

.tit-map-cf h3.orlando {
    font-size: 6vw;
    line-height: 135%;
    }

.txt-map-cf p {
    margin-top: 18%;
    font-weight: 300;
    font-size: 4vw;;
    }

.review__container {
    display: grid;
    grid-template-columns: 100%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    grid-gap: 70px;
    }

    .cf-pad {
    padding: 3rem 0rem 4rem;
    }

    .tit-mar {
    margin-top: -290px !important;
    }

        /*FORM*/

    .size-title-form{
        font-size: 2rem !important;
    }

    .contacto-principal {
        margin-top: 2rem;
    }

    .input-mobile {
        padding-bottom: 14px;
    }


    input {
        font-size: 3.7vw;
    }

    textarea:focus~label, textarea:valid~label, input:focus~label, input:valid~label {
        top: -20px;
        font-size: 2.781vw;
        color: #CDAE7D;
    }

    .contacto-principal__button span {
        font-size: 4vw;
    }

    textarea {
      font-size: 3vw;
    }

    /*END FORM*/

    /*review*/

    .font__img_remax{
    width: 50%;
    margin-top: 1rem;
    margin-bottom: .5rem;
    }

    .font__img_remax-en{
        width: 50%;
        margin-top: 1rem;}

    .font__img_cencosud{
        width: 40%;
    }

    .font__img_xcaret{
        width: 50%;
    }

    .font__img_incasa{
        width: 50%;
        margin-bottom: .15vw;
    }

    .font__img_evcs{
        width: 50%;
    }

}


@media only screen and (min-width: 960px) and (max-width: 1700px)
/*and (min-height: 700px)*/

{
    .carrusel__desktop{
        height: fit-content;  
    }
    .carrusel__desktop div a{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: fit-content !important;
        margin-top: 0%; 
        opacity: .9;
    }
    /**/
    .s01 {
        grid-template-rows: 7% 44% 20%;
        height: 860px;
    }
    /**/
    .s02 {
        margin-top: 0%;
    }
    .s03 {
        margin-top: -13%;
        padding-bottom: 20%;
    }

    .s05{
        margin-top: 50px;
    }

    .tit-s05{
        margin-top: 50px;
    }

    .s05 .container{
        margin-top: 5rem;
    }

    .img-awards img {
        width: 87%;
    }
    .flag {
        margin-top: 13%;
    }
    .img-awards p {
        margin-top: 4%;
    }
    .img_4_aw {
        width: 5.7vw !important;
        margin-top: 18px;
    }
    .img-awards p span {
        width: 100%;
        padding: 3% 3% 3% 0;
        font-family: 'Aeonik-Light';
        font-style: normal;
        font-size: 1.042vw;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.05em;
        color: #A5A6A8;
        display: contents;
    }
    /*S3*/
    .cont-txt-s03 {
        margin-top: 9%;
    }
    #marcas-colapse {
        width: 100%;
        margin-top: 9.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cont-colapsed {
        margin-top: 10%;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        grid-template-rows: auto;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 10%;
    }
    .cont-button-s03 {
        width: 88%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    /*S3*/


    /*S4*/
    .tit-s04 {
        width: 80%;
        margin-top: 0%;
    }
    .member {
        margin-top: 6.5% !important;
    }
    .txt-member {
        margin-top: 11%;
    }
    .content-s04 {
        padding-bottom: 22%;
    }
    .carousel-item {
        margin-top: 6%;
        margin-bottom: 13%;
    }
    .arrow-s06 {
        margin-top: -40%;
    }
    .member-2 {
        margin-top: 7% !important;
    }
    .line-member span {
        margin-top: 0%;
    }
    .line-member-01 span {
        margin-top: -4%;
        margin-left: -5%;
    }
    .line-member-05 span {
        margin-top: -3%;
        margin-left: -5%;
    }
    .s04 {
        margin-top: -7%;
        width: 100%;
        display: grid;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        grid-template-columns: 100%;
        grid-template-rows: 2% 6% 56% 0% 0%;
        margin-bottom: -92%;
    }

    .s04-mim {
        margin-top: -7%;
        width: 100%;
        display: grid;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        grid-template-columns: 100%;
        grid-template-rows: 2% 6% 56% 0% 0%;
        margin-bottom: -42%;
    }
    .plant-s04 img {
        margin-top: 60%;
        width: 28%;
    }
    .shape-s04 {
        background-color: #1C1C1C;
        border-radius: 25px;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 4;
        z-index: 0;
    }

    .shape-s04-mim {
        background-color: #1C1C1C;
        border-radius: 25px;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 4;
        z-index: 0;
    }


    .s07 {
        margin-top: -7%;
        width: 100%;
        display: grid;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        grid-template-columns: 100%;
        grid-template-rows: 2% 7% 92% 0% 0%;
        margin-bottom: -7%;
    }

    .shape-s07 {
        background-color: #1C1C1C;
        border-radius: 25px;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 4;
        z-index: 0;
    }
    .line-member-01 span {
        margin-top: -8%;
    }
    .headText-member {
        font-style: italic;
        font-size: 1.302vw;
        line-height: 100%;
        color: #CDAE7D;
        margin-top: 27%;
        font-weight: lighter;
        opacity: 0.7;
    }
    /*S4*/
    /*S5*/
    .box-s05 {
        width: 45%;
        margin: 1%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 45% 10% 45%;
    }

    .plant-top-s05 img {
        width: 17%;
        position: absolute;
        margin-top: -7%;
    }
    .plant-s05 img {
        width: 217px;
        z-index: 10;
    }
    .infoVideo-s05 ul {
        width: 75%;
        margin: auto;
        padding: 7% 10% 0% 10%;
        background-color: #EAEAEA;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .tit-infoVideo-s05 {
        font-family: "Aeonik-Bold";
        font-size: 2.2vw;
        line-height: 100%;
        color: #343434;
        width: 100%;
    }
    .sub_tit-infoVideo-s05 {
        margin-top: 12%;
        font-family: "Aeonik-Bold";
        font-size: 1.2vw;
        line-height: 100%;
        color: #343434;
    }
    .txt-infoVideo-s05 {
        margin-top: 8%;
        font-family: "Aeonik-Regular";
        font-size: 1vw;
        line-height: 120%;
        color: #343434;
    }
    .txt-infoVideo-s05 span{
        font-family: 'Aeonik-bold';
    }

    .boxes-s05 {
        margin-top: 11.6%;
    }
    /*.modal.show .modal-dialog {
        margin: auto !important;
    }
    @media (min-width: 576px) {
    .modal-dialog {
        max-width: 65%;
        margin: 1.75rem auto;
    }
    }
    .modal-header .close {
        padding: 1rem 1rem;
        margin: -0.1rem 0.2rem -1rem auto !important;
    }
    #close {
        color: #fff !important;
        display: inline-block;
        font-size: 45px !important;
        font-weight: 900 !important;
        line-height: normal;
        margin: 0;
    }
    #close_2 {
        color: #fff !important;
        display: inline-block;
        font-size: 45px !important;
        font-weight: 900 !important;
        line-height: normal;
        margin: 0;
    }
    .modal-content {
        background-color: #000 !important;
    }*/

    /*S5*/
    /*S6*/
    .tit-s06 {
        margin-top: 7%;
        width: 100%;
        text-align: center;
    }
    .line-award {
        margin-top: -5%;
        margin-left: -2%;
    }
    .line-award span {
        width: 180px;
    }
    .line-ploui {
        margin-top: -3%;
        margin-right: -3%;
    }
    .line-ploui span {
        margin-top: 0;
    }
    .line-seoday {
        margin-top: -11%;
        margin-left: -3%;
    }
    .arrow-s06 {
        margin-top: -40%;
    }

}

.linea {
width: 0.5px;
height: 140px;
background-color: #D7D7D7;
opacity: 0.5;
}


/*carpeta:  */
.folder{
    width: 90%;
    border-bottom: unset;
}
.folder .nav-item{
    top: -3px;
    left: 20px;
    margin: 0 40px;
    position: relative;
    /*transform: perspective(10px) rotateX(2deg);
    -webkit-transform: perspective(10px) rotateX(2deg);
    -ms-transform: perspective(10px) rotateX(2deg);*/
    transform: perspective(40px) rotateX(10deg);
    -webkit-transform: perspective(40px) rotateX(10deg);
    -ms-transform: perspective(40px) rotateX(10deg);
}

p.unrotate{
    transform: perspective(40px) rotateX(-10deg);
    -webkit-transform: perspective(40px) rotateX(-10deg);
    -ms-transform: perspective(40px) rotateX(-10deg);
}

.folder .nav-link{
    display: block;
    padding: .25rem 5rem;
}

.folder.nav-tabs .nav-link{
    color: white;
    text-align: center;
    background: #CDAE7D;
    font-family: 'Aeonik-Light';
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.folder.nav-tabs .nav-link.active{
    color: #CDAE7D;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0 5px white, 10px -5px 10px -5px rgba(0, 0, 0, 0.2);
}

.folder-body{
    width: 90%;
    background: white;
    border-radius: 40px;
    /*box-shadow: 0 5px 15px -5px rgb(0 0 0 / 80%), 10px 0 #cdae7d, 0 -5px #cdae7d;*/
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 80%), 10px -5px 0 0 #cdae7d;
}

.folder-body img{
    width: 70%;
    margin-top: 30px;
}

.folder-img-fix{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-img-movistar {
    max-width: 100%;
    width: 82% !important;
    margin-top: 35px !important;
}

div.img-list{
    padding: 25px 100px 50px;
}

/*STYLE MODAL*/



.fix-row{
    display: flex;
    justify-content: center;
}

.col-center{
    text-align: center;
}


.btn-footer{
    padding: 0rem 0rem 7rem;
    text-align: center;
}


.modal-dialog {
  height: 80% !important;
  padding-top:4%;
}




@media only screen and (max-width: 767px){

    .img-awards p, .img-awards h4 {
        font-size: 1rem;
    }

    .boxIMG-x06 {
        width: 75%;
        margin-top: 30px;
    }

    .infoVideo-width{
        width: 100% !important;
        padding: 0% 5% 0;
    }

    .tit-mt{
        margin-top: 22%;
    }

    .break-mobile{
        word-break: break-all;
    }

    .tit-s04 p, .tit-s04 h2 {
        font-size: 2rem;
    }

    .tit-member h3{
        font-size: 1.5rem;
        margin-top: 5%;
    }

    .txt-member p{
        font-size: 1rem;
    }

    .folder{
        justify-content: center !important;
    }

    .folder-body{
        box-shadow: 0 5px 15px -5px rgb(0 0 0 / 80%), 10px -8px 0 0 #cdae7d;
    }

    .folder-body img{
        margin: 1rem auto;
    }

    .folder .nav-link{
        padding: .1rem 0.5rem;
    }

    div.img-list{
        padding: 25px;
    }

    .folder .nav-item{
        left: 0;
        margin: 0 5px;
    }

    .force-left-media-tab{
        justify-content: left !important;
    }

    /*IMG MOBILE*/

    .margin-respon-inno {
        margin-top: 25px !important;
    }

    .fix-img-respo-jumbo {
        width: 60px !important;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .fix-img-respo-vea {
        width: 48% !important;
        margin-top: 0rem !important;
    }

    .fix-img-respo-ole {
        margin-top: 30px !important;
    }

    .fix-img-respo-infobae {
        margin-top: 12px !important;
    }

    .fix-img-respo-disco {
        margin-bottom: 0px !important;
    }

    .fix-img-respo-despegar {
        margin-top: 30px !important;
    }

    .fix-img-respo-economista {
        width: 100% !important;
    }

    .fix-img-respo-republica {
        width: 100% !important;
    }

    .fix-img-respo-mitre {
        width: 65% !important;
        margin-bottom: 17px !important;
        margin-top: 0px !important;
    }

    .fix-img-respo-tn {
        width: 45% !important;
    }

    .fix-img-respo-a24 {
        width: 60% !important;
    }

    .fix-img-respo-cronista {
        width: 99% !important;
    }

    .fix-img-respo-futbolero {
        width: 100% !important;
    }

    .fix-img-respo-kids {
        width: 50% !important;
    }

    .fix-img-8{
        margin: 0.8rem auto !important;
    }

    .fix-img-15{
        margin: 1.5rem auto !important;
    }

    .fix-img-20{
        margin: 1.5rem auto !important;
    }

    .fix-img-t-05{
        margin-top: -0.5rem !important;
    }

    .fix-img-t0{
        margin-top: 0rem !important;
    }

    .fix-img-t05{
        margin-top: 0.5rem !important;
    }

    .fix-img-t10{
        margin-top: 1rem !important;
    }

    .fix-img-t15 {
        margin-top: 1.5rem !important;
    }

    .fix-img-t20{
        margin-top: 2rem !important;
    }    

    .fix-img-t40{
        margin-top: 4rem;
    }



    .fix-img-b10{
        margin-bottom: 1rem !important;
    }

    .fix-img-b12{
        margin-bottom: 1.2rem !important;
    }

    .fix-img-b15 {
        margin-bottom: 1.5rem !important;
    }

    .fix-img-b20 {
        margin-bottom: 2rem !important;
    }


    .fix-img-w4{
        width: 40% !important;
    }




    .fix-img-respo-inviu {
        width: 80% !important;
        padding: 0px !important;
    }

    .fix-img-respo-warner {
     margin-top: -22px !important;
    }

    .fix-img-respo-abc {
        width: 45% !important;
        padding: 0px !important;
    }

    .fix-img-respo-libertex {
        margin-top: 15px !important;
        margin-bottom: 21px !important;
        width: 45% !important;
        padding: 0px !important;
    }

    .fix-img-respo-will {
        width: 32% !important;
        padding: 0px !important;
        margin: 1rem !important;
    }

    .fix-img-respo-solventa {
        width: 75% !important;
        padding: 0px !important;
    }

    .fix-img-respo-titan {
        margin-top: 20px !important;
    }

    .fix-img-respo-puma {
        width: 61%;
        margin-top: 10px !important;
    }

    .fix-img-respo-dportenis {
        margin-top: 1rem !important;
    }

    .fix-img-respo-samsung {
        margin-top: 1.9rem !important;
    }

    




    .btn-toggle{
        width: 50% !important;
    }

    .width-video {
    width: 367px;
    height: 254px;
    }

    .back-modal{
        width: 100% !important;
        transform: scale(.80);
        margin-top: 8rem;
    }

    .back-modal .modal-body{
        transform: scale(0.7);
    }

    .back-modal h1{
        font-size: 3rem;
    }

    .back-modal .text-center.mbottom-7{
        margin-bottom: 1rem !important;
    }

   

    /*SECTION BLACK*/

    .black {
    background-color: #1C1C1C;
    border-radius: 30px;
    padding: 2rem 1rem;
    }

    .tit-s04-mim p, .tit-s04-mim h2 {
    font-family: 'Aeonik-Light';
    font-size: 7.7vw;
    }

    .black-row{
        margin: 0px;
        padding: 4rem 2rem 1rem;
    }

    .black-col{
        margin-bottom: 11rem;
    }

    .size-img {
    width: 100%;
    left: 11px;
    position: absolute;
    top: -49px;
    }

    .info-member-mim ul {
    margin-top: 0px;
    display: unset;
    }

    .tit-member-mim h3 {
    font-size: 5.8vw;
    margin-top: 8rem;
    }

    .txt-member-mim p {
    font-size: 5vw;
    padding: 0rem;
    }

    .line-gold{
        display: block;
    }


    .line1-gold{
        display: none;
    }


    .cont-hoja4 img {
    position: relative;
    z-index: 5;
    width: 40%;
    left: 0px;
    top: -112px;
    }

    .cont-txt-sponsors-us h2 {
    font-size: 6.7vw;
    }

    .cont-txt-sponsors-us span {
    font-size: 6.7vw;
    }

    .tit-s05-mim h2 {
    font-size: 6.7vw;
    }

    .tit-s05-mim span {
    font-size: 6.7vw;
    }


}


@media only screen and (min-width: 1200px){
    .s01 {
        height: 815px !important;
    }
}
@media only screen and (min-width: 1300px){
    .s01 {
        height: 965px !important;
    }
}

/*STYLE TOGGLE*/
.btn-toggle {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #ffff;
    display: block;
    background: #212121;
    text-align: center;
    width: 17%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: gray;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    margin-bottom: -1px;
    font-family: 'Aeonik-Regular';
}
.btn-toggle:hover{
    text-decoration: none;
    color: black;
}

.seccion-toggle{
    display: none;
    background: #212121;
    border-top: 1px solid gray;
}

.seccion-toggle a{
    color: #ffff;
    font-size: 0.7rem;
    font-family: 'Aeonik-Regular';
}

.fix-btn{
    display: flex;
    justify-content: center;
    background: #212121;
}

/*STYLE NEW VERSION HOME*/

.new-img-fix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-img-fix img {
    width: 70%;
    margin-top: 30px;
}

.button-sponsors {
    border: 1px solid #CDAE7D;
    border-radius: 10px;
    background-color: white;
    margin-top: 100px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Aeonik-Regular';
    color: black;
    font-size: 1rem;
}

.posi_arrow_left{
    width: 30px;
    position: relative;
    left: -3rem;
    top: 14vw;
}

.posi_arrow_right{
    width: 30px;
    position: relative;
    left: 3rem;
    top: 14vw;
}