﻿.acceso-claro {
    color: #818182;
    background-color: #fefefe;
    border-color: #d6d8db;
    box-shadow: 0 2px 2px #80808047;
}

.acceso-deuda:hover {
    background-color: rgb(245,185,52);
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border: 0px;
}

    .acceso-deuda:hover .card-title {
        color: white;
    }

.acceso-deuda .card-title {
    color: #f5b932;
}

.acceso-deuda:hover svg .cardico {
    fill: #ffffff;
}


#fondo {
    background-image: url('../images/fondo_acceso.jpg');
    padding: 200px 50px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    #fondo:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.6);
    }

    #fondo h1 {
        font-size: 40px;
        color: #fff;
        position: relative
    }

    #fondo p {
        font-size: 12px;
        color: #fff;
        position: relative
    }

@media (max-width: 600px) {
    #fondo {
        padding: 50px 20px;
    }
}