.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0b1f3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    z-index: 1000;
}
.logo img {
    height: 70px;
}
.menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: auto;
    font-family: Montserrat;
}
.menu li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}
.menu li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: white;
    transition: 0.3s;
}
.menu li a:hover::after {
    width: 100%;
}
.menu li a:hover {
    color: #cccccc;
}
.menu-toggle {
    display: none;
}
.menu-toggle img {
    width: 30px;
    cursor: pointer;
}
p   {
    color: #ffffff;
    font-family: Montserrat;
    width: 1300px;
    text-align: justify;;
    font-size: 25px;
}
.titulo h1  {
    font-family: Zen Dots;
    font-size: 200px;
    font-weight: 400;
    margin-block: 1px;
    width: auto;
    height: 190px;
    margin-bottom: 0;
}
.imagenes-info  {
    width: 300px;
    height: 200px;
    padding-left: 30px;
}
.enlaces-blancos    {
    color: #ffffff;
}
.contenedor-video {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}
.video-fondo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100px;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.cobertura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.titulo {
    margin-top: 100px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin-left: 2%;
    margin-bottom: 5%;
}
.texto-blanco   {
    color: #ffffff;
    font-size: 20px;
    width: 600px;
    text-align: justify;
    padding-left: 10px;
}
body {
    background: linear-gradient(135deg, #031640, #6285D1); 
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    min-height: 100vh;
}
.titulo-fuente  {
    font-family: Orbitron;
    font-size: 40px;
    font-weight: 400;
    margin: auto;
    padding-left: 1%;
    color: #ffffff;
    letter-spacing: 10px;
    margin-top: 1%;
}
.subtitulo  {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 100;
    margin-left: 2%;
    height: 50px;
    color: #ffffff;
    position: relative;
}
.text-head  {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 100;
    margin: auto;
    color: #ffffff;
    padding-right: 30%;
    position: relative;
    padding-left: 40px;
}
.info-parrafos  {
    color: #ffffff;
    text-align: justify;
    font-size: 25px;
    font-style: italic;
    width: auto;
    height: 300px;
    margin-top: 6%;
    padding-left: 40px;
}
.btn-servicios {
    display: inline-block;
    padding: 12px 22px;
    background-color: #ffffff;
    color: #0b1f3a;
    font-size: 14px;
    font-family: Zalando Sans SemiExpanded;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin-top: 3%;
    margin-left: 2%;
    position: relative;
}
.btn-servicios:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
}
.espacio-top    {
    margin-top: 2%;
}
.subtitulo-info {
    font-size: 40px;
    padding-left: 2%;
    font-style: italic;
    color: #ffffff;
    font-weight: 900;
}
.tarjeta-servicio {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}
.tarjeta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tarjeta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.tarjeta-contenido {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 2%;
    padding-top: 30px;
    color: white;
    width: 80%;
}
.tarjeta-contenido h3 {
    font-size: 40px;
    margin-bottom: 15px;
}
.tarjeta-contenido p {
    font-size: 25px;
    line-height: 1.4;
}
h3{
    font-family: Zalando Sans SemiExpanded;
}
.link-servicios {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    font-family: Montserrat;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
.link-servicios::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #ffffff;
    transition: 0.3s;
    }
.link-servicios:hover::after {
    width: 100%;
}
.link-servicios:hover {
    letter-spacing: 1px;
}
.titulo-seccion {
    margin-top: 6%;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 6%;
}
.grid-elegir {
    display: grid;
    gap: 25px;
}
.item-elegir {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    transition: 0.3s;
    backdrop-filter: blur(6px);
}
.icono {
    width: 40px;
    height: 40px;
}
.item-elegir h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0b1f3a;
}
.item-elegir p {
    font-size: 20px;
    color: #444;
}
.item-elegir:hover {
    transform: translateY(-5px);
    background: white;
}
.sectores {
    padding: 70px 2%;
    text-align: center;
}
.badges {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.badges span {
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.7);
    color: #0b1f3a;
    font-size: 20px;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-family: Montserrat;
}
.badges span:hover {
    background: #0b1f3a;
    color: white;
    transform: translateY(-3px);
}
.subtexto   {
    text-align: justify;
}
.titulo-sectores    {
    margin-bottom: 3%;
    margin-top: 6%;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}
