body{
    font-family: 'Montserrat', sans-serif;
}
.logo {
    margin-top: 0px;
    width: 150px;
    height: 90px;
    margin-left:100px;
}

.cabezal {
    display: flex;
    margin-top: 0;
    background-color: white;
    width: 100%;
}

.enlaces_principales{
    display: flex;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    
    font-family: 'Segoe UI', Verdana, sans-serif;
    margin-left: 300px;
    font-weight: 500;
    
}

a{
    text-decoration: none;
    color: #112842;
    margin-right: 70px;
}

button { 
    margin-left: 100px;
    background-color: rgb(184, 131, 33);
    border: 2px solid rgb(184, 131, 33);
    border-radius: 10px;
    color: white;
    font-size: 20px;
    padding-bottom: 2px;
    height: 40px;
    width: 300px;
    margin-top: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
button:hover {
    background-color: rgb(138, 97, 27); /* Se oscurece un poco al pasar el mouse */
}
.panel{
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 1) 10%,    /* Blanco sólido a la izquierda */
        rgba(255, 255, 255, 0) 70%     /* Transparente a la derecha */
    ), 
    url("https://images.pexels.com/photos/3184360/pexels-photo-3184360.jpeg");
    background-size: 59%;
    background-position: right;
    background-repeat: no-repeat;
    
    overflow: hidden;
    
}
.caja_texto_panel{
    color: #05064e;
    width: 40%;
    height: 30%;
    margin-left: 50px;
}
h2 {
    margin-top: 70px;
    font-size: 30px;
    text-transform: uppercase;
    
}
h3 {
    font-size: 20px;
    color: rgb(184, 131, 33);
}


.botones_panel{
    width: 100%;
    
    display: flex;
}

.boton_panel{
    
    margin: auto;
    margin-left: 0px;
    margin-top: 20px;
}

.S_Nosotros{
    
    background-color: #f9f9f9; /* Gris muy claro y profesional */
    padding: 80px 5%;         /* Espacio amplio arriba/abajo y lateral */
    text-align: center;
}
.label_Nosotros{
    margin-top: 0px;
    font-size: 40px;
    text-align: left;
    color: #112842;
}

p{
    font-size: 20px;
    text-align: left;
}
h3{
    font-size: 40px;
    text-align: left;
    
}
.NuestrosValores{
    display: flex;
    text-align: center;
}

.label_NuestrosValores{
    text-align: center;
}


.Valor{
    height: 350px;
    width: 350px;
    background-color: white;
    margin:auto;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-bottom: #05064e;
    
    display: flex;         
    flex-direction: column; 
    justify-content: center;
    align-items: center;    
    
    padding: 40px 20px;          
    box-sizing: border-box; 
    text-align: center;
    
}

.Valor img {

    
    width: 80px;
    height: 80px;
}

.Valor strong {
    display: block;
    color: #af7e35;
    font-size: 1.05rem; /* Bajamos de 1.2rem a 1.05rem */
    margin-top: 20px;
    margin-bottom: 5px;
    
    
    text-transform: uppercase;
    width: 100%; /* Asegura que respete el contenedor */

}

.Valor p {
    display: block;
    margin-top: 5px;
}



