:root {
    /* --rosa-ademar: #eece44; */
    --rosa-ademar: #ce9473;
    --azul-ademar: #95827a;
    /* --font-riwaya: Riwaya; */
}

/* @font-face {
    font-family: "Riwaya";
    src: url(../fonts/Riwaya.ttf);
} */

.text-shadow {
    text-shadow: 1px 1px 3px black;
}

.text-shadow-light {
    text-shadow: 1px 1px 3px whitesmoke;
}

.fondo-ademar {
    background-color: var(--rosa-ademar);
}

.fondo-ademar-oscuro {
    background-color: var(--azul-ademar);
}

.border-ademar {
    border-color: var(--rosa-ademar) !important;
}

.letra-ademar {
    color: var(--rosa-ademar);
}

.letra-ademar-azul {
    color: var(--azul-ademar);
}

button.letra-ademar-azul:hover {
    color: var(--rosa-ademar);
    border: 1px solid var(--rosa-ademar);
}

.fondo-transparencia {
    width: 100%;
    height: 100%;
    opacity: 20%;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.letra-monospace {
    font-family: monospace;
}

.text-shadow>h1 {
    text-shadow: 2px 2px 3px #e7dfd2;
}



@media screen and (min-width: 340px) {
    .letra-mobile {
        font-size: 18px !important;
    }

    .carousel-item {
        line-height: 1;
    }
}

@media screen and (min-width: 800px) {
    .letra-mobile {
        font-size: 18px !important;
    }

    .carousel-item {
        line-height: 1.5;
    }
}

.navbar-toggler {
    background-color: #d2ccc7;
}



.img-carrusel {
    max-height: 124px;
}

/* Cuando el ancho es mas de 700px */
@media screen and (min-width: 750px) {
    .img-carrusel {
        max-height: 180px;
    }
}

/* Cuando el ancho es mas de 990px */
@media screen and (min-width: 990px) {
    .img-carrusel {
        max-height: 62px;
    }
}

.nav-link {
    /* font-family: var(--font-riwaya); */
    font-family: none;
}

.btn-whatsapp {
    position: fixed;
    bottom: 19px;
    left: 24px;
    width: 50px;
    height: 50px;
    float: left;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #25D366;
    border-radius: 100%;
    box-shadow: 0 0 30px 0 rgba(52, 52, 52, 0.2);
    cursor: pointer;
    z-index: 1;
}

.editModal:hover {
    opacity: 0.75;
    border: 0.5px solid var(--rosa-ademar) ;
    border-radius: 10px;
    cursor: pointer;
}

.playfair-display-letra {
  font-family: "Playfair Display", serif ;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.suse-letra {
  font-family: "SUSE", serif ;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}