.cta {
    padding: 80px 2%;
    text-align: center;
    background: #0b1f3a;
    color: white;
}
.cta h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
.cta p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #cccccc;
    text-align: center;
    width: auto;
}
.btn-cta {
    display: inline-block;
    padding: 14px 28px;
    background: white;
    color: #0b1f3a;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}
.btn-cta:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.footer {
    background: #071526;
    color: white;
    padding: 60px 2% 20px;
}
.footer-contenido {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}
.footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 1%;
}
.footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: Zalando Sans SemiExpanded;
}
.footer-col p,
.footer-col a {
    font-size: 14px;
    font-family: Montserrat;
    color: #cccccc;
    text-decoration: none;
    line-height: 1.6;
    width: auto;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 8px;
    padding-left: 10%;
}   
.footer-col a:hover {
    color: white;
}
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: #aaaaaa;
}
.footer-bot  {
    text-align: center;
    width: auto;
}
.footer-bottom p    {
    font-size: 15px;
    color: #ddd;
}
/*Pag Nosotros*/
.header-nosotros {
    height: 60vh;
    background-image: url("../imagenes-web/nosotros.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nosotros::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.header-nosotros h1 {
    position: relative;
    color: white;
    font-family: Orbitron;
    font-size: 70px;
    letter-spacing: 5px;
}
.navbar-2 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0b1f3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    z-index: 1000;
}
.subtitulo-nosotros h2 {
    position: relative;
    color: white;
    font-family: Zalando Sans SemiExpanded;
    font-size: 40px;
    margin-left: 40px;
}
.subtitulo-nosotros p {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}
.texto-nosotros span {
    font-weight: bold;
    font-style: italic;
}
.texto-nosotros {
    padding-left: 40px;
}
.mision-vision {
    padding: 80px 2%;
    background: rgba(255, 255, 255, 0.5);
    overflow-x: hidden;
    border-radius: 12px;
    }
