
.footer-item img{
    height: 200px !important;
}

.btn-red-social{
    position: fixed;
    height: 65px;
    width: 65px;
    right: 1rem;
    bottom: 1rem;
    background-color: black;
    color: white;
    border-radius: 360px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.btn-red-social i{
    font-size: 3rem !important;
    color: white;
}

.btn-whatsapp{
    background-color: #25D366 !important;
}

.btn-telegram{
    bottom: 5.5rem;
    background-color: #0088cc !important;
    height: 60px;
    width: 60px;
}

.link-donar-nav{
    color: var(--color-primary) !important;
}


.attr-right ul li .button{
    max-height: 50px !important;
    justify-content: center;
    align-items: center !important;
}
.attr-right ul li .button > a{
    max-width: 100%;
    max-height: 100% !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

nav.navbar.validnavs.inc-shape::after {
    background-image: none !important;
}
.eight100 {
    max-width: 800px;
    margin: auto;
}

/*================= Prueba carrusel ===================*/
.carousel-item {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.fondo     { background-image: url(../images/albatros.webp); }
.fondo-02  { background-image: url(../images/apapane.webp); }
.fondo-03  { background-image: url(../images/chukar.webp); }
.fondo-04  { background-image: url(../images/elepaio.webp); }
.fondo-05  { background-image: url(../images/rudy-turnstone.webp); }
.fondo-06  { background-image: url(../images/nene.webp); }
.fondo-07  { background-image: url(../images/gray-tailed-tattler.webp); }
.fondo-08  { background-image: url(../images/pacific-golden-plover.webp); }
.fondo-09  { background-image: url(../images/kalij.webp); }



.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6); /* negro semitransparente */
    border: 1px solid white;
    border-radius: 50%;
    padding: 20px;
    background-size: 60%;
}

.seo-img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}


/*================= Fin carrusel ===================*/




@media screen and (max-width: 500px) {

    .footer-image{
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }


}

@media screen and (max-width: 600px) {
.fondo     { background-image: url(../images/albatros-mobile.webp); }
.fondo-02  { background-image: url(../images/apapane-mobile.webp); }
.fondo-03  { background-image: url(../images/chukar-mobile.webp); }
.fondo-04  { background-image: url(../images/elepaio-mobile.webp); }
.fondo-05  { background-image: url(../images/rudy-turnstone-mobile.webp); }
.fondo-06  { background-image: url(../images/nene-mobile.webp); }
.fondo-07  { background-image: url(../images/gray-tailed-tattler-mobile.webp); }
.fondo-08  { background-image: url(../images/pacific-golden-plover-mobile.webp); }
.fondo-09  { background-image: url(../images/kalij-mobile.webp); }
}

@media screen and (max-width: 800px) and (min-width:601px) {
.fondo     { background-image: url(../images/albatros-tablet.webp); }
.fondo-02  { background-image: url(../images/apapane-tablet.webp); }
.fondo-03  { background-image: url(../images/chukar-tablet.webp); }
.fondo-04  { background-image: url(../images/elepaio-tablet.webp); }
.fondo-05  { background-image: url(../images/rudy-turnstone-tablet.webp); }
.fondo-06  { background-image: url(../images/nene-tablet.webp); }
.fondo-07  { background-image: url(../images/gray-tailed-tattler-tablet.webp); }
.fondo-08  { background-image: url(../images/pacific-golden-plover-tablet.webp); }
.fondo-09  { background-image: url(../images/kalij-tablet.webp); }
}