body{
    font-family: 'Lato', sans-serif;
}

.hv-centrado{
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-centrado{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.fullwidth-no-padding {
  margin: 0 !important;
  padding: 0 !important;
}

.fullwidth-no-padding > .row {
  margin: 0 !important;
}

.fullwidth-no-padding > .row > [class^="col-"] {
  padding: 0 !important;
}


.owl-dots {
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  
.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #75787B;
  }
  
 .owl-dot.active {
    background-color: #fff;
      width: 10px !important;
      height: 10px !important;
      border-radius: 35px !important;
  }

  .escritorio{
    display: block !important;
  }

  .telefono{
    display: none !important;
  }

#slider .tapa{
    
    width: 100%;
    height: 100vh;    
    background-color: rgba(0, 0, 0, 0.6);    
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider .tapa .titular{
    color: #fff;
    text-align: center;
    font-family: 'EB Garamond', serif !important;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
}

#slider .imagen{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;

}

header .barra-menu{
    
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: rgba(136, 37, 52, 0.8);
    backdrop-filter: blur(3px);
    top: 0;
    left: 0;
    z-index: 999;
    
}

header .barra-menu .logo{
    width: 80px;
    margin: 10px auto 0 0;
}

header .menu a{
    color: #fff;
}

header .menu a:hover{
    color: #75787B;
    text-decoration: none;
}

header .barra-menu .menu ul{
    list-style: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    margin: 35px 0 0 0;
    padding: 0;
}

header .barra-menu .redes{
    display: flex;
    margin: 30px auto 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
}

header .barra-menu .redes .red{
    width: 30px;
    height: 30px;
    margin: 0 8px;
    
}

.btn-menu-abrir, .btn-menu-cerrar{
    display: none;
        width: 50px;
    height: 50px;
    margin: 20px 0 0 auto;
}

@media (max-width:800px){

   .escritorio{
    display: none !important;
  }

  .telefono{
    display: block !important;
  }

  #slider .tapa .titular {

    font-size: 40px;
    line-height: 40px;

}

  .btn-menu-abrir{
    display: block;

  }

  header .barra-menu .menu{
   display: none;
   position: absolute;
   top: 90px;
   left: 0;
   width: 100%;
   padding: 15px;
   background-color: rgba(136, 37, 52, 0.8);
    backdrop-filter: blur(3px);
  }

header .barra-menu .menu ul {
    list-style: none;
    color: #fff;;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    font-size: 15px;
    align-items: flex-end;   
}

header .barra-menu .menu ul li{
    margin: 0 0 15px 0;
}

}


/* INTRODUCCION */

#introduccion{
    width: 100%;
    background-position: center;
    background-size: cover;
}

#introduccion .tapa{
    width: 100%;
    height: 100%;
    background: rgba(128, 37, 52, 0.09);
    background: radial-gradient(circle, rgba(128, 37, 52, 0.9) 0%, rgba(70, 0, 0, 1) 100%);
    padding: 60px 0;
}

#introduccion .informacion h1{
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 40px;

}

#introduccion .informacion p{
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 20px;

}

#introduccion .secuencia-fotos{
    width: 100%;
    margin: 0 0 0 auto;
}

#introduccion .banner{
    max-width: 1600px;
   
   
    margin:0 auto 60px auto;
}

@media (max-width:800px){
#introduccion .secuencia-fotos {
    width: 100%;
    margin: 0 auto 30px auto;
}

#introduccion .banner{
    max-width: 800px;
    height: 300px;
    background-color: aqua;
    margin:0 auto 60px auto;
}
}

/* NOVEDADES */

#novedades{
    width: 100%;
    padding: 60px 0;
    background-image: url('../img/bg-novedades.jpg');
    background-position: center;
    background-size: cover;
    
}

#novedades h2{
    color: #882534;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.sbi_load_btn{display: none !important;}


/* ENTRETENIMIENTO */
#entretenimiento .franja-1,#entretenimiento .franja-2{

    background-position: center;
    background-size: cover;

}

