a,
p {
    font-family: sans-serif !important;
}

.sp-megamenu-parent.uk-navbar-nav>li>a {
    text-transform: none;
}

.botonHeader {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.botonHeader>a {
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 25px 5px 25px;
    margin: 15px 5px 0px 5px;
}

.botonHeaderDerecho>a {
    border: 1px solid #474A5C;
}


.columnaHeader>.sppb-column-addons {
    display: flex;
    justify-content: center;
}


#tm-mobile .uk-icon {
    color: #e11b31 !important;
}

#tm-mobile>div {
    background: #16171F;
}

.uk-nav-header {
    color: #e11b31 !important;
    font-weight: 500;
    font-size: 16px;
}

#tm-mobile li.uk-active>a {
    color: #ffffffcc !important;
    font-weight: bold;
}

#tm-mobile li a {
    color: #e11b31;
}

@media(max-width: 959px) {
    .sectionHeader {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }
}

@media(max-width: 790px) {
    .textoHeader p {
        font-size: 20px;
    }

    .textoHeader {
        display: flex;
        justify-content: center;
    }

    .encabezadoHeader p {
        font-size: 40px;
        line-height: 35px;
    }

    .textoHeaderArriba {
        margin: 0px;
    }

    .textoHeaderAbajo {
        margin-top: 10px;
    }
}



@media(max-width: 675px) {
    .textoHeader p {
        line-height: 25px;
    }

    .encabezadoHeader p {
        font-size: 35px;
    }

    .sectionHeader {
        padding-top: 60px !important;
    }

    .botonHeader>a {
        font-size: 14px;
        font-weight: 400;
        padding: 0px 00px 0px 00px;
        margin: 10px 5px 0px 5px;
        width: 165px;
        height: 42px;
    }
}

@media(max-width: 500px) {
    .encabezadoHeader p {
        font-size: 30px;
    }

    .textoHeaderAbajo {
        margin-top: 0px;
    }
}

@media(max-width: 400px) {
    .divBotonesHeader {
        display: flex;
        flex-direction: column !important;
    }

    .encabezadoHeader p {
        font-size: 25px;
    }
}

/* -----------------------------------------------  SECTION A ---------------------------------------- */

.carrusel .ui-item>.uk-panel {
    display: flex;
    justify-content: center;
    width: 172px;
}

.carrusel .ui-item>.uk-panel>img {
    height: 80px;
}

/*
.carrusel .ui-item>.uk-panel>img {
    filter: grayscale(95%);
}
.carrusel .ui-item>.uk-panel>img:hover {
   filter: grayscale(0%);
}
*/

.carrusel2 {
    margin-top: 30px;
}

.sectionA>div {
    padding: 0px;
}

/* ----------------------------------------------- FIN SECTION A ---------------------------------------- */
/* -----------------------------------------------  SECTION B ---------------------------------------- */

.textoVideo {
    border-bottom: solid 5px;
}

.videoSegundaColumna .ui-video {
    display: flex;
    justify-content: center;
}

.tm-video.uk-modal {
    background: rgb(0 0 0 / 51%) !important;
}

@media(max-width: 1230px) {
    .sectionB {
        background-size: inherit !important;
        background-position-x: -550px !important;
    }
}

