.pane-content {
    text-align: center;
    /* font-size: 18px; */
}

.container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.font {
    color: #053461;
}

.description-offer {
    text-align: left;
}

.panel-container {
    padding: 0 25px;
}

h1 {
    font-family: Source Sans Pro, sans-serif;
font-weight: 600;
font-size: 1.5rem;
text-align: center;
color: #000;
}

.cursos-text {
    margin-top: 0.88rem;
}

.cursos-list {
    text-align: left;
    margin-left: 2.19rem;
}

.cursos-title {
    font-size: 2.25rem;
    color: #053461;
}

.cursos-title-h3 {
    font-weight: 600;
    font-size: 2rem;
    color: #053461;
}

.cursos-block {
    padding: 0.63rem 1.25rem 1rem;
    margin-bottom: 2rem;
}

.box-shadow-title {
font-weight: 600;
font-size: 1.8rem;
line-height: 112%;
text-align: center;
color: #053461;
}

.box-shadow-title:hover {
    text-decoration: none;
}

.box-shadow-description {
margin-bottom: 1.2em;
margin-top: 1.4em;
color: #053461;
text-align: center;
}

.pane-content-container {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.pane-content-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pane-content-hours {
    font-size: 14px;
    text-align: center;
    color: #053461;
}

.pane-content-button {
    border: 1px solid #053461;
    border-radius: 5px;
    width: 75px;
    height: 24px;
    background-color: #fff;
    font-weight: 600;
    font-size: 12px;
    color: #053461;
    text-align: center;
    text-decoration: none;
}

.pane-content-button:hover {
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0px 0px 5px 2px var(--principal1, rgb(0, 96, 158));
    transition: box-shadow 0.3s, color 0.3s;
}

.field-item img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}

.button-see-more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.button-see-more a {
    font-weight: 600;
    font-size: 24px;
    color: #053461;
    text-decoration: none;
    margin-right: 10px;
}

.button-see-more a:hover {
    font-size: 26px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.block-inscripciones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 81px;
}


.buttons-registration {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
}

.button-inscripcion {
    padding: 11px 20px;
    border: 1px solid #cbd5dd;
    border-radius: 5px;
    background: #f3f3f5;
    text-align: center;
    cursor: pointer;
    /* width: 419px; */
}

.button-inscripcion:hover, .button-inscripcion-ficha:hover {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 20px;
    cursor: pointer;
}

.button-inscripcion-ficha a:hover{
    text-decoration: none;
}

.button-inscripcion a {
    font-weight: 600;
    /* font-size: 20px; */
    color: #000;
}

.cursos-title-finish {
    font-weight: 600;
    font-size: 26px;
    color: #053461;
    display: block;
    margin: 53px auto 83px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.camargo-panel-full-block {
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #f6f6f6;
    padding: 55px 25px;
}

.title-contenido {
    margin: 4rem 1rem 0.5rem;
}

.text-left {
    text-align: left;
    padding: 0.5rem 0;
}

.padding-block {
    padding: 2rem;    
    width: 95%;
    margin: 0 auto;
}

.padding-block-one {
    margin-bottom: 2rem;
}

.field-items {
    padding: 2rem;
    margin-top: 2.19rem;
}

.ficha-intro {
    padding: 2rem;
}

.button-inscripcion-ficha {
    padding: 11px 20px;
    border: 1px solid #cbd5dd;
    border-radius: 5px;
    background: #f3f3f5;
    text-align: center;
    width: 419px;
    margin: 7rem auto;
    display: block;
    cursor: pointer;
}
/* Titulos principales*/
.margin-h4,
.margin-h3 {
    margin-bottom: 4rem;
    font-size: 24px;
    font-weight: 700;
}

.h4-secundario {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

/* Contenedor botones inscripcion */
.container-btn {
    display: flex;
    justify-content: space-evenly;
}

/* Botones de inscripcion + ficha en aventuras.thml */
.inscripcion-btn {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    &:hover {
    background-color: #e0e0e0;
    border-color: #b0b0b0;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }

    &:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    &:focus {
    border: 2px solid #00609e;
    }
}

/* descentrar ul>li */
.descentrar-ul {
    text-align: left;
}

/* div principal login */
.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 7rem;
    padding: 40px 20px;
}

/* login */
.login-container {
    flex: 1;
    background: #e4e7eb;
    padding: 30px 35px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 320px;
}

h2 {
    color: #006bb3;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.new-input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background: white;
    color: #333;
    &::placeholder {
        color: #999;
        font-size: 16px;
    }
    &:focus {
        outline: 2px solid #006bb3;
    }
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: #006bb3;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: background 0.3s ease;
    &:hover {
        background: #005a94;
    }
}

.links {
    text-align: center;
}

.links a {
    display: block;
    color: #333;
    text-decoration: underline;
    font-size: 16px;
    margin: 10px 0;
    transition: color 0.3s ease;
    &:hover {
        color: #006bb3;
    }
}

/* Contenedor información Importante*/
.info-container {
    flex: 1;
    max-width: 500px;
    padding: 20px;
}

.info-container p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}

/* Responsive */
@media (max-width: 968px) {
    .main-wrapper {
        flex-direction: column;
        gap: 30px;
    }

}

@media screen and (max-width: 998px) {
    .container-flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
  .buttons-registration {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }  
} 

@media screen and (max-width: 568px) {
    .button-inscripcion-ficha {
        width: 100%;
    }
}