#entretenimiento .owl-dots {
    position: relative;
    margin-top: -39px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

#entretenimiento .tapa{
    width: 100%;
    height: 100%;
    background: rgba(128, 37, 52, 0.09);
    background: radial-gradient(circle, rgba(128, 37, 52, 0.9) 0%, rgba(70, 0, 0, 1) 100%);
    padding: 60px 0 0 0;
}

#entretenimiento .tapa-bordo{
    width: 100%;
    height: 100%;
    background: rgba(70, 0, 0, 0.8);
    
}



#entretenimiento h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

#entretenimiento .informacion{
    width: 100%;
   
    
}

#entretenimiento .informacion h3{
    color: #fff;    
    font-weight: 900;
    font-size: 40px;

}

#entretenimiento .informacion p{
    color: #fff;
    
    font-weight: 400;
    font-size: 16px;

}

#entretenimiento .tapa-azul{
    width: 100%;
    height: 100%;
    background: rgba(18, 25, 55, 0.8);
   
    
}

#entretenimiento .tapa-azul.v-centrado{
    justify-content: flex-end;
}


#entretenimiento .espacio-derecha{
    padding: 30px;
    text-align: left;
}

#entretenimiento .espacio-izquierda{
    padding: 30px;
    text-align: right;
}

#entretenimiento .horario{
    background-color: #fff;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
}

#entretenimiento .horario .icono{
    width: 70px;
    height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
}

#entretenimiento .horario .datos{
    margin: 0 0 0 15px;
    width: 260px;
}

#entretenimiento .horario .datos h4{
    color: #270000;
    font-size: 20px;
    font-weight: 700;
    display: inline;
}

#entretenimiento .horario .datos p{
    color: #270000;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    display: inline;
}


 @media (max-width:800px){

    #entretenimiento .espacio-derecha {
    padding: 30px;
    text-align: left;
    }

    #entretenimiento .espacio-izquierda {
    padding: 30px;
    text-align: left;
    }


    #entretenimiento .horario {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    margin: 30px 0;
    }

    #entretenimiento .horario .datos p {
    
    font-size: 12px;

}
 }


/* BOXIE */
#boxie{
    width: 100%;
    padding: 60px 0;
    background-color: #dde8eb;
}

    #boxie a{
        color: #000000;
        text-align: center;

    }

    #boxie .legal{
        width: 200px;
        margin: 15px auto 0 auto;
        display: block;
        font-size: 12px;
    }

#boxie h2{
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: #4e4f50;
}

#boxie .texto{
    
    font-weight: 400;
    font-size: 20px;
    color: #4e4f50;
    margin-bottom: 30px;
}

#boxie .ilustracion{
    max-width: 400px;
    margin: 0 auto;
}

#boxie .paso{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    
}

#boxie .uno{
    border-left: solid 3px #f7b560;
}

#boxie .dos{
    border-left: solid 3px #5dabb0;
}

#boxie .tres{
    border-left: solid 3px #f8d8cf;
}

#boxie .paso h3{
    font-weight: 700;
    color: #4e4f50;
    font-size: 30px;
    
}

#boxie .paso p{
    font-weight: 400;
    color: #4e4f50;
    font-size: 16px;
}

#boxie .v-centrado{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#boxie .boxie-boton{

    width: 260px;
    text-align: center;
    height: 40px;
    border: solid 2px #4e4f50;
    border-radius: 25px;
    margin: 0 auto;
    color: #4e4f50;
    display: block;
    line-height: 35px;
    font-weight: 600;
}


 @media (max-width:800px){

#boxie .texto{
    
 
    font-size: 16px;

}

    #boxie .ilustracion{
    max-width: 400px;
    margin: 0 auto 30px auto;
}

    #boxie .boxie-boton{
    margin: 15px auto 0 auto;

}
 }

/* RESPONSABLE */
#responsable{
    padding: 90px 0;
}

