*{
	margin: 0;
	padding: 0;
	box-sizing: content-box;
   scroll-behavior: smooth;
}

body{
	background-color: #f1772e;
	margin: 0;
	padding: 0;
   touch-action: pan-y;
}

.cont-vyf{
   display: flex;
   justify-content: space-between;
}

.vyf{
   font-family: Lora, serif;
   font-size: 100%;
   color: #eee;
   letter-spacing: 2px;
}

@media (max-width: 992px){
   .vyf{
      font-size: 80%;
   }
}

@media (max-width: 550px){
   .vyf{
      font-size: 65%;
   }
}



.flecha-arriba-muro {
   max-width: 60px;
   max-height: 60px;
   position: fixed;
   bottom: 30px;
   right: 0px;
   z-index: 50;
}

@media (max-width: 600px) {
   .flecha-arriba-muro {
      right: -15px;
   }
}

.izq{
   flex: 1;
   text-align: left;
   margin-left: 20px;
}

.der{
   flex: 1;
   text-align: right;
   margin-right: 20px;
}

.hora{
   font-family: Lora, serif;
   font-size: 100%;
   color: #eee;
   margin-right: 20px;
   text-align: right;
   letter-spacing: 2px;
}

@media (max-width: 992px){
   .hora{
      font-size: 80%;
   }
}

@media (max-width: 550px){
   .hora{
      font-size: 65%;
   }
}

.div-logo{
    /*position: relative;*/
    overflow: hidden;    
    background-image: url(../img-general/foto-amanecer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 20px 20px 20px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: solid 8px #f1772e;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .div-logo {
      height: 450px;
   }   
}  

@media (max-width: 995px){
   .div-logo{
      height: 700px;
   }
}

@media (max-width: 1400px){
   .div-logo{
      height: 700px;
   }
}

@media (max-width: 600px){
   .div-logo{
      height: 650px;
   }
}

@media (max-width: 400px){
   .div-logo{
      height: 550px;
   }
}

@media (max-width: 390px){
   .div-logo{
      height: 670px;
   }
}

.div-logo-turista-seleccion {
   background-image: url('../Turista/fotofondo2.png');
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 470px;
   border-bottom: solid 5px #fff;
}

.div-logo4 {
   position: relative;
    overflow: hidden;
    background:  
        linear-gradient(to bottom, rgba(34, 85, 204, 0.9) 0%, rgba(34, 85, 204, 0) 100%), 
        url(../img-general/fondodiv16.png?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 0 20px 20px 20px;
    height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: solid 8px #fff;
}


@media (max-width: 1400px) and (max-height: 1200px){
    .div-logo4 {
      height: 950px;
   }   
}  

@media (max-width: 995px){
   .div-logo4{
      height: 950px;
   }
}

@media (max-width: 1400px){
   .div-logo4{
      height: 950px;
   }
}

@media (max-width: 800px){
   .div-logo4{
      height: 950px;
   }
}

@media (max-width: 600px){
   .div-logo4{
      height: 950px;
   }
}

@media (max-width: 500px){
   .div-logo4{
      height: 950px;
   }
}

.div-logo-publicaciones {
    overflow: hidden;
    background:  
        linear-gradient(to bottom, rgba(34, 85, 204, 0.9) 0%, rgba(34, 85, 204, 0) 100%), 
        url(../img-general/fondodivpublicaciones.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 0 20px 20px 20px;
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: solid 8px #fff;
}


@media (max-width: 1400px) and (max-height: 1200px){
    .div-logo-publicaciones {
      height: 720px;
   }   
}  

@media (max-width: 995px){
   .div-logo-publicaciones{
      height: 720px;
   }
}

@media (max-width: 1400px){
   .div-logo-publicaciones{
      height: 720px;
   }
}

@media (max-width: 800px){
   .div-logo-publicaciones{
      height: 720px;
   }
}

@media (max-width: 600px){
   .div-logo-publicaciones{
      height: 720px;
   }
}

@media (max-width: 500px){
   .div-logo-publicaciones{
      height: 720px;
   }
}


.br-header {
   display: none;
}

@media (max-width: 780px) {
   .br-header {
      display: block;
   }
}

.logo-cent{
   position: relative;
   z-index: 300;
   margin: auto;
   display: block;
   max-width: 20%;
   filter: drop-shadow(0 0 5px #fff);
}

@media (max-width: 1400px) and (max-height: 1200px){
    .logo-cent {
      max-width: 25%;
      margin: 0 auto 10px auto;
   }   
}  

@media (max-width: 992px){
   .logo-cent{
      max-width: 30%;
   }
}

@media (max-width: 800px){
   .logo-cent{
      max-width: 45%;
   }
}

@media (max-width: 500px){
   .logo-cent{
      max-width: 78%;
   }
}

.tit-prin{
   position: relative;
   z-index: 300;
   font-family: Lora, serif;
   color: #eee;
   font-size: 250%;
   /*text-shadow: 0px 0px 10px #7ad3ff;*/
   text-align: center;
   width: 80%;
}

@media (max-width: 1400px) and (max-height: 1200px){
   .tit-prin{
      font-family: Lora, serif;
      margin: 0 auto;
      color: #eee;
      font-size: 200%;
      /*text-shadow: 0px 0px 10px #7ad3ff;*/
      text-align: center;
      width: 70%;
   }      
}  

@media (max-width: 1080px){
   .tit-prin{
      width: 80%;
      font-size: 170%;
   }
}

@media (max-width: 700px){
   .tit-prin{
      width: 90%;
      font-size: 138%;
   }
}

@media (max-width: 550px){
   .tit-prin{
      width: 100%;
      font-size: 128%;
   }
}

.titulo-ucg{
   position: relative;
   z-index: 300;
   display: block;
   font-family: 'Lora', serif;
   color: #eee;
   font-size: 120%;
   /*text-shadow: 0px 0px 10px #7ad3ff;*/
   text-align: center;
   margin: 0 2px 0 2px;
   padding-top: 0;
   padding-bottom: 0;
}

@media (max-width: 1080px){
   .titulo-ucg{
      font-size: 90%;
   }
}

.grid-buscador-general {
   grid-template-columns: repeat(3, 1fr);
   justify-content: start;
   grid-gap: 10px;
   width: 100%; /* Asegura que el grid ocupe todo el ancho disponible */
}

#response{
	background-color: #2956e9;
}

#response2{
	background-color: #2956e9;
}

@media (max-width: 600px){
	#response{
		width: 100%;
	}
}

