/* Contenedor de la imagen */
.magnifier-container {
    position: relative;
    display: inline-block;
}

/* Imagen */
.magnifier-container img {
    display: block;
    width: 100%;
    height: auto;
}

/* Lupa (círculo) */
.magnifier {
    position: absolute;
    pointer-events: none; /* Para que el cursor funcione correctamente */
    border: 3px solid #000; /* Borde de la lupa */
 
    width: 200px; /* Tamaño de la lupa */
    height: 120px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: none; /* Ocultar inicialmente */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200%; /* Aumentar tamaño de la imagen */
}

.slider-container {
    height: 100%;
}

#heroSlider {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#heroSlider .carousel-item {
    display: none;
    width: 100%;
    height: 100%;
}

#heroSlider .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroSlider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* Cambiado a fill para ocupar todo el espacio */
}

.custom-indicators {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid white;
}

.custom-indicators li.active {
    background-color: white;
}

body {

background-color:#c0c0c0;
	
}
#contenido{
	width:1024px;
	height:629px;
	
}

#Table_01{
padding: 0;
			box-shadow: 0px 0px 6px 6px #ddd;
			-moz-box-shadow:    0px 0px 6px 6px #ddd;
  			-webkit-box-shadow: 0px 0px 6px 6px #ddd;		
	
}
#contMenu{
	position:relative;
	height:45px;
	margin:0;
	padding:0;
	
}
#menu{
	position:absolute;
	padding:0;
	margin:0;
	width:1024px;
	z-index:1001;
	top:0px;
}
#dermenu{
	float:right;
	height:45px;
}

.white_content{
display:none;
position: absolute;
margin:0;
width:100%;
height: 100%;
padding:0;
z-index:1030;

		     background-color:black;
			 -moz-opacity: 0.8;
			 opacity:.80;
			 filter: alpha(opacity=80);
 
		}
		
#fContact{
	display:none;
	position:absolute;
	z-index:1099;
	width:35%;
	height:35%;
	background-color:#e7e1c1;
	margin:0px;
	padding:0px;
			box-shadow: 0px 0px 3px 3px #ddd;
			-moz-box-shadow:    0px 0px 3px 3px #ddd;
  			-webkit-box-shadow: 0px 0px 3px 3px #ddd;
			border-radius: 13px;
        -webkit-border-radius: 6px;	
	
}
#cancel{
position:absolute;	
top:-7px;
right:-7px;
}
#tableForm{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	
}

#tableForm td{
padding:5px;
	
}

.contacto{

	   height:22px;	
	   width:100%;
	   font-family:Tahoma, Geneva, sans-serif;
	   color:#9b8b7d;
	   border:1px solid #b3a89c;
	   font-size:13px;   
	     border-radius: 5px;
        -webkit-border-radius: 5px;

}
 .texto{
	 
		
	   width:100%;
	   font-family:Tahoma, Geneva, sans-serif;
	   color:#9b8b7d;
	   border:1px solid #b3a89c;
	   font-size:13px;
	    border-radius: 5px;
        -webkit-border-radius: 5px;
 }
 
 #btnEnviar{
	 
  font-family:Tahoma, Geneva, sans-serif;
	   color:white;
	   border:1px solid #ffffff;
	   font-size:13px;	
	   border-radius: 5px;
        -webkit-border-radius: 5px;
		background-color:orange;
		text-align:center;
		font-weight:bold; 
		box-shadow: 0px 0px 3px 3px #fff;
		-moz-box-shadow:    0px 0px 3px 3px #fff;
  		-webkit-box-shadow: 0px 0px 3px 3px #fff;
		width:120px;
 }
