html,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-terciario);
}

:root {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --color-principal: #1F2448;
    --color-secundario: #3784c5;
    --color-terciario: #c7d1d9;
    --color-acento: #f2b705;
}


.header {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    z-index: 100;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}


.header nav {
    background-color: white;
    box-shadow: 0 4px 40px #00000050;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 6px 30px;
}

.header nav .logo .desktop {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header nav .logo .mobile {
    display: none;
}

.navegacion {
    display: flex;
    width: fit-content;
    gap: 30px;
}

.navegacion a {
    text-decoration: none;
    color: var(--color-principal);
}

.navegacion a:hover {
    color: var(--color-secundario);
    font-weight: 600;
}

.navegacion-mobile {
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 75vh;
    background-color: var(--color-principal);
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.navegacion-mobile .btn-cerrar-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    border-radius: 100%;
    background: none;
    width: 50px;
    height: 50px;
}

.navegacion-mobile a {
    text-decoration: none;
    color: white;
}

.navegacion-mobile a:hover {
    color: var(--color-secundario);
}

.hero {
    background-image: url('img/toroideit_san_juan_empresa_IT_informatica_tecnologia_Fondo.svg');
    background-size: cover;
    background-position: top;
    width: 100vw;
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: -10vh;
}

.contenedor-particula {
    position: absolute;
    padding-inline: 8px;
    padding-block: 5px;
    box-sizing: border-box;
    min-width: 230px;
    max-width: 230px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contenedor-particula:hover {
    background-color: #1F244866;
}

.contenedor-particula .particula {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contenedor-particula .particula img {
    margin-top: 5px;
    height: 40px;
}

.contenedor-particula .particula p {
    opacity: 0;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: white;
}

.contenedor-particula:hover .particula p {
    opacity: 100;
}

.particula1 {
    top: 25vh;
    left: 8vw;
}

.particula2 {
    left: 5vw;
    bottom: 15vh;
}

.particula3 {
    left: 15vw;
    bottom: 55vh;
}

.particula4 {
    right: 5vw;
    bottom: 45vh;
}

.particula5 {
    right: 0vw;
    top: 35vh;
}


.font-inter {
    font-family: 'Inter';
}

.boton {
    background-color: var(--color-principal);
    color: white !important;
    text-decoration: none;
    font-weight: lighter;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: small;
    width: fit-content;
}

.boton:hover {
    background-color: var(--color-secundario);
    font-weight: 500;
}

.texto-hero {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto-hero h1 {
    font-size: 50px;
}

.texto-hero>p:first-of-type {
    color: var(--color-acento);
}

.texto-hero>p {
    font-size: 24px;
    margin: 10px;
    color: white;
    text-align: center;
}

.agendar-reunion {
    /* box-sizing: border-box; */
    background-color: white;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-radius: 20px;
}

.agendar-reunion a {
    text-decoration: none;
    font-size: 14px;
    color: var(--color-principal);
    padding-inline: 8px;
}

.agendar-reunion a:first-child:hover {
    color: var(--color-secundario);
}


.contenedor-redondeado {
    background-color: white;
    border-radius: 100px;
    position: relative;
}

/* Servicios */

.servicios {
    padding-top: 50px;
    width: 100vw;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    position: relative;
}

.botones-carrusel {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-block: 20px;
    z-index: 50;
}



.botones-carrusel .left,
.right,
.botones-carrusel-mobile .left,
.right {
    border: none;
    background: none;
    cursor: pointer;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botones-carrusel .right,
.botones-carrusel-mobile .right {
    rotate: 180deg;
}

.botones-carrusel-mobile :is(.left, .right) {
    z-index: 30;
}

.servicios .servicios-principal {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.servicios .informacion {
    width: 30%;
    min-width: 30%;
    text-align: center;
    margin-left: 50px;
}

.informacion h3 {
    color: var(--color-secundario);
    font-size: 24px;
    font-weight: 500;
}

.informacion h2 {
    font-size: 40px;
}

.informacion h2,
p {
    color: var(--color-principal);
    text-align: start;
}

.informacion p {
    font-weight: 600;
}


.carrousel-tarjetas {
    position: relative;
    width: 60%;
}

.carrousel-tarjetas .contenedor-carrousel-tarjetas {
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-inline: 20px;
    position: relative;
    z-index: 20;
}

.carrousel-tarjetas .botones-carrusel-mobile {
    position: absolute;
    top: 75px;
    display: none;
    justify-content: space-between;
    width: 100vw;
}

.card {
    box-sizing: border-box;
    width: 244px;
    height: 282px;
    background-color: #8db2d1;
    border-radius: 20px;
    padding: 25px 20px;
    animation: ease-in-out;
    transition: all;
    transition-duration: 0.5s;
    flex: 0 0 auto;
}

.card img {
    width: 100px;
    height: 100px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    width: max-content;
    width: 100%;
}

.card .card-info {
    visibility: hidden;
    font-size: 16px;
    color: white;
    width: 100%;
}

.card:hover {
    background-color: var(--color-principal);
    animation: ease-in-out;
    transition: all;
    transition-duration: 0.5s;
    width: 300px;
    height: max-content;
}

.card:hover>.card-info {
    visibility: visible;
    animation: ease-in-out;
    transition: all;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}

/* Otras soluciones */

.soluciones {
    padding-block: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
    overflow: hidden;
}

.soluciones h3 {
    color: var(--color-secundario);
}

.fondo-autoscroll {
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, rgba(55, 132, 197, 0.4) 0%, rgba(153, 153, 153, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    padding: 20px 0;
    position: relative;
}

.scroll-content {
    display: flex;
    width: max-content;
    animation: scroll-left 10s linear infinite;
}

.autoscroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.autoscroll .fila-1,
.autoscroll .fila-2 {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 20px;
}

.autoscroll .elem-slider {
    height: 40px;
    min-width: fit-content;
    display: flex;
    border-radius: 10px;
    background-color: white;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-inline: 14px;
}

.elem-slider>img {
    height: 16px;
}

.elem-slider>p {
    font-size: 16px;
    font-weight: 600;
}



/* Sobre nosotros */

.sobre-nosotros {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.sobre-nosotros h3 {
    color: var(--color-secundario);
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    margin: 10px;
}

.sobre-nosotros h2 {
    margin: 0;
    color: var(--color-principal);
    font-size: 40px;
}

.slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tabs {
    margin-top: 20px;
    display: flex;
    gap: 100px;
}

.tab {
    text-decoration: none;
    color: var(--color-principal);
    padding: 12px 0;
    width: 150px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
}

.tab-active {
    background-color: var(--color-terciario);
}

.slides {
    margin-top: 24px;
    display: flex;
    width: 100vw;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.container-slider {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    min-width: 100vw;
    max-width: 100vw;
    scroll-snap-align: start;
}

.slide {
    height: 40vh;
    width: 90%;
    background-color: var(--color-principal);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.slide img {
    width: 150px;
    object-fit: cover;
}

.slide p {
    width: 500px;
    color: white;
}

.sobre-nosotros-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.sobre-nosotros-extra-card {
    display: flex;
    font-size: small;
    text-align: start;
    align-items: center;
    gap: 15px;
}

.sobre-nosotros-extra-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.sobre-nosotros-extra-card div {
    width: 200px;
}

.sobre-nosotros-extra-card h4 {
    color: var(--color-secundario);
}

.active {
    display: flex;
}

.sobre-nosotros-estadisticas {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(30, 129, 206, 0.4) 0%, rgba(55, 132, 197, 0.16) 50.5%, rgba(27, 64, 95, 0) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    align-items: center;

    margin-block: 50px;

}


.sobre-nosotros-numeros {
    font-family: 'Inter';
}

.sobre-nosotros-numeros h3 {
    color: var(--color-principal);
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    text-align: center;
}

.sobre-nosotros-numeros p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;

}


/* Alianzas */

.secc-alianzas {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-inline: 2vw;
}

.secc-alianzas-info {
    width: 35%;
}

.secc-alianzas-info h3 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    text-align: center;
    color: var(--color-secundario);
    margin: 5px;
}

.secc-alianzas-info h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--color-principal);
    margin: 0;
}

.secc-alianzas-grid-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    grid-template-rows: 0.9fr 0.9fr 1.2fr;
    gap: 16px;
    padding: 20px;
    width: 60%;
    height: 50vh;
}

.secc-alianzas-grid-container .grid-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


.secc-alianzas-grid-container .contenedor-info {
    position: absolute;
    inset: 0;
    z-index: 25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding-inline: 5px;
}

.secc-alianzas-grid-container .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    display: block;
    position: relative;
    z-index: 20;
}

.secc-alianzas-grid-container .grid-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1F2448A6;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 21;
}

.secc-alianzas-grid-container .grid-item:hover::before {
    opacity: 0.5;
}

.secc-alianzas-grid-container .grid-item:hover img {
    filter: none;
}

.item1 {
    grid-column: 1 / 2;
    /* columna 1 */
    grid-row: 1 / 4;
    /* filas 1 a 3 */
}

.item2 {
    grid-column: 2 / 3;
    /* columna 2 */
    grid-row: 1 / 3;
    /* filas 1 a 2 */
}

.item3 {
    grid-column: 3 / 4;
    /* columna 3 */
    grid-row: 1 / 3;
    /* filas 1 a 2 */
}

.item4 {
    grid-column: 2 / 4;
    /* columnas 2 a 3 */
    grid-row: 3 / 4;
    /* fila 3 */
}

.contenedor-info .titulo {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0;
    color: white
}

.contenedor-info .texto {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0;
    color: white
}

/* Contactanos */

.secc-contactanos {
    margin-block: 10px;
    padding-inline: 5vw;
}

.secc-contactanos-contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding-block: 50px;
    box-shadow: 0px 4px 40px 0px #0000000D;
    border-radius: 50px;
}

.secc-contactanos .contactanos-info {
    width: auto;
}

.secc-contactanos .contactanos-info h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--color-principal);
}

