* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
width: 100%;
height: 100%;
font-family: 'Exo 2', sans-serif;
font-size: 17px;
background-color: #F5F6F9;
}

html {
    scroll-behavior: smooth;
}

p {
line-height: 1.6;
}

.espaciado {
    margin-bottom: 40px;
}

/* Header */
header {
position: fixed;
height: 120px;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 80px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
z-index: 1000;
}

header img {
max-height: 70px;
}

header nav {
display: flex;
gap: 30px;
}

header nav a {
text-decoration: none;
color: #041860;
font-weight: 500;
font-size: 1.25rem;
padding: 10px 5px 0px;
}

header nav a:last-child {
border: 2px solid;
color: #041860;
padding: 10px 20px;
border-radius: 15px;
}

header nav a:nth-last-child(2) {
border: 2px solid;
color: #041860;
padding: 10px 20px;
border-radius: 15px;
}

header nav a:hover {
color: #0072FF;
transition: 0.3s;
}

.mainlogo {
    max-width: 100%; 
    height: auto;
}

.active {
    color: #0072FF;
    font-weight: 700;
    }
.hamburger {
display: none;
font-size: 28px;
cursor: pointer;
}

.blue {
color:#041860;
}
.sky-blue {
color:#0072FF;
}

.bold {
    font-weight: 700;
}
.light {
    font-weight: 200;
}

.text-large {
font-size: 3rem; /* 24px */
}

.text-medium {
font-size: 1.25rem; /* 20px */
}

.text-small {
font-size: 0.875rem; /* 14px */
}

/* Main Content */
.main-content {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
padding-top: 70px; /* Adjust for fixed header */
}
.responsivemargintop {
    margin-top: 0px;
}
.content-wrapper {
display: flex;
max-width: 1200px;
width: 100%;
padding: 20px;
gap: 50px;
align-items: center
}

.text-section {
flex: 1;
}

.text-section h1 {
margin-bottom: 20px;
}

.text-section p {
font-size: 1.2em;
color: #444F60;
}

.actionbutton {
    padding: 10px 21px 13px 23px;
    background-color: #FF7800;
    color: white;
    font-family: 'Exo 2', sans-serif;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.3em;
    text-decoration: none;
    margin-top: 30px;
}

.actionbutton:hover {
    background-color: #e66900; /* Cambia el color de fondo al pasar el cursor */
    color: #ffffff; /* Asegura que el texto siga siendo legible */
}

.image-section {
flex: 1;
}

.image-section img {
width: 115%;
height: auto;
border-radius: 10px;
}
/* Secondary Content */
.secondary-content {
display: flex;
justify-content: center;
align-items: center;
padding: 80px 30px;
background-color: #2091F3; /* For browsers that do not support gradients */
background-image: linear-gradient(#2091F3, #007BF3);
clear: both; /* Evita que el contenido se solape */
}

.secondary-wrapper {
display: flex;
max-width: 1200px;
width: 100%;
gap: 50px;
flex-direction: row-reverse; /* Image on the left, text on the right */
align-items: center;
}

.secondary-wrapper .image-section {
flex: 1;
}

.secondary-wrapper .image-section img {
max-width: 70%;
width: 100%;
height: auto;
border-radius: 10px;
display:block;
margin-left:auto;
margin-right:auto;
}

.secondary-wrapper .text-section {
flex: 1;
}

.secondary-wrapper .text-section h2 {
font-size: 2.3em;
margin-bottom: 20px;
color: #fff;
}

.secondary-wrapper .text-section p {
font-size: 1.2em;
color: #fff;
}
/* Third Content */
.third-content {
display: flex;
justify-content: center;
align-items: center;
padding: 90px 30px;
background-color: #fff;
}

.third-wrapper {
display: flex;
max-width: 1200px;
justify-content: center;
align-items: center;
width: 100%;
gap: 50px;
}

.third-wrapper .text-section {
flex: 1;
}

.third-wrapper .text-section h2 {
font-size: 2.6em;
margin-bottom: 20px;
color: #041860;
}

.third-wrapper .text-section h3 {
font-size: 1.7em;
color: #0072FF;
}

.third-wrapper .text-section ul {
list-style-type: none;
}


.third-wrapper .text-section p {
font-size: 1.2em;
color: #666;
}

.third-wrapper .image-section {
flex: 1;
}

.third-wrapper .image-section img {
width: 120%;
height: auto;
border-radius: 10px;
}
.slogan-section {
display: flex;
justify-content: center;
align-items: center;
padding: 90px 10px;
background-color: #FF7800; /* Color de fondo suave para resaltar el eslogan */
text-align: center;
}

.slogan-section p {
font-size: 2.4em;
font-weight: 700;
color: #fff;
max-width: 70%;
margin: 0;
}
/* Integrations Section */

.marketplacesContent {
    text-align: center;
}

.integrations-section {
display: flex;
flex-direction: column;
align-items: center;
padding: 90px 20px;
text-align: center;
}

.integrations-section h2 {
font-size: 2.6em;
color: #2085ff;
margin-bottom: 80px;
}

.logos-container {
display: flex;
justify-content: center;
gap: 90px;
flex-wrap: wrap;
}

.logos-container img {
height: auto;
}
/* Contact Section */

.contact-section {
display: flex;
flex-direction: column;
align-items: center;
padding: 90px 20px;
background-color: #001061;
text-align: center;
}

.contact-section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 20px;
    background-color: #F5F6F9;
    text-align: center;
 }

