@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --primary-font: "PT Sans", sans-serif;
    --primary-color: #BD2832;
    --secondary-color: #1F00D0;
    --white-color: #fff;
    --dark-color: #000;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
}

body {
    background: #000;
}

#cont-general {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#header-home {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: var(--dark-color);
    z-index: 4;
}

#header-home.blog {
    min-height: 50vh !important;
}



#header-home nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    padding: 30px 5%;
    align-items: center;
    transition: .4s;
}

#navbar .menu-hide {
    display: none;
    position: relative;
}


#navbar .menu-hide a {
    position: relative;
}


#navbar .menu-hide a::after {
    content: "/";
    color: transparent;
    transition: .8s;
}


#navbar .menu-hide a::before {
    content: "";
    position: absolute;
    top: 51%;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1s;
    z-index: 999;
}

#navbar ul.menu-hide a:hover {
    border-bottom: 0 solid transparent;
}

#navbar .menu-hide a:hover::before {
    width: 100%;
}

#navbar .menu-hide a:hover::after {
    color: var(--primary-color);
}







#navbar.fixed {
    background: #000000e8;
    z-index: 9999;
    padding: 10px 5%;
}

#navbar.fixed .menu-hide {
    display: block;
}


#navbar ul a img {
    width: 56px;
    transition: .4s;
}


#navbar .logo img {
    width: 178px;
    transition: .4s;
}



#navbar.fixed ul a img {
    width: 40px;
}

#navbar.fixed .logo img {
    width: 120px;
}



#header-home ul {
    display: flex;
    align-items: center;
}

#header-home ul a {
    color: var(--white-color);
    text-decoration: none;
    margin: 0 8px;
    padding: 4px;
    transition: .4s;
    border-bottom: 1px solid transparent;
}

#header-home ul p {
    color: var(--white-color);
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 18px;
}

#header-home ul a:last-child {
    margin-left: 30px;
}

#header-home ul a:last-child:hover {
    border: 0 solid transparent;
}

#header-home ul a:hover {
    border-bottom: 1px solid var(--white-color);
}


#hero {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#hero.blog {
    height: 50vh;
}


#hero.register {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 0px;
    overflow: initial;
}


#hero.register::after {
    width: 100%;
    height: 100%;
    background: #000000b0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
}

#hero.register img {
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center bottom;
    /* Centra la imagen en X e Y */
}

#hero.blog img {
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center;
    /* Centra la imagen en X e Y */
}

#hero.blog img.desktop {
    display: block;
}

#hero.blog img.mobile {
    display: none;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    /* Fondo negro para transiciones */
    overflow: hidden;
    /* Evita que los ítems fuera de foco se muestren */
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Ítems ocultos por defecto */
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
    /* Transición suave de opacidad y zoom */
    display: flex;
    /* Para centrar contenido */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(1.2);
    /* Tamaño inicial sin zoom */
}

.carousel-item.active {
    opacity: 1;
    /* Ítem visible */
    z-index: 1;
    /* Asegura que esté al frente */
    transform: scale(1);
    /* Aplica un ligero zoom-in */
}

.carousel-item:not(.active) {
    transform: scale(1.2);
    /* Vuelve al tamaño original cuando no está activo */
    z-index: 0;
    /* Envía ítem detrás */
}




.carousel .buttons {
    position: absolute;
    z-index: 2;
    padding: 10px;
    width: 100%;
    text-align: center;
    bottom: 12%;
}

.carousel .buttons button {
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 4px;
    border-radius: 20px;
    margin: 0 4px;
    position: relative;
}

.carousel .buttons button::after {
    width: 4.2px;
    height: 4.4px;
    border-radius: 20px;
    background-color: transparent;
    content: "";
    position: absolute;
    left: 1.9px;
    top: 1.9px;
    transition: .4s;
}

.carousel .buttons button:hover::after,
.carousel .buttons button.active::after {
    background-color: var(--white-color);
}


.carousel .carousel-item:nth-child(1) .carousel-image {
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center bottom;
    /* Centra la imagen en X e Y */
}

.carousel .carousel-item:nth-child(2) .carousel-image {
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center top;
    /* Centra la imagen en X e Y */
}

.carousel .carousel-item:nth-child(3) .carousel-image {
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center bottom;
    /* Centra la imagen en X e Y */
}

.carousel .info-carousel {
    position: absolute;
    bottom: 18%;
    width: 100%;
    color: var(--white-color);
    /* Texto blanco */
    text-align: center;
    /* Centra el texto */
    background: transparent;
    padding: 10px;
}


.carousel .carousel-item:nth-child(2) .info-carousel,
.carousel .carousel-item:nth-child(3) .info-carousel {
    position: absolute;
    bottom: 36%;
    width: 100%;
    color: var(--white-color);
    /* Texto blanco */
    text-align: center;
    /* Centra el texto */
    background: transparent;
    padding: 10px;
}

.info-carousel h3 {
    margin: 0 0 10px;
    font-size: 36px;
    color: var(--white-color);
}

