/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Futura LT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Regular'), url('../font/FuturaLT.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Book'), url('../font/FuturaLT-Book.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Oblique'), url('../font/FuturaLT-Oblique.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT BookOblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT BookOblique'), url('../font/FuturaLT-BookOblique.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Light'), url('../font/FuturaLT-Light.woff') format('woff');
}




@font-face {
    font-family: 'Futura LT LightOblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT LightOblique'), url('../font/FuturaLT-LightOblique.woff') format('woff');
}



@font-face {
    font-family: 'Futura LT ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT ExtraBold'), url('../font/FuturaLT-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Bold'), url('../font/FuturaLT-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT ExtraBoldOblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT ExtraBoldOblique'), url('../font/FuturaLT-ExtraBoldOblique.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT BoldOblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT BoldOblique'), url('../font/FuturaLT-BoldOblique.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Heavy'), url('../font/FuturaLT-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Futura LT HeavyOblique';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT HeavyOblique'), url('../font/FuturaLT-HeavyOblique.woff') format('woff');
}




* {
    box-sizing: border-box;
}

body {
    font-family: 'Futura LT Regular';
    color: #959595;
    text-align: left;
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

div#scroll-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: rgb(40, 169, 165, 0.7);
    z-index: 9999;
}



a:focus,
p:focus,
h3:focus,
div:focus {
    outline: none;
}

header {}

.navbar_top {
    background-color: #242424;
    z-index: 2;
    position: fixed;
    height: 70px;
    z-index: 1000;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    width: 100%;
}

.navbar_top.shrink {
    height: 50px;

}

.navbar_top.shrink .logo {
    top: 10px;
}

.navbar_top.shrink .menu-icon {
    top: 17px;
}

.bold {
    font-family: 'Futura LT Bold';
}

h1 {
    font-family: 'Futura LT Bold';
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 48px;
}

h2 {
    font-size: 16px;
    font-family: 'Futura LT Bold';
    line-height: 24px;
    color: #fff;
    position: relative;
    display: flex;
    padding-left: 15px;

}

h2:before {
    list-style-type: none;
    display: inline-block;
    content: '';
    border-top: 1px solid #28A9A5;
    width: 42px;
    margin: 0 0;
    position: relative;
    top: 28px;
    left: -15px;
    transform: translateY(-1rem);
}


a {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

p {
    mix-blend-mode: normal !important;
    color: #242424;
}

.green {
    color: #28A9A5;
}

.logo {
    position: relative;
    z-index: 5;
    padding-left: 20px;
    top: 20px;
    transition: top 0.3s;
}

.logo img {
    width: 150px;
}

.cabecera-home {
    background-color: #242424;
    position: relative;
    top: 70px;
}

.home-text {
    position: relative;
    left: 27%;
    padding-right: 0px;
    top: -50px;
}

.home-img {
    width: 100%;
}

.tagline {
    position: fixed;
    font-size: 12px;
    font-family: 'Futura LT Bold';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);

    left: -150px;
    top: 50%;
    z-index: 3;
    mix-blend-mode: difference;
    text-transform: uppercase;
}

.mix-blend-mode body {
    /* only create background gradient if mix-blend-mode is supported; otherwise, default black text will remain ledgible against a plain white background */

    color: white;
}

.button-home {
    position: absolute;
    text-align: right;
    bottom: 30px;
    width: 100%;
    right: 50px;
}

footer {
    padding: 30px 0;
    color: #242424;


}


.logo-footer {
    width: 150px;
    padding-left: 10px;
    float: left;
}

.social {
    padding-left: 30px;
}

.mail {
    float: right;
    text-align: right;
}

.social a,
.mail a {
    font-size: 13px;
    font-family: 'Futura LT Bold';
    color: #242424;
    padding: 0 10px;
}





/***********************************/
/*********** menu ********/
/***********************************/


.menu-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 27px;
    cursor: pointer;
    transition: top 0.3s;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

.nav {
    position: absolute;
    z-index: 1;
}

.nav:before,
.nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: rgba(234, 234, 234, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
}

.nav:after {
    background: #242424;
    transition-delay: 0s;
    z-index:9;

}

.nav:before {
    transition-delay: 0.1s;
    width: 100%;
}



.nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
    z-index: 10;

}


.nav__list-item {
    position: relative;
    display: inline-block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-right: 25px;
    color: #fff;
}

.nav__list-item a {
    color: #fff;
    text-decoration: none;
}

.nav__list-item:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 0px;
    height: 1px;
    top: 150%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav__list-item:hover:before {
    width: 100%;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
    visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
    transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
    transition-delay: 0.1s;
}

body.nav-active .nav:before {
    transition-delay: 0s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
}


/***********************************/
/*********** arrow ********/
/***********************************/


.the-arrow {
    width: 1px;
    transition: all 0.2s;
}

