body{
    background-color: #DDE5FA;
}

:root {
    --interior-menu: #DDE5FA;
    --texto-menu: #031427ea;
    --family: #e8eeff;
    --calc: #d0dcff;
    --color-fondo-claro: #DDE5FA; /* Color de fondo principal de la sección */
    --color-barra-navegacion-claro: #000616; /* Color de la barra de navegación */
    --color-box-claro: #031427ea; /* Color de los botones de la barra de navegación*/
    --titulo: #000616;
    --valor-contenedor: #a0f4ff23;
    --sombra-valor-contenedor: #0000002f;
    --titulos-valores: #212529;
    --compra-venta: #2c2c2cd5;
    --precios: #000616;
    --horarios: #00000085;
}

@media (prefers-color-scheme: dark) {
    :root{
    /* Colores para el tema OSCURO */
    
    --interior-menu: #020114; /*Fondo del menú despegable*/
    --texto-menu: #dddddd; /*Texto del menú despegable*/
    --color-fondo-claro: #02010ee8; /* Fondo más oscuro */
    --color-barra-navegacion-claro: #f3f3f3; /* Barra de navegación más oscura */
    --color-box-claro: #000000dc; /* Botones de la barra en oscuro */
    --family: #111213;
    --calc: #25272e;
    --titulo: #e8e8ff;
    --valor-contenedor: #ffffffe7;
    --sombra-valor-contenedor: #c7f9ff1e;
    --titulos-valores: #111111e7;
    --compra-venta: #181818e5;
    --precios: #000000;
    --horarios: #1a1a1f9d;
    }
}

/*
::-webkit-scrollbar { width: 0px; height: 9px;}
::-webkit-scrollbar-button { width: 0px; height: 0px;}
::-webkit-scrollbar-thumb { background: transparent; border: 0px none #fff; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover { background: #3a77a1;}
::-webkit-scrollbar-thumb:active { background: #8dd0d8;}
::-webkit-scrollbar-track {background: transparent;border: 0px solid #aaa; border-radius: 5px;}
::-webkit-scrollbar-track:hover { background: #e4e4e4;}
::-webkit-scrollbar-track:active { background: #d2d2d2;}
::-webkit-scrollbar-corner { background: transparent;}
*/

.glass{
    background: #2c2c2c40;
    backdrop-filter: blur(0.9rem);
    -webkit-backdrop-filter: blur(0.9rem);
    border-radius: 3px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/*Reglas para animar las fotos de los botones*/
.gif-button {
  text-align: center;
}

.gif-container {
  position: relative;
  width: 5rem; /* ajusta al tamaño de tu gif */
  height: 5rem;
  margin: 30px 2.5rem 0 2.5rem;
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid black;
}

.gif-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}

.static{
    padding: 10px;
}

.gif-container .animated {
  opacity: 0; /* Oculto por defecto */
}

.gif-container:hover .animated {
  opacity: 1; /* Muestra el gif en hover */
}

.gif-container:hover .static {
  opacity: 0; /* Oculta la imagen estática */
}

.btn-text {
  margin-top: 8px;
  font-size: 2dvh;
  font-weight: bold;
  color: var(--titulo);
  font-family: "Quicksand", sans-serif;
}

.titulo h1{
    font-size: 2.5rem;
    font-family: poppins;
    font-weight: bold;
    letter-spacing: -1px;
    word-spacing: 15px;
    color: var(--titulo);
}

h2{
    font-size: .85rem;
    color: var(--titulo);
}

h2 button{
    border-radius: 20px;
    background-color: rgba(130, 63, 255, 0.596);
    border: none;
    font-weight: bold;
}

h2 button a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

h3{
    font-size: 1.4rem;
    font-family: space grotesk;
    font-weight: bold;
    color: var(--titulos-valores);
}

