.elementor-1403 .elementor-element.elementor-element-594b7f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1403 .elementor-element.elementor-element-9af59bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1403 .elementor-element.elementor-element-07e7368{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-49075a0 */body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.cotizacion-text {
    font-family: 'Anton', sans-serif;
    text-align: center;
     font-size: 45px;
    margin-left: 2%;
    
}

/* Ajuste en párrafos para mejor lectura */
.text-box, .ventaja-texto, .politica p {
    letter-spacing: 0.1px;
    line-height: 1.1;
}

.container {
    width: 80%;
    margin: auto;
    background: white;
    padding: 20px;
    position: relative;
}

/* diseño cabezado "Quiénes Somos" */
.header {
    background-color: #1f4ea3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-box {
    background-color: #ecf9ff; 
    padding: 10px;
    height: auto;
}

.icon-box img {
    width: 70px;
}

/* Contenedores de Misión y Visión */
.content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* Estilo de cada cuadro */
.box {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #f9f9f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid black; 
    position: relative;
}

/* Líneas decorativas con ::after */
.box::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #1f4ea3;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Contenedor de título e icono */
.box-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 100px; 
    height: 100%; 
}

/* Título de misión y visión */
h2 {
    color: #2b317f;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2; 
    text-align: center;
        font-family: 'Lato',Sans-Serif;
}

/* Icono misión y visión */
.box-header img {
    width: 70px;
    height: auto;
}

/* Contenedor de texto misión y visión */
.text-box {
    background: white;
    padding: 14px;
    flex: 1;
    text-align: justify;
    font-size: 15px;
  
    
}

/* Invertir dirección en Visión */
.box-vision {
    flex-direction: row-reverse;
}

/*------ Líneas de conexión ------*/

/* Eliminar la línea extra */
.ventaja-container::before {
    display: none;
}

/* Líneas de conexión desde Misión y Visión */
.box::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: black;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

/* Línea desde Misión (izquierda - en forma de L) */
.box:first-child::after {
    content: "";
    position: absolute;
    width: 1px; 
    height: 150px;
    background: #000;
    left: 10%;
    top: 100%;
}

.box:first-child::before {
    content: "";
    position: absolute;
    width: calc(40% - 10px);
    height: 1px;
    background: #000;
    left: 10%;
    top: calc(100% + 150px);
}

/* Línea desde Visión (derecha - en forma de ⊥) */
.box:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    background: #000;
    left: 90%;
    top: 100%;
}

.box:last-child::before {
    content: "";
    position: absolute;
    width: calc(40% - 10px);
    height: 1px;
    background: #000;
    left: calc(50% + 10px);
    top: calc(100% + 150px);
}

/*------ Ventaja Diferencial ------*/
.ventaja-container {
    background: #ecf9ff;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
      font-family: 'Lato', sans-serif;
}

.ventaja-box strong {
    color:  #1f4ea3;
    font-family: 'Lato', sans-serif;
    
}

.ventaja-box {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    justify-content: center;
    text-align: center;
}

.ventaja-box .icono {
    width: 50px;
    height: auto;
    margin: 0 auto; 
    display: block;
    margin-top: 6%;
}

.texto-ventaja {
    padding: 10px;
    text-align: justify;
    font-size: 15px;
    margin-left: 14px;
    line-height: 1.4;
}

/* Estilo del título */
.ventaja-texto h2 {
    color: #2b317f;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Lato',Sans-Serif;
}

/* Línea vertical desde Ventaja Diferencial hacia Política */
.ventaja-container::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #000;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

/*---------- Política ---------*/
.politica {
    text-align: center;
    color: #1f4ea3;
    font-weight: bold;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    padding: 5px;
}


/*------ Responsividad ------*/
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 5px;
    }
    
   .cotizacion-text {
    font-family: 'Anton', sans-serif;
    text-align: center;
     font-size: 40px;
   
    
}
    .content {
        flex-direction: column;
        gap: 15px;
        align-items: center; 
    }

    .box {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* Ocultar líneas en pantallas pequeñas */
    .box::before,
    .box::after,
    .politica::before {
        display: none;
    }

    .ventaja-container {
        width: 95%;
        text-align: center;
    }

    .ventaja-box {
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }

    .ventaja-box .icono {
        margin-bottom: 10px;
    }

    .politica {
        width: auto;
        text-align: center;
    }
}
/*------ Responsividad ------*/
@media (max-width: 468px) {
    .container {
        width: 100%;
        padding: 5px;
    }
    
   .cotizacion-text {
    font-family: 'Anton', sans-serif;
    text-align: center;
     font-size: 33px;
   
   }  
}/* End custom CSS */