ul.social-icons li a i:hover {
    color: white!important;
}

a.custom-a{
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: 600;
    padding: 10px 40px;
}

a.custom-a:hover{
    color: #009C3E;
    text-decoration: none;
    opacity: 100%!important;
}

.btn-custom {
    background-color: #009C3E!important;
    border-radius: 30px!important;
}

.btn-custom-color {
    background-color: #009C3E!important;
    border-radius: 30px!important;
}

div#div-home{
    background-color: #ffffffbb; 
    margin-top: 100px!important; 
    padding: 60px 0px;
}

img.boton-home{
    width: 60%!important;
}

footer#footer{
    background-color: #000000!important;
    opacity: 80%!important;
}

a.custom2-a:hover{
    color: #ffffff;
    background-color: #009C3E;
    text-decoration: none;
    opacity: 100%!important;
}

.bg-custom-white{
    background-color: #ffffffbb!important; 
}

.bg-none{
    background-color: transparent;
}

.bg-light-primary{
    background-color: #9bf0bd8c!important;
}

.bg-light-tertiary{
    background-color: #ff90949c!important;
}

.a-hover-none:hover{
    text-decoration: none!important;
}

.font-weight600{
    font-weight: 600!important;
}

.primary-color-custom{
    color:#009C3E!important;
}
/* COOKIES */

.cookie-consent{
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    height: 10px;
    color: #fff;
    
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}
  
  .allow-button{
    height: 45px;
    width: 12%;
    color: #fff;
    font-size: 17px;
    border-radius: 15px;
    border: 1px solid #009C3E;
    background-color: #009C3E;
  }