/* VARIABLES */

:root {
    --color-dark: #27292b;
    --color-dark-trans: rgba(0, 0, 0, 0.4);
    --color-white-trans: rgba(255, 255, 255, 0.8);
    --color-white: #f5f5f5;
    --color-protec: #f1cd27;
    --color-casos-exito: #FF6666;
    --degrade-casos-exito:  linear-gradient(90deg, #f1cd27 0%, #FF6666 100%) !important;
    --color-productos: #ffff00;
    --degrade-productos: linear-gradient(90deg, #ffff00 0%, #f1cd27 100%) !important;
    --color-novedades: #afb0af;
    --degrade-novedades: linear-gradient(90deg, #c5c7c5 0%, #8e908e 100%) !important;
    font-family: 'Rubik', sans-serif;
}



/* INICIO TEXTOS + BOTONES */

body {
    /* background-color: #27292b; */
    background-image: linear-gradient(90deg, #1c1c1e 0%, #27292b 10%, #27292b 90%, #1c1c1e 100%);
    transition: background-color 0.5s;
    /* overflow: hidden; */
}

body.white-mode {
    /* background-color: #f5f5f5; */
    background-image: linear-gradient(90deg, #cecece 0%, #f5f5f5 10%, #f5f5f5 90%, #cecece 100%);
    transition: background-image 0.5s;
}

img {
    border-radius: 5px 0 5px 10px !important;
}

.logo img {
    border-radius: 0px !important;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font: 1rem;
    font-style: italic;
}

a:hover {
    color: var(--color-protec);
}

.active a {
    font-weight: 700 !important;
    color: var(--color-protec) !important;
}

.active a:hover {
    color: #ffffff !important;
}


.btn {
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: color .3s ease-in-out, box-shadow .5s ease-in-out;
}

.btn:hover {
    box-shadow: inset 0 -100px 0 0 #ffffff;
    background-color: rgba(0,0,0,0);
}

p {
    font-size: 1.1rem;
}

.page-id-364 .active a {
    font-weight: 700 !important;
    color: #ffffff !important;
}

.row,
.row>*,
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.titulo-blanco {
    color: white;
}

.titulo-gris-oscuro {
    color: grey;

}

.contenido-texto p {
    color: white;
    text-align: center;
}

.white-mode .contenido-texto p {
    color: var(--color-dark);
}

.elementor p,
.elementor h3 {
    color: white !important;
}

.white-mode .elementor-heading-title {
    color: #000000 !important;
}

.elementor .fondo-blanco h3 {
    color: var(--color-dark) !important;
}

.white-mode .elementor p,
.white-mode h3,
.white-mode .elementor a {
    color: var(--color-dark) !important;
}
.white-mode .elementor-flip-box__layer__title {
    color: var(--color-white) !important;
}

.white-mode .elementor-icon-list-text {
    color: var(--color-dark) !important;
}

.contenido-texto-oscuro p {
    color: var(--color-dark) !important;
}



/* FIN TEXTOS TEXTOS */


.fondo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.subtitulo-seccion {
    color: white;
    text-align: center;
    font-size: 1.3rem;
    margin: 50px 0;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    font-weight: 500;
}

.white-mode .subtitulo-seccion {
    color: black;
}


/* INICIO ELEMENTOR */

.elementor-flip-box__back {
    background-color: var(--color-protec) !important;
}

/* FIN DE ELEMENTOR /*


/* INICIO FORMULARIO DE CONTACTO */

.elementor-form-fields-wrapper label {
    color: #ffffff !important;
}

.elementor-form-fields-wrapper input,
.elementor-form-fields-wrapper textarea {
    border-radius: 5px 0 5px 17px;
    padding: 15px;
    border: 0px !important;
}

.elementor-form-fields-wrapper input:focus,
.elementor-form-fields-wrapper input:focus-visible,
.elementor-form-fields-wrapper textarea:focus,
.elementor-form-fields-wrapper textarea:focus-visible {
    background-color: var(--color-protec) !important;
    color: #ffffff !important;
    border: 0px !important;
}

.white-mode .elementor-form-fields-wrapper label {
    color: var(--color-dark) !important;
}

.white-mode .elementor-form-fields-wrapper input,
.white-mode .elementor-form-fields-wrapper textarea {
    background-color: var(--color-dark) !important;
    color: #ffffff;
}

.white-mode .elementor-form-fields-wrapper input:focus,
.white-mode .elementor-form-fields-wrapper input:focus-visible,
.white-mode .elementor-form-fields-wrapper textarea:focus,
.white-mode .elementor-form-fields-wrapper textarea:focus-visible {
    background-color: var(--color-protec) !important;
    color: #ffffff !important;
    border: 0px !important;
}

/* FIN FORMULARIO DE CONTACTO */



/* INICIO PAGINA ERROR */

.error404 footer {
    margin-top: 0 !important;
}

.contenido-error {
    background-image: url(../img/paginaerror.webp);
    background-position: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
}

.contenido-error h1 {
    width: 100%;
    font-style: italic;
}


/* FIN PAGINA ERROR */


/* COMPARTIR */

.dropdown-menu.show {
    background-color: var(--color-dark);
    padding: 25px 15px !important;
    border-radius: 5px 0 5px 17px;
    color: #ffffff;
    box-shadow: 0 4px 6px 0px rgb(0 0 0 / 90%);
    -webkit-box-shadow: 0 4px 6px 0px rgb(0 0 0 / 90%);
}

.dropdown-item {
    color: var(--color-protec);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: var(--color-dark);
    font-weight: 700;
}

/* FIN COMPARTIR */


/*  INICIO NAVEGADOR */

.contenido-texto .container {
    width: 100% !important;
    max-width: 100% !important;
}

/* FIN NAVEGADOR /*


/* INICIO RELACIONADOS */

.contentedor-relacionados {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    width: 8500px;
    margin-left: 0;
    display: flex !important;
    gap: 15px;

}

.contentedor-relacionados:first-child .card-servicios {
    transform: translate3d(calc(50vw - 608px + 12.5rem), 0px, 0px);
}

#rotacionstyle {
    transform: translate3d(0, 0, 0);
}


._hj-zRk2h__Feedback__feedback._hj-z1NGf__Feedback__button {
    display: none !important;
}



#relacionados {
    margin-bottom: 100px;
}





/* FIN RELACIONADOS */


/* boton compartir*/

.boton-compatir {
    cursor: pointer;
}
#compatirExpandir {
    background-color: #ffffff;
    margin: 0;
    position: absolute;
    z-index: 99999;
}
#compatirExpandir a {
    color: var(--color-dark) ;
    padding: 5px 15px;
}
#compatirExpandir a:hover {
    background-color: var(--color-protec);
    color: #ffffff;
    padding: 5px 15px;
}



.white-mode #compatirExpandir {
    background-color: var(--color-dark) ;
    margin: 0;
    position: absolute;
    z-index: 99999;
}
.white-mode #compatirExpandir a {
    color: #ffffff;
    padding: 5px 15px;
}
.white-mode #compatirExpandir a:hover {
    background-color: var(--color-protec);
    color: #ffffff;
    padding: 5px 15px;
}

/**/


/* INICIO ANIMACION TEXTO TITULOS */

.typing-demo {
    width: 100%;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    padding-right: 5px;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}


/* FIN ANIMACION TEXTO TITULOS */




.texto-descripcion p {
    color: var(--color-white);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 50px 0 50px 0;    
 }

.white-mode .texto-descripcion p {
    color: var(--color-dark);
 }


.sinpost h2,
.sinpost p {
    color: var(--color-white);
    font-family: var(--bs-body-font-family);
}

.white-mode .sinpost h2,
.white-mode .sinpost p {
    color: var(--color-dark);
}
