@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Lexend:wght@100..900&family=Permanent+Marker&display=swap');

body {
    background-image: url("../../images/entorno/cover.jpg?8");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-color: #000;
}

.modulo-layout {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px auto;
}

.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}

.happy-monkey-regular {
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: normal;
}

.lexend-bones {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.titulo {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffaf0c;
    text-shadow: 3px 3px 1px #000;
}

.subtitulo {
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: bold;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 1.5px 1.5px 1px #000;
}

.texto {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    /* line-height: 1.5vw; */
    color: #fff;
    /* text-shadow: 2px 2px 1px #fff; */
}

.services a {
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.stckdw {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0 !important;
    height: 40px;
    width: 100%;
    background: black;
    z-index: 10;
}

.stckdw-container {
    padding: 0 50px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-container{
    padding:5px 40px;
    color:#fff;
    font-size:16pt;
}

.logo-footer {
    padding-top: 6px;
}

.right-icons {
    display: flex;
    /* Convierte este nuevo contenedor en un Flexbox también para controlar sus ítems internos */
    align-items: center;
    /* Opcional: Centra verticalmente los íconos dentro de este grupo si tienen diferentes alturas */
    gap: 10px;
    /* Añade un espacio entre los íconos de corazón y WhatsApp */
}

.wa-icon {
    padding-top: 6px;
}

@media print,
screen and (max-width: 50em) {
    #top-mn {
        display: none;
    }

    .texto {
        font-size: 3vw;
        color: #fff;
    }

    .services {
        line-height: 11pt !important;
        font-size: 12pt !important;
        font-weight: bold;
        display: block !important;
    }

    .icon {
        font-size: 30px !important;
    }

    .fa-solid {
        color: #ffaf0c;
        line-height: 20px !important;
        margin: 10px auto;
        text-shadow: 2px 2px 2px #000;
    }

    .stckdw-container {
        padding: 0 20px !important;
    }
    .header-container{
        padding: 5px 10px !important;
    }
    body {
        background-image: url("../../images/entorno/cover-movil.jpg");
    }
}