.contenedor-pulse {
    position: relative;
}

.contenedor-pulse p {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.pulse {
    background: #0C2F51;
    border-radius: 50%;
    margin: 10px;
    height: 170px;
    width: 170px;
    box-shadow: 0 0 0 0 #0C2F51;
    transform: scale(1);
    animation: pulse 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Aliados */

.secc-aliados {
    width: 100%;
    overflow: hidden;
    /* importante para que el contenido se recorte */
    position: relative;
    padding-bottom: 100px;
}

.secc-aliados h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    text-align: center;
    color: var(--color-principal);
}

.contenedor-slider-aliados {
    display: flex;
    width: min-content;
    overflow-x: visible;
    animation: scroll-left 20s linear infinite;
}

.slider-aliados {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-shrink: 0;
    width: max-content;
}

.slider-aliados img {
    height: 45px;
    flex-shrink: 0;
    margin-block: 7px;
}

/* Formulario contacto */

.contenedor-formulario-contacto {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding-block: 100px;
}

.contenedor-formulario-contacto .formulario-info {
    width: 40%;
}

.contenedor-formulario-contacto .formulario-info h3 {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: var(--color-secundario);
    margin: 0;
    text-align: center;
}

.contenedor-formulario-contacto .formulario-info h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--color-principal);
    margin-block: 20px;
}