.contact-section2 h2 {
    font-size: 2.6em;
    color: #001061;
    margin-bottom: 60px;
}


.contact-section h2 {
font-size: 2.6em;
color: #ABDCF5;
margin-bottom: 60px;
}

.contact-form {
width: 65%;
}

.form-row {
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}

.form-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    }

.form-row input,
.form-row textarea {
width: 48%;
padding: 20px;
color: #fff;
border: 1px solid #1C2A72;
border-radius: 10px;
font-size: 1.6em;
background-color: #1C2A72;
}

.form-row2 input,
.form-row2 textarea {
width: 48%;
padding: 20px;
color: #fff;
border: 1px solid #CBCFDF;
border-radius: 10px;
font-size: 1.6em;
background-color: #CBCFDF;
}

::placeholder {
color: #fff;
opacity: 1; /* Firefox */
font-family: 'Exo 2', sans-serif;
}

::-ms-input-placeholder { /* Edge 12-18 */
color: #fff;
font-family: 'Exo 2', sans-serif;
}

.form-row.full-width textarea {
width: 100%;
height: 150px;
resize: none;
}

.form-row2.full-width textarea {
    width: 100%;
    height: 150px;
    resize: none;
    }

.form-row.full-width button {
    padding: 10px 20px;
    background-color: #FF7800;
    color: white;
    font-family: 'Exo 2', sans-serif;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 2em;
    cursor: pointer;
    margin-left: auto;
}

.form-row.full-width button:disabled {
    cursor: default;
    opacity: 0.7;
}

.form-row.full-width button:hover {
background-color: #0056b3;
}


/* Nuestra solucion */
/* Estilo de la sección */
.product-video {
    padding: 40px;
    text-align: center;
    width: 100%;
    background-color: #011061;
}

.video-title-index {
    font-size: 24px;
    color: #444F60;
    margin-top: 30px;
    margin-bottom: 8px;
}
.video-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.font500 {
    font-weight: 500;
}

.video-description {
    font-size: 1.2rem;
    line-height: normal;
    color: #ffffff;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 15px;
}

