/* Add here all your css styles (customizations) */
.solucion {
    background-color: #f7f7f7 !important;
    padding: 30px;
    text-align: center;
}

.img-solucion {
    min-height: 150px !important;
    vertical-align: auto;
}

.nombre_accedra {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
}

.navbar-nav .nav-item .nav-link {
    font-size: small;
}

#soluciones {
    margin-right: 15px;
}

.js-header, .g-bg-white-opacity-0_9 {
    background-color: #FFF /*rgb(255, 255, 255)*/ !important;
  }

a:hover {
    text-decoration: none;
}

a div {
    width: 100%;
}

footer a {
    color: #FFF;
}

@media (max-width: 768px) {
    .img-solucion {
        min-height: 0;
    }
    .btn-whatsapp img {
        width: 120px;
    }
    .btn-whatsapp  {
        right: -22px;
        bottom: 50px;
    }
}

.btn-whatsapp {
        display:block;
        width:120px;
        height:85px;
        color:#fff;
        position: fixed;
        right:50px;
        bottom:0px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.btn-whatsapp img {
        width: 50px;
    }

    
