.fondo{
    background-color: #88c5cc;
}

.container-botones{
    display:flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
 }

.links{
    margin-top: 15px;
    padding: 1em;
    width: 90%;
    background-color: #6c3b1e  !important;
    color:#fff;
    font-size: 20px;
    border-color: #ffffff;
    border-radius: 50px;
    box-shadow: 4px 4px 7px #333;
}

.links:hover{
    background: #1c1484;
    color: #fff;
}

.encabezado{
    background-color: #f58cb5 !important;
    /*background-image: url(../images/background_header.webp);*/
}

.encabezado .imagen_face{
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 7px #333;
}

.encabezado .texto_face{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.fab {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    }
    
    .fab:hover {
    opacity: 0.7;
    }
    
    .fa-whatsapp {
    background: #00bb2d;
    color: white;
    }

    .encabezado .imagen_whatsapp{
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 50px;
        height: 50px;
        /*border-radius: 150px;*/
        margin-left: auto;
        margin-right: auto;
        /*box-shadow: 4px 4px 7px #333;*/
    }

    .encabezado .imagen_instagram{
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 50px;
        height: 50px;
        /*border-radius: 150px;*/
        margin-left: auto;
        margin-right: auto;
        /*box-shadow: 4px 4px 7px #333;*/
    }

    .encabezado .imagen_telegram{
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 50px;
        height: 50px;
        /*border-radius: 150px;*/
        margin-left: auto;
        margin-right: auto;
        /*box-shadow: 4px 4px 7px #333;*/
    }

    .icon-color{
        color: #ffffff;
    }

    .container-footer{
        display:flex;
        align-items: center;
        justify-content:center;
        flex-direction: column;
        margin-top: 30px;
        background-color: #fff;
    }

    .footer_empresa{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
    }

    .footer_copyright{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 8px;
        text-align: center;
        
    }


