<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


body {
    font-family: 'Poppins', sans-serif;
}

hr {
    border: 0.01em solid #000;
}


.dropbtn {
    background-color: Transparent;
    color: #2E4053;
    border: none;
}
/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 10px 10px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: white;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
}

#menu {
    width: 100%;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    transition: all 0.5s ease;
}

    #menu.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        font-size: 1.1em;
    }

.navBarTop {
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
    background-color: #f3f3f3;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    width: 100%;
    z-index: 2000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .navBarTop a {
        text-decoration: none;
        color: #333;
    }



        .navBarTop a:hover {
            color: #ba41fa;
        }

    .navBarTop i {
        text-decoration: none;
        color: #ba41fa;
    }


    .navBarTop .panel-search {
        background-color: #e3e3e3;
        padding: 0px 5px 2px 5px;
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 30px;
        box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    }

.navBarBottom {
    position: relative;
    bottom: 0;
    left: 0;
    height: 56px;
    background-color: #f3f3f3;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .navBarBottom a:hover {
        color: #ba41fa;
    }

#btnMenu {
    z-index: 1100;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

    #btnMenu:hover {
        opacity: 0.8;
    }

#txtbuscar {
    border: none;
    background-color: transparent;
    width: 400px;
}

#content {
    margin-top: 80px;
    margin-bottom: 50px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    background-color: white;
    border-radius: 20px;
}

    #content img {
        border-radius: 10px;
        box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    }

    #content .button {
        background-color: #ba41fa;
        color: white;
        border-radius: 8px;
        box-shadow: rgba(0,0,0,0.2) 0 0 10px;
        padding: 8px;
        border: none;
        cursor: pointer;
    }

        #content .button:hover {
            opacity: 0.8;
        }

    #content .title-form {
        font-weight: bold;
    }

    #content .message-error-form {
        background-color: #e41557;
        padding: 1px 5px 0 5px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        color: #f3f3f3;
        font-size: 0.8em;
    }

    #content .header-page {
        padding: 15px 10px 10px 10px;
        border-radius: 15px;
        background-color: #f9f9f9;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        margin-left: 5px;
        display: flex;
        align-items: center;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 20px;
        height: 60px;
    }

    #content .bookmark-icon {
        position: absolute;
        top: 0px;
        right: 20px;
        z-index: 10;
    }

#offcanvasuser ul li {
    margin-bottom: 15px;
}

    #offcanvasuser ul li a:hover {
        color: #ba41fa;
    }

.btnclose {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ba41fa;
    color: #f3f3f3;
    cursor: pointer;
    padding: 20px;
    text-align: center;
}

    .btnclose:hover {
        opacity: 0.8;
        color: #f3f3f3;
    }

.zoom-scroll {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 0.6em;
    margin-right: 5px;
    padding: 2px 4px 0 4px;
    background-color: #ba41fa;
    border-radius: 20px;
    color: #f3f3f3;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.zoom-scroll-gallery {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 0.6em;
    margin-right: 5px;
    padding: 2px 4px 0 4px;
    background-color: #ba41fa;
    border-radius: 20px;
    color: #f3f3f3;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    .zoom-scroll-gallery:hover {
        color: #f3f3f3;
        opacity: 0.8;
    }

.noscroll {
    overflow: hidden; /* Desactiva el scroll */
}
/* Clase para el efecto de fade-out */
.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-out; /* Duración del fade-out */
}

/* Clase para el efecto de fade-in */
.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in; /* Duración del fade-in */
}

#imgprincipal {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
}

#imagePreview {
    position: fixed; /* Posición absoluta para poder ajustar dinámicamente */
    top: 0px;
    right: 0;
    z-index: 200; /* Asegura que esté sobre otros elementos */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semitransparente */
    padding: 5px; /* Espacio interno */
    border: 1px solid #ccc; /* Borde del contenedor */
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Sombra para realzar */
}

#previewImg {
    max-width: 350px; /* Asegura que no exceda el tamaño del contenedor */
    max-height: 350px; /* Asegura que no exceda el tamaño del contenedor */
}

.contenedor-div {
    position: relative;
}

.mi-imagen-abajo-derecha {
    position: relative;
    bottom: 5px;
    right: 10px;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.7);
}

    #infobox3 span {
        line-height: 58px;
        font-size: 16px;
        text-align: center;
        color: #f3f3f3;
        font-weight: 300;
    }

        #infobox3 span a {
            margin-right: 5px;
            text-decoration: underline;
            color: #ba41fa;
            font-weight: bold;
        }

    #infobox3 a:hover {
        opacity: 0.8;
    }

.description {
    width: 95%; /* Ancho máximo del contenedor */
    font-size: 18px;
    line-height: 1.2em; /* Altura de línea */
    max-height: 2.8em; /* Máxima altura para dos líneas */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 300;
}

.verticalaling {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    #txtbuscar {
        width: 200px;
    }

    .wrapper {
        zoom: 0.93;
    }
}

@media (max-width: 850px) {
    .navBarTop .visible-menu {
        display: none;
        width: 0px;
    }

    .navBarBottom {
        zoom: 0.7;
    }

    .wrapper {
        zoom: 0.648;
    }
}

@media (max-width: 768px) {
    #btnMenu {
        display: inherit;
    }

    .navBarTop .visible-menu {
        display: none;
        width: 0px;
    }

    .navBarBottom {
        zoom: 0.6;
    }
}
@media (max-width:480px) {
    #divrecaptcha, #t3-content {
        padding: 0 !important;
        margin: 0 !important;
        transform: scale(0.83);
        transform-origin: 0 0;
        left: 0px;
        position: relative;
    }
  

    .navBarTop {
        zoom: 0.8;
    }
}

@media (max-width: 400px) {
    #btnMenu {
        display: inherit;
    }

    .navBarTop{
        zoom: 0.8;
    }

    .navBarTop .visible-menu {
        display: none;
        width: 0px;
    }

    .navBarBottom {
        zoom: 0.6;
    }
}



</pre></body></html>