@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Manrope:wght@500;700;800&family=Roboto:ital,wght@0,400;0,500;1,500;1,700&display=swap');

:root {
    --primary: #086AD9;
    --secondary: #ffffff;
    --primary_text: #F8F8F8;
    --secondary_text: #DADADA;
    --tertiary_text: #424242;
    --primary_font: 'Lato', sans-serif;
    --secondary_font: 'Manrope', sans-serif;
    --tertiary_font: 'Roboto', sans-serif;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    list-style-type: none;
    font-family: var(--primary_font)
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

main {
    overflow: clip;
}

.color_primary {
    color: #0EB0D7;
}

.bg-gradient {
    background: linear-gradient(119deg, #0F0F10 4.41%, rgba(1, 1, 19, 0.90) 88.43%)
}

.bg_dark {
    background: #181927;
}

.bg-blue {
    background: var(--primary);
}

.bg_light {
    background: #F8F8F8;
}


.ft-24 {
    font-size: 24px;
}

.ftw-600 {
    font-weight: 600;
}

.divider {
    height: 10px;
}

.btn-cta {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
}

.btn-black {
    border: 1px solid #DADADA;
    border-radius: 15px;
    padding: 10px 30px;
    text-decoration: none;
    color: #DADADA;
    background: #181818;
}


.btn-cta-primary {
    border-radius: 15px;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
    background: var(--primary);
}

.btn-cta-solid {
    background-color: #E59838;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
}

.btn-solid-outline {
    border: 1px solid #C0C8E2;
    border-radius: 30px;
    text-decoration: none;
    color: #24365D;
    font-weight: 500;
}

.offcanvas {
    background-color: #181927;
}

.offcanvas-body .nav-item i {
    display: none;
}



.navbar-brand img {
    max-width: 150px;
}

.nav-link {
    font-family: var(--primary_font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    color: var(--primary_text);

}
.btn-primary{
    border-radius: 10px;
}
li.nav-item.active .nav-link {
    color: #99bde5;
    font-weight: 500;
}

.navbar {
    z-index: 999;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    gap: 15px;
    padding-bottom: 10px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--tertiary_text);
}

.hero {
    margin-top: -105px;
}

.slide {
    background-color: #F5F7FA;

}

.slide .slide_information {
    position: relative;
}

.slide .slide_information .slide_text {
    color: #FFF;
    padding-left: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide .slide_information .slide_text h2 {
    font-family: var(--secondary_font);
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 130%;
    /* 78px */
    letter-spacing: 5px;
    font-size: 38px;
}

.slide .slide_information .slide_text p {
    color: #F6F6F6;

    font-family: var(--primary_font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 40px */
    letter-spacing: -0.4px;
}

.slide .slide_information .slide_text h2 span {
    font-weight: 600;
}

.slide .left-side {
    padding-left: 90px;
}

.slide .left-side h2 {
    font-family: 'Crimson Text', serif;
    padding-right: 90px;
}


.slide .left-side p {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    font-size: 16px;
    padding-top: 16px;
}

.slide .right-side {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slide .right-side img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    border-radius: 10px;
}

.slick-dots {
    width: 54%;
    bottom: 15px;
}

.slick-dots li.slick-active button:before {
    color: #E59838;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#nosotros {
    background: linear-gradient(119deg, #0F0F10 4.41%, rgba(1, 1, 19, 0.90) 88.43%);
    color: #FFF;
}

.asuntos,
.org,
.servicios,
.consulta {
    padding-top: 70px;
    padding-bottom: 30px;
}

.asuntos h2,
.org h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 72.9px */
    letter-spacing: -1.08px;
    font-family: var(--secondary_font);
    padding-bottom: 30px;
}

.asuntos p {
    color: #DADADA;
    font-family: var(--tertiary_font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 45px */
    letter-spacing: -0.5px;
}

.consulta .container {
    background: url('../images/bg_consulta.png');
    padding-bottom: 120px;
}

.org ul {
    padding: 0px;
    margin-top: 30px;
}

.org ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 30px;
}

.org ul li img {
    padding-top: 5px;
    padding-right: 10px;
    width: 32px;
}

.org ul li p {
    font-family: var(--primary_font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    letter-spacing: -0.4px;
}

.servicios h2 {
    font-family: var(--secondary_font);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 72.9px */
    letter-spacing: -1.08px;
    padding-bottom: 60px;
}

.servicios .square_info {
    padding: 60px;
}

.servicios .square_info h3 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 72.9px */
    letter-spacing: -1.08px;
    font-family: var(--secondary_font);
    padding-bottom: 14px;
}

.servicios .square_info ul {
    padding: 0px;
    list-style: disc;
}

.servicios .square_info ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    letter-spacing: -0.4px;
    font-family: var(--primary_font);
    padding-bottom: 15px;
}

.consulta h2 {
    color: #F8F8F8;
    text-align: center;
    font-family: var(--secondary_font);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 72.9px */
    letter-spacing: -1.08px;
    padding: 60px 0px;
}

.consulta .form_card {
    margin-bottom: -140px;
    text-align: center;
    background: #F8F8F8;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: 0px 2.31722px 6.88214px 0px rgba(0, 0, 0, 0.01), 0px 5.38772px 16.00153px 0px rgba(0, 0, 0, 0.01), 0px 9.67509px 28.73503px 0px rgba(0, 0, 0, 0.01), 0px 16.05707px 47.68951px 0px rgba(0, 0, 0, 0.02), 0px 46.23303px 137.3121px 0px rgba(0, 0, 0, 0.02);
}

.consulta .form_card .title h3 {
    color: #212529;
    text-align: center;
    font-family: var(--primary_font);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 64.8px */
    letter-spacing: -0.72px;
}

.consulta .form_card .title p {
    color: #7A7A7A;
    font-family: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    padding-bottom: 20px;
}

.consulta .form_card form input,
.consulta .form_card form textarea {
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: #F8F8F8;
}

.consulta .form_card form input {
    height: 50px;
}

.desarrollo .des {
    z-index: 99999;
    margin-right: -80px;
}

.card_list {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 50px;
    background: #FFF;
    z-index: 99999;
}

.sol_right {
    padding-top: 10px;
    margin-left: -150px;
    max-width: 500px;
    z-index: 9;
}

.propuesta {
    padding-top: 40px;
    margin-top: -150px;
    text-align: left;
    padding: 40px 0px;
    margin-left: 50px;
}

.propuesta .valor h1 {
    color: #555556;
    font-family: var(--tertiary_font);
    font-size: 70px;
    line-height: 35px;
}

.propuesta h1 span {
    color: #0F0F10;
    font-family: var(--secondary_font);
    font-size: 38px;
}

.propuesta p {
    margin-left: 50px;
}

.desarrollo {
    padding-top: 150px;
}


.informacion ul {
    padding: 0px;
    margin-top: 30px;
}

.informacion ul li {
    display: flex;
    color: #828282;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 30px;
}

.informacion ul li img {
    padding-top: 5px;
    padding-right: 10px;
    width: 32px;
}

.informacion ul li p {
    font-family: var(--primary_font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    letter-spacing: -0.4px;
}

.text-right {
    text-align: right;
}

.faqs {
    padding: 90px 0px;
    background: url('../images/armstrong_bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 20%;
}

.faqs h1 {
    font-family: var(--secondary_font);
    font-weight: 500;
    letter-spacing: -1.08px;
    padding: 30px 0px;
}

.faqs p {
    font-family: var(--tertiary_font);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #484848;
    font-weight: 500;
    padding-bottom: 40px;

}

.faqs p span {
    font-style: italic;
    font-weight: 700;
}

.footer {
    background: url('../images/bg_consulta.png');
    background-size: cover;
    color: #130F26;
    font-weight: 300;
    margin-top: 60px;
    padding: 20px 0px;
    font-family: 'Manrope';
}

button.accordion-button,
button.accordion-button.collapsed,
.accordion-button:not(.collapsed),
.accordion-button.collapsed {

    background: #181818;
    color: #FFF;
}

button.accordion-button.collapsed {
    background: #F8F8F8;
    color: #181818;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-item {
    padding-bottom: 10px;
    border: none;
    box-shadow: 0px 2.31722px 8.94447px 0px rgba(0, 0, 0, 0.01), 0px 5.38772px 20.79659px 0px rgba(0, 0, 0, 0.01), 0px 9.67509px 37.34587px 0px rgba(0, 0, 0, 0.01), 0px 16.05707px 61.98031px 0px rgba(0, 0, 0, 0.02), 0px 26.45349px 102.11047px 0px rgba(0, 0, 0, 0.02), 0px 46.23303px 178.4595px 0px rgba(0, 0, 0, 0.02), 0px 100px 386px 0px rgba(0, 0, 0, 0.03);
}

.footer .brand {
    font-size: 14px;
}

.footer .brand a {
    color: #FFF;
    text-decoration: none;
}

.footer h5 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    font-weight: var(--primary_font);

}

.footer ul li a,
.footer ul li {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    padding: 5px 0px;
    font-weight: var(--tertiary_font);
}

.footer ul li a i {
    font-size: 20px;
}

.newsletter input {
    font-size: 14px;
}

.map-img {
    max-width: 350px;
}

.copyright {
    background: #0F0F10;
    font-size: 12px;
}

.copyright img {
    margin: 5px 0px;
}

.socials {
    display: flex;
    gap: 10px;
    float: right;
}

.socials li a i {
    font-size: 24px;
    color: #0EB0D7;
}

.fot h5 {
    color: #0EB0D7;
    text-transform: uppercase;
    font-family: var(--secondary_font);
    font-weight: 800;
}

.close {
    display: none;
}

@media (max-width: 767px) {
    .sol_right {
        padding-top: 10px;
        width: 100%;
        margin-left: 0px;
        max-width: 500px;
        z-index: 9;
    }
    .propuesta {
        /* padding-top: 40px; */
        margin-top: 0px;
        /* text-align: left; */
        padding: 40px 0px;
        margin-left: 0px;
        text-align: center;
    }
    .propuesta p{
        margin-left: 0px;
    }
    .desarrollo .des {
        z-index: 99999;
        margin-right: 0px;
    }
    .servicios .square_info, .square_img.w-50{
        width: 100% !important;
    }

    .slide{
        min-height: 500px;
    }
    .close {
        display: flex;
        justify-content: flex-end !important;
        flex-direction: row !important;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .slide .slide_information .slide_text {
        padding-top: 40px;
        padding-left: 30px;
        transform: none;
    }
    .slide .slide_information .slide_text h2 {
        font-weight: 300;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 6px;
        font-size: 28px;
    }

    .map .right,
    .map .left {
        position: initial;
    }

    .brands {
        flex-direction: column;
    }

    .brands .logos {
        overflow-x: scroll;
    }

    .advantage .info {
        padding: 20px 24px;
    }

    .header-actions .nav-item {
        padding: 0px 10px;
    }

    .offcanvas-body {
        width: 100%;
        align-items: flex-start !important;
    }

    .offcanvas-body .nav-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        color: #000;
        flex-direction: column;
    }

    .offcanvas-body .nav-item a {
        font-size: 16px;
    }

    .offcanvas-body .nav-item i {
        display: flex;
    }

    .navbar-toggler-icon {
        color: #FFF;
    }

    .message-top a {
        display: block;
    }

    .slide .left-side {
        padding-left: 20px;
    }

    .image-box img {
        width: 100%;
    }

    .experience .company {

        background-position: top !important;
        background-size: contain !important;
    }

    .experience .company h2 {
        font-size: 18px;
    }

    .experience .company .description {
        flex-direction: column;
        margin: 120px 12px 0px 12px;
    }

    .newsletter .row .col-sm-12 {
        flex-direction: column;
    }

    .newsletter .row .col-sm-12 .newsletter-item {
        justify-content: space-between;
        padding: 20px 0px;
    }

    .newsletter .form-inline {
        justify-content: center;
    }

    .grid-blog {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .pr-desktop-5 {
        padding-right: 70px
    }
}