/*==================================================
    CONTACTO
==================================================*/

.contacto{

    background: linear-gradient(135deg,#c62828 0%,#b10000 100%);
    padding:70px 0;
    color:#fff;
    position:relative;
    overflow:hidden;

}

/* Fondo transparente opcional */

.contacto::before{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:url("../img/logo-transparente.png") center center no-repeat;
    background-size:contain;
    opacity:.05;
    right:-100px;
    bottom:-50px;

}

.contacto h1{

    font-size:65px;
    font-weight:700;
    margin-bottom:40px;

}

.contacto p{

    font-size:20px;
    line-height:42px;
    color:#fff;

}

/*==================================
Titulos
==================================*/

.titulo{

    margin-top:45px;
    margin-bottom:20px;
    font-size:22px;
    font-weight:bold;
    letter-spacing:5px;
    text-transform:uppercase;

}

/*==================================
Información
==================================*/

.info{

    font-size:20px;
    line-height:40px;

}

.info strong{

    font-weight:bold;

}

.info i{

    width:30px;
    color:#fff;

}

/*==================================
Redes Sociales
==================================*/

.social{

    margin-top:20px;

}

.social a{

    width:48px;
    height:48px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#fff;
    text-decoration:none;

    margin-right:10px;
    margin-bottom:10px;

    transition:.3s;

    font-size:20px;

}

.social a:hover{

    transform:scale(1.1);

}

.whatsapp{

    background:#25D366;

}

.facebook{

    background:#1877F2;

}

.instagram{

    background:#000;

}

.twitter{

    background:#1DA1F2;

}

/*==================================
Sucursales
==================================*/

.lista-sucursales{

    padding-left:20px;
    margin-top:20px;

}

.lista-sucursales li{

    margin-bottom:18px;
    font-size:20px;

}

/*==================================
Mapa
==================================*/

.mapa{
    width:100%;
    height:100%;
}

.mapa iframe{
    width:100%;
    height:650px;
    display:block;
    border:none;
    border-radius:8px;
}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

.contacto{

padding:50px 0;

}

.contacto h1{

font-size:45px;

}

.contacto p{

font-size:18px;
line-height:32px;

}

.info{

font-size:18px;

}

.lista-sucursales li{

font-size:18px;

}

.mapa{

margin-top:40px;

}

.mapa iframe{

height:450px;

}

}

@media(max-width:576px){

.contacto h1{

font-size:38px;

}

.titulo{

font-size:18px;

}

.info{

font-size:16px;
line-height:32px;

}

.social a{

width:42px;
height:42px;

}

}