#responsable .grafico{
    width: 260px;
    margin: 0 0 0 auto;
}

#responsable a{
    color: #fff;
}

#responsable a:hover{
    text-decoration: none;
    background-color: #882534;
}

#responsable .mayores{
    width: 60px;
    height: 60px;
    background-image: url('../img/mayores.png');
    background-size: cover;
    display: inline-block;
    margin: 0 0 -20px 15px;
}

#responsable .boton-ayuda{
    background-color: #497b1c;
    text-align: center;
    padding: 0 30px;
    border-radius: 25px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

#responsable h2{
    font-family: 'Geomanist-bold';
    color: #497b1c;
    font-size: 60px;
}

#responsable .contenido{    
    color: #497b1c;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
}


@media (max-width:800px){
    #responsable .grafico {
        width: 160px;
        margin: 0 auto 0 auto;
    }

    #responsable h2 {
        font-family: 'Geomanist-bold';
        color: #497b1c;
        font-size: 40px;
        text-align: center;
    }
}

/* FOOTER */

footer{
    width: 100%;    
    background: rgb(128, 37, 52);
    background: radial-gradient(circle, rgb(128, 37, 52) 0%, rgba(70, 0, 0, 1) 100%);
    padding: 60px 0;
}

footer h2{
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

footer .contenido{
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 30px 0;
}

footer .mapa{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

footer iframe{
    width: 100%;
    height: 380px;
}

footer .sucursales{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}

footer .sucursal{
    flex: 0 0 calc(33% - 15px);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

footer .sucursal .icono{
    width: 70px;
    height: 70px;    
    margin-right: 15px;
    background-image: url('../img/ico-sucursal.svg');
    background-repeat: no-repeat;
    background-position: center;
}

footer .sucursal .icono-telefono{
    display: none;

}

footer .sucursal .data h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

footer .sucursal .data p{
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

footer .barra-inferior .logo{
    width: 90px;
    
}

footer .barra-inferior p{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 30px 0 0 0;
    text-align: center;
}

footer .redes{
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

footer .redes .red{
    width: 20px;
    margin-left: 5px;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #4e4f50;
}

 @media (max-width:800px){



footer .sucursales {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        padding: 30px 0;
        margin-bottom: 30px;
        flex-direction: row;
        align-items: flex-start;
    }

footer .sucursal .icono{
    display: none;
}

footer .sucursal .icono-telefono{
    display: block;
    width: 40px;
    height: 40px;    
 
    background-image: url('../img/ico-sucursal.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 15px auto;
}

footer .sucursal {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
}

footer .sucursal .data h5{
    font-size: 12px;
    
}

footer .sucursal .data p{
    font-size: 10px;

}

footer .sucursal .icono {
    width: 45px;
    height: 45px;

}
footer .barra-inferior .logo {
    width: 130px;
    margin: 0 auto;
}

footer .barra-inferior p{
    text-align: center;
}

footer .redes {
    justify-content: center;
   
}

footer .contenido {

    font-size: 14px;

}
 }

 #legales{
    background-color: #882534;
    padding: 120px 0;
 }

 #legales .contenido{
    text-align: justify;
    color: #fff;
    font-size: 14px;
 }

 #legales .contenido h1{

    font-weight: 700;
    font-size: 30PX;
 }

 /*  CONTACTO */
 #contacto{
    padding: 60px 0;
    background-color: #f1f1f1;
 }

#contacto h2{
    color: #882534;
    text-align: right;
    font-weight: 700;
    font-size: 40px;
}

#contacto p{
    color: #4e4f50;
    text-align: right;
    font-weight: 400;
    font-size: 24px;
}


 #contacto .ff-btn-submit{
    background-color: #882534;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
 }


 /*SS*/ @media (max-width:991px){
    #contacto h2{
  
    text-align: center;

    font-size: 30px;
}

#contacto p{
   
    text-align: center;
    
    font-size: 18px;
}
 }