#highlights {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    height: auto !important;
}

span {
    font-weight: 600;
}

iframe {
    height: 473px;
    width: 840px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.highlight {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    color: white;
    font-size: 48px;
    text-decoration: underline;
}

.videoHome {
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 15px;
    display: block;
    position: relative;
    margin-bottom: 40px;
}

img.conocenos {
    height: 60vh;
    width: 46vw;
    display: inline-block;
}

iframe.video {
    width: calc(100% - 46vw - 4px);
    display: inline-block;
    height: 60vh;
}

.highlight img {
    width: 100%;
}

.widthContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*Por ahora*/

.slick-dots {
    bottom: 12px;
    display: none !important;
}

.slick-dots li {
    width: 12px;
    height: 14px;
}

.slick-dots li button:before {
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: #6a6a6a;
    color: transparent;
    opacity: 0.2;
    font-size: 0px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6a6a6a;
}

#highlights .slick-dots li {
    width: 50px;
}

#highlights .slick-dots {
    width: 30px !important;
    float: right;
    right: 13px;
    top: calc(0% - 100px);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
}

#highlights .slick-dots li::marker {
    display: none;
}

#highlights .slick-dots li {
    border: 2px solid white;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    color: transparent;
    opacity: 1;
    font-size: 0px;
    background-color: white;
}

#highlights .slick-dots li button {
    display: none;
}

#highlights .slick-dots li.slick-active {
    opacity: 1;
    background-color: #f1b153;
    border: 2px solid white;
}


/*----Espacio para publicidad Uno-----*/

.espacio-para-publicidad {
    width: 90%;
    margin: 0px auto 30px;
}

.espacio-para-publicidad img,
.espacio-para-publicidad-dos img {
    width: 100%;
}


/*--------------*/

#accomplishments {
    padding: 50px 0;
    position: relative;
}

#titulo {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    color: #6a6a6a;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#titulo span {
    font-weight: 500;
    font-size: 27px;
}

.logos {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 60px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.logosSlider {
    display: flex;
    gap: 20px;
    align-items: center;
}

.numbers {
    color: #6a6a6a;
    font-size: 55px;
    font-weight: 700;
    font-family: "Livvic";
}

.logosSlider p {
    color: #6a6a6a;
    font-size: 24px;
    font-weight: 400;
    font-family: "Livvic";
    margin: 0;
}

.contenedor-logo img {
    width: 70%;
}


/* -----  Actividades y noticias --------*/

.actividades {
    width: 90%;
    margin: auto;
    padding-top: 40px;
}

.centeredContent {
    width: 100% !important;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.dataContainer {
    position: relative;
    width: 90%;
    padding: 0px 5%;
    height: auto;
}

.blogPostTitle {
    font-size: 20px;
    font-weight: 700;
    color: #0c637b;
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 24px;
    margin-top: 30px;
}

.blogPostDescription {
    font-size: 14px;
    color: #0c637b;
    text-align: left;
    line-height: 18px;
    width: 100%;
    min-height: 75px;
    font-weight: 400;
}

.blogPostRead {
    font-size: 17px;
    color: #0c637b;
    font-weight: 700;
    margin-top: 20px;
    justify-content: space-between;
    width: 110px;
    padding: 0px 17px 0px 25px;
    align-items: center;
    display: flex;
    height: 40px;
    border-radius: 50px;
    text-align: left;
    margin-bottom: 30px;
    background: #ffffff;
}

.blogPostLink {
    width: 30%;
    float: left;
    transition: 0.2s all ease-out;
}

.blogPostLink:hover {
    transform: scale(1.1);
}

.blogPostLink:hover .blogPostTitle {
    color: #ffffff;
}

.blogPostLink:hover .blogPostDescription {
    color: #ffffff;
}

.blogArrow {
    float: right;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    display: flex;
    background-color: #0c637b;
    align-items: center;
    justify-content: center;
}

.blogArrow img {
    width: 50%;
}

.blogPostRegular {
    width: 100%;
    background: #83d0ef;
    float: left;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    transition: all 0.2s ease-out;
}

.blogPostRegular:hover {
    background: #f39423;
    filter: drop-shadow(0px 9px 8px rgba(0, 0, 0, 0.08));
    margin-bottom: 20px;
    margin-top: 45px;
}

.blogPostRegular:hover .blogArrow {
    background-color: #f39423;
}

.blogPostRegular:hover .blogPostRead {
    color: #f39423;
}

.imgContainer {
    position: relative;
    height: auto;
    min-width: 220px;
    width: 100%;
    height: 35vh;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.actividades-titulo {
    font-size: 40px;
    font-weight: 700;
    color: #6a6a6a;
    text-align: center;
}

.contenedor-button {
    width: 102px;
    margin: auto;
    padding-bottom: 40px;
}

.ver-todo {
    font-size: 20px;
    font-weight: 700;
    color: #6a6a6a;
}

.contenedor-imagenes {
    position: relative;
}

.linea-uno {
    position: absolute;
}

.linea-dos {
    position: absolute;
    bottom: 200px;
    left: 94%;
}


/*-------Nos apoyan-------*/

#brands {
    max-width: 1500px;
    position: relative;
    height: fit-content;
    margin: 0px auto;
    width: 85%;
    overflow: hidden;
    margin-bottom: 50px;
}

#brands .slick-track {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.brandsLogos {
    height: auto;
    position: relative;
}

#brandsContainer #brands .brandsLogos img {
    max-width: 50%;
    height: auto;
    width: auto;
}

#brandsTitle {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6a6a6a;
    margin-top: 50px;
    text-transform: uppercase;
}

#brandsContainer .slick-track {
    margin-top: 20px;
}