.the-arrow.-left {
    position: absolute;
    top: 48%;
    left: 0;
}

.the-arrow.-left > .shaft {
    width: 0;
    background-color: #242424;
}

.the-arrow.-left > .shaft:before,
.the-arrow.-left > .shaft:after {
    width: 0;
    background-color: #242424;
}

.the-arrow.-left > .shaft:before {
    transform: rotate(0);
}

.the-arrow.-left > .shaft:after {
    transform: rotate(0);
}

.the-arrow.-right {
    top: 1px;
}

.the-arrow.-right > .shaft {
    width: 1px;
    transition-delay: 0.2s;
}

.the-arrow.-right > .shaft:before,
.the-arrow.-right > .shaft:after {
    width: 8px;
    transition-delay: 0.3s;
    transition: all 0.5s;
}

.the-arrow.-right > .shaft:before {
    transform: rotate(40deg);
}

.the-arrow.-right > .shaft:after {
    transform: rotate(-40deg);
}

.the-arrow > .shaft {
    background-color: #4c4c4c;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
}

.the-arrow > .shaft:before,
.the-arrow > .shaft:after {
    background-color: #242424;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
}

.the-arrow > .shaft:before {
    transform-origin: top right;
}

.the-arrow > .shaft:after {
    transform-origin: bottom right;
}

.animated-arrow {
    display: inline-block;
    color: #242424;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    font-family: 'Futura LT Bold';
    z-index: 8;
}

.animated-arrow:hover {
    color: #000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft {
    width: 30px;
    transition-delay: 0.1s;
    background-color: #000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before,
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    width: 8px;
    transition-delay: 0.1s;
    background-color: #000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before {
    transform: rotate(40deg);
}

.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    transform: rotate(-40deg);
}

.animated-arrow:hover > .main {
    transform: translateX(17px);
    transform: translateX(40px);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before,
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all 0.1s;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
    transform: rotate(0);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    transform: rotate(0);
}

.animated-arrow > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.animated-arrow > .main > .text {
    margin: 0 16px 0 0;
    line-height: 1;
}

.animated-arrow > .main > .the-arrow {
    position: relative;
}


/***********************************/
/********* home section text *******/
/***********************************/

.section_01 {
    padding: 170px 0 50px 0;
}


.section_02 {
    padding: 100px 0 50px 0;
    background-color: #242424;
}

.section_03 {
    padding: 100px 0 50px 0;
    background: white;
}

.big-text01 {
    position: relative;
}

.big-text01::before {
    content: "01";
    font-family: 'Futura LT Bold';
    color: #EDEBEC;
    font-size: 160px;
    position: absolute;
    left: 180px;
    top: 20px;
}


.big-text02 {
    position: relative;
}

.big-text02::before {
    content: "02";
    font-family: 'Futura LT Bold';
    color: #EDEBEC;
    font-size: 160px;
    position: absolute;
    left: 180px;
    top: 20px;
    opacity: 0.1;
}

.big-text02 ul li {
    list-style-type: none;
    padding-bottom: 13px;
    padding-left: 20px;
}

.big-text02 ul li::before {
    list-style-type: none;
    display: inline-block;
    content: '';
    border-top: 1px solid #28A9A5;
    width: 42px;
    margin: 0 0;
    position: relative;
    top: 10px;
    left: -20px;
    transform: translateY(-1rem);
}

.big-text03 {
    position: relative;
}

.big-text03::before {
    content: "03";
    font-family: 'Futura LT Bold';
    color: #EDEBEC;
    font-size: 160px;
    position: absolute;
    left: 180px;
    top: 20px;
    z-index: 1;
}

h3 {
    font-size: 18px;
    color: #BEBEBE;
    text-transform: uppercase;
    font-family: 'Futura LT Bold';
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    color: #242424;
    font-family: 'Futura LT Bold';
    z-index: 2;
    position: relative;
}

.destacado {
    margin-top: 70px;
    z-index: 5;
}

.destacado p {
    font-size: 35px;
    line-height: 45px;
    color: #242424;
    font-family: 'Futura LT Bold';
    text-transform: uppercase;
}

.imgs-middle-home {
    margin-top: 0px;
    padding-bottom: 120px;
}

.imgs-middle-home img {
    width: 100%;
}

.imgs-middle02 {
    margin-top: 30px;
}






/***********************************/
/*********** works ********/
/***********************************/

.section-projects {
    padding-top: 100px;
    padding-bottom: 100px;

}

.tag {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Futura LT Bold';
    background-color: #28A9A5;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.work-01 {
    padding-bottom: 100px;
}

.work-title {
    font-size: 35px;
    line-height: 45px;
    color: #242424;
    font-family: 'Futura LT Bold';
    text-transform: uppercase;
}
.service-title {
    font-size: 25px;
    line-height: 35px;
    color: #242424;
    font-family: 'Futura LT Bold';
    text-transform: uppercase;
}

