@charset "UTF-8";

p, h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
}

/* Mejora el manejo del tamaño total de los elementos */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.aspect-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.imagen-flotante {
  float: none; /* O "float: left" para la izquierda */
  width: 250px; /* Ajusta el ancho de la imagen según sea necesario */
  margin: 10px; /* Espacio alrededor de la imagen */
}

.ContPagreserv {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* En lugar de height fija */
  width: 100%;
}

/* Responsive: se apilan en pantallas pequeñas */
@media (max-width: 768px) {
  .ContPagreserv {
    flex-direction: column;
  }

  .izquierda {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.Reservcontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.derecha {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
}



.tabla-servicios {
  width: 100%;
  border-spacing: 10px;
}

.tabla-servicios td {
  vertical-align: top;
  font-size: 14px;
  color: #333;
}

.tabla-servicios i {
  font-size: 18px;
  color: #333;
  margin-right: 10px;
}


/* Grupos de formulario reserva */
.form-group {
    margin-bottom: 10px;
}

.date-group, .guest-group {
    display: flex;
    gap: 20px; /* Espacio entre los campos */
}

.date-field, .guest-field {
    flex: 1; /* Ocupan el mismo espacio */
}

.linedec {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #b1a9a9;
    padding-bottom: 10px;
}

.linedec2 {
    text-align: left;
    margin-top: 25px;
    border-top: 1px solid #b1a9a9;
    padding-bottom: 10px;
}

 .button_env {
   padding: 10px;
   background-color: #4CAF50;
   color: white;
   border: none;
   border-radius: 4px;
   cursor: pointer;
   margin-top: 15px;
   margin-bottom: 15px;
  }

textarea {
  resize: none;
  font-size: 14px;
  display:inline;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: justify;
  
}

.ptitulointer {
   font-size: 14px;
   font-weight: bold;
   color: #000;
   padding: 20px 10px 10px 0;
}

.pchica {
   font-size: 10px;
   font-weight: bold;
   color: #333;
   padding: 0 8px 8px 0;
}  

.ulclass {
   font-size: 14px;
   color: #333;
}


.Row_label1{
display: table-row;
}

.Cell_Label1{
display: table-cell;
width: 165px;
}

.Cell_Label2{
display: table-cell;
width: 90px;
}

.Cell_Label3{
display: table-cell;
width: 125px;
}


.formReg{
      display: table;
      margin: 0 auto;
      width:400px;
      }

.InicioSesion{
      display: table;
      margin: 0 auto;
      width:600px;
      }
     
.Rowtitle {
    font-family: Arial, sans-serif;
    
}

#titleRow {
    font-size: 24px;
    color: #000000;
} 

#titleRowAux {
    font-size: 24px;
    color: #000;
}


.Group-label{
   font-weight: bold;
   font-size: 14px;
   display:inline;
}   
   
.Group-input,  select {
    width: 160px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box; 
   
}

.Group-input-em, select {
    width: 325px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box; 
}

.mensajeoblig{
    font-size: 10px;
}

/* ----- -----  Contenedor Formulario ----- ----- */

.ContainerForm {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.PrincipalContainer {
   display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


/* ----- -----  Estilos para Validacion ----- ----- */


.formulario__input-error {
	font-size: 08px;
	margin-bottom: 0;
	display: none;
}


.formulario__mensaje-exito{
    font-size: 08px;
	margin-bottom: 0;
	display: none;
}

.toggle-password {
            cursor: pointer;
        }
        
.mensaje_ingreso {
    font-size: 09px;
    font-weight: bold;
    color: black;
	display: block;
}

.formulario__mensaje-exito-activo {
	display: block;
}

.formulario__input-error-activo {
    font-size: 09px;
    font-weight: bold;
    color: red;
	display: block;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.Group-input2:focus {
	border: 3px solid #0075FF;
	outline: none;
}


.Group-input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.Group-input-em:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

/* ----- -----  Estilos para Validacion ----- ----- */

.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}


.formulario__grupo-incorrecto .formulario__validacion-estado {
	color: #bb2929;
	opacity: 1;
}


.formulario__grupo-incorrecto .Group-label {
	color: #bb2929;
}


.formulario__grupo-incorrecto .Group-input {
	border: 3px solid #bb2929;
}


.formulario__grupo-incorrecto .Group-input-em {
	border: 3px solid #bb2929;
}


/* ----- -----  Estilos popup ----- ----- */

    /* Estilos del popup */
    .popup-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-box {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 400px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      animation: fadeIn 0.3s ease;
    }

    .popup-box h2 {
      margin-top: 0;
      color: #333;
    }

    .popup-box p {
      color: #555;
    }

    .popup-box button {
      margin: 10px 5px 0 5px;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      background-color: #2a7a2c;
      color: white;
      font-weight: bold;
    }

/* Animaciones */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .Reservcontainer,
  .ContainerForm {
    padding: 20px;
    width: 100%;
  }

  .button_reserv {
    width: 100%;
  }

  .form-group {
    flex-direction: column;
  }

  .guest-field {
    width: 100%;
  }

  .form-group.date-group {
    flex-direction: column;
  }

  .date-field {
    width: 100%;
  }
}


    @keyframes fadeIn {
      from { transform: scale(0.9); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }


@keyframes slideDown {
  from { transform: translateY(-50px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