.carousel .info-carousel a {
    margin-top: 14px;
    display: inline-block;
    font-size: 14px;
    color: var(--white-color);
    background: var(--secondary-color);
    padding: 26px 38px;
    border-radius: 40px;
    text-decoration: none;
}

.info-carousel p {
    margin: 0;
    font-size: 20px;
}


.social {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 4%;
    left: 0;
}

.social .content {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social .left a {
    color: var(--white-color);
    text-decoration: none;
    margin: 0 6px;
}

.social .left a:nth-child(3) {
    margin-left: 38px;
    transition: .4s;
    font-size: 16px;
}

.social .left a:nth-child(3):hover {
    margin-left: 50px;
}

.social .center {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    pointer-events: none;
}

.social .center a {
    text-decoration: none;
    background: transparent;
    border: 0 solid transparent;
    color: var(--white-color);
    font-size: 30px;
    padding: 5px 30px;
    pointer-events: all;
}


.social .center button {
    text-decoration: none;
    background: transparent;
    border: 0 solid transparent;
    color: var(--white-color);
    font-size: 30px;
    padding: 5px 30px;
    pointer-events: all;
}


.social .right {
    text-align: center;
    font-size: 14px;
}

.social .right p {
    color: var(--white-color);
    font-size: 14px;
    margin-top: 14px;
    padding: 0;
    margin-bottom: 0;
}

.social a img {
    transition: .4s;
    width: 14px;
}

.social a img:hover {
    transform: scale(1.2);
}

.social .right img {
    width: 70px;
}

/* Estilos básicos */

main {
    width: 100%;
    position: relative;
    background: #000;
    top: -10px;
    z-index: 3;
}

#section-one {
    width: 100%;
    position: relative;
    padding-top: 120px;
    z-index: 1;
}

.services #section-one {
    background: #fff;
    padding-top: 160px;
}

.blog #section-one {
    background: #fff;
    padding-top: 160px;
    padding-bottom: 60px;
}

.blog #section-one .content {
    width: 70%;
    margin: 0 auto;
    max-width: 980px;
    z-index: 9;
    padding-bottom: 40px;
}

.services #section-one::before {
    width: 460px;
    height: 460px;
    content: "";
    position: absolute;
    background: url("../img/justicia-opacity.png");
    background-size: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}


.blog #section-one::before {
    width: 460px;
    height: 460px;
    content: "";
    position: absolute;
    background: url("../img/justicia-opacity.png");
    background-size: cover;
    left: -40px;
    top: 10px;
}




#section-three.blog {
    width: 100%;
    position: relative;
    padding-top: 80px;
    z-index: 1;
    background: var(--white-color);
    padding-bottom: 32px;
}




main.services #section-one h1 {
    font-size: 18px;
    color: #363636;
    font-weight: 700;
}

main.services #section-one .content .fila {
    width: 80%;
    margin: 0 auto;
}

main.services #section-one .fila .cont-text {
    width: 90%;
    max-width: 960px;
}


main.services #section-one .fila .cont-text p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}







main.blog #section-one h1 {
    font-size: 18px;
    color: #363636;
    font-weight: 700;
}

main.blog #section-one .content .fila {
    width: 84%;
    margin: 0 auto;
}

main.blog #section-one .fila .cont-text {
    width: 85%;
    max-width: 664px;
}


main.blog #section-one .fila .cont-text p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}

main.blog #section-one .fila .cont-text .fila {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main.blog #section-one .fila .cont-text .fila button {
    width: 30%;
    margin: 12px 0;
    background: transparent;
    font-size: 14px;
    color: #000;
    border: 0 transparent;
    text-align: left;
    display: flex;
    position: relative;
    align-items: center;
}



main.blog #section-one .fila .cont-text .fila button.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
    background: var(--primary-color);
}

main.blog #section-one .fila .cont-text .fila button span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    margin-right: 10px;
}

main.blog #section-one .fila .cont-text .fila button span img {
    position: relative;
    z-index: 3;
    left: 5px;
    top: -2px;
}

main.blog #section-one .fila-blog {
    width: 100%;
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
}

main.blog #section-one .card-post {
    width: 42%;
    position: relative;
    display: none;
    margin-bottom: 90px;
}

main.blog #section-one .card-post.active {
    display: block;
}

main.blog .card-post .header-card {
    width: 100%;
    position: relative;
}

main.blog .card-post .header-card p {
    background: var(--primary-color);
    padding: 4px 40px;
    color: var(--white-color);
    display: inline;
    font-size: 12px;
    border-radius: 4px;
}

main.blog .card-post .header-card span {
    font-size: 12px;
    color: #333333;
}

main.blog .card-post .header-card .title {
    width: 100%;
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    margin: 10px 0 30px;
}

main.blog .card-post .body-card {
    width: 100%;
    position: relative;
}

main.blog .card-post .body-card .cont-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

main.blog .card-post .body-card .cont-img::after {
    width: 101%;
    height: 101%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/mask-blog.png")no-repeat;
    background-size: 100%;
}