#brandsContainer .slick-prev,
#brandsContainer .slick-next {
    top: 30% !important;
    /*display: none !important;*/
    position: absolute;
    border: none;
    background: transparent;
    font-size: 0;
    z-index: 1;
}

#brandsContainer .slick-prev {
    left: 0;
}

#brandsContainer .slick-prev::before {
    content: url(../../files/arrowRight.svg);
}

#brandsContainer .slick-next {
    right: 0 !important;
}

#brandsContainer .slick-next::before {
    content: url(../../files/arrowLeft.svg);
}


/*---Que quiero---*/

.que-quiero {
    display: flex;
}

.que-quiero a {
    width: 50%;
}

.que-quiero img {
    width: 100%;
    object-fit: cover;
}


/*---Instagram---*/

.instagram {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 50px 0;
}

.instagram span {
    color: #6a6a6a;
    font-weight: 500;
    font-size: 20px;
}

.instagram a {
    font-size: 30px;
    color: #f39423;
    font-weight: 700;
}

#brandIndexContainer {
    padding: 40px 20px 60px;
    background-color: #F5F5F5;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.brandIndexTitle {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #6A6A6A;
    text-align: center;
    width: 100%;
}

.brandSliderSection:nth-of-type(2) {
    margin-top: 70px;
}

.brandSlider {
    margin: 0 auto 40px;
    width: 80%;
}

.sliderWrapper {
    position: relative;
}

.slick-prev,
.slick-next {
    background: none;
    border: none;
    font-size: 28px;
    color: #444;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0 10px;
}

.slick-prev img, .slick-next img {
    width: 12px;
}

.slick-prev {left: 6%;}
.slick-next {right: 6%;}

.brandLogo {
    object-fit: contain;
    height: 100% !important;
    width: 100% !important;
}

.slick-slide {
    margin-left: 15px !important;
    margin-right: 15px !important;
}



@media screen and (max-width: 768px) {
    #content {
        width: 100%;
        padding: 0px;
    }
    .centeredContent,
    .widthContainer {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    span {
        font-weight: 600;
    }
    .slick-dots li button {
        display: none;
    }
    #highlights {
        width: 100%;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }
    .highlight {
        position: relative;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: auto !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: center;
        color: white;
        font-size: 48px;
        text-decoration: underline;
    }
    .highlight img {
        width: 100%;
    }
    #titulo {
        font-size: 18px;
        width: 224px;
        margin: 0 auto;
        line-height: 22px;
        color: #6a6a6a;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    #titulo span {
        line-height: 20px;
        font-size: 13px;
    }
    .centeredContent .slick-dots {
        width: fit-content;
        left: 3%;
        bottom: 0px;
    }
    .slick-dots {
        bottom: 0px;
        top: calc(0% - 0px) !important;
    }
    .slick-prev {
        display: none !important;
    }
    .slick-next {
        display: none !important;
    }
    .slick-dots li button:before {
        border-radius: 100px;
        width: 10px;
        height: 10px;
        background-color: #6a6a6a;
        color: transparent;
        opacity: 0.2;
        font-size: 0px;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #6a6a6a;
    }
    #highlights .slick-dots li {
        top: 40px !important;
    }
    #highlights .slick-dots li button:before {
        border: none;
    }
    #accomplishments {
        padding: 40px 0 20px;
        background-color: #f6f6f6;
        position: relative;
    }
    .logos {
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    #brands {
        max-width: 1500px;
        position: relative;
        height: fit-content;
        margin: 0px auto;
        width: 85%;
        overflow: hidden;
        margin-bottom: 50px;
    }
    #brands .slick-track {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .brandsLogos {
        height: auto;
        position: relative;
    }
    #brandsTitle {
        text-align: center;
        font-size: 25px;
        width: 100%;
        margin: 0 auto;
        color: #6a6a6a;
        margin-top: 50px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    /* -----  Actividades y noticias --------*/
    .imgContainer {
        min-width: unset;
    }
    .actividades-titulo {
        font-size: 20px;
    }
    .ver-todo {
        font-size: 16px;
    }
    /* Gracias por tu ayuda */
    .logosSlider {
        display: flex !important;
        flex-direction: column;
        text-align: center;
        background: #f6f6f6;
        height: auto;
        margin-bottom: 25px;
    }
    .contenedor-logo img {
        width: 100%;
    }
    /* Nos apoyan */
    #brandsContainer #brands .brandsLogos img {
        max-width: 75% !important;
    }
    /* Quiero donar */
    .que-quiero-mobile img {
        width: 100%;
        object-fit: cover;
    }
    /* Instagram */
    .instagram {
        flex-direction: column;
        gap: 10px;
    }
    .instagram span {
        font-size: 16px;
    }
    .instagram a {
        font-size: 20px;
    }
    .espacio-para-publicidad {
        width: 100%;
        margin: 15px auto 0px;
    }
    .contenedor-button {
        width: fit-content;
        margin-right: 5%;
        float: right;
        top: -14px;
        position: relative;
        padding-bottom: 25px;
    }
    .blogPostRead {
        margin-top: 5px;
    }
    .que-quiero a {
        width: 100%;
    }
    iframe {
        width: 100vw;
        height: 50vw;
    }

    .brandIndexTitle {
        font-size: 20px;
    }

    .brandSlider {
        width: 100%
    }

    .brandSliderSection:nth-of-type(2) {
    margin-top: 30px;
    }

    #brandIndexContainer {
        padding: 40px 20px;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .groupItem {
        height: 300px;
    }
    .textColumn {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 13px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .headerLink {
        font-size: 12px;
    }
    img.conocenos {
        display: none;
    }
    iframe.video {
        width: calc(100%);
        display: inline-block;
        height: 60vh;
    }
}