.text-work-01 {
position: relative;
}

.text-work-02 {
position: relative;
}

.text-work-03 {
position: relative;
}

.img-insp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-insp span {
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Futura LT Bold';
    background-color: #28A9A5;
    text-transform: uppercase;
    padding: 2px 5px;
}

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

.section-inspiran {
    padding: 100px 0;
}

.cosas-inspiran p {
    font-size: 35px;
    line-height: 45px;
    color: #242424;
    font-family: 'Futura LT Bold';
    text-transform: uppercase;

}


/***********************************/
/*********** proyectos ********/
/***********************************/

.proyectos-text {}

.cabecera-proyectos {
    background-color: #242424;
    position: relative;
    padding: 30px 30px 50px 30px;
}

.carac-projects .tag {
    text-transform: uppercase;
    margin: 20px 0 8px 0;
}

.project-text {
    top: 0;
}

.section-reto {
    padding: 100px 0;
	margin-top: 50px !important;
}

.title-project {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

.section-reto ul {
    position: relative;
}

.section-reto ul {
    position: relative;
}

.section-reto ul li {
    color: #242424;
    padding-bottom: 7px;
    list-style-type: none;
    padding-left: 10px;
}

.section-reto ul li:before {
    list-style-type: none;
    display: block;
    content: '';
    border-top: 1px solid #28A9A5;
    width: 28px;
    margin: 0 0;
    position: relative;
    top: 29px;
    left: -44px;
    transform: translateY(-1rem);
}

.title-middle-project {
    font-size: 20px;
    padding-top: 30px;
}

.destacado-project {
    padding-top: 100px;
}

.destacado-project img {
    width: 100%;
}

.destacado-project p {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
   margin-left: -100px;
}


/***********************************/
/*********** ipad / portatil ********/
/***********************************/
@media screen and (max-width: 992px) {
    .tagline {
        display: none;
    }

    .home-text {
        left: 5%;
        top: 0;
        margin-bottom: 30px;
    }

    h1 {
        font-size: 27px;
        line-height: 35px;
    }

    .button-home {
        bottom: 10px;
        right: 20px;
    }

    .big-text01::before,
    .big-text02::before,
    .big-text03::before {
        left: 0;
    }

    .destacado {
        margin-top: 20px;
    }

    .destacado p {
        font-size: 27px;
        line-height: 35px;
    }

    .imgs-middle-home {
        margin-top: 0;
        padding-bottom: 0;
    }

    .imgs-middle02 {
        margin: 0;
        padding: 20px;
    }

    .work-01 {
        padding: 20px 0;
    }

    .big-text02 ul {
        margin-bottom: 0;
    }
    
    /* ********** CORRECCIÓN DE CENTRADO SEGURO PARA TODOS LOS SERVICIOS ********** */
    /* Anula los desplazamientos (left: 19%, left: -12%, left: -10%) de escritorio */
    .text-work-01,
    .text-work-02,
    .text-work-03 { 
        left: 0;
        text-align: center; /* Asegura el centrado del texto en móvil/tablet */
        padding-bottom: 30px; /* Asegura el espaciado si se usa */
    }
    /* ****************************************************************************** */

    .section-projects {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .order-ipad {
        order: 2;
    }

    .section-inspiran {
        padding: 50px 0;
    }

    footer {
        padding: 20px 0;
    }

}

@media screen and (max-width: 767px) {
.tagline {
display: none;
}

.home-text {
left: 0%;
top: 0;
margin-bottom: 30px;
padding-left: 5px !important;
padding-right: 5px !important;
}

.navbar_top.shrink {
height: 70px;

}

.navbar_top.shrink .logo {
top: 20px;
}

.navbar_top.shrink .menu-icon {
top: 27px;
}

.container {

}

.section-projects .container { 
}
    

}

    .cosas-inspiran {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .cosas-inspiran p {
        font-size: 27px;
        line-height: 35px;
    }

    .logo-footer {
        margin-bottom: 10px;
    }

    .mail {
        text-align: left;
        padding-left: 20px;
    }

    .mail a {
        padding: 0 5px;
    }

    .section-reto {
        padding: 40px 0;
    }

    .destacado-project {
        padding-top: 30px;
    }

    .destacado-project .m-3 {
        margin: 0 !important;
    }

    .destacado-project p {
        margin-left: 0;
        padding-top: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .menu-icon {
        right: 30px;
        top: 27px;
    }

    .cabecera-proyectos {
        padding: 15px 5px;
    }
    
    .cabecera-home{
        padding-top: 30px !important;
    }


/* Estilos para el HOME PAGE SOLAMENTE */
.home-page .home-text h1 .subtitulo-h1 { /* ... estilos ... */ }
.home-page .home-text h2 { /* ... estilos ... */ }
.home-page .home-text h2 .enfoque-estrategico { /* ... estilos ... */ }

@media screen and (max-width: 992px) {
    /* 1. Anula el centrado de texto a nivel de contenedor general en secciones clave */
    .section-reto,
    .proyectos-text {
        text-align: left !important;
    }
    
    /* 2. Anula el centrado de los bloques de contenido más comunes: párrafos, listas, títulos */
    .section-reto p,
    .section-reto ul,
    .section-reto h3,
    .section-reto h4,
    .proyectos-text p,
    .proyectos-text ul,
    .proyectos-text h3,
    .proyectos-text h4 {
        text-align: left !important;
    }

    /* 3. A veces las columnas de Bootstrap fuerzan el centrado en móvil. Forzamos left */
    .section-reto [class*="col-"] {
        text-align: left !important;
    }
}
/* Estilo para el divisor horizontal */
.divisor-servicios {
    /* Define el grosor de la línea */
    height: 1px; 
    
    /* Color de la línea (ajusta este valor) */
    background-color: #f2f2f2; 
    
    /* Ancho de la línea (cubre el ancho completo) */
    width: 100%; 
    
    /* Margen: 40px arriba y abajo, 0 a los lados. Esto te da la separación. */
    margin: 40px 0; 
}
/* Añade esta clase a tu CSS para forzar la misma altura en las columnas */
.align-bottom-content {
    display: flex; /* Habilita Flexbox */
    align-items: flex-end; /* Alinea el contenido de las columnas al final */
    flex-wrap: wrap; /* Asegura que se envuelva en móvil */
}

/* Opcional: Esto es solo si el row ya tiene un display: block; */
@media (min-width: 992px) { /* Solo para escritorio */
    .row.align-bottom-content {
        align-items: flex-end;
    }
}
/* Clase para forzar la alineación vertical del contenido al inicio (TOP)
   en una fila (row) de Bootstrap que contiene columnas de diferentes alturas. */
.align-top-content {
    display: flex; /* Habilita el modelo Flexbox */
    align-items: flex-start; /* Alinea los elementos (columnas) al inicio (parte superior) */
    flex-wrap: wrap; /* Asegura que las columnas se envuelvan correctamente en dispositivos móviles */
}
/* 1. Para forzar a las columnas del row a tener la misma altura */
.row.equal-height-columns {
    display: flex;
    flex-wrap: wrap;
}

/* 2. Para el contenido que debe quedarse arriba (Texto / Imagen 01) */
.align-column-top {
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; /* Alinea al inicio vertical */
    height: 100%; 
}

/* 3. Para el contenido que debe quedarse abajo (Imagen 02 / Imagen 03) */
.align-column-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Alinea al final vertical */
    height: 100%; 
}
/* Esto oculta cualquier contenido que se extienda más allá del ancho de la pantalla */
body {
    overflow-x: hidden;
}
/***********************************/
/*********** arrow GREEN (Más Gruesa - FINAL) ********/
/***********************************/

.animated-arrow-white {
    /* Color del texto */
    color: #ffffff !important; 
}

/* 1. ESTADO NORMAL / REPOSO */

/* Flecha izquierda y SHAFT principal de la flecha derecha (Líneas horizontales) */
.animated-arrow-white .shaft {
    background-color: #28A9A5 !important;
    height: 2px !important; /* GROSOR FORZADO */
}

/* PUNTAS de la flecha DERECHA (>) en reposo */
.animated-arrow-white > .main > .the-arrow.-right > .shaft:before,
.animated-arrow-white > .main > .the-arrow.-right > .shaft:after {
    background-color: #28A9A5 !important;
    height: 2px !important; /* GROSOR FORZADO */
    width: 10px !important; /* ANCHO DE PUNTA FORZADO */
}

/* 2. ESTADO HOVER / ANIMADO */

/* Puntas y Shaft de la flecha IZQUIERDA (Animación) */
.animated-arrow-white:hover > .the-arrow.-left > .shaft {
    background-color: #28A9A5 !important;
    height: 2px !important; /* GROSOR FORZADO */
    width: 30px !important;
}

.animated-arrow-white:hover > .the-arrow.-left > .shaft:before,
.animated-arrow-white:hover > .the-arrow.-left > .shaft:after {
    background-color: #28A9A5 !important;
    height: 2px !important; /* GROSOR FORZADO */
    width: 10px !important;
}

/* Puntas de la flecha DERECHA al hacer hover (aunque tengan width:0, forzamos el color/grosor) */
.animated-arrow-white:hover > .main > .the-arrow.-right > .shaft:before,
.animated-arrow-white:hover > .main > .the-arrow.-right > .shaft:after {
    background-color: #28A9A5 !important;
    height: 2px !important; /* GROSOR FORZADO */
}