.Valor {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.Valor:hover {
    transform: translateY(-10px); /* El círculo sube un poquito */
    box-shadow: 0 15px 30px rgba(175, 126, 53, 0.2); /* Sombra dorada suave */
}



.Valores{
    color: #112842;
    margin: auto;
    text-align: center;
    margin-top: 1px;
}

.S_Servicios{
    background-color: #af7e35; /* Gris muy claro y profesional */
    padding: 80px 5%;         /* Espacio amplio arriba/abajo y lateral */
    text-align: center;
}

.S_Servicios h3{

    font-size: 25px;
    margin-bottom: 13px;
    color: #f9f9f9;
}

h4{
    
    font-size: 20px;
    line-height: 1.4;        /* Mejora la lectura del párrafo */
    color: #333;
}

.p_servicios{
    font-size: 10px;
}

.label_Servicios{
    
    margin-top: 0px;
    font-size: 40px;
    text-align: left;
    color: #112842;
}
.Panel_Servicios{
    display: flex;
    flex-wrap: wrap;       
    justify-content: center; 
    gap: 30px;             
    padding: 40px;
}

.Servicio{
    width: 350px;
    height: 350px;        
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    
    /* ALINEACIÓN INTERNA CLAVE: */
    display: flex;
    flex-direction: column;
    
    /* CAMBIA ESTO: */
    justify-content: flex-start; 
    align-items: center;       
    
    padding: 40px 25px;         
    box-sizing: border-box;
    
}


.S_Soluciones{
    background-color: #f9f9f9; /* Gris muy claro y profesional */
    padding: 80px 5%;         /* Espacio amplio arriba/abajo y lateral */
    text-align: center;
}

.S_Soluciones h2{
    
    margin-top: 0px;
    font-size: 40px;
    text-align: left;
    color: #112842;
}

.S_Soluciones h4{
    text-align: center;
}

.Soluciones{
    display: flex;
    flex-wrap: wrap;       
    justify-content: center; 
    gap: 30px;             
    padding: 40px;
}
.Solucion{
    width: 350px;
    height: 350px;        
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    
    /* ALINEACIÓN INTERNA CLAVE: */
    display: flex;
    flex-direction: column;
    
    /* CAMBIA ESTO: */
    justify-content: flex-start; 
    align-items: center;       
    
    padding: 40px 25px;         
    box-sizing: border-box;
}


.Planes {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 50px 5%;
    background-color: #f9f9f9; /* Fondo gris claro para que resalten las tarjetas */
}

.Plan {
    
    background-color: white;
    width: 320px;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease; /* Hace que el cambio de color sea suave */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Plan:hover {
    background-color: #05064e; /* El azul oscuro de tu marca */
    transform: translateY(-10px); /* Sube un poquito */
}

.Plan:hover h5, 
.Plan:hover p {
    color: white !important;
}

.Plan h5 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Plan p {
    font-size: 1rem;
    color: #666;
    margin: 8px 0;
    width: 100%;
}


.btn-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-color: #04BD0A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    transform: scale(1.15);
    background-color: #04BD0A;
}

.btn-whatsapp img {
    width:  100px;
    height: 100px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .btn-whatsapp {
        width: 60px;   /* Tamaño más razonable para móvil */
        height: 60px;
        right: 15px;   /* Un poco más ajustado al borde */
        bottom: 20px;
    }
    .btn-whatsapp img {
        width: 30px;
        height: 30px;
    }
}

/*footer*/
:root {
    --footer-bg: #051a32;
    --footer-accent: #6f00ff;
    --footer-text: #94a3b8;
    --footer-title: #ffffff;
}

.final-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    width: 100%;
    padding: 60px 0 20px 0;
    margin-top: auto;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-contenido {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    flex-wrap: wrap;
}

.footer-seccion, 
.footer-col-explorar, 
.footer-col-contacto {
    flex: 1;
    min-width: 280px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.final-footer h4 {
    color: var(--footer-title);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: auto;
}

.footer-seccion p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
    max-width: 320px;
}

.footer-titulo-mimarca {
    font-size: 28px;
    font-weight: 800;
    color: var(--footer-title);
    margin-bottom: 15px;
}

.footer-titulo-mimarca span {
    color: var(--footer-accent);
}

.footer-sociales {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

.footer-sociales .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-sociales .social-icon:hover {
    background: var(--footer-accent);
    transform: translateY(-5px);
}

.footer-col-explorar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-col-explorar li {
    margin-bottom: 12px;
}

.footer-col-explorar a {
    color: var(--footer-text);
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.footer-col-explorar a:hover {
    color: var(--footer-accent);
    padding-left: 8px;
}

.footer-col-contacto p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer-col-contacto i {
    color: var(--footer-accent);
    margin-right: 15px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.footer-copyright {
    text-align: center;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--footer-text);
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-contenido {
    text-align: center;
    }
    
    .footer-col-contacto p {
    justify-content: center;
    }

    .footer-sociales {
    justify-content: center;
    }

    .footer-seccion, 
    .footer-col-explorar, 
    .footer-col-contacto {
    min-width: 100%;
    }
}