main.blog .card-post .body-card .cont-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* Mantén la proporción de la imagen */
    object-fit: cover;
    /* Asegura que la imagen cubra todo el área */
    object-position: center;
    /* Centra la imagen en X e Y */
}

main.blog .card-post .body-card .info {
    width: 100%;
    padding: 20px;
}

main.blog .card-post .body-card .description-post {
    width: 100%;
    position: relative;
    height: 86px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #333333;
    font-size: 14px;
}

main.blog .card-post .body-card p {
    font-size: 14px;
    line-height: 23px;
}

main.blog .card-post .body-card a {
    text-decoration: none;
    color: var(--white-color);
    background: var(--secondary-color);
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 14px;
    transition: .4s;
}

main.blog .card-post .body-card a:hover {
    padding: 6px 40px;
}

main.blog #section-three .content .fila .right {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;

}

main.blog #section-three.services {
    padding-top: 40px !important;
}

.services #obtener-mas {
    background: #fff;
    width: 100%;
    position: relative;
    padding-top: 120px;
    z-index: 1;
}


.services #obtener-mas .content {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    z-index: 9;
    padding-bottom: 100px;
}

.services #obtener-mas .fila {
    display: flex;
    flex-wrap: wrap;
}

.services #obtener-mas .fila .content-tabs {
    width: 65%;
    position: relative;
    min-height: 450px;
}



/* Asegúrate de que solo la pestaña activa sea visible */
.cont-tabs-general {
    display: none;
    /* Ocultar todas las pestañas por defecto */
}

.cont-tabs-general.active {
    display: block;
    /* Mostrar solo la pestaña activa */
}

.cont-tabs-general {
    width: 100%;
    position: relative;
    z-index: 1;
}

.cont-tabs-general img {
    width: 100%;
}

.cont-tabs-general p {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 22px;
    width: 100%;
    background: #27272784;
    color: var(--white-color);
    font-size: 14px;
    padding: 30px 40px 30px 60px;
}

.services #obtener-mas .fila .buttons-tabs {
    width: 34%;
    padding: 100px 34px 34px 34px;
}

.services #obtener-mas .fila .buttons-tabs p {
    font-size: 14px;
    color: #333;
    line-height: 23px;
}

.services #obtener-mas .fila .buttons-tabs ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}

.services #obtener-mas .fila .buttons-tabs ul button {
    width: 100%;
    margin: 12px 0;
    background: transparent;
    font-size: 14px;
    color: #000;
    border: 0 transparent;
    text-align: left;
    display: flex;
    position: relative;
    align-items: center;
}

.services #obtener-mas .fila .buttons-tabs ul button.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
    background: var(--primary-color);
}

.services #obtener-mas .fila .buttons-tabs ul button span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    margin-right: 10px;
}

.services #obtener-mas .fila .buttons-tabs ul button span img {
    position: relative;
    z-index: 3;
    left: 5px;
    top: -2px;
}


.services #obtener-mas .fila .buttons-tabs h2 {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 40px;
}


#section-one .content {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    z-index: 9;
    padding-bottom: 100px;
}

#section-one .content h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

#section-one .content h1 {
    font-size: 120px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 64px;
    position: relative;
    max-width: 1360px;
    z-index: 9;
    text-transform: uppercase;
}

#section-one .content .fila {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#section-one .fila .img-figure img {
    width: 60px;
    margin-right: 30px;
}

#section-one .fila .cont-text {
    width: 80%;
    max-width: 850px;
    position: relative;
    z-index: 3;
}

#section-one .fila .cont-text p {
    color: var(--white-color);
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}

#section-one .cont-img-right {
    position: absolute;
    top: 16%;
    right: -40px;
    z-index: 1;
}

/* #section-one .cont-img-right img {} */

.content-tabs-general {
    width: 100%;
    padding: 0 80px;
}

.content-tabs-general h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 80px;
    margin-top: 10px;
}

.content-tabs-general ul {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
}

.content-tabs-general ul li {
    width: 33.3%;
    text-align: center;
    list-style: none;
}

.content-tabs-general ul li button {
    width: 100%;
    border-radius: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    background: #3E3E3E;
    color: #fff;
    outline: none;
    border: 1px solid var(--primary-color);
    border-color: #3e3e3e !important;
    padding: 12px;
}

.content-tabs-general ul li button:hover {
    color: #fff;
}

.content-tabs-general ul li:nth-child(1) {
    border-right: 1px solid #E7E7E7;
}

.content-tabs-general ul li:nth-child(2) {
    border-right: 1px solid #E7E7E7;
}

.content-tabs-general ul li button.nav-link.active {
    font-size: 14px;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.tab-pane {
    position: relative;
}

.tab-pane .cont-info {
    position: absolute;
    right: 60px;
    top: 80px;
    width: 450px;
    padding: 40px;
    background: #ffffffd6;
}

.tab-pane .cont-info h4 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.tab-pane .cont-info h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.tab-pane .cont-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.tab-pane img {
    width: 100%;
}

#myTabContent {
    min-height: 600px;
    width: 100%;
}

