:root{
    --Color-Rojo:#ed1c27;
    --Color-Rojo-Oscuro:#c2161f;
    --Color-Txt:#707070;
    --Color-Blanco: #ffffff;
    --Color-Background:#FAFAFA;
    --Color-Gris: #f9f9f9;
    --Color-Footer: #f4f4f4;
    --Color-Negro:#2d2d2d;
}

/* Reset */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: var(--Color-Negro);
    scroll-behavior: smooth;
    font-family: 'davcondensedRegular', sans-serif;
}
b{
    font-family: 'davcondensedExtraBold', sans-serif;
}

a:hover{
    cursor: pointer;
}

/*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*/

/* ----------------------- */
/* ------- LEGALES ------- */
/* ----------------------- */

.lemotive{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 8%;
    z-index: 150;
    filter: drop-shadow(1px 1px 3px #acacac);
}
.legal{
    position: fixed;
    top: 100px;
    right: 20px;
    width: 15px;
    z-index: 3;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
    font-size: 0.7rem;
    color: var(--Color-Negro);
    padding: 10px 2px; /* Espaciado interior */
    background-color: var(--Color-Blanco); /* Fondo del texto */
    border-radius: 8px; /* Borde redondeado */
    font-weight: 400;
}

.btn-inicio{
    position: fixed;
    bottom: 20px;
    z-index: 2;
}
.btn-inicio a{
    background-color: var(--Color-Blanco);
    text-align: center;
    padding: 10px 15px;
    color: var(--Color-Rojo);
    font-size: 1.3rem;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 45px;
    height: 50px;
    transition: width 0.3s ease;
    box-shadow: 0px 0px 5px #acacac;
}
.btn-inicio a span{
    color: var(--Color-Blanco);
}
.btn-inicio a:hover{
    color: var(--Color-Blanco);
    background-color: var(--Color-Rojo-Oscuro);
    text-decoration: none;
    width: 200px; /* Ajuste para mostrar el texto al hacer hover */
    opacity: 1;
}
.btn-inicio a:hover i{
    color: var(--Color-Blanco);
}
.btn-inicio a i{
    color: var(--Color-Rojo);
    padding: 0px;
    animation: moveLeftRight 2s linear infinite;
}
.btn-inicio a span {
    margin-left: 10px;
    display: inline-block;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-inicio a:hover span {
    transform: translateX(0);
    opacity: 1;
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------------------- */
/* ------- INICIO ------- */
/* ----------------------- */
.background{
    background-image: url(../img/b4iqF-f1197a2b-bf64-4ae9-96e1-77b3c2e2a809_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.inicio .titular{
    margin: 50px 0px 70px 0px;
}
.inicio .titular h2{
    color: var(--Color-Negro);
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
.inicio h3{
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}
.inicio h3 b{
    color: var(--Color-Rojo);
}
.inicio .arrow{
    text-align: center;
}
.inicio .arrow img{
    width: 8%;
}
.inicio .carrusel{
    margin: 30px 0px 70px 0px;
}
.inicio .carrusel .swiper-wrapper{
    padding: 50px 0px 30px 0px;
}
.inicio .carrusel .swiper-slide .content{
    background-color: var(--Color-Blanco);
    border-radius: 30px;
    padding: 0px 10px;
    position: relative;
}
.swiper-pagination-bullet-active {
    background: var(--Color-Rojo) !important;
}
.swiper-button-next, .swiper-button-prev{
    color: var(--Color-Rojo)!important;
}
.inicio .carrusel .swiper-slide .content .icono{
    display: flex;
    justify-content: center;
    text-align: center;
}
.inicio .carrusel .swiper-slide .content .icono .icon{
    position: absolute;
    top: -40px;
}

.inicio .carrusel .swiper-slide .content .icono .icon img{
    width: 50%;
}
.inicio .carrusel .swiper-slide .content h4{
    text-align: center;
    font-size: 1.1rem;
    padding: 70px 0px 0px 0px;
}
.inicio .carrusel .swiper-slide .content .boton{
    display: flex;
    justify-content: center;
}
.inicio .carrusel .swiper-slide .content .boton a{
    background-color: var(--Color-Rojo);
    color: var(--Color-Blanco);
    font-weight: bold;
    text-align: center;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 10px 0px 30px 0px;
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.inicio .carrusel .swiper-slide .content .boton a:hover{
    text-decoration: none;
    background-color: var(--Color-Rojo-Oscuro);
    transform: scale(1.1,1.1);
}
.inicio .carrusel .swiper-slide .content .imagen{
    display: flex;
    justify-content: center;
}
.inicio .carrusel .swiper-slide .content .imagen img{
    width: 80%;
}


/* ----------------------- */
/* ------- CONSEJOS ------- */
/* ----------------------- */

.home-consejo{
    background-color: var(--Color-Rojo);
}
.home-consejo h1{
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.8rem;
    color: var(--Color-Blanco);
    transform: rotate(-3deg);
    margin-top: 50px;
    margin-bottom: 30px;
}
.home-consejo h1 .recuadro{
    background-color: var(--Color-Blanco);
    padding: 3px 10px;
    border-radius: 20px 30px 10px 20px;
    font-size: 3.3rem;
    font-weight: bold;
}
.home-consejo h1 .complemento{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--Color-Blanco);
    font-size: 3.5rem;
}
.home-consejo p{
    color: var(--Color-Blanco);
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 30px;
    margin-bottom: 50px;
}
.home-consejo p a{
    color: var(--Color-Blanco);
}
.home-consejo .imagen{
    margin-top: 50px;
}
.home-consejo .flecha{
    text-align: center;
    margin-bottom: -30px;
}
.home-consejo .flecha img{
    width: 30%;
}
.contenido p{
    margin-top: 60px;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.contenido .pasos .paso{
    background-color: var(--Color-Blanco);
    border: 2px solid var(--Color-Rojo);
    border-radius: 30px;
    margin: 30px;
    padding: 0px 10px;
    position: relative;
}
.contenido .pasos .paso .numero{
    position: absolute;
    top: -20px;
    left: -20px;
}
.contenido .pasos .paso .numero .number span{
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--Color-Blanco);
    font-size: 2rem;
    background-color: var(--Color-Rojo);
    font-weight: bold;
}
.contenido .pasos .paso p{
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 10px 0px 30px 0px;
}

.contenido .recomendaciones{
    margin-bottom: 50px;
}

.contenido .recomendaciones h3{
    color: var(--Color-Rojo);
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: left;
}
.contenido .recomendaciones .lista-recomendaciones ul li{
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.contenido .denuncie{
    background-color: var(--Color-Blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #acacac74;
    margin-bottom: 50px;
}
.contenido .denuncie .icono{
    width: 30%;
    display: flex;
    justify-content:center;
}
.contenido .denuncie .icono p i{
    color: var(--Color-Rojo);
    font-size: 4rem;
}
.contenido .denuncie .texto{
    width: 70%;
}
.contenido .denuncie .texto h2{
    color: var(--Color-Rojo);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0px;
    font-style: italic;
}
.contenido .denuncie .texto h3{
    font-size: 1.1rem;
    margin: 10px 0px;
}
.contenido .denuncie .texto h3 a{
    color:var(--Color-Rojo);
}
.contenido .btn a{
    background-color: var(--Color-Rojo);
    padding: 5px 50px;
    font-size: 1.2rem;
    border-radius: 20px;
    color: var(--Color-Blanco);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
.contenido .btn a i{
    color: var(--Color-Blanco);
    font-size: 2rem;
    margin-left: 10px;
}
.contenido .btn a:hover{
    background-color: var(--Color-Rojo-Oscuro);
    color: var(--Color-Blanco);
    text-decoration: none;
    transform: rotate(3deg);
    cursor: pointer;
}
.estafas h2{
    color: var(--Color-Rojo);
    font-weight: bold;
    font-size: 2.5rem;
    margin: 30px 0px;
}
.estafas h3{
    font-size: 1.5rem;
}

.contenedor-scroll{
    overflow-y: hidden;
    overflow-x: scroll;
    text-align: center;
}

/* CONTROLES BARRA SCROLL */

    .contenedor-scroll::-webkit-scrollbar {
        cursor: pointer;
        height: 10px;
    }

    .contenedor-scroll::-webkit-scrollbar-thumb {
        background: #d0d0d0;
        border-radius: 100px;    
    }

    .contenedor-scroll::-webkit-scrollbar-track {
        background: var(--Color-Gris-Claro);
    }

/* END CONTROLES BARRA SCROLL */

.scroll{
    display: inline-flex;
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
}

.scroll .item-scroll{
    position: relative;
    min-width: 300px;
    height: 350px;
    line-height: 450px;
    margin-right: 30px;
    text-align: center;       
}
.imagenes-item-scroll{
    width: auto;
    height: 350px;
}
.scroll .item-scroll-2{
    position: relative;
    min-width: 600px;
    height: auto;
    margin-right: 30px;
    text-align: center;       
}
.imagenes-item-scroll-2{
    width: auto;
    height: auto;
}
.texto-deslice{
    color: var(--Color-Rojo);
    font-size: 1.8rem;
    text-align: center;
}


footer{
    background-color: var(--Color-Footer);
    padding: 30px 0px;
}
footer p{
    text-align: center;
}




@media (max-width: 768px) {
    .lemotive{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 12%;
        z-index: 150;
        filter: drop-shadow(1px 1px 3px #acacac);
    }
    /* ----------------------- */
    /* ------- INICIO ------- */
    /* ----------------------- */
    .inicio .titular{
        margin: 70px 0px 50px 0px;
    }
    .inicio .titular h2{
        font-size: 1.3rem;
        margin-top: 20px;
    }
    .inicio h3{
        margin-top: 10px;
    }
    .inicio .carrusel{
        margin: 30px 0px 70px 0px;
    }
    .inicio .carrusel .swiper-slide .content .icono .icon img{
        width: 40%;
    }
    .inicio .carrusel .swiper-slide .content h4{
        font-size: 1.2rem;
        padding: 60px 10px 0px 10px;
    }
    .inicio .carrusel .swiper-slide .content .boton a:hover{
        text-decoration: none;
        background-color: var(--Color-Rojo-Oscuro);
        transform: scale(1.1,1.1);
    }
    .inicio .carrusel .swiper-slide .content .imagen img{
        width: 60%;
    }

    /* ----------------------- */
    /* ------- CONSEJOS ------- */
    /* ----------------------- */
    .home-consejo h1{
        font-size: 2.3rem;
        line-height: 3rem;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .home-consejo h1 .recuadro{
        font-size: 2.6rem;
    }
    .home-consejo h1 .complemento{
        font-size: 3rem;
    }
    .home-consejo p{
        margin-top: 30px;
    }
    .home-consejo .imagen{
        margin-top: 50px;
        display: none;
    }
    .home-consejo .flecha{
        text-align: center;
        margin-bottom: -30px;
    }
    .home-consejo .flecha img{
        width: 50%;
    }
    .contenido p{
        margin-top: 60px;
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    .contenido .pasos .paso{
        background-color: var(--Color-Blanco);
        border: 2px solid var(--Color-Rojo);
        border-radius: 30px;
        margin: 30px;
        padding: 0px 10px;
        position: relative;
    }
    .contenido .pasos .paso .numero{
        position: absolute;
        top: -20px;
        left: -20px;
    }
    .contenido .btn a{
        margin-bottom: 30px;
    }
    .contenido .btn a i{
        color: var(--Color-Blanco);
        font-size: 2rem;
        margin-left: 10px;
    }
    .contenido .btn a:hover{
        background-color: var(--Color-Rojo-Oscuro);
        color: var(--Color-Blanco);
        text-decoration: none;
        transform: rotate(3deg);
        cursor: pointer;
    }
}



@media (max-width: 576px) {
    .lemotive{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 15%;
        z-index: 150;
        filter: drop-shadow(1px 1px 3px #acacac);
    }
    /* ----------------------- */
    /* ------- INICIO ------- */
    /* ----------------------- */
    .inicio .titular{
        margin: 70px 0px 50px 0px;
    }
    .inicio .titular h2{
        font-size: 1.3rem;
        margin-top: 20px;
    }
    .inicio h3{
        margin-top: 10px;
    }
    .inicio .carrusel{
        margin: 30px 0px 70px 0px;
    }
    .inicio .carrusel .swiper-slide .content .icono .icon img{
        width: 40%;
    }
    .inicio .carrusel .swiper-slide .content h4{
        font-size: 1.2rem;
        padding: 60px 10px 0px 10px;
    }
    .inicio .carrusel .swiper-slide .content .boton a:hover{
        text-decoration: none;
        background-color: var(--Color-Rojo-Oscuro);
        transform: scale(1.1,1.1);
    }
    .inicio .carrusel .swiper-slide .content .imagen img{
        width: 60%;
    }

    /* ----------------------- */
    /* ------- CONSEJOS ------- */
    /* ----------------------- */
    .home-consejo h1{
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .home-consejo h1 .recuadro{
        font-size: 2rem;
    }
    .home-consejo h1 .complemento{
        font-size: 2.5rem;
    }
    .home-consejo p{
        margin-top: 30px;
    }
    .home-consejo .flecha{
        text-align: center;
        margin-bottom: -30px;
    }
    .home-consejo .flecha img{
        width: 20%;
    }
    .contenido p{
        margin-top: 60px;
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    .contenido .btn a{
        margin-bottom: 30px;
    }
    .contenido .btn a i{
        color: var(--Color-Blanco);
        font-size: 2rem;
        margin-left: 10px;
    }
    .contenido .btn a:hover{
        background-color: var(--Color-Rojo-Oscuro);
        color: var(--Color-Blanco);
        text-decoration: none;
        transform: rotate(3deg);
        cursor: pointer;
    }
    .contenido .recomendaciones .lista-recomendaciones ul{
        padding: 0px 30px;
    }
    .contenido .recomendaciones .lista-recomendaciones ul li{
        text-align: left;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}