
/* Autor: Rafael Cdoñer; */




/**** CSS GUIA  *****/ 


.botones{


font-weight: 300 !important;
letter-spacing: 2px;


}



/* Modal Notificaciones */

  .iconoForm{
    
   position: absolute; 
   padding: 10px;  
   pointer-events: none;

  }

  .espacioForm{

   padding-left: 50px!important; 
  }



.textoPresentacionDetalle{

font-size: 20px; 
font-weight: 300
}


.botonAdjuntoNoticias{

 padding: 8px; 
 border-radius: 18px; 
 font-size: 19px; 
 color: #fff; 
 background: #005497;

}

.flechaMenu{

color:white; 

font-size: 24px

}


.textoNoticias{

  background: white;
  font-weight: 300
}


/* Css Color */

.color{

  color: #005497 !important;
}



.backColor{

background-color: #005497 !important;

}



.lineaSeparacion{

background-color: #fff;
margin-top:8px;
margin-bottom:8px;

}


.circuloTotales{

border-radius: 10px !important;
font-size: 12px !important;

}



/* Css Body  */

.bodyEstilo{

font-family: Roboto; 
background-color: #f9f2f0
}



.textoMensageCorreo{

  background: #005497;
  color: #fff; 
  padding: 4px;

}


/* Css Noticias Acordeon */

  .collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #005497;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
  margin-right: -18px;

}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #005497;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
  margin-right: -18px;
 
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}




.menuLateralA{

text-decoration: none; 
text-transform:uppercase;
font-size: 15px !important;
font-weight: 400;
letter-spacing: 0.5px;

}



.linkMenuHamburguesa{
  font-size: 15px;
  text-transform: uppercase;
}

.tituloBarra{

text-transform: uppercase;
font-size: 20px;
font-weight: 300;
letter-spacing: 1pt;
}



/*Pagina Informacion Local*/

.tituloInfo{

  font-size: 24px;
  color:#D18B49;
  text-transform: uppercase;
}


.textoInfo{

  font-size: 18px;
  background-color: #fff; 
  padding: 20px;
  font-weight: 300;
}


/*Boton buscar*/

.buscarB{
  color: white;
  font-size: 24px
}

.imgBandera{

  margin-top: -4px; 
  width: 30px !important; 
  height:22px 
}

.aBandera{
   margin-left: 10px; 
   text-align: right; 
}


.bandera{

margin-bottom: 10px; 
width: 30px !important; 
height:22px

}


.spanTelefono{

  font-family: 'Roboto'; 
  font-weight: 400;
}


/* Oculta el titulo de la barra de menu */


@media (max-width: 780px) {
.ocultar{
  visibility: hidden;
}
}

@media (max-width: 800px) {
.reducir{
  font-size: 15px;
}
}



/* Reservas */

.formSeparador{

  padding-left: 40px !important;
  border-right: 16px solid #f9f2f0;
}



@media (max-width: 780px) {
.formSeparador{

  padding-left: 40px !important;
  border-right: 0px solid #f9f2f0;
}
}



/* Barra Cookies */

    #myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: Roboto;
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.9;
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #005497;
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent a:hover {
    color: #fda016;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #005497;
    font-size: 1.1em;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
    background: #fda016;
    color: #fff;
}



/* Botón Scroll */

 a.scroll-top {
    color: #fff;
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 30px;
    font-size: 20px;
    background: #005497;
    border-radius: 20px !important;
    text-align: center;
    border: 1px solid hsla(0, 0%, 78%, 0.3)
}

a.scroll-top i {
    position: relative;

}



/* Color Select Filtro Categoría */

select,option {
  color: #005497 !important;
}


.titulo_seccion{
  
  text-transform: uppercase;
  font-family:Roboto;
  font-weight: 400; 
  color: #005497;
  letter-spacing: 2pt;

}




.td_dia{
  border-color: #EB6B44;
  color:#000;
  text-transform: uppercase;
  font-size: 14px;

}


.td_horario{
  border-color: #EB6B44;
  font-size: 15px;
  text-align: right;
}

.titulo-slider{


    font-size: 40px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #005497;
    display: inline-block;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    animation: fadeInLeft;
    animation-duration: 1s;
}


.subtitulo-slider { 
    font-size: 40px;
    color: #fff;
    font-family: Roboto;
  }


.botonBuscar{
  background-color: #005497 !important ;
  border-color: #fff !important;  
  margin-left: 6px;
}


.recortaTexto{
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
     overflow: hidden;
     margin: 10px;
     font-family: 'Roboto';
     font-weight: 300;
}

.cabeceraDetalle{

  margin-top:18px; 
  text-transform: uppercase;
  font-size: 30px;  
  font-weight: 300; 
  letter-spacing: 3pt;
}

@media (max-width: 576px) {
  .cabeceraDetalle {
  font-size: 20px;  
  font-weight: 300; 
  letter-spacing: 1pt;
}
}


.cabeceraDetalleInicio{

  margin-top:12px; 
  text-transform: uppercase;
  font-size: 20px;  
  font-weight: 300; 
  letter-spacing: 3pt;
  font-family: Roboto;
}