.tabs {
    display: flex;
    gap: 10px;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
}

.tab-btn:hover {
    background: #0056b3;
}

.tab-btn.active {
    background: #0056b3;
}

/* .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  } */

.tab-content.active {
    display: block;
    opacity: 1;
}

#section-two {
    width: 100%;
    position: relative;
    background: url("../img/bg-abogados.png") #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-bottom: 200px;
    padding-top: 100px;
}

#section-two img.figure {
    width: 64px;
    margin-bottom: 20px;
}


#section-two h2 {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 36px;
    font-weight: 600;
}

#section-two p.description {
    font-size: 14px;
    margin-bottom: 60px;
    color: var(--white-color);
}

#section-two .content {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    z-index: 9;
}

#section-two .content .fila {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

#section-two .content .fila.division {
    padding: 200px 0;
}

#section-two .fila .cont-beneficio {
    width: 20%;
    text-align: left;
    padding-right: 50px;
}

#section-two .fila .cont-beneficio:hover p {
    color: var(--primary-color);
}

#section-two .cont-beneficio h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
}

#section-two .cont-beneficio p {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    cursor: pointer;
    line-height: 23px;
    transition: .4s;
}



#section-three {
    width: 100%;
    position: relative;
    padding-top: 80px;
    z-index: 1;
    background: var(--secondary-color);
    padding-bottom: 32px;
}

#section-three .content {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    z-index: 9;
}

#section-three .content .fila {
    display: flex;
    flex-wrap: wrap;
}

#section-three .content .fila .left {
    width: 44%;
}

#section-three .content .fila .right {
    width: 56%;
    padding-left: 20px;
}

#section-three .right h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

#section-three .right p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

#section-three .right .newsletter {
    padding: 60px;
    background: #292929;
    display: flex;
    border-radius: 200px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#section-three .right .newsletter h3 {
    width: 40%;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--white-color);
    text-align: left;
}

#section-three .newsletter .campo {
    position: relative;
    width: 59%;
}

#section-three .newsletter .campo input {
    width: 67%;
    padding: 14px 24px;
    border-radius: 30px 0 0 30px;
    background: #fff;
}


#section-three .newsletter .campo button {
    background: var(--secondary-color);
    height: 100%;
    padding: 14px 20px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    left: -4px;
    position: relative;
    border: 0px transparent;
}

#section-three img {
    position: absolute;
    max-width: 600px;
    width: 100%;
    top: -196px;
}


.blog #section-one.blog-detail .content {
    width: 100%;
    max-width: 1200px;
}

main.blog #section-one.blog-detail .fila .cont-text {
    max-width: 1000px;
    width: 90%;
}

.blog-detail .header-post {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

main.blog #section-one.blog-detail h1 {
    margin-bottom: 20px;
}

main.blog #section-one.blog-detail .header-post p {
    background: var(--primary-color);
    padding: 4px 60px;
    color: var(--white-color);
    display: inline;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 0;
}

main.blog #section-one.blog-detail .header-post span {
    font-size: 14px;
    color: #333333;
    margin-left: 6px;
}

footer {
    background: var(--white-color);
    width: 100%;
    position: relative;
    padding: 40px 0;
    top: -10px;
    text-align: center;
}

#section-three.services {
    padding-top: 120px;
    background: var(--white-color) !important;
}

#section-three.services .right h2,
#section-three.services .right p {
    color: #323232;
}

footer::after {
    width: 100%;
    height: 10px;
    content: "";
    bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: white;
}

footer .content {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
    z-index: 9;
}

footer ul {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

footer ul li {
    list-style: none;
}

footer ul a {
    color: #5E5E5E;
    font-size: 16px;
}

footer ul a:nth-child(1) {
    text-decoration: none;
}











/* Clase base para ocultar elementos antes de animarlos */
.animate-on-scroll {
    opacity: 0;
    /* Invisible inicialmente */
    visibility: hidden;
    transform: translateY(0);
    /* Posición neutral por defecto */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Aparece al entrar en el viewport */
.animate-on-scroll.scrolled-into-view {
    opacity: 1;
    visibility: visible;
}

/* Animaciones específicas */
.animate-on-scroll.fade-up.scrolled-into-view {
    animation: fade-up var(--duration, 1s) ease forwards var(--delay, 0s);
}

.animate-on-scroll.fade-left.scrolled-into-view {
    animation: fade-left var(--duration, 1s) ease forwards var(--delay, 0s);
}

.animate-on-scroll.fade-right.scrolled-into-view {
    animation: fade-right var(--duration, 1s) ease forwards var(--delay, 0s);
}

.animate-on-scroll.fade-down.scrolled-into-view {
    animation: fade-down var(--duration, 1s) ease forwards var(--delay, 0s);
}

.animate-on-scroll.fade.scrolled-into-view {
    animation: fade var(--duration, 1s) ease forwards var(--delay, 0s);
}

/* Animaciones específicas */
@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-left {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-right {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-down {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}







#menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    /* Fondo negro mientras carga */
    z-index: 999;
    opacity: 1;
    transition: 1s ease-in-out;
}

.cont-video-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cont-video-menu video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    /* Invisible al cargar */
    pointer-events: none;
    object-position: center top;

    /* Deshabilita la interacción con el video */
    transition: opacity 1.5s ease-in-out;
    /* Transición para aparecer/desaparecer */
}

#menu .close-menu {
    background: transparent;
    border: 0 solid transparent;
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 9999;
}

#menu .close-menu img {
    width: 30px;

}