.scrollcontainer{
    width: fit-content;
    height: fit-content;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.scrollcontainerDerecha{
    width: fit-content;
    height: fit-content;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

nav{
    background-color: var(--color-barra-navegacion-claro);
    width: 100% !important;
}

.logo{
    text-decoration: none;
    color: white;
    letter-spacing: 1.5px;
}

.family{
    font-family: montserrat;
    font-weight: bold;
    color: var(--family);
    font-size: 3.8dvh;
}

.calc{
    font-size: 4.4dvh;
    font-family: fira sans;
    font-weight: bold;
    color: var(--calc);
    letter-spacing: 1px;
}

.logo img{
    height: 45px;
    margin-right: 1rem;                         
}

.menu{                  
    background-color: var(--color-box-claro);
    border: none;
    padding: 4px;
}

.btn img{
    width: 4.8dvh;
}

.menu:hover{
    background-color: rgba(144, 165, 223, 0.336);
    border: none;
}

.interiorMenu{
    background-color: var(--interior-menu);
    padding: 0;
}

.interiorMenu a{
    color: var(--texto-menu);
    text-decoration: none;
    display: block;
    font-size: 2.1dvh;
    padding: 12px 0 12px 15px;
    font-family: "Work Sans";
    font-weight:normal;
}

.interiorMenu a:hover{
    background-color: #10195e67;
}

.interiorMenu .explorar h4{
    color: var(--texto-menu);
    font-size: 5dvh;
    margin-left: 2dvh;
    font-family: "Oswald";
    font-weight: bold;
    letter-spacing: 8px;
}

.interiorMenu .explorar img{
    margin-right: 3dvh;
    width: 7dvh;
    background-color: rgba(0, 0, 0, 0.795);
    padding: 10px;
    border-radius: 20px;
}

.contactos{
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.795);
    border-radius: 10px;
}

.contactos img{
    transform: translate(-5%,0%);
}

.contactos-box{
    position: absolute;
    margin-top: 5dvh;
}

.animacionHover {
    display: block;
    text-decoration: none;
    color: inherit;
}

.animacionHover{
    transition: transform 0.2s, box-shadow 0.2s;
}

.animacionHover:hover{
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

body{
    background-color: var(--color-fondo-claro);
}

.val-container{
    background: var(--valor-contenedor);
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.10rem);
    border-radius: 10px;
    box-shadow: 0px 10px 12px var(--sombra-valor-contenedor);
    text-decoration: none;
    color: rgb(58, 58, 58);
    align-content: center;
    padding: 1rem;
}

.logoServices{
    height: 12dvh;
    width: 12dvh;
    border-radius: .5cm;
}

.dark .dark\:text-gray-400 {
    --un-text-opacity: 1;
    color: rgba(156, 163, 175, 1, var(--un-text-opacity));
}

.text-gray-600 {
    --un-text-opacity: 1;
    color: rgba(75, 85, 99, var(--un-text-opacity));
}
.uppercase {
    text-transform: uppercase;
}
.text-xs {
    font-size: .8rem;
    line-height: 1.1rem;
    color: var(--compra-venta);
}

.dark .dark\:text-gray-200 {
    --un-text-opacity: 1;
    color: var(31, 41, 55, var(--un-text-opacity));
}

.text-gray-800 {
    --un-text-opacity: 1;
    color: rgba(31, 41, 55, var(--un-text-opacity));
}
.font-bold {
    font-weight: 700;
    color: var(--precios);
}

.text-muted{
    font-weight: bold;
    color: var(--horarios) !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width:649px) {

    .contactos-box{
        margin-top: 22dvh;
    }
    
    .family{
        font-size: 2.8dvh;
    }

    .calc{
        font-size: 3.2dvh;
    }

    .menu{
    padding: 0.3dvh;
    }

    .menu img{
        width: 3.9dvh;
        width: 4.5dvh;
    }

    .interiorMenu{
    background: #2c2c2c40;
    backdrop-filter: blur(0.9rem);
    -webkit-backdrop-filter: blur(0.9rem);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    }

    .interiorMenu .explorar h4{
    font-size: 5.5dvh;
    margin-left: 3dvh;
    color: white;
    }

    .interiorMenu .explorar img{
    margin-right: 2dvh;
    width: 7dvh;
    background-color: rgba(0, 0, 0, 0.596);
    }

    .interiorMenu .explorar a{
        font-size: 2.7dvh;
        color: white;
    }

    .contactos{
        background: rgba(0, 0, 0, 0.596);
        backdrop-filter: blur(0.9rem);
        -webkit-backdrop-filter: blur(0.9rem);
        border-radius: 10px;
    }

    .gif-container .static {
        opacity: 0; /* Oculto por defecto */
    }

    .gif-container .animated {
        opacity: 1;
    }
}
@media screen and (min-width:650px) and (max-width:1279px) {
    .menu img{
        width: 5dvh;
    }

    .interiorMenu{
    background: #2c2c2c40;
    backdrop-filter: blur(0.9rem);
    -webkit-backdrop-filter: blur(0.9rem);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    }

    .interiorMenu .explorar img{
    margin-right: 2dvh;
    width: 5.4dvh;
    }

    .interiorMenu .explorar h4{
    font-size: 4dvh;
    color: white;
    }

    .interiorMenu .explorar a{
    font-size: 2.1dvh;
    color: white;
    }

    
    .family{
        font-size: 3.2dvh;
    }

    .calc{
        font-size: 4dvh;
    }

    .contactos-box{
    width: 4dvh;
    }

    .interiorMenu a{
    font-size: 2dvh;
    }

    .contactos{
    background: rgba(0, 0, 0, 0.596);
    backdrop-filter: blur(0.9rem);
    -webkit-backdrop-filter: blur(0.9rem);
    border-radius: 10px;
    }

    .contactos img{
    transform: translate(-5%, -8%);
    }

    .gif-container .static {
        opacity: 0;
    }

    .gif-container .animated {
        opacity: 1;
    }
}

@media (orientation: landscape) and (max-height: 430px) {

    .family{
        font-size: 6dvh;
    }

    .calc{
        font-size: 6.6dvh;
    }

    .menu img{
        width: 10dvh;
    }

    .interiorMenu .explorar h4{
    font-size: 10dvh;
    margin-left: 5dvh;
    color: white;
    }

    .interiorMenu .explorar img{
    margin-right: 2dvh;
    width: 13dvh;
    background-color: rgba(0, 0, 0, 0.596);
    }

    .interiorMenu .explorar a{
        font-size: 5dvh;
        color: white;
    }

    .contactos{
        height: 4rem;
        width: 4rem;
        background: rgba(0, 0, 0, 0.596);
    }

    .contactos img{
        transform: translate(-45%, -15%);
    }

    .gif-container {
        width: 20dvh;
        height: 20dvh;
    }

    .gif-container .static {
        opacity: 0;
    }

    .gif-container .animated {
        opacity: 1;
    }

    .btn-text {
        font-size: 3.5dvh;
    }

}