.whatsapp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    background-color: #42E460;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.413);
}

.whatsapp span{
    
    color: white;
    font-size: 25px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active{
    background-color: #849502 !important;

}

#carrusel{
    max-width: 600px !important;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 50px;
}

#carrusel .carousel-control-prev{
   background-color: black;
   border-radius: 50px;
   padding: 10px;
   width: 60px;
   height: 60px;
   position: absolute;
   margin-top: 33%;
   margin-left: 10px;
   z-index: 9999px;
}
#carrusel .carousel-control-next{
   background-color: black;
   border-radius: 50px;
   padding: 10px;
   width: 60px;
   height: 60px;
   position: absolute;
   margin-top: 33%;
   margin-right: 10px;
}
.galeria-fotos{
    background-color: #EDEFEB;
    padding-top: 100px;
    padding-bottom: 100px;
}