/* Estilo para la transición de opacidad */
#menu-video {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    /* Efecto de transición */
}

#menu-video.hidden {
    opacity: 0;
    /* Oculta el video */
}

#menu .cont-items {
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 99;
    text-align: center;
    bottom: 28%;
}

#menu .cont-items a {
    color: var(--white-color);
    text-decoration: none;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: .4s;
}


#menu .cont-items a::after {
    content: "/";
    color: transparent;
    transition: .8s;
}


#menu .cont-items a::before {
    content: "";
    position: absolute;
    top: 51%;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1s;
    z-index: 999;
}


#menu .cont-items a:hover::before {
    width: 100%;
}

#menu .cont-items a:hover::after {
    color: var(--primary-color);
}



#menu.active {
    top: 0;
}



/* Preloader contenedor */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffef5;
    /* Fondo negro mientras carga */
    z-index: 999;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

/* Video dentro del preloader */
#preloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* Invisible al cargar */
    pointer-events: none;
    /* Deshabilita la interacción con el video */
    transition: opacity 1.5s ease-in-out;
    /* Transición para aparecer/desaparecer */
}

#preloader .text-load {
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 10%;
    text-align: center;

    opacity: 0;
    /* Invisible al cargar */
    transition: opacity 1.5s ease-in-out;
    /* Efecto de fade-in */
}

#preloader .redes {
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 4%;
    text-align: center;

    opacity: 0;
    /* Invisible al cargar */
    transition: opacity 1.5s ease-in-out;
    /* Efecto de fade-in */
}

#preloader .redes .right img {
    width: 70px;
    padding: 10px;
}

.redes .left a {
    margin: 0 6px;
}

#preloader .redes .right p {
    font-size: 14px;
    margin: 0;
}

#preloader .text-load.visible,
#preloader .redes.visible {
    opacity: 1;
}

#preloader .redes .content {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


/* Mostrar el video */
#preloader video.visible {
    opacity: 1;
}

/* Ocultar preloader */
#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}




/*FORMULARIOS*/

#form-register,
#form-login {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 40px 50px;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}

#form-login {
    padding: 100px 50px 40px
}

#form-register h1,
#form-login h1 {
    font-size: 22px;
    color: var(--white-color);
    margin: 20px 0 0;
}

#form-register form,
#form-login form {
    width: 100%;
    padding: 40px;
    text-align: center;
}

#form-login form {
    max-width: 460px;
    width: 80%;
    margin: 0 auto;
}

#form-login form .fila {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#form-login form .fila .form-group-b {
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
}


#form-login form .fila .form-group-b label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

#form-register form .fila {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#form-register form .fila .form-group-b {
    width: 46%;
    margin-bottom: 16px;
    text-align: left;
}

#form-register form .fila .form-group-b label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

input,
select,
textarea {
    font-size: 14px;
    width: 100%;
    background: #464951c7;
    padding: 10px 20px;
    border-radius: 20px;
    color: var(--white-color);
    border-color: transparent;
}

button.swal2-confirm {
    background: var(--secondary-color) !important;
    padding: 12px 60px;
}

#formLogin #email,
#formLogin #password {
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

#formLogin #email{
    background: url(../img/Email.png) #464951c7;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 42px;
    margin-bottom: 30px;
}

#formLogin #email::placeholder,
#formLogin #password::placeholder    {
    color: #ffffff;
}


#formLogin #password{
    background: url(../img/Pass.png) #464951c7;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 42px;
}


form button {
    margin-top: 14px;
    font-size: 14px;
    color: var(--white-color);
    background: var(--secondary-color);
    padding: 14px 100px;
    border-color: transparent;
    border-radius: 40px;
    text-decoration: none;
}

#menu-mobile-content {
    display: none;
}

#obtener-mas .content.mobile {
    display: none;
}


@media screen and (min-width: 1440px) and (max-width: 1720px) {
    /* Estilos para pantallas de escritorio grandes */

    #section-one .cont-img-right {
        right: -185px;
        top: 20%;
    }


    #section-one .fila .cont-text {}

    #section-one .cont-img-right img {
        width: 960px;
    }
}



@media screen and (min-width: 1080px) and (max-width: 1439px) {
    /* Estilos para pantallas de escritorio grandes */

    #section-one .cont-img-right {
        right: -185px;
        top: 25%;
    }

    #section-one .content h1 {
        font-size: 110px;
    }

    #section-one .fila .cont-text {
        max-width: 700px;
    }

    #section-one .cont-img-right img {
        width: 960px;
    }
}


