:root {
    /* --color-azul: #2134E3; */
    /* Azul Area Metropolitana */
    --azul: #22567c;
    --verde: #7cb828;
    --azul-marino: #00ffff;
}

.borde-header {
    border-bottom: solid 5px var(--azul-marino);
}

.borde-footer {
    border-top: solid 5px var(--azul-marino);
}

.text-azul-marino {
    color: var(--azul-marino);
}

.bg-azul-marino {
    background-color: var(--azul-marino);
}

.text-azul {
    /* color: var(--color-azul); */
    /* Azul Area Metropolitana */
    color: var(--azul);
}

.bg-azul {
    background-color: var(--azul);
    /* background-color: var(--color-azul); */
}

.vaya-fondo {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    /* opacity: 0.5; */
}

.container-albun:hover {
    border-radius: 50%;
}

/* Barra navegación */

.item-menu {
    color: white !important;
}

.item-menu:hover {
    color: var(--azul-marino) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent !important;
}


/* ------------------------------- */
.albunes {
    width: 100%;
    height: auto;
    margin: auto;
}

.albunes-niveles {
    width: 100%;
    height: auto;
}

.albunes .list-albunes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.albunes .list-albunes li {
    text-align: center;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    list-style: none;
}


.albunes .list-albunes li .container-albun {
    position: relative;
    width: 300px;
    height: 300px;
    border: 2px double var(--azul-marino);
    border-radius: 20px;
    transition: all 0.4s ease-out;
}



/*para niveles - inicio principal    */
.albunes .list-albunes li .container-albun-niveles {
    position: relative;
    width: 300px;
    height: 350px;
}

/*...................................... */
.albunes .list-albunes li .container-albun:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 4px 30px 16px 0px rgba(50, 50, 50, 0.45)
}

.albunes .list-albunes li .container-albun img {
    border-radius: 15px;
    position: relative;
    width: 300px;
    height: 300px;
}

.albunes .list-albunes li .container-albun .info-albun {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.albunes .list-albunes li .container-albun .info-albun .nombre-albun {
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    float: left;
}



/* Redes sociales */

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em
}

.social-icons li {
    display: inline-block;
    margin: .15em;
    position: relative;
    font-size: 1.2em
}

.social-icons i {
    color: #007198;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all 265ms ease-out
}

.social-icons a {
    display: inline-block
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    /* background: linear-gradient(45deg, #00B5F5, #002A8F); */
    background: white;
    transition: all 265ms ease-out
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #00B5F5;
    background: white;
    /* background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

/* ---------------------------------------------------------------------------------------------------------- */


/* Boton wpp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 20px;
    background-color: var(--verde);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0px 0px 25px 10px rgb(124 184 40 / 50%);
    border: 1px solid white;
}

.float:hover {
    text-decoration: none;
    color: var(--verde);
    background-color: #fff;
}

.my-float {
    margin-top: 14px;
}

/* ------------------------------------------------------------------ */


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar-button:increment {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* _------------------------------------------------------------------------------------------------------------ */