/* Extracted and unified styles for 'testa' sections */
/* === SECCIÓN testa === */
.testa-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    
}

.testa-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.testa-img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testa-overlay {
  z-index: 1;
    position: relative;
   /* TONI : rgba(0, 0, 0, 0.8);*/
    color: white;
    padding: 4rem 2rem 2rem 20rem;
    text-align: center;
    display: flex;
    /* TONI justify-content: center;*/
    align-items: center;
    height: 100%;
    
}

.testa-content {
    max-width: 800px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testa-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testa-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: rgb(0, 0, 0);
   /* text-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
}

.testa-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    text-align:left;
    /* text-shadow: 0 1px 3px rgba(0,0,0,0.4);*/
    font-family:"Open Sans",sans-serif;
}

.testa-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-testa-reserva {
    background-color: #dcdddf;
    color: rgb(0, 0, 0);
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-reserva:hover {
    background-color: #f08b02;
}

.btn-testa-portal {
    background-color: white;
    color: #333;
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-portal:hover {
    background-color: #f08b02;
}

/* Responsive */
@media (max-width: 768px) {
    .testa-title {
        font-size: 2.2rem;
    }
    .testa-text {
        font-size: 1rem;
    }
    .testa-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-testa-reserva,
    .btn-testa-portal {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
    .testa-overlay {
  z-index: 1;
  position: relative;
        padding: 4rem 2rem;
    }
    }

/* === SECCIÓN testa === */
.testa-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    
}

.testa-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.testa-img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testa-overlay {
  z-index: 1;
    position: relative;
   /* TONI background-color: rgba(0, 0, 0, 0.8);*/
    color: white;
    padding: 4rem 2rem 2rem 20rem;
    text-align: center;
    display: flex;
    /* TONI justify-content: center;*/
    align-items: center;
    height: 100%;
    
}

.testa-content {
    max-width: 800px;
    background-color:#ffffff;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testa-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testa-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: rgb(0, 0, 0);
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
}

.testa-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    text-align:left;
    /* text-shadow: 0 1px 3px rgba(0,0,0,0.4);*/
    font-family:"Open Sans",sans-serif;
}

.testa-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-testa-reserva {
    background-color: #2c3e50;
    color: rgb(0, 0, 0);
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-reserva:hover {
    background-color: #f08b02;
}

.btn-testa-portal {
    background-color: white;
    color: #333;
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-portal:hover {
    background-color: #f08b02;
}

/* Responsive */
@media (max-width: 768px) {
    .testa-title {
        font-size: 2.2rem;
    }
    .testa-text {
        font-size: 1rem;
    }
    .testa-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-testa-reserva,
    .btn-testa-portal {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
    .testa-overlay {
  z-index: 1;
  position: relative;
        padding: 4rem 2rem;
    }
    }

/* === SECCIÓN testa === */
.testa-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    
}

.testa-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.testa-img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testa-overlay {
  z-index: 1;
    position: relative;
   /* TONI background-color: rgba(0, 0, 0, 0.8);*/
    color: white;
    padding: 4rem 2rem 2rem 20rem;
    text-align: center;
    display: flex;
    /* TONI justify-content: center;*/
    align-items: center;
    height: 100%;
    
}

.testa-content {
    max-width: 800px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testa-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testa-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: rgb(0, 0, 0);
   /*  text-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
}

.testa-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    text-align:left;
  /*   text-shadow: 0 1px 3px rgba(0,0,0,0.4);*/
    font-family:"Open Sans",sans-serif;
}

.testa-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-testa-reserva {
    background-color: #dcdddf;
    color: rgb(0, 0, 0);
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-reserva:hover {
    background-color: #f08b02;
}

.btn-testa-portal {
    background-color: white;
    color: #333;
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-portal:hover {
    background-color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .testa-title {
        font-size: 2.2rem;
    }
    .testa-text {
        font-size: 1rem;
    }
    .testa-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-testa-reserva,
    .btn-testa-portal {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
    .testa-overlay {
  z-index: 1;
  position: relative;
        padding: 4rem 2rem;
    }
    }

/* === SECCIÓN testa === */
.testa-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    
}

.testa-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.testa-img {
  display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testa-overlay {
  z-index: 1;
    position: relative;
   /* TONI background-color: rgba(0, 0, 0, 0.8);*/
    color: white;
    padding: 4rem 2rem 2rem 20rem;
    text-align: center;
    display: flex;
    /* TONI justify-content: center;*/
    align-items: center;
    height: 100%;
    
}

.testa-content {
    max-width: 800px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testa-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testa-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: rgb(0, 0, 0);
    /* text-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
}

.testa-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    text-align:left;
  /*   text-shadow: 0 1px 3px rgba(0,0,0,0.4);*/
    font-family:"Open Sans",sans-serif;
}

.testa-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-testa-reserva {
    background-color: #dcdddf;
    color: rgb(0, 0, 0);
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-reserva:hover {
    color: #000000;
}

.btn-testa-portal {
    color: white;
    color: #333;
    border: none;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-testa-portal:hover {
   color : #f08b02;
}

/* Responsive */
@media (max-width: 768px) {
    .testa-title {
        font-size: 2.2rem;
    }
    .testa-text {
        font-size: 1rem;
    }
    .testa-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-testa-reserva,
    .btn-testa-portal {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
    .testa-overlay {
  z-index: 1;
  position: relative;
        padding: 4rem 2rem;
    }
    }
