/**
 * Plugin Socios ACSE
 * Hoja de estilos
 */

/* ==========================================================
   MAPA
========================================================== */

.socios-acse-wrapper{
    margin:30px 0;
}

.home .socios-acse-wrapper{
    margin: 0;
}

.socios-acse-map{
    width:100%;
    height:700px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    overflow:hidden;
}

.home .socios-acse-map{
    border-radius:0;
    height:580px;
    z-index: 0;
}

/* ==========================================================
   POPUPS LEAFLET
========================================================== */

.socios-acse-popup{
    font-size:14px;
    line-height:1.5;
    min-width:230px;
}

.socios-acse-popup strong{
    text-transform: uppercase;
    display:block;
    margin-bottom:8px;
    font-size:16px;
    color:#A28B48;
}

.socios-acse-popup p{
    margin:8px 0;
}

.socios-acse-popup a,.socios-acse-popup i{
    color:#A28B48;
    text-decoration:none;
}

.socios-acse-popup a:hover{
    color:#000;
    text-decoration:underline;
}

.socios-acse-popup a.button{
    padding: 5px 10px;
    color: #fff;
    background-color: #A28B48;
    display: inline-block;
}

.socios-acse-popup a.button:hover{
    color: #fff;
    background-color: #000;
    text-decoration:none;
}

/* ==========================================================
   LISTADO
========================================================== */

.socios-acse-listado{

    margin:40px 0;

}

.socios-acse-provincia{

    padding: 60px 0;
    background-image: url('../css/images/shadow_icon1.png');
    background-position: right 60px bottom;
    background-repeat: no-repeat;
}

.socios-acse-provincia:nth-child(2n){   

    background-color: #F8F8F8;
    background-image: url('../css/images/shadow_icon2.png');
    background-position: left 60px bottom;

}

.socios-acse-provincia > div > div > div {
    width: 100%;
}

.socios-acse-provincia-titulo{

    margin:0 0 25px;

    padding-bottom:10px;

    font-size:32px;

    color:#A28B48;

}

.socios-acse-provincia-titulo strong {
    text-transform: uppercase;
}

/* ==========================================================
   GRID
========================================================== */

.socios-acse-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ==========================================================
   TARJETA
========================================================== */

.socios-acse-card{

    background: url('../css/images/w80.png') center center repeat;

    border:1px solid #dcdcdc;

    border-radius:8px;

    padding:20px;

    transition:.25s;

    display:flex;

    flex-direction:column;

    height:100%;

}

.socios-acse-card:hover{

    box-shadow:0 6px 20px rgba(0,0,0,.10);

}

.socios-acse-card-titulo{

    margin:0 0 15px;

    font-size:22px;

    color:#222;

    text-transform: uppercase;

}

.socios-acse-direccion{

    margin-bottom:18px;

    line-height:1.6;

}

.socios-acse-card p{

    margin:0 0 5px;

    line-height:1.6;

}

.socios-acse-card i{

    color:#A28B48;

}

.socios-acse-card a{

    color:#A28B48;

    text-decoration:none;

}

.socios-acse-card a:hover{

    color: #000;

    text-decoration:underline;

}

/* ==========================================================
   BOTÓN
========================================================== */

.socios-acse-card p.socios-acse-ficha {
    margin: 7px 0 0;
}

.socios-acse-boton{

    display:inline-block;

    padding:5px 10px;

    background:#A28B48;

    color:#fff !important;

    border-radius:3px;

    text-decoration:none !important;

    transition:.25s;

}

.socios-acse-boton:hover{

    background:#000;

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:1100px){

    .socios-acse-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:768px){

    .socios-acse-grid{

        grid-template-columns:1fr;

    }

    .socios-acse-provincia-titulo{

        font-size:26px;

    }

    .socios-acse-map{

        height:500px;

    }

}

/* ==========================================================
   BUSCADOR
========================================================== */

.socios-acse-buscador{

    position:relative;

    margin:0 auto 40px;

}

.socios-acse-buscador > div {
    padding: 10px;
}

.socios-acse-buscador > div > div > div {
    width: 100%;
}

.socios-acse-buscador h3 {
    color: #A28B48;
}

#socios-acse-provincia{

    width:100%;

    padding:14px;

    border:1px solid #cfcfcf;

    border-radius:6px;

    font-size:16px;

    box-sizing:border-box;

}

#socios-acse-provincia:focus{

    outline:none;

    border-color:#005a9c;

}

.socios-acse-provincia > div {
    padding: 10px;
}

#socios-acse-resultados{

    display:none;

    position:absolute;

    left:0;

    right:0;

    top:100%;

    background:#ffffff;

    border:1px solid #cfcfcf;

    border-top:none;

    max-height:250px;

    overflow-y:auto;

    z-index:999;

    box-shadow:0 5px 15px rgba(0,0,0,.15);

}

.socios-acse-item{

    padding:12px 15px;

    cursor:pointer;

    transition:.2s;

}

.socios-acse-item:hover{

    background:#f5f5f5;

}

.socios-acse-destino{

    animation:acseFlash 1s;

}

@keyframes acseFlash{

    0%{

        background:#fff8c5;

    }

    100%{

        background:transparent;

    }

}