.open-modal-btn {
    margin: 10px;
    padding: 10px 15px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: inline-flex; /* Activar flexbox */
    align-items: center; /* Alinear ícono y texto verticalmente */
    justify-content: center; /* Opcional: centrar el contenido horizontalmente */
    gap: 8px; /* Espaciado entre ícono y texto */
    border: 2px solid #FFFFFF;
    background: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.btn-with-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.open-modal-btn:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.05); 
    transition: 0.5s;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.close-modal {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.responsive-video {
    width: 100%;
    height: auto;
    display: block;
}

.product-video-largo {
    padding-top: 150px; /* Compensar la altura del header */
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    background-color: #178DF3;
}

.seccion-plataforma {
    padding: 40px 20px;
}

.seccion-plataforma h2 {
    font-size: 2.6em;
    color: #041860;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 10px;
}

.contenedor-plataforma {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.cuadrante {
    width: 630px;
    height: 210px;
    display: flex;
    align-items: center;
    padding: 10px 60px 15px 160px;
    border-radius: 8px;
}

.fondo1 {
    background-image: url("../images/fondocell1.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.fondo2 {
    background-image: url("../images/fondocell2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.fondo3 {
    background-image: url("../images/fondocell3.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.fondo4 {
    background-image: url("../images/fondocell4.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.imagen-plataforma img {
    max-width: 80px;
    margin-right: 20px;
}

.texto-plataforma {
    flex: 1;
}

.texto-plataforma h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #333;
}

.texto-plataforma p {
    margin: 0;
    font-size: 1rem;
    color: #666;
}

.seccion-gestion-centralizada {
    padding: 80px 20px;
    background-color: #041860;
    margin-top: 40px; /* Añadido para separar las secciones */
}

.seccion-gestion-centralizada h2 {
    font-size: 2.6em;
    color: #ABDCF5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 10px;
}

.acordeon {
    max-width: 75%;
    margin: 0 auto;
}

.acordeon-item {
    margin-bottom: 40px;
}

.acordeon-titulo {
    width: 100%;
    text-align: left;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    padding: 30px 40px;
    font-size: 1.6em;
    color: #fff;
    background-image: linear-gradient(#011061, #18266F);
    border: 1px solid #0852C5;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.acordeon-titulo:hover {
    background-color: #ddd;
}

.acordeon-contenido {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #0072FF;
    border-radius: 10px;
}

.acordeon-contenido ul {
    padding: 30px 60px;
    margin: 10px 0;
    list-style: none;
}

.acordeon-contenido li {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2em !important;
    line-height: 1.6;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
}

.acordeon-contenido li:before {
    content: " \2714";
    padding-right: 5px;
  }

.seccion-integracion {
    padding: 90px 20px;
    background-color: #178DF3;
}

.contenedor-integracion {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.texto-integracion {
    flex: 1;
    padding-right: 20px;
}

.texto-integracion h2 {
    font-size: 2.6em;
    margin-bottom: 20px;
    color: #fff;
}

.texto-integracion p {
    font-size: 1.4em;
    line-height: 1.6;
    color: #fff;
    width: 70%;
}

.imagen-integracion {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-integracion img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.seccion-tarjetas {
    padding: 80px 20px;
    background-color: #041860;
}

.seccion-tarjetas h2 {
    font-size: 2.6em;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 10px;
}

.contenedor-tarjetas {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}

.tarjeta {
    padding: 40px 60px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    background-image: linear-gradient(#011061, #18266F);
    border: 1px solid #0852C5;
    border-radius: 10px;
    cursor: pointer;
}

.tarjeta:hover {
    transform: translateY(-5px);
}

.tarjeta img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tarjeta h3 {
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: 10px;
}

.tarjeta p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.6;
    font-weight: 200;
}

.terms-and-conditions {
    padding: 40px 10%;
    margin-top: 130px; /* Compensar la altura del header */
}

.terms-and-conditions h1 {
    font-size: 2.6em;
    color: #041860;
    max-width: 1200px;
    padding: 70px 0px;
}

.terms-and-conditions h2 {
    color: #041860;
    padding-left: 20px;
    margin-bottom: 10px;
}

.terms-and-conditions p {
    color: #041860;
    padding-left: 20px;
    margin-bottom: 30px;
}
.terms-and-conditions ul {
    color: #041860;
    padding-left: 70px;
    margin-bottom: 30px;
}

/* footer */
.footer {
    background-image: linear-gradient(#2091F3, #0070e0);
    font-family: 'Exo 2', sans-serif;
}

.footer-container {
    width: 100%;
    color: #fff;
    padding: 80px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left {
    width: 35%;
}
.footer-center {
    width: 35%;
}
.footer-right {
    width: 25%;
}

.footer-logo {
    width: 80px;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    padding-right: 18px;
    border-right: 1px solid #fff;
}

.footer-description {
    font-size: 0.9rem;
    margin-top: 5px;
}

.footer-links, .footer-legal {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer-legal li {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.footer-links li a, .footer-legal li a {
    color: #c8e0f5;
    text-decoration: none;
}

.footer-links li a:hover, .footer-legal li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Sección de Copyright */
.footer-bottom {
    text-align: center;
    padding: 10px 0;
    color: #ccc;
    background-color: #000; /* Fondo más oscuro para el copyright */
    border-top: 1px solid #444;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.footer strong {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.seccion-modelos-integracion {
    padding: 40px 20px;
    background-color: #f3f3f3;
    margin-top: 130px;
}

.titulo-modelos-integracion {
        font-size: 2.6em;
        color: #041860;
        max-width: 1200px;
        margin: 0 auto;
        padding: 70px 0px;
}

.contenedor-modelos-integracion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 80px;
    margin-bottom: 40px;
}

.modelo-integracion {
    display: flex;
    align-items: center;
    width: 580px;
    padding: 20px;
    border-radius: 15px;
    border-bottom: 5px solid #0072FF;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.modelo-integracion img {
    max-width: 150px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}

.contenido-modelo h3 {
    font-size: 1.3rem;
    color: #001061;
    margin-bottom: 10px;
}

.contenido-modelo p {
    font-size: 0.9rem;
    color: #3D4E5F;
    line-height: 1.6;
}

.caja-izquierda {
    margin-right: auto;
}

.caja-derecha {
    margin-left: auto;
}

.caja-centrada {
    margin: 0 auto;
}
.seccion-servicio-apis {
    padding: 90px 20px;
    background-color: #001061;
}

.titulo-servicio-apis {
    font-size: 2.6em;
    color: #ABDCF5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 10px;
}

.contenedor-servicio-apis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    width: 70%;
}

.servicio-api {
    display: flex;
    align-items: center;
    width: 48%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.servicio-api img {
    max-width: 200px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}

.contenido-servicio h3 {
    font-size: 1.9rem;
    color: #ABDCF5;
    margin-bottom: 10px;
}

.contenido-servicio p {
    font-size: 1rem;
    color: #ABDCF5;
    line-height: 1.6;
}
.seccion-esquema-integracion {
    padding: 95px 20px;
    background-color: #F5F6F9;
}

.contenedor-esquema-integracion {
    display: flex;
    justify-content: center;
}

.contenedor-esquema-integracion img {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
}

/* General layout */
.integration-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding: 20px 20px 90px;
    flex-direction: column;
}
.esquemainteractivo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 30px;
    background: linear-gradient(135deg, #e9f5fd 50%, #ffffff 50%);
}
.hidden {
    display: none;
}

.visible {
    display: block;
}

.active-integration {
    background-color: #007BFF !important; /* Cambia esto al color que prefieras */
    color: white; /* Color del texto */
}

.integration-section h2 {
    font-size: 2.6em;
    color: #001061;
    max-width: 1200px;
    padding: 10px 0px 10px;
    align-self: flex-start;
}

.integration-section p {
    font-size: 0.9rem;
    max-width: 1200px;
    color: #3D4E5F;
    line-height: 1.6;
    margin-bottom: 30px;
} 
.integration-sect-main {
    display: flex;
    flex: 1;
    width: 1000px;
}

.integration-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.integration-menu button {
    padding: 10px 20px;
    background-color: #FF7800;
    color: white;
    font-family: 'Exo 2', sans-serif;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.2em;
    cursor: pointer;
    margin-left: auto;
    transition: 0.3s;
}

.integration-menu button:hover {
    background-color: #d36200;
}

.integration-menu li {
    margin: 10px 0;
    cursor: pointer;
    font-size: 18px;
}

.integration-menu li:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Wheel styles */
.integration-wheel {
    width: 40%;
    margin-right: 30px;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheel {
    width: 600px;
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.rotate-wheel {
    -webkit-transform:  rotate(45deg);
    -moz-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    -o-transform:  rotate(45deg);
    transform:  rotate(45deg);
}

/* Content display */
.content-display {
    width: 600px;
    flex-grow: 1;
    width: 50%;
    font-size: 18px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0px 10px;
}

.left-logos, .right-logos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 45%;
}

.logo {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    height: 70px;
    background-color: #ffffff;
    border-radius: 10px;
}

.logo-container2 img {
    max-width: 180px;
    max-height: 100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

/* Responsive Design */
@media (max-width: 1550px) {
header {
    padding: 20px;
}
header nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

header nav.active {
    display: flex;
}

.hamburger {
    display: block;
}
.image-section img {
    width: 90%;
}

.image-section {
    margin-top: 20px;
}
.third-wrapper .image-section img {
     width: 90%;
}
.contenedor-tarjetas {
    grid-template-columns: repeat(2, 1fr);
}
.modelo-integracion {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.modelo-integracion img {
    margin-bottom: 15px;
}
}

@media (max-width: 768px) {

    header {
        height: 100px;
    }

    .main-content {
        padding-top: 270px;
    }

    .mainlogo {
        max-width: 230px; 
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .responsivemargintop {
        margin-top: 200px;
    }
    .text-section h1 {
        font-size: 2em;
    }

    .text-section p {
        font-size: 1em;
    }
    
    .secondary-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .secondary-wrapper .image-section {
        margin-bottom: 20px;
    }

    .secondary-wrapper .text-section h2 {
        font-size: 1.8em;
    }

    .secondary-wrapper .text-section p {
        font-size: 1em;
    }
    .third-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .third-wrapper .image-section {
        margin-top: 20px;
    }

    .third-wrapper .text-section h2 {
        font-size: 1.8em;
    }

    .third-wrapper .text-section p {
        font-size: 1em;
    }

    .slogan-section p {
        font-size: 1.5em;
    }
    .logos-container {
        gap: 40px;
    }

    .logos-container img {
        max-width: 140px;
    }

    .contact-form {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }

    .logos-container {
        flex-direction: column;
        }

    .form-row input,
    .form-row textarea {
        width: 100%;
    }
    .form-row input, .form-row textarea {
        margin-bottom: 20px;
    }
    .form-row {
    margin-bottom: 0px; 
    }
    .contenedor-plataforma {
        grid-template-columns: 1fr;
    }
    .seccion-plataforma {
        margin-top: 0px; 
    }
    .cuadrante {
        flex-direction: column;
        align-items: flex-start;
        width: 350px;
        height: 210px;
        padding: 0px 0px 0px 90px;
    }
    .texto-plataforma p {
        padding-right: 10px;
        border-right: 10px solid #FF7800;
    }
    .seccion-gestion-centralizada {
        padding: 50px 20px;
        margin-top: 0px; 
    }
    .fondo1 {
        background-image: url(../images/fondocell1-R.png);
    }
    .fondo2 {
        background-image: url(../images/fondocell2-R.png);
    }
    .fondo3 {
        background-image: url(../images/fondocell3-R.png);
    }
    .fondo4 {
        background-image: url(../images/fondocell4-R.png);
    }
    .imagen-plataforma img {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .texto-integracion p {
        width: 100%;
    }
    .tarjeta {
        padding: 30px 20px;
    }
    .form-row2 {
        flex-direction: column;
        display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    }
    .form-row2 input, .form-row2 textarea {
        margin-bottom: 20px;
        width: 100%;
    }
    .contenedor-integracion {
        flex-direction: column;
        text-align: center;
    }
    .acordeon-titulo {
        padding: 30px 40px;
        font-size: 1em; 
    }
    .acordeon {
        max-width: 100%; 
    }
    .acordeon-item img {
        width: 30px;
    }
    .acordeon-contenido li {
        font-size: 1em !important;
    }
    .acordeon-contenido ul {
        padding: 20px 30px;
    }
    .seccion-modelos-integracion {
        margin-top: 0; 
    }
    .seccion-servicio-apis {
        padding: 0px 20px;;
    }
    .texto-integracion {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .contenedor-tarjetas {
        grid-template-columns: 1fr;
    }
    .tarjeta {
        margin-bottom: 20px;
    }
    .contenedor-servicio-apis {
        width: 100%;
    }
    .servicio-api {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .servicio-api img {
        margin-bottom: 15px;
    }
    .contenedor-esquema-integracion img {
        max-width: 80%;
    }
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-left, .footer-center, .footer-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-logo {
        float: none;
        padding-right: 0px;
        border-right: 0px;
    }
    .footer-bottom p {
        margin: 0;
        font-size: 0.7rem;
    }
    .integration-section {
        flex-direction: column;
        width: 95%;
    }

    .integration-wheel {
        display: none;
    }
    .logo {
        width: 160px;
        margin: 5px 0;
    }
    .logo-container2 img {
        max-width: 130px;
        max-height: 100%;
    }
    .content-display {
        width: 100%;
        height: 580px;
        align-items: flex-start;
    }
    .esquemainteractivo {
        padding: 0px;
    }
    .integration-menu {
        width: 80%;
    }
    .integration-sect-main {
        width: 90%;
    }
}