@media (max-width: 576px) {
  .cabeceraDetalleInicio {
  font-size: 16px;  
  font-weight: 300; 
  letter-spacing: 1pt;
  font-family: Roboto;  
}
}


/* Menu */

 
/* Palabra buscar al lado de la lupa */

.buscar{
  font-size: 20px;  
  font-family: 'Roboto';
  padding-left:18px;
  font-weight: 300;
}


/* Oculta palabra buscar al lado de la lupa */

@media (max-width: 576px) {
  .buscar {
       display: none;
}
}


/* Efecto hover en las categorias del menu */

 .colores:hover{

background-color:#fff;
color: #005497 !important;
text-decoration: none;
  }


 .colores i:hover{

  color: #005497 !important;
  text-decoration: none;
  }



.submenu:hover{
background-color:#fff;
color: #005497 !important;
text-decoration: none;
padding-top: 3px !important;

}
.submenu{
background-color:#3ea5f9 ;
color: #fff !important;
font-weight: 300;
text-decoration: none;
padding-top: 3px !important;
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #005497;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #D18B49;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}







/* Sombras para cajas del formulario y datos enb indexWeb */

.sombraCard{

  border-radius: 12px !important; 
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 
  0 6px 6px rgb(0 0 0 / 23%) !important

}




/* Titulo Cliente para el formato indexWeb*/

.tituloWeb{

    text-align: center;
    background-color: #005497;
    color: white;
    margin: 20px;
    padding: 14px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3pt;
}



@media (max-width: 576px) {
  .tituloWeb {
       font-size: 16px;
}
}



.categoria{

  font-size: 17px;
  color:#000;
  margin-bottom:10px;

}

/* Título Comercio Head */

.comercio{

  color:#000;
  font-size: 30px; 
  animation: fadeInLeft; 
  animation-duration: 1s;
}



.thumbnail { margin: 0 0 30px !important; }


/* Título Comercio */

.title {
  margin: 0 0 12px;
  color: #D18B49;
  font-size: 24px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-top:-12px;
}



/* Descripción 1 - 2 Comercio */

.description { 
  margin: 0 0 48px; 
  line-height: 22px;
  color:#000;
}




/* Tamaño imagenes */

.imgTamano{

  max-height: 250px;
  margin-top:0px;

}



/* Card datos comercio Tels Dirección */

.cardDatos{

    background: #FFFFFF;
    margin: 6px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 94%;
}

/* Mensaje Correo Enviado */

.msgCorreo{

  text-align: center;
  margin-top: 18px;
  visibility: hidden;
  color: #3f51b5;
  height: 20px;
  font-size: 20px
}



/* Tamaño Mapa Google Maps */

iframe{
  width: 300px;
  height: 250px;
}


/* Tamaño iframe para Google Maps para detalles de web comercio */

.detalle{

  height: 320px !important;
  width:  100%  !important;
}


/* Color Botones Redes Sociales */

.redesSociales{

    color: #D18B49;
    font-size: 36px;
    padding: 14px;
    margin-top: 8px;

}












/* CSS BOTONES */


/* Estilo Botones Pricinpales */

.indigo {
    background-color: #005497 !important;
    color: #fff !important;
    font-size:20px !important;
    margin:12px !important;
    border-radius: 50% !important;

  }

/* Estilo HOVER  Botones Pricinpales */

.indigo:hover{
    background-color: #d18b49 !important;

  }

/* Color Icon al Hacer Hover */

.btn:hover {
    color: #fff !important;
  }


/* Efecto animación Botones */

.btn-raised {
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);

}



.btn-raised:not([disabled]):active,
.btn-raised:not([disabled]):focus,
.btn-raised:not([disabled]):hover {
    background-color: #d18b49 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, 0, 0)
}



/* Efecto Sombras Botones */


.shadow {
    overflow: hidden !important;
    position: relative !important;
    transform: translate3d(0,-10px, 0)
}

.shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1.5s
}

.shadow:active:before {
    transform: scale(0, 0);
    opacity: .1;
    transition: 0s
}






/* FOOTER */

.imgFooter{
  width: 250px !important;
}

.animacion{

  visibility: visible; 
  animation-name: fadeInDown;
}

.footer-top { padding: 60px 0; background: #005497 ; text-align: left; color: #fff; }
.footer-top h3 { padding-bottom: 10px; color: #fff;font-size: 30px }







/* CSS CARDS */

.card {
  background: #fff !important ;
  width: 500px !important;
  margin: 24px !important ;
  border-radius: 12px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  text-align: center !important;
}

img{
  width: 350px !important;
}


.btn {
  border-radius: 20px !important;
  padding: 8px 12px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 ;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: 0.5s ease !important;
  transition: 0.2s ease !important;
  letter-spacing: 2px;
}



.slides {
  position: relative;
  overflow: hidden;

}

.slide {
 position: absolute;
  top: 0;
  left: 0 ;
  opacity: 0 ;
  visibility: hidden ;
  transform: translate3d(-100%, 0, 0) ;
  transition: 0.9s ease ;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  position: relative;
}