#btnEnviar:hover{
		box-shadow: 0px 0px 3px 3px orange;
		-moz-box-shadow:    0px 0px 3px 3px orange;
  		-webkit-box-shadow: 0px 0px 3px 3px orange;	
	
}

     #contactoCL{
        display: block;
      }
      
      #contactoC{
        display: none;
      }
      
 #botonwhatsapp{
      position:fixed;
      right:15px;
      bottom:35px;
      z-index:454512;
      max-height: 7%;
    }

      @media screen and (orientation: portrait) {

        body{
          max-width: 100%;
          padding: 0;
          margin: 0;
        }
        #contenido{
          max-width:110%;
         padding: 0;
          margin: 0;
          
        }

         #contactoCL{
            display: none;
          }
          
          #contactoC{
            display: block;
          }
          .contactoh5 h5{
            font-size: 4vw;
          }

          #fContact{
            min-width:90%;
            min-height:40%;
            text-shadow: 2px 2px 4px black;
            background-color:silver;
            

          }
          #fuente{
            border: none;
          }
      }



      @media screen and (orientation: landscape) and (min-width: 768px) {
           #contactoCL{
              display: block;
            }
            
            #contactoC{
              display: none;
            }
            #fContact{
              min-width:30%;
              min-height:30%;
              text-shadow: 2px 2px 4px black;
              background-color:silver;
            }

            #botonwhatsapp{
              max-height: 6%;
              left:35px;
              bottom:35px;
            }
            
      }

      /* For landscape, we want the tool bar stick on the left */

      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
           #contactoCL{
              display: block;
            }
            
            #contactoC{
              display: none;
            }
            #fContact{
              min-width:50%;
              min-height:90%;
              text-shadow: 2px 2px 4px black;
              background-color:silver;
              
            }
            #fContact h3{
              font-size: 1em;
            }
            #botonwhatsapp{
              max-height: 18%;
              left:35px;
              bottom:35px;
            }

            
      }


    

      body{
        background-color: silver;
        color: #3d3d3d;
        
      }

      .container{
        padding: 0;
        box-shadow: 0px 0px 10px 10px #ddd;
        -moz-box-shadow:    0px 0px 10px 10px #ddd;
        -webkit-box-shadow: 0px 0px 10px 10px #ddd; 
      }

      
        .container-fluid{
          --bs-gutter-x: 0;
          color: #3d3d3d;
          font-size:0.95em;
        }
        nav {
          background-image:url("../images/menu/back.jpg");
          box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
          padding: 0;
          margin: 0;
          color: whitesmoke;
          

        }

        .dropdown-menu{
          background-image:url("../images/menu/back.jpg");
          box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
          padding: 0;
          margin: 0;
          color: whitesmoke;
         
        }

         .dropdown-item{
          
          color: whitesmoke;

          border:3px solid rgba(64,33,2,0.8);
          border-bottom: 3px solid rgba(64,33,2,0.8);
          text-shadow: 2px 2px 4px black;
          font-size: 1em;
        }

        .dropdown-item:hover{
          background-color: rgba(170,32,13,0.5);
          color: whitesmoke;
          text-shadow: 2px 2px 4px black;
        }

       
        .navbar{
          --bs-navbar-padding-y:0;
          padding: 0;
          margin: 0;
        }
        .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
          color: whitesmoke;
          font-size: 1.1em;
          font-weight: 500;
          text-shadow: 2px 2px 4px black;
          border-bottom: 5px solid rgba(64,33,2,0.8);
          border-right: 5px solid rgba(64,33,2,0.8);
          background-color: rgba(170,32,13,0.5);
          
        }
        .navbar .nav-item:hover .nav-link{   
          background-color: rgba(170,32,13,0.5);
        }

        .navbar-nav .nav-link, .navbar-nav .show>.nav-link {
          color: whitesmoke;
          font-size: 1.1em;
          font-weight: 500;
          text-shadow: 2px 2px 4px black;
          border-bottom: 5px solid rgba(64,33,2,0.8);
          border-right: 5px solid rgba(64,33,2,0.8);
          padding-left: 10px;
        

        }

        .container{
          /*width: 1024px !important;*/
        }

        .dropdown-item.active, .dropdown-item:active{

          background-color: rgba(170,32,13,0.5);
        }

            .month{
      font-size: 1.2em;
      text-align: center;
      font-weight: lighter;
      color: gray;
      line-height: 10px;
     }
     .day{
      font-size: 2.5em;
      text-align: center;
      font-weight: 500;
      color: black;
      line-height:10px;
     }
     .year{
      font-size: 1.2em;
      text-align: center;
      font-weight: lighter;
      color:gray;
      line-height: 15px;
     }
     .d-day{
      font-size: 1.2em;
      text-align: left;
      font-weight: lighter;
      color: gray;
      line-height: 0px;
      padding-top: 0;
      margin-top: 0;
     }
     .d-hour{
      font-size: 1.2em;
      text-align: left;
      font-weight: lighter;
      color: gray;
      line-height: 0px;
     }
     .point{
      font-size: 2.5em;
      text-align: left;
      font-weight: 400;
      line-height: 3px;
      color: gray;
     }
     .detail{
      font-size: 1.4em;
      text-align: left;
      font-weight: 600;
      color: black;
     
     }
     .lugar{
      font-size: 1.2em;
      text-align: left;
      font-weight: lighter;
      color: gray;
      
     }
     .spacer{
      border-top: 3px solid silver;
      line-height: 0px;

     }
     .filtro{
      font-size: 1em;
      color: silver;
       border: 3px solid #d5d5d5;
     }
     .f-num{
      font-size: 0.6em;
      color: silver;

     }