@media(max-width: 931px) {
    .textoSectionBArriba>div>p {
        font-size: 20px;
        line-height: 22px;
    }

    .textoVideo>div>p {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .videoSegundaColumna {
        margin-top: 25px;
    }
}

@media(max-width: 571px) {
    .textoSectionBArriba>div>p {
        font-size: 18px;
        line-height: 20px;
    }

    .textoVideo>div>p {
        font-size: 28px;
    }

    .sectionB {
        background-position-x: -700px !important;
    }
}

@media(max-width: 495px) {
    .textoSectionBArriba>div>p {
        font-size: 16px;
        line-height: 17px;
    }

    .textoVideo>div>p {
        font-size: 22px;
    }
}


@media(max-width: 405px) {
    .textoVideo>div>p {
        font-size: 20px;
    }

    .sectionB .sppb-row-column {
        padding: 0px;
    }
}

@media(max-width: 355px) {
    .textoVideo>div>p {
        font-size: 19px;
        line-height: 20px;
    }
}

/* ----------------------------------------------- FIN SECTION B ---------------------------------------- */
/* ------------------------------------------------- SECTION C ------------------------------------------ */
.tituloSectionC {
    margin-top: 50px;
    margin-bottom: 50px;
}

.botonAbout>a {
    color: #16171f;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 30px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.imagenSectionC img {
    max-width: 700px;
}

@media(max-width: 992px) {
    .divSectionC>div:nth-child(3) {
        width: 100% !important;
    }

    .imagenSectionC img {
        max-width: 100%;
    }
}

@media(max-width: 790px) {
    .textoSectionC P {
        font-size: 20px;
        line-height: 25px;
    }
}

@media(max-width: 768px) {
    .tituloSectionC {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .tituloSectionC p {
        line-height: 50px;
        font-size: 50px;
    }

    .botonAbout>a {
        font-size: 16px;
        padding: 2px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* ------------------------------------------------- SECTION C ------------------------------------------ */
/* ------------------------------------------------- SECTION D ------------------------------------------ */
.tituloSectionD {
    margin-top: 40px;
    margin-bottom: 45px;
}

.columnaDerechaD>div>div {
    height: 100%;
}

.divTextoSectionD {
    height: 100%;
}

.SectionD>div>div {
    justify-content: space-between;
}

.divTextoSectionD>div {
    width: 100%;
}

@media(max-width: 992px) {
    .SectionD>div>div {
        flex-direction: column;
    }

    .SectionD>div>div>div:nth-child(2) {
        max-width: 100% !important;
    }

    .tituloSectionD {
        margin-bottom: 25px;
    }

    .textoSectionD p {
        margin: 0px;
    }
}

@media(max-width: 790px) {
    .textoSectionD p {
        font-size: 20px;
    }
}

@media(max-width: 710px) {
    .tituloSectionD p {
        font-size: 30px;
        line-height: 5px;
    }
}

/* ------------------------------------------------- SECTION D ------------------------------------------ */
/* ------------------------------------------------- SECTION E ------------------------------------------ */
.columnaE {
    padding: 100px 0px;
    width: 96%;
}

.sectionE>div>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.columnaE>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tituloSectionE {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media(max-width: 1300px) {
    .columnaE {
        padding: 60px 0px;
    }

    .tituloSectionE {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .divSectionE>div:nth-child(2) {
        width: 100% !important;
    }
}

@media(max-width: 1091px) {
    .tituloSectionE p {
        font-size: 50px;
        line-height: 45px;
    }

    .divSectionE>div:nth-child(3) {
        width: 100% !important;
    }
}

@media(max-width: 888px) {
    .tituloSectionE p {
        font-size: 40px;

    }

    .tituloSectionE {
        margin-bottom: 20px;
    }
}

@media(max-width: 790px) {
    .textoSectionE p {
        font-size: 20px;
    }
}

@media(max-width: 710px) {
    .tituloSectionE p {
        font-size: 30px;
        line-height: 35px;
    }
}

@media(max-width: 373px) {
    .miniTituloE P {
        font-size: 14px;
    }
}


.botonView>a {
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 30px;
    margin-top: 25px;
}

.botonView>a:hover {
    background-color: rgb(22 23 31 / 85%) !important;
}

.botonView>a:focus {
    background-color: rgb(22 23 31 / 85%) !important;
}


/* -------------------------------------------------FIN SECTION E ------------------------------------------ */
/* ------------------------------------------------- SECTION F ------------------------------------------ */
.columnaF {
    padding: 80px 0px;
    width: 96%;
}

.sectionF>div>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divContenedorF>div:nth-child(1) {
    width: 50%;
}

.divContenedorF>div:nth-child(2) {
    width: 25%;
}


.botonShip>a {
    border-radius: 10px;
    padding: 10px;
    width: 250px;
    margin-bottom: 20px;
}

.botonHaul>a {
    border-radius: 10px;
    padding: 10px;
    width: 250px;
    border: 1px solid black;
}

.botonHaul>a:hover {
    border: 1px solid #e11b31;
}

@media(max-width: 1200px) {
    .sectionF {
        padding-bottom: 50px !important;
    }
}

@media(max-width: 1025px) {
    .divContenedorF>div:nth-child(1) {
        width: 60%;
    }

    .textoF1 p {
        font-size: 30px;
        line-height: 30px;
    }
}

@media(max-width: 900px) {
    .divContenedorF {
        flex-direction: column !important;
    }

    .divContenedorF>div:nth-child(1) {
        width: 90%;
    }

    .textoF1 p {
        text-align: center;
    }

    .botonShip>a {
        margin-top: 25px;
        padding: 5px;
        width: 200px;
        margin-bottom: 20px;
    }

    .botonHaul>a {
        padding: 5px;
        width: 200px;
    }

    .columnaF {
        padding: 40px 0px;
    }
}

@media(max-width: 451px) {
    .sectionF {
        padding-bottom: 0px !important;
    }
}

/* ------------------------------------------------- SECTION F ------------------------------------------ */
/* -------------------------------------------------  FOOTER  ------------------------------------------- */

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
}

.single-widget {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.site > a.back__top {
right: 100px;
}

.our-intro>h5 {
    font-size: 21px;
    line-height: 1;
}

.footer-nav>div>ul {
    display: flex !important;
    flex-direction: column;
    align-items: start;
    margin: 0px !important;
}

#sp-footer .footer-nav>div>ul.menu>li {
    margin: 5px 0px;
}

#sp-footer {
    background-color: #171a1c;
}

#sp-footer .footer-nav>div>ul.menu>li>a {
    position: relative;
    line-height: 1.5;
    text-decoration: none;
}

.footer-nav>div>ul.menu>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /* Inicialmente el borde tiene ancho 0 */
    height: 2px;
    /* Ajusta la altura del borde según sea necesario */
    background-color: #e11b31;
    /* Color del borde */
    transition: width .5s ease-out;
    /* Transición suave del ancho */
}

.footer-nav>div>ul.menu>li>a:hover::after {
    width: 100%;
    /* El ancho del borde cuando está en hover */
}

.redsocial {
    color: black !important;
    margin: 0px 5px;
}

.redsocial:hover {
    background-color: #e11b31;
    transition: 0.6s;
    transform: rotateY(360deg);
}


.divFooter {
    display: flex;
    justify-content: space-between;
}

.divFooterSeparadorLogo {
    width: 18%;
}

.divFooterSeparadortexto {
    display: flex;
    justify-content: space-between;
    width: 82%;
}

.divFooterSeparadortextoArriba {
    display: flex;
    justify-content: space-around;
    width: 48%;
}

.divFooterSeparadortextoAbajo {
    display: flex;
    justify-content: space-around;
    width: 48%;
}



@media(max-width: 1400px) {
    .divFooter {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .divFooterSeparadorLogo {
        width: 100%;
        margin-top: 50px;
    }

    .divFooterSeparadorLogo>.single-widget {
        align-items: center;
        justify-content: center;
    }

    .divFooterSeparadortexto {
        width: 100%;
    }
}

@media(max-width: 800px) {
    .divFooterSeparadortexto {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .divFooterSeparadortextoArriba {
        width: 100%;
        justify-content: space-evenly;
    }

    .divFooterSeparadortextoAbajo {
        width: 100%;
        margin-top: 40px;
        justify-content: space-evenly;
    }
}

@media(max-width: 451px) {
    .divFooterSeparadortextoArriba {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .single-widget>h4 {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .divFooterSeparadortextoAbajo {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin-top: 0px;
    }

    .single-widget {
        justify-content: center;
        align-items: center;
    }

    .footer-nav>div>ul {
        align-items: center;
    }

    .divFooterSeparadorLogo {
        margin-top: 30px;
    }
}

/* -------------------------------------------------  FOOTER  ------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------  SHIPPING WITH ARRIVE  ------------------------------------------- */

.botonHowHeader1 a,
.botonGet a {
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
    width: 160px;
}

.botonHowHeader1 {
    margin-right: 10px;
}

.botonGet a {
    border: 1px solid #474A5C;
}

.sliderArrive {
    margin-top: 60px;
}

.sliderArrive .uk-cover-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sliderArrive .uk-cover-container img {
    min-height: 30px;
    /* filter: grayscale(95%); */
}

.sp-megamenu-wrapper .sp-dropdown .sp-dropdown-inner {
    padding: 0px;
}

@media(max-width: 1200px) {
    .header1>div>div>div:nth-child(4) {
        max-width: 100% !important;
        flex-basis: unset !important;
    }
}

@media(max-width: 992px) {
    .header1>div>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .superTitulo p {
        font-size: 70px;
        text-align: center;
        margin: 0px;
        line-height: 65px;
    }

    .header1>div>div>div {
        max-width: 100% !important;
    }

    .columnaIzquierdaHeader1 {
        margin-top: 30px;
    }

    .divBotonesHeader1 {
        justify-content: center !important;
    }

    .Gridcontador>div {
        display: flex;
        align-items: center;
    }

    .Gridcontador {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .columnaDerechaHeader1 {
        margin-top: 30px;
    }

    .sliderArrive {
        margin-top: 40px;
    }
}

@media(max-width: 959px) {
    .gridContadorHeader>div {
        margin: 0px !important;
    }
}

@media(max-width: 576px) {
    .botonHowHeader1 {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width: 421px) {
    .superTitulo p {
        font-size: 55px;
        line-height: 55px;
    }
}

@media(max-width: 341px) {
    .header1>div>div>div:nth-child(1) {
        padding: 0px;
    }
}

/* --------------------------------------------------SECTION A---------------------------------------------------------- */
/* --------------------------------------------------SECTION A---------------------------------------------------------- */

.tabA1>div {
    flex-direction: unset !important;
    flex-wrap: unset;
}

.tabA1>div ul li {
    margin: 0 20px 20px 0px;
    display: flex;
    width: 120px;
    height: 140px;
    justify-content: center;
}

.tabA1>div ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 132px;
    border: 2px white solid;
}

.tabA1>div ul {
    width: 420px !important;
    min-width: 420px;
}

.subtituloA1 {
    margin-bottom: 35px;
}

.tituloTab p,
.tituloTab1 p {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.textoTabA1 p {
    font-size: 30px;
    word-spacing: 0px;
    font-weight: bold;
    color: #9699ad;
    margin: 0px;
    padding: 0px;
}

.tabA1>div>div {
    padding-left: 40px;
}

@media(max-width: 1000px) {

    .tituloHeaderA1 p,
    .tituloA2 p {
        font-size: 50px;
        margin: 0px;
        text-align: center;
    }

    .subtituloA1 p {
        text-align: center;
        line-height: 30px;
    }

    .tabA1>div {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }
}

@media(max-width: 768px) {

    .tituloHeaderA1 p,
    .tituloA2 p {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .textoTabA1 p {
        font-size: 26px;
    }

    .subtituloA1 p {
        font-size: 24px;
    }
}

@media(max-width: 501px) {
    .tabA1>div ul {
        width: 100% !important;
        min-width: unset !important;
    }

    .tabA1>div ul li {
        margin: 0 0px 10px 0px;
    }

    .tituloTab p,
    .tituloTab1 p {
        text-align: center;
    }

    .heading-line {
        text-align: center;
    }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SHIPPING WITH ARRIVE -------------------------------------------------------*/
/* --------------------------------------------------SECTION B---------------------------------------------------------- */
/* --------------------------------------------------SECTION B---------------------------------------------------------- */

.sectionB1>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowB1>div>div {
    display: flex;
    justify-content: space-evenly;
}

.imagenB1>img {
    width: 480px;
    height: 383px;
    border-radius: 20px;
}

.tituloGridStackB p {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

.textoGridStackB p {
    font-size: 20px;
}

.botonB1 a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 17px;
}

@media(max-width: 1200px) {
    .rowB1>div>div {
        flex-direction: column;
        align-items: center;
    }

    .rowB1>div>div>div {
        align-self: unset;
        width: 95%;
        max-width: 100% !important;
    }

    .imagenB1 {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .columnaDerechaB1>div>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tituloGridStackB p {
        font-size: 40px;
        text-align: center;
    }
}

@media(max-width: 855px) {
    .tituloGridStackB p {
        font-size: 35px;
        margin-bottom: 0px;
    }
}

@media(max-width: 736px) {
    .tituloGridStackB p {
        line-height: 40px;
        margin-bottom: 15px;
    }

    .imagenB1>img {
        width: 400px;
        height: 353px;
    }
}

@media(max-width: 400px) {
    .imagenB1>img {
        width: 320px;
        height: 300px;
    }
}


/* --------------------------------------------------SECTION C---------------------------------------------------------- */
/* --------------------------------------------------SECTION C---------------------------------------------------------- */
.sectionC1>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Nivel1C1>div:nth-child(1),
.Nivel3C1>div:nth-child(1) {
    width: 55%;
}

.Nivel1C1>div:nth-child(2),
.Nivel3C1>div:nth-child(2) {
    width: 40%;
}

.divC1 {
    display: flex;
    justify-content: space-between !important;
    margin: 50px 0px;
}

.tituloC1 {
    font-size: 40px;
    text-align: center !important;
    font-weight: bold;
}

.tituloC1 p {
    text-align: center !important;
    line-height: 48px;
}

.textoC1 {
    font-size: 20px;
}

.imagenGris {
    /*  filter: grayscale(100) contrast(1.25) !important;   */
}

.Nivel2C1>div:nth-child(1) {
    width: 40%;
}

.Nivel2C1>div:nth-child(2) {
    width: 55%;
}

@media(max-width: 1215px) {
    .tituloC1 p {
        line-height: 35px;
        font-size: 30px;
    }
}

@media(max-width: 1200px) {
    .sectionC1>div>div>div {
        width: 90%;
        flex-basis: unset !important;
        max-width: 100% !important;
    }

    .sectionC1 {
        padding-top: 0px !important;
    }
}

@media(max-width: 768px) {
    .divC1 {
        flex-direction: column !important;
    }

    .Nivel1C1>div:nth-child(2),
    .Nivel3C1>div:nth-child(2) {
        width: 90%;
        margin-top: 20px;
    }

    .Nivel2C1>div:nth-child(1) {
        width: 90%;
    }

    .divDerechoC1,
    .divIzquierdoC1 {
        align-items: center !important;
    }

    .divC1 {
        margin: 40px 0px;
    }

    .Nivel1C1>div:nth-child(1),
    .Nivel3C1>div:nth-child(1) {
        width: 90%;
    }

    .Nivel2C1>div:nth-child(2) {
        width: 90%;
    }

    .sectionC1 {
        padding-bottom: 0px !important;
    }
}

/* --------------------------------------------------SECTION C---------------------------------------------------------- */
/* --------------------------------------------------SECTION D---------------------------------------------------------- */
/* --------------------------------------------------SECTION D---------------------------------------------------------- */
.tituloD1 {
    font-size: 40px;
    font-weight: bold;
}

.divD1 {
    justify-content: space-evenly !important;
    margin: 80px 0px;
}

.tituloD1 p {
    margin: 0px;
}

.columnaD1 {
    border-radius: 15px;
}

.botonD1 a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
}

@media(max-width: 900px) {
    .divD1 {
        display: flex;
        flex-direction: column !important;
    }

    .tituloD1 {
        margin-bottom: 15px;
    }
}

@media(max-width: 680px) {
    .tituloD1 p {
        font-size: 30px;
        text-align: center !important;
        line-height: 30px;
    }

    .divD1 {
        margin: 50px 0px;
    }
}

/* --------------------------------------------------SECTION D---------------------------------------------------------- */
/* --------------------------------------------------SECTION D---------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- Price Savings -------------------------------------------------------*/
/* ----------------------------------------------- Price Savings -------------------------------------------------------*/
.tituloHeader2 {
    margin-bottom: 50px;
}

.tituloA2 {
    line-height: 70px;
    margin-top: -10px;
}

.botonA2 {
    margin-bottom: 150px;
}

.sectionFinal,
.sectionA3 {
    box-shadow: none !important;
}

.sectionFinal>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}


.columnaB2 {
    border-radius: 15px;
}

@media(max-width: 1000px) {
    .botonA2 {
        margin-top: 20px;
    }

    .botonA2>div {
        justify-content: center !important;
    }
}

@media(max-width: 992px) {
    .tituloHeader2 {
        margin-bottom: 30px;
    }

    .botonA2 {
        margin-bottom: 90px;
    }
}

@media(max-width: 959px) {

    .header {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------- OUR PEOPLE ---------------------------------------------------------*/
/* ------------------------------------------------- OUR PEOPLE ---------------------------------------------------------*/

.sectionA3>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagenA3>img {
    min-height: 554px;
}

@media(max-width: 1300px) {
    .imagenA3>img {
        min-height: 354px;
    }
}

@media(max-width: 1000px) {
    .imagenA3>img {
        min-height: 300px;
    }
}

@media(max-width: 768px) {
    .botonHeader3 {
        display: flex;
        justify-content: center;
    }

    .imagenHeader3 {
        margin-top: 20px;
    }

    .imagenA3>img {
        min-height: unset;
    }
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------- ABOUT US ---------------------------------------------------------*/
/* ------------------------------------------------- ABOUT US  ---------------------------------------------------------*/
.tituloHeader4,
.tituloHeader5 {
    margin-bottom: 40px;
}

@media(max-width: 1200px) {
    .header4>div>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header4>div>div>div {
        display: flex;
        justify-content: center;
        max-width: 100% !important;
    }

    .imagenHeader4,
    .tituloHeader4 {
        display: flex;
        justify-content: center;
    }

}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------- CARRIERS (PAGE 5)---------------------------------------------------------*/
/* ------------------------------------------------- CARRIERS (PAGE 5)---------------------------------------------------------*/


.acordeonHeader5 .uk-accordion-title:hover,
.acordeonHeader5 .uk-accordion-title:focus,
.acordeonHeader5 .uk-notification-message-primary {
    color: #FFFFFF;
}

.acordeonHeader5 p,
.acordeonHeader5 a {
    font-size: 22px;
}

.acordeonHeader5 img {
    width: 320px;
}

.tituloHeader5 {
    display: flex;
    justify-content: center;
}

@media(max-width: 1200px) {
    .header5>div>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header5>div>div>div {
        display: flex;
        justify-content: center;
        max-width: 100% !important;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- SERVICES (PAGE 6)---------------------------------------------------------*/
/* -------------------------------------------------- SERVICES (PAGE 6) --------------------------------------------------------*/
.slideshow6 p {
    font-weight: 700;
    text-shadow: 1px 2px 5px #000000;
}


@media(min-width: 993px) {
    .slideshow6 p {
        font-size: 70px;
    }
}

@media(max-width: 1200px) {
    .header6 .sppb-row-column {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- CAREERS (PAGE 7)----------------------------------------------------------*/
/* -------------------------------------------------- CAREERS (PAGE 7) ---------------------------------------------------------*/


.textoA7 {
    border-left: solid rgb(225, 27, 49) 3px;
    padding-left: 20px;
}

.NivelA7>div:nth-child(1) {
    width: 31%;
}

.NivelA7>div:nth-child(2) {
    width: 66%;
}

.acordeon7 .uk-accordion-title:hover,
.acordeon7 .uk-accordion-title:focus {
    color: rgb(225, 27, 49);
}

.acordeon7 a,
.acordeon7 p {
    font-size: 20px;
    color: black;
}

.barra-roja {
    border-color: rgb(225, 27, 49);
}

.testimonio7 .ui-testimonial>div {
    border-radius: 40px;
}

.testimonio7 .uk-light .uk-slidenav {
    color: rgb(225, 27, 49);
}

.tituloC7 p {
    text-align: left !important;
}

.gridC7 p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

@media(max-width: 959px) {
    .SectionC7>div>div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .SectionC7>div>div>div {
        width: 100%;
        max-width: 100% !important;
    }

    .tituloC7 p {
        text-align: center !important;
        margin-bottom: 35px;
    }

    .gridC7 .uk-panel {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .gridC7 .uk-panel p {
        text-align: center !important;
    }

}

@media(max-width: 768px) {
    .NivelA7>div:nth-child(1) {
        width: 90%;
    }

    .NivelA7>div:nth-child(2) {
        width: 90%;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- FORMULARIO DERECHO ----------------------------------------------------------*/
/* -------------------------------------------------- FORMULARIO DERECHO ----------------------------------------------------------*/
.need-help-container {
    position: fixed;
    top: 0;
    width: 340px !important;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 99999;
    right: -1000px;
    overflow-y: scroll;
}

.need-help-container>div {
    box-shadow: 1px 4px 35px rgb(225 27 49 / 100%);
}

.need-help-container>div>form {
    margin-top: 50px;
    margin-bottom: 10px;
}

.need-help-container>div form>div:nth-child(1) p {
    margin: 0px;
}

.need-help-container>div form>div:nth-child(1) {
    padding-bottom: 0px;
}

.need-help-container.show {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.oscurecedor-fondo {
    background-color: rgba(22, 23, 31, .8);
    position: fixed;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    visibility: hidden;
    left: 0;
    transition: all 0.4s ease-in-out;
    z-index: 99998;
    right: -1000px;
}

.oscurecedor-fondo.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

html.overflow {
    overflow-y: hidden;
}

.need-help-btn {
    position: fixed;
    z-index: 10;
    bottom: 32px;
    right: 90px;
    color: white;
    font-size: 20px;
    background-color: rgb(225, 27, 49);
    padding: 6px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .35);
    cursor: pointer;
}

.convertforms.cf-success .cf-response {
    background-color: rgb(225, 27, 49);
}