.margin-top-120 hero-section
.padding-bottom-120 {
    padding-bottom: 12px !important;
}
.margin-top-80 {
    margin-top: 30px !important;
}

/* QUIENES SOMOS */

.hero-section {
    position: relative;
    background: url('https://images.pexels.com/photos/3182762/pexels-photo-3182762.jpeg') center center / cover no-repeat;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 48, 102, 0.75);
}

.hero-section h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.hero-section h1 span {
    color: #A5C230;
}

.hero-section span {
    color: #fff;
    position: relative;
    z-index: 2;
    width: 50%;
}

.seccion-h {
    height: 350px;
}

.img-historia {
    width: 100%;
    height: 100%;
    /* margin: 16px; */
    background-color: #A5C230;
}

.title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.175;
    color: var(--color-heading);
    margin: 0;
        padding-top: 5rem !important;
}

.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.175;
    color: var(--color-primary-500);
    width: fit-content;
    margin-bottom: 14px;
    text-align: center;
}
.title span {
    color: var(--color-primary-500);
}

.text {
    line-height: 1.9;
    text-align: justify;
}

.historia-seccion span {
    color: #2A3481;
}

.image-wrapper {
    position: relative;
}

.image-wrapper .image-inner {
    position: relative;
}

.image-wrapper .image-inner .main-img {
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    right: 10%;
}

.image-wrapper .image-inner .sub-img {
    position: absolute;
    top: 195px;
    left: 40%;
    background-color: #ffffff;
    padding: 14px;
    border-radius: 16px;
    overflow: hidden;
}

.image-wrapper .image-inner .main-img img,
.image-wrapper .image-inner .sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.link-card.video {
    top: 324px;
    right: 330px;
    padding: 22px 50px 22px 27px;
}

.link-card {
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    justify-content: center;
    align-items: center;
    gap: 16px;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.5);
}

.link-card .video-btn a {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #A5C230;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    text-decoration: none;
}

.link-card .video-btn a i {
    color: #ffffff;
    font-size: 18px;
}

.link-card .content-wrapper .link-up {
    color: var(--color-primary-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
}

.info-container {
    background: #3E4EC1;
    background: linear-gradient(90deg, rgba(62, 78, 193, 1) 0%, rgba(33, 40, 84, 1) 100%);
    margin: 100px 0;
    color: #fff;
    padding: 100px 100px 120px 100px;
    text-align: center;
}

.services-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.35;
    color: var(--color-neutral-white);
    text-align: center;
    /* margin-bottom: 32px; */
}

.services-title span, .info-container h3 {
    color: #A5C230;
}

.objetivos-wrapper ul{
    list-style: none;
    padding: 0;
}

.objetivos-wrapper li {
    margin-bottom: 12px;
}

.objetivos-wrapper li i {
    color: #A5C230;
    margin-right: 8px;
}

.objetivos-img {
    height: 100%;
    padding: 56px 36px 16px 36px;
}

.objetivos-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* NOSOTROS */

.content-nosotros {
    width: 70%;
    text-align: center;
}

.btn-secondary-design {
    border: 1px solid var(--color-primary-500);
    color: var(--color-primary-500);
    text-decoration: none;    
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #2A3481;
    border: 2px solid #2A3481;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary-design:hover {
    transform: translateY(-2px);
    background-color: #2A3481;
    color: #fff;
}

.team-card-container {
    height: 500px;
    justify-content: center;
    align-items: center;
}

.team-card {
    height: 420px !important;
    max-width: 350px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #F5F5F5;
    /* box-shadow:  8px 8px 16px #d5d5d5, */
    /* -8px -8px 16px #ebebeb; */
    border-radius: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* .swiper-slide.team-card.swiper-slide-visible.swiper-slide-active  {
    transform: scale(0.95) !important; 
} */

.team-card img {
    width: 100%;
    display: block;
}


.team-card-info {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    background-color: #fff;
    border-radius: 12px;
}

.team-card h5 {
    color: var(--color-primary-500);
}

.team-card p {
    color: var(--color-tertiary-500);
}

.email-text {
    color: var(--color-tertiary-500);
    font-weight: 500;
    font-size: 18px;
}

/* MARCAS */

.marcas-card-container {
    padding: 24px; 
    perspective: 1000px;
}

.marcas-card {
    background-color: #F5F5F5;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px; 
    box-shadow: 11px 10px 27px -20px rgba(112, 112, 112, 0.6);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
}

.marcas-card-container:hover .marcas-card {
    transform: rotateY(180deg);
}
 
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-front {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg);
  }
  
  .card-back {
    background: #3E4EC1;
    background: linear-gradient(90deg, rgba(62, 78, 193, 1) 0%, rgba(33, 40, 84, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(180deg);
    flex-direction: column;
}

.card-back img {
    height: 40px;
}

.card-back p {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-tertiary-500);
}

.card-back span {
    font-size: 15px;
    font-weight: 400;
}

.marcas-card img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* REGISTRO */

/* Estilo para el título del formulario */
.form-title {
    font-size: 36px;
    font-weight: 700;
    color: #2A3481;
    margin-bottom: 16px;
    text-align: center;
}

/* Estilo para los pasos del wizard */
.wizard-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #B4B4B480;
}

.step.active {
    color: #2A3481;
    font-weight: bold;
}

.step-number {
    background-color: #B4B4B480;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.step.active .step-number {
    background-color: #2A3481;
}

/* Estilo para el contenido del wizard */
.wizard-content {
    margin-top: 20px;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

/* Estilo para los botones */
.btn-next, .btn-back {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-next {
    background-color: #2A3481;
    color: #fff;
}

.btn-next:hover {
    background-color: #1E2A6D;
}

.btn-back {
    background-color: #F0F0F0;
    color: #2A3481;
    border: 1px solid #2A3481;
}

.btn-back:hover {
    background-color: #E0E0E0;
}

/* Estilo para los campos del formulario */
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-top: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Estilo para las secciones del formulario */
.form-section {
    margin-bottom: 32px;
}

.form-section h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2A3481;
    margin-bottom: 16px;
}

/* Estilo para el checkbox */
.form-group input[type="checkbox"] {
    margin-right: 8px;
}

/* Estilo para el contenedor general */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* BENEFICIOS */

.beneficios-list {
    list-style: none;
    font-size: 18px;
}

.beneficios-list b {
    color: var(--color-primary-500);
}

.beneficios-list li {
    margin-bottom: 12px;
}

/* BENEFICIOS */

/* Botón secundario */
.btn-secondary-design {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #2A3481;
    border: 2px solid #2A3481;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary-design:hover {
    background-color: #2A3481;
    color: #fff;
}

/* Contenedor del formulario */
.form-container {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Estilo para los campos del formulario */
.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 8px;
}

.form-group input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

/* Botón de envío */
.btn-next {
    background-color: #2A3481;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-next:hover {
    background-color: #1E2A6D;
}