.carousel .carousel-item .carousel-image.mobile {
    display: none;
}

#menu-mobile {
    display: none;
}

.img-about-mobile {
    display: none;
}

#accordionObjetivos {
    display: none;
}

#section-two .content.mobile {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 600px) {

    .carousel .carousel-item .carousel-image.desktop {
        display: none;
    }

    .carousel .carousel-item .carousel-image.mobile {
        display: block;
    }

    #header-home ul {
        display: none;
    }

    #header-home nav {
        justify-content: center;
        padding-top: 47px;
    }

    #navbar .logo img {
        width: 112px;
    }

    .info-carousel h3 {
        font-size: 22px;
    }

    .info-carousel p {
        font-size: 12px;
    }

    .carousel .buttons {
        display: none;
    }

    .social .center {
        display: none;
    }

    .social .content {
        flex-wrap: wrap;

    }

    .social .content .left,
    .social .content .right {
        width: 100%;
        text-align: center;
    }

    .social {
        bottom: 17%;
    }

    .carousel .info-carousel,
    .carousel .carousel-item:nth-child(2) .info-carousel,
    .carousel .carousel-item:nth-child(3) .info-carousel {
        bottom: 28%;
        padding: 0 20px;
    }

    .carousel .carousel-item:nth-child(2) .info-carousel h3,
    .carousel .carousel-item:nth-child(3) .info-carousel h3 {
        padding: 0 30px;
    }

    #header-home nav {
        position: relative;
    }

    #menu-mobile {
        display: block;
        width: 100%;
        position: fixed;
        bottom: -2px;
        padding: 0;
        z-index: 99;
    }

    #menu-mobile .fila {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: stretch
    }

    #menu-mobile .fila .left,
    #menu-mobile .fila .right {
        width: 50%;
    }

    #menu-mobile .fila .left button {
        background: #242222;
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 14px;
        justify-content: center;
        border: 1px solid transparent;
        width: 100%;
        height: 100%;
    }

    #menu-mobile .fila .left button img {
        margin-right: 10px;
    }

    #menu-mobile .fila .right a {
        text-decoration: none;
        background: var(--secondary-color);
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 14px;
        justify-content: center;
        padding: 10px;
        border: 1px solid transparent;

    }

    #menu-mobile .fila .right a img {
        margin-right: 10px;
    }

    #section-one .content h3 {
        font-size: 24px;
        width: 100%;
        padding: 0 7%;
    }

    #section-one .content h1 {
        font-size: 50px;
        width: 100%;
        padding: 0 7%;
    }

    #section-one {
        padding-top: 86px;
        overflow-x: hidden;
    }

    #section-one .content {
        width: 100%;
    }

    .cont-img-right {
        display: none;
    }

    .img-about-mobile {
        display: block;
        width: 140%;
        margin-bottom: 30px;
        position: relative;
        left: -22%;
    }

    #section-one .fila .cont-text p {
        font-weight: 600;
    }

    #section-one .content .fila {
        padding: 0 7%;
    }

    #section-one .fila .cont-text {
        width: 100%;
    }

    #section-one .fila .img-figure {
        position: relative;
        top: -48px;
    }

    #section-one .content {
        padding-bottom: 40px;
    }

    .content-tabs-general {
        padding: 0 7%;
    }

    .content-tabs-general h2 {
        margin-bottom: 40px;
    }

    #preloader video {
        width: 100%;
        /* Ocupa todo el ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente manteniendo la proporción */
        object-fit: contain;
        /* Asegura que el video no se recorte */
    }

    #preloader .text-load {
        bottom: 30%;
    }

    #myTab,
    #myTabContent {
        display: none;
    }

    #accordionObjetivos {
        display: block;
    }

    #accordionObjetivos h2 {
        margin-bottom: 0;
        margin-top: 0;
    }

    #accordionObjetivos .accordion-item .accordion-button {
        background: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0 !important;
        display: flex;
        justify-content: space-between;
    }

    #accordionObjetivos .accordion-button::after {
        color: var(--primary-color) !important;
    }

    #accordionObjetivos .accordion-button img.bottom {
        display: block;
        width: 20px;
    }

    #accordionObjetivos .accordion-button img.top {
        display: none
    }






    #accordionObjetivos .accordion-button.collapsed img.top {
        display: block;
        width: 20px;

    }

    #accordionObjetivos .accordion-button.collapsed img.bottom {
        display: none
    }







    #aaccordionObjetivos

    /* Ícono del acordeón en estado inactivo (colapsado) */
    #aaccordionObjetivos .accordion-button::after {
        --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23BD2832" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.5 4.5a.5.5 0 0 1 .8-.4L8 8.293l5.7-4.2a.5.5 0 0 1 .8.4v7a.5.5 0 0 1-.8.4L8 9.707l-5.7 4.2a.5.5 0 0 1-.8-.4v-7z"%3E%3C/path%3E%3C/svg%3E') !important;
    }

    /* Ícono del acordeón en estado activo (expandido) */
    #accordionObjetivos .accordion-button:not(.collapsed)::after {
        --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.5 4.5a.5.5 0 0 1 .8-.4L8 8.293l5.7-4.2a.5.5 0 0 1 .8.4v7a.5.5 0 0 1-.8.4L8 9.707l-5.7 4.2a.5.5 0 0 1-.8-.4v-7z"%3E%3C/path%3E%3C/svg%3E');
    }

    /* Cambiar el fondo del botón activo */
    .accordion-button:not(.collapsed) {
        background-color: #fff;
        /* Color de fondo personalizado */
        color: #FFF;
        /* Cambiar color del texto si es necesario */
        border-color: #fff;
        /* Ajustar color del borde */
    }

    /* Opcional: Cambiar el fondo del botón inactivo */
    .accordion-button.collapsed {
        background-color: #BD2832;
        /* Color para el estado inactivo */
        color: #000;
        /* Color del texto en estado inactivo */
        border-color: #BD2832;
        /* Color del borde en estado inactivo */
    }

    .accordion .accordion-button:not(.collapsed) {
        background-color: #BD2832 !important;
        /* Cambiar fondo */
        color: #FFF !important;
        /* Cambiar color del texto */
        border-color: #BD2832 !important;
        /* Cambiar borde */
    }


    /* Quitar box-shadow y border en estado focus */
    button:focus {
        box-shadow: none !important;
        /* Elimina la sombra */
        border: none !important;
        /* Elimina el borde */
        outline: none !important;
        /* Opcional: Elimina el contorno */
    }

    /* Quitar box-shadow y border en estado active */
    button:active {
        box-shadow: none !important;
        /* Elimina la sombra */
        border: none !important;
        /* Elimina el borde */
        outline: none !important;
        /* Opcional: Elimina el contorno */
    }


    #accordionObjetivos .accordion-body {
        padding: 0 !important;
        overflow: hidden;
    }

    #accordionObjetivos .accordion-body img {
        width: 160%;
        left: -30%;
        position: relative;
    }

    .accordion-item {
        border-radius: 0 !important;
    }


    #accordionObjetivos .accordion-body .cont-info {
        padding: 20px;
    }

    #accordionObjetivos .accordion-body .cont-info h3 {
        color: #212121;
        padding: 0;
        font-size: 30px;
    }

    #accordionObjetivos .accordion-body .cont-info h4 {
        font-size: 12px;
        color: #212121;

    }

    #accordionObjetivos .accordion-body .cont-info p {
        font-size: 14px;
        color: #212121;
    }

    #section-two {
        background-position: center;
        min-height: 2200px;
    }

    #section-three img {
        width: 90%;
        left: 5%;
    }

    #section-three .content .fila .right {
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }

    #section-three .right h2 {
        font-size: 27px;
        padding-left: 5%;
        padding-right: 5%;
    }

    #section-three .right p {
        padding-left: 5%;
        padding-right: 5%;
    }

    #section-two .content .fila.division {
        padding: 0;
    }



    #section-two .content .fila {
        margin-bottom: 0;
    }

    /* Estilo base del botón */
    .accordion-button {
        position: relative;
        /* Necesario para posicionar el ::before */
    }

    /* Icono ::before por defecto (cuando está expandido) */
    .accordion-button::before {
        content: "";
        width: 22px;
        height: 22px;
        background-image: url('ruta-de-tu-imagen-1.png');
        /* Imagen para estado expandido */
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 1rem;
        /* Ajusta según el diseño */
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        /* Asegura que el ícono esté en la parte superior */
        color: #fff;
        /* Color en estado expandido */
    }

    /* Icono ::before cuando está colapsado */
    .accordion-button.collapsed::before {
        content: "";
        background-image: url('ruta-de-tu-imagen-2.png');
        /* Imagen para estado colapsado */
        color: #bd2832;
        /* Color en estado colapsado */
    }

    /* Cancelar ::before y ::after en cualquier botón */
    .accordion-button::before,
    .accordion-button::after {
        content: none !important;
        /* Elimina el contenido de los pseudo-elementos */
        background: none !important;
        /* Elimina cualquier fondo */
        width: 0 !important;
        /* Elimina el tamaño */
        height: 0 !important;
        /* Elimina el tamaño */
        border: none !important;
        /* Elimina el borde */
        box-shadow: none !important;
        /* Elimina sombras */
    }

    #section-two .content.desktop {
        display: none;
    }

    #secion-two .accordion-button {
        background-color: transparent !important;
        box-shadow: transparent !important;
    }

    #section-two .mobile .accordion-button {
        background-color: transparent !important;
        box-shadow: 0 0 0 0 transparent !important;

        color: #FFF;
        border-color: #fff;
        border: 0 0 1px 0;
    }

    #section-two .accordion-item {
        background: transparent !important;
        border: none;
        border-color: #fff;
    }

    #section-two .accordion-collapse.collapse.show {
        border-bottom: 1px solid #fff;
        border-top: 0 solid #fff;
    }

    #section-two .content.mobile {
        display: block;
    }




    #section-two .accordion-button img.bottom {
        display: block;
        width: 20px;
    }

    #section-two .accordion-button img.top {
        display: none
    }

    #section-two .accordion-button.collapsed img.top {
        display: block;
        width: 20px;

    }

    #section-two .accordion-button.collapsed img.bottom {
        display: none
    }

    #section-two .accordion-button {
        display: flex;
        justify-content: space-between;
    }

    #section-two .accordion-body p {
        color: var(--primary-color);
        text-align: left;
    }

    #section-two .accordion-item:nth-child(5) {
        margin-bottom: 350px;
    }

    .carousel .info-carousel a {
        font-size: 12px;
        width: 100%;
        padding: 26px 26px;
    }

    #section-three .newsletter .campo input {
        width: 60%;
    }

    #section-three .right .newsletter h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

    #section-three .right .newsletter {
        padding: 30px 40px 40px;
        text-align: center;
    }

    #section-three .right .newsletter input {
        background: #fff;

    }

    #section-three .newsletter .campo {
        width: 100%;
    }

    #section-three .content {
        width: 98%;
    }

    .blog #section-one .content {
        width: 84%;
    }

    main.blog .card-post .body-card .cont-img::after {
        width: 102%;
        height: 102%;
        content: "";
        position: absolute;
        left: -1%;
        top: -1%;
    }

    main.blog #section-one .content .fila {
        width: 100%;
    }

    main.blog #section-one .fila .cont-text {
        width: 100%;
    }

    main.blog #section-one .fila .cont-text .fila button {
        width: 50%;
    }

    main.blog #section-one .card-post {
        width: 100%;
    }

    #section-three .newsletter .campo button {
        margin-top: 0;
    }

    footer ul {
        padding: 0;
        flex-wrap: wrap;
    }

    footer ul a,
    footer ul li {
        width: 100%;
        text-align: center;
        margin: 12px 0;
    }


    #menu-mobile-content {
        position: fixed;
        bottom: -110vh;
        left: 0;
        top: 110vh;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 98;
        opacity: 1;
        transition: 1s ease-in-out;
    }

    .close-menu {
        display: none;
    }

    #menu-mobile-content.active {
        bottom: 0;
        top: 0;
        z-index: 98;
    }

    #menu-mobile-content video {
        width: 100%;
        height: auto;
        object-fit: contain;
        padding-top: 50px;
    }

    #menu-mobile-content .cont-video-menu {
        background: url(../img/bg-menu-mobile.png);
        text-align: center;
        padding-top: 47px;
        background-size: cover;
    }

    #menu-mobile-content .cont-video-menu img {
        width: 280px;
        position: absolute;
        top: 140px;
        left: 0;
        margin: 0 auto;
        right: 0;
        /* Ajusta según tu diseño */
        height: auto;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
    }
    #menu-mobile-content .cont-video-menu img.active{
        opacity: 1;
    }

    #menu-mobile-content .cont-video-menu a img {
        width: 112px;
        position: relative;
        opacity: 1;
        top: 0;
    }

    #menu-mobile-content .cont-video-menu .logo {
        margin-bottom: 30px;
        display: block;
    }

    #menu-mobile-content .cont-items {
        position: absolute;
        z-index: 99;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #menu-mobile-content .cont-items ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 5%;
        margin-top: 306px;
    }

    #menu-mobile-content .cont-items ul a {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        text-align: center;
    }

    #menu-mobile-content .cont-items ul li {
        width: 100%;
        text-align: center;
    }

    #menu-mobile-content .cont-items ul li a {
        margin: 0 4px;
    }

    #menu-mobile-content .cont-items ul li a img {
        width: 14px;
    }

    #menu-mobile-content .cont-items ul li p {
        font-size: 12px;
        margin-top: 20px;
        color: #fff;
    }

    .services #section-one::before {
        top: 60px;
    }

    #hero.blog img.desktop {
        display: none;
    }

    #hero.blog img.mobile {
        display: block;
    }

    main.services #section-one .content .fila {
        width: 100%;
        padding: 0 7%;
    }

    main.services #section-one .fila .cont-text {
        width: 100%;
    }

    main.services #section-one h1 {
        margin-bottom: 30px;
        padding: 0;
    }

    #obtener-mas .content.desktop {
        display: none;
    }

    #obtener-mas .content.mobile {
        display: block;
        width: 86%;
    }

    .services #obtener-mas {
        padding-top: 0px;
    }

    main.services #section-one .fila .cont-text p {
        font-weight: 400;
        font-size: 14px;
    }

    main.services .mobile h2 {
        font-size: 18px;
        color: #363636;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: 700;
    }

    main.services .mobile p {
        font-size: 14px;
    }

    #form-login {
        padding: 80px 7%;
    }

    #form-login form {
        width: 100%;
    }

    #form-register form,
    #form-login form {
        padding: 20px;
    }

    #form-register form .fila .form-group-b {
        width: 100%;
    }

    #cont-general {
        overflow-y: scroll;
    }

    .social.register {
        display: none;
    }
}
/* spinner */
#loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}