.mv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    }
.mv-card {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 12px;
    transition: 0.3s;
    text-align: center;
}
.mv-card h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #0b1f3a;
    font-family: Zalando Sans SemiExpanded;
}
.mv-card p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    width: auto;
    text-align: center;
}
.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.valores {
    padding: 60px 2%;
    text-align: center;
    font-family: Zalando Sans SemiExpanded;
    color: #ffffff;
    font-size: 30px;
}
.valores-linea {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 40px;
}
.valor-item {
    padding: 20px;
    border-right: 1px solid #ddd;
}
.valor-item:last-child {
    border-right: none;
}
.valor-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: Zalando Sans SemiExpanded;
}
.valor-item p {
    font-family: Montserrat;
    font-size: 20px;
    color: #000000;
    width: auto;
    font-weight: 300;
    text-align: center;
}
    .valor-item:hover {
    background: #f9f9f9;
    transition: 0.3s;
}
.valor-item:hover h3 {
    color: black;
}
.experiencia {
    padding: 80px 2%;
    display: flex;
    justify-content: center;
}
.exp-card {
    max-width: 750px;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.exp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.exp-card h2 {
    font-size: 35px;
    margin-bottom: 25px;
    color: #0b1f3a;
    font-family: Zalando Sans SemiExpanded;
}
.exp-texto {
    border-left: 4px solid #0b1f3a;
    padding-left: 20px;
}
.exp-texto p {
    font-size: 20px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    width: auto;
}
/*Pag Servicios*/
.header-servicios {
    height: 60vh;
    background-image: url("../imagenes-web/servicios.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-servicios::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.header-servicios h1 {
    position: relative;
    color: white;
    font-family: Orbitron;
    font-size: 70px;
    letter-spacing: 5px;
}
.navbar-3 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0b1f3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    z-index: 1000;
}
.subtitulo-servicios h2 {
    position: relative;
    color: white;
    font-family: Zalando Sans SemiExpanded;
    font-size: 40px;
    margin-left: 40px;
}
.subtitulo-servicios p {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}
.texto-servicios p{
    padding-left: 40px;
}
.servicios {
    padding: 80px 2%;
    display: grid;
    gap: 30px;
}
.servicio-card {
    background: linear-gradient(135deg, #0b1f3a, #132f55);
    padding: 30px;
    border-radius: 12px;
    color: white;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}
.servicio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.servicio-card h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: Zalando Sans SemiExpanded;
}
.servicio-card p {
    font-size: 20px;
    color: #cccccc;
    margin-bottom: 15px;
    font-family: Montserrat;
}
.servicio-card ul {
    padding-left: 20px;
}
.servicio-card ul li {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Montserrat;
}
.icono-sv {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.cta-servicios {
    padding: 80px 2%;
    display: flex;
    justify-content: center;
}
.cta-card {
    max-width: 800px;
    width: 100%;
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(135deg, #0b1f3a, #163a6b);
    color: white;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    transition: 0.3s;
}
.cta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}
.cta-card h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: Zalando Sans SemiExpanded;
}
.cta-card p {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 25px;
    line-height: 1.6;
    width: auto;
    text-align: center;
}
.btn-cta-serv {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    background: white;
    color: #0b1f3a;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-family: Montserrat;
}
.btn-cta-serv:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.btn-cta-serv:hover {
    letter-spacing: 1px;
}
.cta-servicios {
    background: #1f3146;
}
.navbar-4 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0b1f3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    z-index: 1000;
}
/*Pag Contacto*/
.header-contacto {
    height: 60vh;
    background-image: url("../imagenes-web/contacto.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-contacto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.header-contacto h1 {
    position: relative;
    color: white;
    font-family: Orbitron;
    font-size: 70px;
    letter-spacing: 5px;
}
.subtitulo-contacto h2 {
    position: relative;
    color: white;
    font-family: Zalando Sans SemiExpanded;
    font-size: 40px;
    margin-left: 40px;
}
.subtitulo-contacto p {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}
.contacto {
    padding: 80px 2%;
}
.contacto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.contacto-card {
    background: linear-gradient(135deg, #0b1f3a, #163a6b);
    padding: 25px;
    border-radius: 12px;
    color: white;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}
.contacto-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.contacto-card h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-family: Zalando Sans SemiExpanded;
}
.contacto-card p {
    font-size: 18px;
    color: #cccccc;
    width: auto;
}
.contacto-card a {
    color: #ffffff;
    text-decoration: none;
}
.contacto-card a:hover {
    text-decoration: underline;
}
.mapa iframe {
    width: 700px;
    height: 400px;
    border: none;
    border-radius: 12px;
}
.icono-ct {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #25D366;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    margin-left: 40px;
    margin-bottom: 100px;
    font-family: Montserrat;
}
.btn-whatsapp img {
    width: 20px;
}
.btn-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.btn-whatsapp:hover {
    letter-spacing: 0.5px;
}
.nota-contacto {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: auto;
}
.cta-contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.info-extra p{
    padding-left: 40px;
}
/* Dise;o Responsive*/
@media (max-width: 1024px) {
    .titulo h1 {
        font-size: 120px;
        height: auto;
    }
    .titulo-fuente {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .subtitulo h3 {
        font-size: 28px;
    }
    .text-head {
        font-size: 20px;
        padding-right: 20%;
        padding-left: 20px;
    }
    p {
        width: 90%;
        font-size: 20px;
    }
    .info-parrafos p {
        font-size: 20px;
        width: 95%;
    }
    .tarjeta-contenido h3 {
        font-size: 32px;
    }
    .tarjeta-contenido p {
        font-size: 20px;
    }
    .titulo-seccion {
        font-size: 40px;
    }
    .titulo-sectores {
        font-size: 40px;
    }
}
/*Media Pag principal*/
@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: #0b1f3a;
        padding: 20px 0;
        gap: 15px;
        text-align: center;
    }
    .menu.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    .navbar {
        padding: 10px 5%;
    }
    .logo img {
        height: 50px;
    }
    .titulo {
        margin-top: 80px;
    }
    .titulo h1 {
        font-size: 60px;
        height: auto;
    }
    .titulo-fuente {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .subtitulo h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    .text-head {
        font-size: 16px;
        padding-right: 5%;
        padding-left: 15px;
        width: 95%;
    }
    .btn-servicios {
        padding: 10px 18px;
        font-size: 12px;
        margin-top: 20px;
    }
    p {
        width: 95%;
        font-size: 16px;
        text-align: left;
    }
    .info-parrafos {
        height: auto;
        margin-top: 30px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .info-parrafos p {
        font-size: 16px;
        width: 100%;
    }
    .tarjeta-servicio {
        height: 350px;
        margin-bottom: 20px;
    }
    .tarjeta-contenido {
        padding: 20px 15px;
        width: 95%;
    }
    .tarjeta-contenido h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .tarjeta-contenido p {
        font-size: 14px;
        line-height: 1.4;
    }
    .link-servicios {
        font-size: 14px;
        margin-top: 10px;
    }
    .titulo-seccion {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .grid-elegir {
        gap: 15px;
        padding: 0 15px;
    }
    .item-elegir {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 10px;
    }
    .item-elegir h3 {
        font-size: 18px;
    }
    .item-elegir p {
        font-size: 14px;
        width: 100%;
    }
    .icono {
        width: 35px;
        height: 35px;
    }
    .sectores {
        padding: 40px 15px;
    }
    .titulo-sectores {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .subtexto {
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }
    .badges {
        gap: 10px;
        margin-top: 20px;
    }
    .badges span {
        font-size: 12px;
        padding: 6px 12px;
    }
    .cta {
        padding: 50px 15px;
    }
    .cta h3 {
        font-size: 24px;
    }
    .cta p {
        font-size: 14px;
        width: 100%;
        padding: 0 10px;
    }
    .btn-cta {
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer {
        padding: 40px 15px 20px;
    }
    .footer-contenido {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    .footer-col h3, 
    .footer-col h4 {
        text-align: center;
    }
    .footer-col ul li {
        padding-left: 0;
    }
    .footer-col p,
    .footer-col a {
        font-size: 12px;
    }
    .footer-bottom p {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .titulo h1 {
        font-size: 45px;
    }
    .titulo-fuente {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .subtitulo h3 {
        font-size: 14px;
    }
    .text-head {
        font-size: 12px;
    }
    .btn-servicios {
        padding: 8px 15px;
        font-size: 10px;
    }
    .tarjeta-servicio {
        height: 300px;
    }
    .tarjeta-contenido h3 {
        font-size: 18px;
    }
    .tarjeta-contenido p {
        font-size: 11px;
    }
    .titulo-seccion {
        font-size: 24px;
    }
    .titulo-sectores {
        font-size: 24px;
    }
    .badges span {
        font-size: 10px;
        padding: 5px 10px;
    }
    .cta h3 {
        font-size: 20px;
    }
    .cta p {
        font-size: 12px;
    }
}
/* Media Pag Nosotros */
@media (max-width: 768px) {
    .header-nosotros {
        height: 40vh;
        margin-top: 60px;
    }
    
    .header-nosotros h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    
    .subtitulo-nosotros h2 {
        font-size: 28px;
        margin-left: 20px;
    }
    
    .subtitulo-nosotros p {
        font-size: 18px;
        padding-left: 20px;
    }
    
    .texto-nosotros {
        padding: 0 20px 30px 20px;
    }
    
    .texto-nosotros p {
        font-size: 16px;
    }
    
    .mision-vision {
        padding: 40px 15px;
    }
    
    .mv-card {
        padding: 25px;
    }
    
    .mv-card h2 {
        font-size: 22px;
    }
    
    .valores h2 {
        font-size: 32px;
    }
    
    .valores-linea {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .valor-item {
        padding: 15px;
    }
    
    .valor-item h3 {
        font-size: 18px;
    }
    
    .valor-item p {
        font-size: 12px;
    }
    
    .exp-card {
        padding: 25px;
    }
    
    .exp-card h2 {
        font-size: 28px;
    }
    
    .exp-texto p {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .header-nosotros h1 {
        font-size: 32px;
    }   
    .subtitulo-nosotros h2 {
        font-size: 24px;
    }
    .subtitulo-nosotros p {
        font-size: 14px;
    }
    .valores-linea {
        grid-template-columns: 1fr;
    }
    .mv-grid {
        grid-template-columns: 1fr;
    }
}
/* Media Pag Servicios */
@media (max-width: 768px) {
    .header-servicios {
        height: 40vh;
        margin-top: 60px;
    }
    
    .header-servicios h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    
    .subtitulo-servicios h2 {
        font-size: 28px;
        margin-left: 20px;
    }
    
    .subtitulo-servicios p {
        font-size: 18px;
        padding-left: 20px;
    }
    
    .texto-servicios {
        padding: 0 20px 20px 20px;
    }
    
    .texto-servicios p {
        font-size: 16px;
    }
    
    .servicios {
        padding: 40px 15px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .servicio-card {
        padding: 20px;
    }
    
    .servicio-card h2 {
        font-size: 22px;
        flex-wrap: wrap;
    }
    
    .servicio-card p {
        font-size: 14px;
    }
    
    .servicio-card ul li {
        font-size: 13px;
    }
    
    .icono-sv {
        width: 25px;
        height: 25px;
    }
    
    .cta-servicios {
        padding: 40px 15px;
    }
    
    .cta-card {
        padding: 30px 20px;
    }
    
    .cta-card h2 {
        font-size: 22px;
    }
    
    .cta-card p {
        font-size: 14px;
    }
    
    .btn-cta-serv {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header-servicios h1 {
        font-size: 32px;
    }
    
    .subtitulo-servicios h2 {
        font-size: 24px;
    }
    
    .subtitulo-servicios p {
        font-size: 14px;
    }
    
    .servicio-card h2 {
        font-size: 18px;
    }
    
    .cta-card h2 {
        font-size: 18px;
    }
}
/*Media Pag COntacto*/
@media (max-width: 1024px) {
    .header-contacto h1 {
        font-size: 55px;
    }
    
    .subtitulo-contacto h2 {
        font-size: 35px;
    }
    
    .subtitulo-contacto p {
        font-size: 25px;
    }
    
    .contacto-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .mapa iframe {
        width: 90%;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .header-contacto {
        height: 40vh;
        margin-top: 70px;
    }
    
    .header-contacto h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    
    .subtitulo-contacto h2 {
        font-size: 28px;
        margin-left: 20px;
    }
    
    .subtitulo-contacto p {
        font-size: 18px;
        padding-left: 20px;
    }
    
    .info-extra p {
        padding-left: 20px;
        font-size: 16px;
        width: 95%;
    }
    
    .contacto {
        padding: 40px 15px;
    }
    
    .contacto-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contacto-card {
        padding: 20px;
        text-align: center;
    }
    
    .contacto-card h3 {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    .contacto-card p {
        font-size: 14px;
    }
    
    .mapa {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .mapa iframe {
        width: 100%;
        height: 250px;
    }
    
    .btn-whatsapp {
        margin-left: 0;
        margin-bottom: 40px;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .btn-whatsapp img {
        width: 18px;
    }
    
    .nota-contacto {
        font-size: 14px;
        padding: 0 20px;
    }
    
    .cta-contacto {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .header-contacto h1 {
        font-size: 32px;
    }
    
    .subtitulo-contacto h2 {
        font-size: 24px;
    }
    
    .subtitulo-contacto p {
        font-size: 14px;
    }
    
    .info-extra p {
        font-size: 14px;
    }
    
    .contacto-card h3 {
        font-size: 18px;
    }
    
    .contacto-card p {
        font-size: 12px;
    }
    
    .btn-whatsapp {
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .nota-contacto {
        font-size: 12px;
    }
}