.border_luz {
    box-shadow: 0 0 20px #a1b5a6;
}



@media (width >=750px) {
    .medi_edit {
        width: 30%;
    }
}

@media (width <=750px) {
    .medi_edit {
        width: 50%;
    }
}



@media (width <=450px) {
    .div_media {
        width: 100%;
    }
}

.active_opt {
    color: #59AB6E !important;
}

.tex-d {
    color: black;
    font-size: 20px !important;
    text-decoration: none;
    transition: .2s;
}

.tex-d:hover {
    color: #59AB6E;
    transition: .2s;
}

.float_butto_w {
    background-color: #59AB6E;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 4rem;
    height: 4rem;
    z-index: 100;
    transition: .2s;
}

.float_cookies {
    position: fixed;
    bottom: 0;
    z-index: 98;
    transition: .2s;
    width: 100%;
    margin: 0 !important;
}

.float_butto_w:hover {
    box-shadow: 0 0 20px #6e7c72;
    transition: .2s;
}

.float_butto_w i {
    font-size: 2.8rem;
    color: white;
}

.down_but {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.card_somb {
    transition: .2s;
}

.card_somb:hover {
    box-shadow: 0 0 20px #6e7c72;
    transition: .2s;
}

@media (width <=450px) {
    .tex-d{
        font-size: 18px !important;
    }
    .text_minus p {
        font-size: 15px !important;
    }

    .h_cambio_1 {
        font-size: 30px !important;
    }

    .h_cambio_2 {
        font-size: 20px !important;
    }

    .h_cambio_3 p {
        font-size: 15px !important;
    }

    .h_cambio_3 li {
        font-size: 12px !important;
    }

}

.top_nav_eleven {
    position: sticky !important;
    top: 0 !important;
    z-index: 101 !important;
    background-color: white !important;
}

.carousel-item img {
    /*filter: drop-shadow(5px 8px 6px #567895);*/
    filter: drop-shadow(0 0 0.75rem #567895);

    border: 10px solid transparent;
}