/* Bundle generado rápidamente: incluye style.css seguido de style2.css */
@import url("style.css");

/* ===== Contenido de style2.css (copiado) ===== */
@import url(https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do|Poppins:wght@300;400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do|Poppins:wght@300;400;500;600;700;900&display=swap);

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

body {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

a {
    color: #1f1f1f;
    outline: medium none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #FE5c24;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7a838b;
    margin-bottom: 0;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.section_title h3 {
    font-size: 38px;
    font-weight: 400;
    color: #040e27;
    position: relative;
    z-index: 0;
    padding-bottom: 7px
}

/* ... resto de style2.css existente ... */