.p-negocio{
   display: inline-block;
	background: radial-gradient(at top right,#f9f9f9, #fff);
	color: #1848e7;
	border-radius: 5px;
	padding: 15px;
   width: 100%;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .p-negocio {
      width: 100%;
      margin: 0 auto;
   }    
}

@media (max-width: 700px){
   .p-negocio{
      margin: 0 8%;
      width: 84%;
   }
}

@media (max-width: 500px){
	.p-negocio{
		margin: 0 auto;
		width: 85%;
	}
}

.p-negocio-sugerencia{
   display: inline-block;
   background: radial-gradient(at top right,#f9f9f9, #fff);
   color: #1848e7;
   border-radius: 5px;
   margin: auto 20%;
   padding: 15px;
   width: 60%;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .p-negocio-sugerencia {
      width: 60%;
      margin: auto 20%; 
   }    
}

@media (max-width: 700px){
   .p-negocio-sugerencia{
      margin: 0 8%;
      width: 84%;
   }
}

@media (max-width: 500px){
   .p-negocio-sugerencia{
      margin: auto 7%;
      width: 86%;
   }
}


.buscador1 form{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 500px){
	.buscador1 form{
		width: 100%;
		margin: 0;
	}
}

section {
   margin: 0;
}

.seccion-buscador {
   position: relative;
   top: 0;
   margin: 0 0 1rem 0;
}

.seccion-comun {
   margin: 2rem 0 2rem 0;
}

li{
	list-style: none;
	/*background-image: linear-gradient(to bottom, #eee, #f4f4f4);*/
	font-family: Lora, serif;
	letter-spacing: 2px;
	width: 70%;
	margin: -15px auto;
	display: flex;
	align-items: center;
}



li span{
	vertical-align: middle;
   font-size: 80%;
}

@media (max-width: 1800px){
   li span{      
      font-size: 80%;
   }
}

@media (max-width: 1400px){
   li span{
      font-size: 70%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   li span{
      font-size: 60%;
   }    
}

@media (max-width: 700px){
   li span{
      font-size: 85%;
   }
}

@media (max-width: 500px){
   li span{
      font-size: 80%;
   }
}


@media (max-width: 1800px){
   li{
      width: 85%;
   }
}

@media (max-width: 1400px){
   li{
      width: 90%;
   }
}

@media (max-width: 700px){
   li{
      margin: -7px auto;   
      width: 88%;
   }
}

@media (max-width: 500px){
	li{
      margin: -5px auto;
		width: 88%;
	}
}



.tit-negocio{
   font-size: 80%;
   font-weight: bold;
   text-align: center;
   letter-spacing: 1px;
   background-color: #205aff;
   color: #f4f4f4;
   border-radius: 5px;
   padding: 15px;
   width: 70%;
   margin: auto;
   transition: .5s;
}

@media (max-width: 1400px){
   .tit-negocio{
      font-size: 90%;
      width: 90%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   .tit-negocio {      
      padding: 7px;
      font-size: 60%;
   }    
}

@media (max-width: 550px){
   .tit-negocio{
      font-size: 80%;
      width: 90%;
   }
}

.tit-negocio:hover{
	letter-spacing: 2px;
	transition: .5s;
}

.buscador1{
	background-color: #2956e9;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: -webkit-sticky;
  	position: sticky;*/
 	top: 60px;
 	overflow: hidden;
 	z-index: 100;
}

@media (max-width: 500px){
	.buscador1{
		top: 55px;
		width: 100%;
	}
}	

.inputbus{
	font-family: Lora, serif;
	padding: 15px;
	font-size: 120%;
   letter-spacing: 3px;
	margin: 15px 10px;
	/*margin-left: 10%;*/
	width: 90%;
	outline: none;
}

@media (max-width: 500px){
	.inputbus{
		width: 85%;
		font-size: 80%;
	}
}

.botbuscar{
	font-family: Lora, serif;
	padding: 12px;
	margin: 15px 10px;
	width: 10%;
	color: #fff;
	background-color: #1e54ef;
	border-radius: 10px;
	font-size: 120%;
	border: solid 3px #5a81ef;
	letter-spacing: 4px;
   cursor: pointer;
}

@media (max-width: 1200px){
   .botbuscar{
      width: 20%;
      font-size: 100%;
   }
}

@media (max-width: 1000px){
   .botbuscar{
      width: 25%;
      font-size: 100%;
   }
}

@media (max-width: 500px){
   .botbuscar{
      margin: 10px 5px;
      width: 35%;
      font-size: 100%;
   }
}

.botbuscar:hover{
	background-color: #86a2ef;
}



.div-logos{
	display: flex;
	justify-content: center;
	align-items: center;   
}

.div-imgpub {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 250px;
   height: 250px;   
   margin: 0 auto; /* Elimina los márgenes */
   padding: 0; /* Elimina el relleno */
   text-align: center;    
   overflow: hidden;
   transition: 1.5s;
   border-radius: 3px;
}

.imgpub{
   margin: auto;
   display: block;
   width: 250px;
   height: 250px;
   transition: transform 0.3s;
   border-radius: 3px;
}

@media (max-width: 300px){
   .imgpub{
      margin: auto;
      display: block;
      width: 200px;
      height: 200px;
      transition: transform 0.3s;
   }
}

.div-imgpub:hover img{
	transform: scale(1.05);
}

.logos-sociales{
   padding: 3px;
   display: inline;
   width: 42px;
   height: 42px;
   margin: 3px 3px 15px 3px;
   filter: drop-shadow(0 0 10px #eee);
   transition: .5s;
   transition: transform .5s ease;
}

@media (max-width: 1400px) and (max-height: 900px){
    .logos-sociales {
      width: 35px;
      height: 35px;
   }    
}

@media (max-width: 550px){
   .logos-sociales{
      width: 50px;
      height: 50px;
      margin: .5px;
   }
}

@media (max-width: 370px){
   .logos-sociales{
      width: 40px;
      height: 40px;
      margin: .5px;
   }
}

.logos-sociales:hover{
   filter: drop-shadow(0 0 20px #fff);  
   transform: scale(1.18);
   transition: .5s;
}

.logos-datos{
	max-width: 20px;
	width: 20px;
	margin: 10px;
}

.div-pre-stock {
   display: block;
   width: 70%;
   margin: auto;
   justify-content: center;
}

.precio-stock{
   background-color: #3c6aef;
   border-radius: 5px;
   /*border: solid 5px #fff;*/
   padding: 18px 25px;
   color: #fff;
   font-size: 75%;
   width: 100%;
   display: block;
   text-align: center;
   justify-content: center;
   cursor: pointer;
}

@media (max-width: 1450px){
   .precio-stock{
    font-size: 60%;
    padding: 15px 20px;
   }
}

@media (max-width: 1050px){
   .precio-stock{
    font-size: 80%;
    padding: 15px 20px;
   }
}

@media (max-width: 830px){
   .precio-stock{
    font-size: 70%;
    padding: 15px 20px;
   }
}

@media (max-width: 620px){
   .precio-stock{
     font-size: 65%;
   }
}

@media (max-width: 50px){
   .precio-stock{
     font-size: 75%;
   }
}

.precio-stock:hover {
   background-color: #7897ef;
}

.masbuscado{
   display: inline-block;
   letter-spacing: 1px;
   background-image: url("../img-general/patronnaranja2.png"); 
   background-size: cover; /* Esto hace el efecto de "object-fit: cover" */
   background-position: center; /* Centra la imagen */
   background-repeat: no-repeat;
   border-radius: 5px;
   min-width: 120px;
   max-width: 160px;
   color: #fff;   
   margin: 0.5% 6px;
   box-shadow: 0 0 10px #1e54ef;
   border: 2px solid #ff8740;
   cursor: pointer;
   position: relative; /* Asegura un posicionamiento correcto */
   padding: 0; /* Elimina padding interno */
   box-sizing: border-box;
}

@media (max-width: 500px){
   .masbuscado{
      min-height: 120px;
      max-width: 160px;
      border-radius: 10px;
      font-size: 85%;
      margin: 1% 1%;
   }
}

.masbuscado:hover{
	background-image: linear-gradient(to bottom, #df5300, #ff8740);
}


.masbuscado-cliente{
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   height: 100%; /* Ocupa el 100% de la altura del contenedor */
   width: 100%; /* Asegura que ocupe todo el ancho */
   padding: 0; /* Elimina cualquier padding extra */
   margin: 0; /* Elimina márgenes */
   box-sizing: border-box; 
}

@media (max-width: 580px){
   .masbuscado-cliente{  
   }
}

.masbuscado p{   
   display: block;
   font-family: tienne.ttf;
   font-size: 130%;
   padding: 0 5px 10px 5px;
   height: 100%;
}

@media (max-width: 500px){
   .masbuscado p{
      font-size: 135%;
   }
}

@media (max-width: 500px){
   .destacado-nombre-simple {
      position: relative;
      max-height: 80px;
      top: 10px;
   }
}

.estrella-destacados-blanca{
   position: relative;
   display: inline;
   max-width: 30px;
   max-height: 30px;
   top: 5px;
   z-index: 3;
   transition: transform 1.5s ease;
   filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) 
          drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.5));
}


.masbuscado:hover .estrella-destacados-blanca {
   transform: rotate(144deg) scale(1.2);
}

.img-destacados-estrella{
   position: relative;
   top: 0;
   display: block;
   min-height: 60px;
   padding: 5px;
   width: 100%;
   border-radius: 5px 5px 0 0;   
   overflow: hidden;
   border-bottom: solid 1px #fff;
}

@media (max-width: 500px){
   .img-destacados-estrella{
      border-radius: 10px 10px 0 0;
   }
}

.img-destacados-estrella::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Oscurece con un gris semi-transparente */
  z-index: 1; /* Coloca la capa por encima del fondo */
}



.reco{
   display: inline-block;
   font-family: tienne.ttf;
   font-size: 100%;
   letter-spacing: 1px;
   /*background-color: #0b6cc1;*/
   background-color: #ff8740;
   /*background-image: url(fonbot.png);*/
   border-radius: 2px;
   color: #fff;
   padding: 1%;
   margin: 0.5% 3px;
   /*box-shadow: 0 0 10px #7ad3ff;*/
   border: 3px solid #ff7320;
   cursor: pointer;
}

@media (max-width: 600px){
	.reco{
		font-size: 60%;
		margin: 2px 1;
	}
}

.reco:hover{
	background-color: #ff9b60;
	box-shadow: 0 0 10px #9fb8ff;
}



.contacto{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2956e9;
}

@media (max-width: 600px){
	.contacto{

	}
}

.util{
   background-color: #2956e9;
   text-align: center;
   margin: auto;
}

.tit-util {
   font-family: Lora, serif;
   color: #eee;
   font-size: 100%;
   text-shadow: 0px 0px 10px #7ad3ff;
   text-align: center;
   background-color: rgba(0, 0, 0, 0.1); /* Fondo grisáceo leve */
   padding: 0.2em 0.5em; /* Espaciado alrededor del texto */
   border-radius: 15px; /* Bordes suavizados para un efecto más elegante */
}

@media (max-width: 992px){
   .tit-util{
      font-size: 190%;
   }
}

@media (max-width: 600px){
   .tit-util{
      font-size: 130%;
   }
}

@media (max-width: 400px){
   .tit-util{
      font-size: 100%;
   }
}

.destacados{
	width: 80%;
}

@media (max-width: 600px){
   .destacados{
      width: 90%;
   }
}

.tit-link2{
   color: #fff;
   width: 100%;
   height: 100%;
}

/* MAPA */ 

.mapacont{
     display: flex;
     justify-content: center;
    }

.mapasuc{
   
    width: 60%;
    height: 480px;
    
}

@media (max-width: 992px){
   .mapasuc{
     width: 80%;
     height: 480px;
   }
}



@media (max-width: 430px){
   .mapasuc{
     width: 100%;
     height: 480px;
     
    
   }
}

/* FIN MAPA */



/* CONTACTO */

.parrafo-contacto{
   font-family: Lora, serif;
   color: #eee;
   font-size: 150%;
   margin: 0 15%;
}

@media (max-width: 600px){
   .parrafo-contacto{
      margin: 0 3%;
      font-size: 110%;
   }
}

.form-contacto{
	display: block;
}



.cont-form{
   /* display: flex;
   align-items: flex-start;*/
   display: block;
   /*justify-content: center;
   align-content: center;
   align-items: center;*/
   width: 60%;
   margin: auto;
   border-radius: 15px;
   border: solid 7px #2956e9;
   /*justify-content: space-between;*/
   /*align-items: center;*/
   background-color: #2956e9;
   /*background-color: #0072df;*/
   color: #141414;
   font-family: Lora, serif;
   font-size: 150%;
}

@media (max-width: 1250px){
   .cont-form{
      width: 80%;
   }
}

@media (max-width: 992px){
   .cont-form{
    margin: 0 auto;
    width: 90%;
   }
}

@media (max-width: 600px){
   .cont-form{
   display: block; 
   width: 100%;
   /*align-items: center;
   justify-content: center;*/
   margin: 5px;
   /*flex-direction: column;*/
   }
}

@media (max-width: 450px){
   .cont-form{
   display: block; 
   width: 95%;
   /*align-items: center;
   justify-content: center;*/
   margin: 0 auto;
   /*flex-direction: column;*/
   }
}

.form-cont{
  display: block;
  /*justify-content: center;
  align-content: center;
  align-items: center;*/
  margin: 0 auto;
  /*padding: 50px;*/
}

  @media (max-width: 900px){
   .form-cont{
   display: block;
   width: 80%;
   min-width: 80%;
   }
}

@media (max-width: 600px){
   .form-cont{
   display: block;
   width: 90%;
   min-width: 90%;
   }
}

.div-tit-form{
    border-radius: 15px;
    display: block;
    padding:  0;
    width: 60%;
    margin: 10px auto;
    background-color:#80a1ff;
    color: #ffffff;
}

@media (max-width: 1050px){
   .div-tit-form{
   width: 80%;
   margin: 10px auto;
   }
}

@media (max-width: 992px){
   .div-tit-form{
   margin: 10px auto;
   }
}

@media (max-width: 600px){
   .div-tit-form{
   width: 98%;
   margin: 10px auto;
   }
}

.form-tit{
  display: block;
  width: 400px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 4px;
  font-size: 120%;
  font-weight: bold;
  /*-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: color: #fff837;;*/
}

@media (max-width: 1250px){
   .form-tit{
      font-size: 80%;
   }
}

@media (max-width: 1050px){
   .form-tit{
   display: block;
   width: 90%;
   }
}

@media (max-width: 600px){
   .form-tit{
   display: block;
   width: 80%;
   }
}

.inp{
   font-size: 100%;
   display: block;
   justify-content: center;
   align-content: center;
   align-items: center;
   font-family: Lora, serif;
   width: 60%;
   height: 15px;
   margin: 3% auto;
   padding: 20px 10px;
   border-radius: 10px;
   color: #fff;
   background-color: #80a1ff;
   /*background-color: #fff837;*/
   border: solid 3px #6089ff;
}

@media (max-width: 1250px){
   .inp{
      padding: 13px 10px;
      font-size: 80%;
      display: block;
      width: 90%;
   }
}

@media (max-width: 1050px){
   .inp{
      display: block;
      width: 90%;
   }
}

@media (max-width: 600px){
   .inp{
      display: block;
      width: 90%;
   }
}

.inp:focus{
   outline: none;
}

.inp::placeholder{
  font-family: Arial, serif;
  color: #eee;
}

.inp:checked{
   font-family: Arial, serif;
   color: #eee;
   background-color: #fff837;
}

.form-msj{
  font-size: 100%;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 60%;
  max-width: 70%;
  max-height: 450px;
  min-width: 450px;
  min-height: 400px;
  height: 400px;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  border: solid 3px #6089ff;
  /* background-color: #fff837;*/
  background-color: #80a1ff;
}

@media(max-width: 1300px){
   .form-msj{
      padding: 13px 10px;
      font-size: 80%;
      max-width: 90%;      
      max-height: 200px;
      min-height: 200px;
      height: 200px;
      width: 90%;
   }
}

@media (max-width: 1050px){
   .form-msj{
      display: block;
      width: 90%;
      min-width: 90%;
   }
}

@media (max-width: 900px){
   .form-msj{
      display: block;
      width: 100%;
      min-width: 100%;
   }
}

@media (max-width: 600px){
   .form-msj{
      display: block;
      min-width: 90%;
      max-width: 90%;
      width: 90%;
   }
}

.form-msj::placeholder{
  font-family: Arial, serif;
  color: #eee;
}

.form-msj:focus{
   outline: none;
}

.form-sub{
  color: #ffffff;
  background-color: #80a1ff;
  font-family: Lora, serif;
  font-size: 100%;
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 20px;
  letter-spacing: 4px;
  border-radius: 10px;
  border: none;
  cursor: pointer;

}

.form-sub:hover{
	color: #8b60ff;
	background-color: #d0bfff;
}

@media (max-width: 1050px){
   .form-sub{
   display: block;
   width: 80%;
   }
}

@media (max-width: 600px){
   .form-sub{
   display: block;
   width: 80%;
   }
}

/* FIN CONTACTO */

/* FOOTER */

footer{
	background-color: #2956e9;
}

.grid-footer {
   display: grid;
   grid-template-columns: repeat(4, 1fr); 
   gap: 20px;
}

@media (max-width: 1250px) and (max-height: 1200px){
   .grid-footer {
      display: grid;
      grid-template-columns: repeat(2, 1fr); 
      gap: 20px;
   }   
}

@media (max-width: 992px){
   .grid-footer{
      display: block;
   }
}

.logo-footer{
   margin: auto;
   display: block;
   max-width: 60%;
   filter: drop-shadow(0 0 5px #fff);
}

@media (max-width: 1250px) and (max-height: 1200px){
   .logo-footer {
      max-width: 35%;
   }   
}

@media (max-width: 992px){
   .logo-footer{
      max-width: 50%;
   }
}

@media (max-width: 500px){
   .logo-footer{
      max-width: 80%;
   }
}

.parrafo-footer {
   display: block;
   font-family: 'Atkinson Hyperlegible Next', serif;
   color: #eee;
   font-size: 100%;
   /*text-shadow: 0px 0px 10px #7ad3ff;*/
   text-align: center;
   margin: 0 2px 0 2px;
   padding-top: 0;
   padding-bottom: 0;
}

@media (max-width: 1450px) and (max-height: 1200px){
   .grid-footer {
      font-size: 80%;
   }   
}

@media (max-width: 600px){
   .parrafo-footer {
      font-size: 110%;
   }
}

/* FIN FOOTER */
@keyframes lavaBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.rubro2 {
   position: relative;
   z-index: 300;
   border-radius: 15px;
   text-align: center;
   width: 300px;
   height: 80px;
   font-family: Lora, serif;
   letter-spacing: 2px;
   font-size: 130%;
   color: #f2f4f6;
   text-shadow: 0px 0px 5px #9fb8ff;
   box-shadow: 0 0 10px #fff;
   border: 0px solid #002a9f;
   cursor: pointer;
   background: radial-gradient(circle at 10% 10%, #f70, #f90,#bf7300, #275df8, #0846f7, #052c9a);
   background-size: 300% 300%;
   animation: lavaBackground 12s ease-in-out infinite;
}
@media (max-width:1000px) {
   .rubro2{
      font-size: 100%;
      width: 230px;
   }
}


@media (max-width:570px) {
   .rubro2{
      font-size: 100%;
   }
}

@media (max-width: 500px){
   .rubro2{
      font-family: Lora, serif;      
      width: 100%;
      min-width: 170px;
   }
}



/* VENTANA MODAL DE DESTACADOS Y SUGERENCIAS */

.modal {
  display: none; /* Oculta el modal por defecto */
  position: fixed;
  z-index: 1300;
  left: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

@media screen and (max-width: 550px){
   .modal{
      top: 40px;
   }
}

/* Contenido del modal */
.modal-content {
  background-color: #fff;
  margin: 20px auto;  
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 500px){
   .modal-content{
      padding: 10px;
      max-height: 770px;
   }
}

@media (max-width: 400px){
   .modal-content{
      max-height: 770px;
   }
}

/* Botón para cerrar el modal */
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  background-color: #7e6ff0;
  color: #eee;
  border: solid 2px #eee;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
}

.close:hover {
  background-color: #b1a8f6;
  color: #eee;
}

.p-negocio2{
	background: radial-gradient(at top right,#f9f9f9, #fff);
	color: #1111f9;
	border-radius: 5px;
	padding: 15px;
	margin: 0 1%;
}

@media (max-width: 550px){
	.p-negocio2{
		margin: 0 auto;
		width: 95%;
	}
}

.tit-negocio-mod{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: #205aff;
	color: #f4f4f4;
	border-radius: 5px;
	padding: 15px;
	width: 70%;
	margin: auto;
	transition: .5s;
}

@media (max-width: 1400px){
   .tit-negocio-mod{
      font-size: 80%;
      width: 90%;
   }
}

@media (max-width: 550px){
	.tit-negocio-mod{
		font-size: 80%;
		width: 90%;
	}
}

.tit-negocio-mod:hover{
	letter-spacing: 2px;
	transition: .5s;
}

/* FIN VENTANA MODAL */

/* GALERIA DESTACADOS*/

.galeriad {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 0 auto;
}

@media (max-width: 1200px){
   .galeriad{
      grid-template-columns: repeat(5, 1fr);
      margin: 0 10%;
   }
}

@media (max-width: 900px){
   .galeriad{
      grid-template-columns: repeat(4, 1fr);
      margin: 0 10%;
   }
}

@media (max-width: 600px){
   .galeriad{
      grid-template-columns: repeat(3, 1fr);
      width: 100%;
      margin: 0;
   }
}

.galeriad-item {
    margin: 2px; /* Elimina los márgenes */
    padding: 0; /* Elimina el relleno */
    text-align: center;
    cursor: pointer;
    object-fit: cover;
    height: 200px;
    overflow: hidden;
}

@media(max-width:1600px){
   .galeriad-item{
      height: 190px;
   }
}

@media(max-width:1400px){
   .galeriad-item{
      height: 165px;
   }
}

@media(max-width:1200px){
   .galeriad-item{
      height: 130px;
   }
}


@media(max-width:800px){
   .galeriad-item{
      height: auto;
   }
}

@media(max-width:600px){
   .galeriad-item{
      margin: 0;
   }
}

.galeriad-item img {
   margin: 0;
    width: 100%; /* Asegura que la imagen ocupe todo el espacio disponible en la celda */
    height: 100%;
    transition: .5s;
}

.galeriad-item:hover img {
   transform: scale(1.05);
   transition: .5s;
}



/* FIN GALERIA DESTACADOS */

/* ESTILO GRID PARA BUSCADOR Y TURISTA*/

.estilo-grid-para-locales-turista {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 10px 2px;
}

.estilo-grid-para-locales-turista > div {
    min-width: 180px; /* Asegura que cada tarjeta tenga un mínimo de 180px */
    flex: 0 0 auto; /* Evita que se reduzcan más allá del tamaño mínimo */
    scroll-snap-align: start;
}

@media (max-width: 550px){
   .estilo-grid-para-locales-turista > .div-contenedor-categoria {      
      min-width: 150px;
      min-height: 80px;
   }
}

/* Para navegadores basados en Webkit */
.estilo-grid-para-locales-turista::-webkit-scrollbar {
    height: 15px;
    border-radius: 5px;
}

.estilo-grid-para-locales-turista::-webkit-scrollbar-thumb {
    background-color: #6089ff;
    border-radius: 5px;
}

.estilo-grid-para-locales-turista::-webkit-scrollbar-track {
    background-color: #0042ff;
}

/*ESTILO PARA CATEGORIAS*/

.div-contenedor-categoria {
   position: relative;
   display: block;
   border: 4px solid #fa2;
   border-radius: 5px;
   margin: 5px;
   background: #f70;
   padding: 5px;
   cursor: pointer;
   min-width: 180px;
   max-height: 100px;
   margin-top: 100px;
}

@media (max-width: 650px){
   .div-contenedor-categoria {      
      min-width: 150px;
      max-height: 100;
      margin-top: 85;
   }
}

.img-div-categoria {
   max-width: 160px;
   position: relative;
   z-index: 500;
   top: -100px;
   filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
  transition: transform 1s ease;
}

@media (max-width: 650px){
   .img-div-categoria {
      max-width: 130px;
      top: -88px;
   }
}

.img-div-categoria:hover {
  transform: translateY(-10px);
  transition: transform 1.2s ease; /* animación al salir del hover */
}

.p-titulo-categoria{
   position: relative;
   top: -100px;
   color: #fff;   
   margin: auto;
   font-size: 13px;
   width: 180px;
   max-width: 180px;
   text-align: center;
   font-weight: bold;
}

@media (max-width: 550px){
   .p-titulo-categoria {
      font-size: 12px;
      top: -88px;
   }
}

/*FIN ESTILO CATEGORIAS*/

/*
.estilo-grid-para-locales-turista {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px; 
    margin: 20px 10px; 
    padding: 0; 
}
*/

/*
@media (max-width: 1750px){
   .estilo-grid-para-locales-turista{
   grid-template-columns: repeat(5, 1fr);
   }
}

@media (max-width: 1500px){
   .estilo-grid-para-locales-turista{
   grid-template-columns: repeat(4, 1fr);
   }
}

@media (max-width: 1300px){
   .estilo-grid-para-locales-turista{
   grid-template-columns: repeat(3, 1fr);   
   }
}

@media (max-width: 950px){
   .estilo-grid-para-locales-turista{
   grid-template-columns: repeat(3, 1fr);   
   }
}

@media (max-width: 700px) {
  .estilo-grid-para-locales-turista {
    grid-template-columns: repeat(2, 1fr);    
  }
}

@media (max-width: 550px){
   .estilo-grid-para-locales-turista{
   margin: 0 2%;
   }
}

@media (max-width: 400px){
   .estilo-grid-para-locales-turista{
   margin: 0 2%;
   }
}*/

.logos-sociales-turista{
   padding: 3px;
   display: inline;
   width: 26px;
   height: 26px;
   margin: 2px;
   transition: .5s;
}

.tit-negocio-turista{
   font-size: 95%;
   font-weight: bold;
   text-align: center;
   letter-spacing: 2px;
   background-color: #205aff;
   color: #f4f4f4;
   border-radius: 5px 5px 0 0;
   border-bottom: solid 2px #fff;
   padding: 15px;
   width: 100%;
   margin: auto;
   transition: .5s;
}

@media (max-width: 1400px){
   .tit-negocio-turista{
      font-size: 95%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   .tit-negocio-turista {
      font-size: 90%;
   }   
}

@media (max-width: 700px){
   .tit-negocio-turista{
      font-size: 88%;
      min-height: 60px;
   }
}

@media (max-width: 550px){
   .tit-negocio-turista{
      font-size: 82%;
      min-height: 60px;
   }
}

.imgpub-turista{
   margin: auto;
   display: block;
   width: 100%;
   transition: transform 0.3s;
}

.li-destacados-turista{
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   list-style: none;
   font-family: Lora, serif;
   width: 100%;
   padding: 5px;
   font-weight: 650;
}

@media (max-width: 1750px){
   .li-destacados-turista{      
      margin: -15px auto -15px auto;
      width: 100%;
      /*margin: 0 0 0 45px;*/
   }
}

.li-destacados-turista .span-destacados-turista{  
    text-align: center; 
   padding: 0;
   margin: 0;
   width: 100%;
   font-size: 12px;
}

@media (max-width: 1800px){
   .li-destacados-turista .span-destacados-turista{      
      font-size: 12px;
      /*margin: 0 0 0 45px;*/
   }
}

@media (max-width: 1400px){
   .li-destacados-turista .span-destacados-turista{
      font-size: 70%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   .li-destacados-turista .span-destacados-turista{
      font-size: 60%;
   }    
}

@media (max-width: 700px){
   .li-destacados-turista .span-destacados-turista{
      font-size: 85%;
   }
}

@media (max-width: 500px){
   .li-destacados-turista .span-destacados-turista{
      font-size: 12px;
   }
}

@media (max-width: 800px){
   .li-destacados-turista{
      margin: -15px auto -15px auto;
      width: 100%;
   }
}

@media (max-width: 500px){
   .li-destacados-turista{
      margin: -15px auto -15px auto;
      width: 100%;
   }
}

.logos-datos-turista {
   max-width: 14px;
   max-height: 14px;
   margin: 0;
   position: relative;
   top: 2px;
}

.p-negocio-turista{
   display: flex;
   flex-direction: column;
   background: radial-gradient(at top right,#f9f9f9, #fff);
   color: #1111f9;
   border-radius: 5px;
   border: solid 2px #fff;
   padding: 0;
   width: 100%;
   max-width: 240px;
   margin: 2% 8px;
}

@media (max-width: 700px){
   .p-negocioo-turista{
      margin: 3% auto;
      width: 100%;
   }
}

.contenido-tarjeta-turista {
   padding: 0;
}

.p-negocio-turista .contenido-tarjeta-turista{
   flex: 1 1 auto;
}

.br-turista {
   display: none;   
}

@media (max-width: 500px){
   .br-turista{
      display: block;
   }
}

.logos-sociales-turista{
   padding: 3px;
   display: inline;
   width: 36px;
   height: 36px;
   margin: 2px;
   transition: .5s;
}

@media (max-width: 1400px) and (max-height: 1200px){
   .logos-sociales-turista {
      width: 32px;
   height: 32px;
   }   
}

@media (max-width: 500px){
   .logos-sociales-turista{
      width: 38px;
      height: 38px;
      margin:  2px;
   }
}

.logos-sociales-turista:hover{
   transform: scale(1.03);
   filter: drop-shadow(0 0 10px #cbc5f9);
   transition: .5s;
}

.ver-mas-turista{
   display: block;
   background-color: #205aff;
   border: solid 2px #fff;
   border-radius: 5px;
   padding: 18px 0;
   color: #fff;
   font-size: 100%;
   width: 100%;
   margin: 0;
   justify-content: center;
   cursor: pointer;
   text-align: center;
}

@media (max-width: 1450px){
   .ver-mas-turista{
    font-size: 95%;
    padding: 15px 20px;
   }
}

@media (max-width: 1050px){
   .ver-mas-turista{
    font-size: 90%;
    padding: 15px 20px;
   }
}

@media (max-width: 700px){
   .ver-mas-turista{
    font-size: 88%;
    padding: 15px 20px;
   }
}

@media (max-width: 500px){
   .ver-mas-turista{
     font-size: 82%;
   }
}

.ver-mas-turista:hover {
   background-color: #5581ff;
}

/* ESTILO FLEX PARA TARJETAS TURISTA */
/*
.estilo-grid-para-locales-turista {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px; 
    margin: 20px 10px; 
    padding: 0; 
}*/

.icono-mapa-permanente {
   position: fixed;
   bottom: 20px;
   right: -70px;
   width: 150px;
   width: 150px;
   z-index: 800;
}

@media (max-width: 500px){
   .icono-mapa-permanente{
      max-width: 120px;
      max-height: 120px;
   }
}

.icono-mapa-permanente:hover {
   filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)); 
}

.tit-turista-turi {
   font-family: Lora, serif;
   color: #eee;
   font-size: 250%;
   text-shadow: 0px 0px 10px #7ad3ff;
   text-align: center;
   background-color: #2956e9;
   border-radius: 0;
   padding: 20px;
}

@media (max-width: 992px){
   .tit-turista-turi{
      font-size: 190%;
   }
}

@media (max-width: 600px){
   .tit-turista-turi{
      font-size: 130%;
   }
}

@media (max-width: 500px){
   .tit-turista-turi{
      font-size: 120%;
   }
}

.parrafo-turista1{
   position: relative;
   z-index: 20;
   font-family: Lora, serif;
   color: #eee;
   margin: 0 15%;
   font-size: 20px;
   font-weight: 800;
   background-color: #2956e9;
   padding: 15px 15px 20px 15px;
   border-radius: 8px;
   border: solid 3px #f70;
   text-align: center;
}

@media (max-width: 600px){
   .parrafo-turista1{
      margin: 0 3%;
      font-size: 90%;
   }
}

/* FIN ESTILO FLEX PARA TARJETAS TURISTA */

/*
@media (max-width: 1400px) and (max-height: 1200px){
   .logos-sociales-turista {
      width: 35px;
   height: 35px;
   }   
}

@media (max-width: 400px){
   .logos-sociales-turista{
      width: 35px;
      height: 35px;
      margin:  2px;
   }
}

.logos-sociales-turista:hover{
   transform: scale(1.03);
   filter: drop-shadow(0 0 10px #cbc5f9);
   transition: .5s;
}

*/

a:link, a:visited, a:active {
    text-decoration:none;
}