.contenedor-formulario-contacto .formulario-info p {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: var(--color-principal);
    margin: 0;
}

.formulario-form {
    box-sizing: border-box;
    width: 40%;
    background-color: var(--color-principal);
    padding: 50px;
    border-radius: 20px;
}

.formulario-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.formulario-form .input-group {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px white;
    width: 100%;
}

.formulario-form .input-group label {
    color: white;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.formulario-form .input-group :is(input, textarea) {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    width: 100%;
    resize: none;
}

.formulario-form .grid-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.formulario-form .input-group :is(input, textarea):focus-visible {
    outline: none;
}

.formulario-form form button {
    margin-top: 20px;
    border: none;
    background-color: var(--color-secundario);
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: 220px;
    padding-block: 10px;
    border-radius: 20px;
}


/* Footer */

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.footer .copyright {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.contenedor-footer {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.contenedor-footer .secc-redes {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 240px;
}

.contenedor-footer .secc-redes .contenedor-redes {
    display: flex;
    gap: 10px;
}

.contenedor-footer .secc-redes .red-social {
    text-decoration: none;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: var(--color-principal);
    padding: 6px;
}

.contenedor-footer .secc-contacto {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    color: var(--color-principal);
    width: 260px;
}

.contenedor-footer .secc-contacto h4 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    vertical-align: middle;
    margin: 0;
}

.contenedor-footer .secc-contacto .contenedor-contacto {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contenedor-footer .secc-contacto .contacto {
    display: flex;
    gap: 13px;
    align-items: center;
    height: fit-content;
}

.contenedor-footer .secc-contacto .contacto p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    vertical-align: middle;
    margin: 0;
}

.contenedor-footer .secc-fiscal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Modal mensaje */


.contenedor-modal-mensaje {
    display: none;
    position: fixed;
    background-color: #e1dedeb3;
    width: 100vw;
    height: 100vh;
    z-index: 110;
    top: 0;
}

.contenedor-modal-mensaje .modal-mensaje {
    position: absolute;
    width: 50vw;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background-color: var(--color-principal);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px;
}

.contenedor-modal-mensaje .modal-mensaje p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.contenedor-modal-mensaje .modal-mensaje button {
    border-radius: 100px;
    background-color: var(--color-secundario);
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 10px 30px;
    color: white;
    cursor: pointer;
}

/* Boton volver */

.boton-volver {
    position: fixed;
    z-index: 90;
    bottom: 10px;
    right: 50px;
}


/* Animación */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* La mitad del contenido (ya que duplicamos) */
    }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(12, 47, 81, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(12, 47, 81, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(12, 47, 81, 0);
    }
}


/* Estilos para pantallas de hasta 768px (tablets y móviles) */
@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .header {
        width: 100vw;
        padding: 0;
        min-height: 68px;
        max-height: 68px;
    }

    .header nav {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .navegacion,
    nav .boton,
    .header nav .logo .desktop {
        display: none;
    }

    .menu-toggle,
    .header nav .logo .mobile {
        display: block;
    }

    .texto-hero {
        justify-content: center;
    }

    /* Hero */

    .hero .texto-hero h1 {
        font-size: 32px;
        margin: 0;
    }

    .hero .texto-hero p:first-of-type {
        font-size: 20px;
        margin: 0;
    }

    .hero .texto-hero p {
        font-size: 16px;
        margin-bottom: 70px;
        width: 75vw;
    }

    .contenedor-particula {
        display: none;
    }

    .contenedor-redondeado {
        border-radius: 50px;
    }


    /* Servicios */

    .servicios .botones-carrusel {
        display: none;
    }

    .servicios .botones-carrusel-mobile {
        display: flex;
    }

    .servicios .servicios-principal {
        flex-direction: column;
        justify-content: start;
        width: 100%;
        gap: 10px;
    }

    .servicios .servicios-principal .informacion {
        margin-inline: 15px;
        width: fit-content;
    }

    .servicios .informacion :is(h3, h2) {
        font-size: 16px;
        text-align: center;
    }

    .servicios .informacion :is(h3, p) {
        font-size: 16px;
        font-weight: 400;
    }

    .servicios .servicios-principal .carrousel-tarjetas {
        gap: 5px;
    }

    .servicios .servicios-principal .carrousel-tarjetas .card {
        box-sizing: border-box;
        padding: 10px 15px;
        max-width: 160px;
        min-width: 160px;
        max-height: 230px;
        min-height: 230px;
    }

    .servicios .servicios-principal .carrousel-tarjetas .card:hover {
        max-width: 183px;
        min-width: 183px;
        max-height: 298px;
        min-height: 298px;
    }

    .servicios .servicios-principal .contenedor-carrousel-tarjetas {
        width: 100vw;
    }

    .carrousel-tarjetas .card img {
        height: 75px;
        width: 75px;
        object-fit: contain;
    }

    .carrousel-tarjetas .card .card-title {
        font-size: 16px;
    }

    .carrousel-tarjetas .card .card-info {
        font-size: 12px;
        font-weight: 400;
    }


    /* Sobre nosotros */

    .sobre-nosotros .tabs {
        width: 100vw;
        justify-content: center;
        gap: 10px;
    }

    .container-slider .slide {
        box-sizing: border-box;
        padding: 15px;
    }

    .container-slider .slide img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .sobre-nosotros-estadisticas {
        position: relative;
        flex-direction: column;
        background-size: 50% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Alianzas */

    .secc-alianzas {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: fit-content;
        padding-inline: 5vw;
        margin-block: 50px;
    }

    .secc-alianzas-info {
        width: 100%;
    }

    .secc-alianzas-info h3 {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        color: var(--color-secundario);
        margin: 5px;
    }

    .secc-alianzas-info h2 {
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        color: var(--color-principal);
        margin: 0;
    }

    .secc-alianzas-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 16px;
        padding: 20px;
        width: 100%;
        height: 50vh;
    }

    .item1,
    .item2,
    .item3,
    .item4 {
        grid-column: auto;
        grid-row: auto;
        height: auto;
    }

    .secc-alianzas-grid-container .grid-item {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 183px;
        border-radius: 20px;
    }

    .contenedor-info .titulo {
        font-family: 'Raleway';
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .contenedor-info .texto {
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    /* Contactanos */

    .secc-contactanos-contenedor {
        box-shadow: none;
        gap: 40px;
    }

    .secc-contactanos-contenedor .contactanos-info h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .secc-contactanos-contenedor .contactanos-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .secc-contactanos-contenedor .contactanos-info p br {
        display: none;
    }

    .contenedor-pulse p {
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .pulse {
        width: 133px;
        height: 133px;
    }

    /* Aliados */

    .secc-aliados h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .slider-aliados img {
        height: 30px;
    }

    /* Formulario contacto */

    .contenedor-formulario-contacto {
        flex-direction: column;
        gap: 20px;
    }

    .contenedor-formulario-contacto :is(.formulario-info, .formulario-form) {
        width: 90%;
    }

    .contenedor-formulario-contacto .formulario-info p {
        padding-inline: 10px;
    }

    .contenedor-formulario-contacto .formulario-info h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;

    }

    .contenedor-formulario-contacto .formulario-info h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;

    }

    .contenedor-formulario-contacto .formulario-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;

    }

    .formulario-form .grid-inputs label {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        vertical-align: middle;

    }

    .formulario-form .grid-inputs input {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        vertical-align: middle;
    }

    /* Footer */

    .contenedor-footer {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .contenedor-footer .secc-contacto .contenedor-contacto .contacto p {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        vertical-align: middle;
    }

    .contenedor-footer .secc-fiscal {
        height: 140px;
        gap: 7px;
    }

    .contenedor-footer .secc-fiscal .img1 {
        width: 73px;
    }

    .contenedor-footer .secc-fiscal .img2 {
        width: 83px;
    }

    .contenedor-modal-mensaje .modal-mensaje {
        padding: 20px 0;
        width: 90%;
    }

    .contenedor-modal-mensaje .modal-mensaje p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        vertical-align: middle;

        width: 100%;
    }

    .contenedor-modal-mensaje .modal-mensaje button {
        padding-block: 5px;
    }

    .boton-volver img {
        width: 50px;
    }
}

@media (max-width: 480px) {}