﻿html {
    scroll-behavior: unset !important;
}

:root {
    --header-h: 80px;
}
/* altura del navbar fijo */
#sumate {
    scroll-margin-top: var(--header-h);
}

.headerInterior {
    z-index: 1;
}

.log_pymeagil {
    max-width: 180px;
    filter: brightness(0) invert(1);
    margin-top: 22px;
}

hr {
    margin-top: 20px;
}

/*Secciones*/
.hero--bx1 {
    --line-color: #71a5f1 !important;
    --block-color: #b5d0f8 !important;
}

.hero--dark {
    background: radial-gradient(64.93% 286.31% at 0 50%, #00053d 0, #00031f 100%);
    position: relative;
    color: #fff;
}

.hero--white {
    background: #fff;
    position: relative;
    color: #1c4394;
}

    .hero--white h1.hero__title {
    }

.hero--blue1 {
    background: radial-gradient(64.93% 286.31% at 0 50%, #e4efff 0, #cbdaef 100%);
    position: relative;
    color: #1c4394;
}

.hero--blue2 {
    background: radial-gradient(64.93% 286.31% at 0 50%, #000438 0, #034d80 100%);
    position: relative;
    color: #ffffff;
}

.hero--gray {
    background: radial-gradient(64.93% 286.31% at 0 50%, #f3f3f3 0, #e7e7e7 100%);
    position: relative;
}

.hero__container {
    /*display: flex;*/
    display: block;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    max-width: 90rem;
    padding-top: 0;
    position: relative;
}

.hero__content {
    padding: 6rem 1.5rem 6rem 1.5rem;
}

.content {
    padding: 0 1.5rem;
}

h1.hero__title {
    font-size: 32px;
}

h1.hero__title2 {
    font-size: 26px;
}

h1.hero__title3 {
    font-size: 36px;
    color: #cf1313;
    margin-bottom: 2px;
}

.hero--last {
    color: #00042b;
    margin-top: -12px;
}

.hero__body-text {
    font-size: 22px;
}

.hero--z1 {
    z-index: 1;
    position: relative;
}

.hero--bx1::after {
    background-color: #b5d0f8;
}

.hero--dark::after {
    bottom: 0;
    content: "";
    left: auto;
    top: 0;
    position: absolute;
    right: 0;
    width: 50%;
    background-image: url(../../img/PymeAgil_Logotipo_wt.svg);
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

.hero--z1::after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 38px;
    color: #FFF;
    position: absolute;
    right: 50px;
    top: 0;
}

.hero--z1::before {
    content: "";
    width: 200px;
    height: 60px;
    border-right: 3px dotted #3d4169;
    border-bottom: 3px dotted #3d4169;
    position: absolute;
    right: 64px;
    top: 58px;
}

.hero--last::after {
    display: none;
}

.hero--last::before {
    content: "";
    width: 118px;
    height: 88px;
    border-right: 3px dotted #96b2df;
    border-bottom: 3px dotted #96b2df;
    position: absolute;
    left: 316px;
    top: 68px;
}

/*Iconos*/
.icon__Pyme {
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.solucion-ico {
    margin-left: 42px;
}

    .solucion-ico i {
        border-radius: 100%;
        font-size: 20px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: -48px;
        margin-top: -6px;
        position: absolute;
    }

.txt_med {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0;
}

.border-blue {
    border-top: 14px solid #71a5f1;
}

h4 {
    margin-bottom: 20px;
    color: #1e1e1e;
}
/*Card*/
h5.card-title {
    font-size: 22px;
}

.card-body {
    border-left: 4px solid;
}

.card ul {
    padding-left: 1.5rem;
}

    .card ul li::before {
        font-family: "FontAwesome";
        content: "\f058";
        font-size: 17px;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
        background-color: unset;
    }

.soluciones h5.card-title {
    font-size: 25px;
    margin-bottom: 26px;
}

.soluciones {
    box-shadow: none;
    border: 4px solid;
}

    .soluciones .card-body {
        border-left: none;
    }

.pasos .card-body {
    border-left: none;
    text-align: center;
}

.pasos h5.card-title {
    font-size: 22px;
    margin-bottom: 0;
}

.etapa-1 {
    border: 4px solid #ebb87c;
}

    .etapa-1 .numero-etapa {
        border: 4px solid #ebb87c;
        color: #ebb87c;
    }

.etapa-2 {
    border: 4px solid #bb8bbb;
}

    .etapa-2 .numero-etapa {
        border: 4px solid #bb8bbb;
        color: #bb8bbb;
    }

.etapa-3 {
    border: 4px solid #3abad7;
}

    .etapa-3 .numero-etapa {
        border: 4px solid #3abad7;
        color: #3abad7;
    }

.numero-etapa {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    font-size: 23px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.border-color1 {
    border-color: bisque !important;
}

.background-color1 {
    background: #ebb87c !important;
}

.border-color2 {
    border-color: cadetblue !important;
}

.background-color2 {
    background: cadetblue !important;
}

.border-color3 {
    border-color: lightpink !important;
}

.background-color3 {
    background: #e7a1ab !important;
}

.border-color4 {
    border-color: #bb8bbb !important;
}

.background-color4 {
    background: #bb8bbb !important;
}

.border-color4 i {
    background: #bb8bbb;
    color: #fff;
}

.border-color4 li::before {
    color: #bb8bbb;
}

.border-color5 {
    border-color: #67b1c9 !important;
}

.background-color5 {
    background: #67b1c9 !important;
}

.border-color5 i {
    background: #67b1c9;
    color: #fff;
}

.border-color5 li::before {
    color: #67b1c9;
}

/*tabs*/

.nav-pills {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 600;
}

.tab-content {
    border-top: 1px solid #dee2e6;
    border-radius: 8px !important;
    padding: 42px;
}

.nav-pills .nav-link {
    color: #7d7d7d;
    border-radius: 0;
    border-left: 3px solid #ccc;
    text-align: left;
    padding: 10px 15px;
    height: 74px;
    transition: background-color 0.3s ease;
    margin-bottom: 12px;
}

    /*.nav-pills .nav-link::before {
                font-family: "FontAwesome";
                content: "\f059";
                font-size: 17px;
                display: block;
                position: absolute;
                left: 18px;
            }

         .nav-pills .nav-link.active::before {
             display: none;
            }*/

    .nav-pills .nav-link.active {
        background: #fff;
    }

    .nav-pills .nav-link.cont1.active {
        border-left: 3px solid #67b1c9;
        color: #4e9ab3;
    }

    .nav-pills .nav-link.cont2.active {
        border-left: 3px solid #bb8bbb;
        color: #bb8bbb;
    }

    .nav-pills .nav-link.active:hover {
        background: #fff;
        cursor: default;
    }

    .nav-pills .nav-link:hover {
        background-color: #f8f9fa;
        color: #1c61c1;
        border-left: 3px solid #1c61c1;
    }

button.accordion-button i.fa-solid {
    padding-right: 12px;
}

.cont1 h4 {
    border-left: 4px solid #67b1c9;
    padding-left: 22px;
}

.cont2 h4 {
    border-left: 4px solid #bb8bbb;
    padding-left: 22px;
}

button.accordion-button.collapsed {
    border: 1px solid #ccc;
}

.text-muted {
    text-transform: uppercase;
}

.btn.btn-outline-primary {
    background-color: rgba(255, 255, 255, 0.6)
}

button.accordion-button.collapsed {
    color: #1c61c1;
}

.btn-scroll {
    font-size: 20px;
}

.btn-primary {
    padding: 16px;
    font-size: 21px;
    line-height: 1.2;
}

.modal .btn-primary {
    padding: inherit;
    font-size: inherit;
    line-height: initial;
}

.modal-dialog-centered {
    min-height: 80%;
}

label.form-label {
    padding-bottom: 4px;
    color: #006fb3;
}

.form-control, .form-select {
    padding: 16px;
    background-color: #ecf7ff;
    border: 2px solid #e3c9e3;
}

    .form-control::placeholder,
    textarea.form-control::placeholder {
        color: #bbbbbb !important;
        transition: color .2s ease;
    }

    .form-control:focus::placeholder {
        color: #000 !important;
    }

@media (max-width: 768px) {
    .icon__Pyme {
        margin-bottom: 14px;
    }

    div#pnlTop .content {
        padding: initial;
    }

    .log_pymeagil {
        max-width: 214px;
        text-align: center;
        margin: 12px auto;
    }

    section.headerInterior {
        padding-bottom: 12px;
    }

    .hero--z1::before {
        display: none;
    }


    .hero--last::after {
        display: block;
    }

    .hero__content {
        padding: 3rem 1.5rem 3rem 1.5rem;
        margin: 0;
    }

    .hero__content {
        text-align: center;
    }

    .hero__body-text p {
        margin-bottom: 0;
    }

    .hero--z1::after {
        position: unset;
        display: inline-block;
        transform: rotate(90deg);
    }

    .hero--z1.hero--last::after {
        display: none;
    }

    .hero--dark::after {
        top: 310px;
        width: 100%;
    }

    .hero--last {
        margin-top: 34px;
    }

    .tab-content {
        padding: 22px 0px;
        background: #ededed;
        margin-top: 22px;
    }

    .tab-pane {
        margin: 8px 12px;
    }


    .cont1 h4, .cont2 h4 {
        font-size: 17px;
    }


    .soluciones h5.card-title {
        margin-top: 22px;
    }

    .solucion-ico {
        margin-left: 38px;
    }

    .cont1 h4 {
        border-left: none;
        padding-left: 0;
        border-bottom: 4px solid #67b1c9;
        padding-bottom: 14px;
    }

    .cont2 h4 {
        border-left: none;
        padding-left: 0;
        border-bottom: 4px solid #bb8bbb;
        padding-bottom: 14px;
    }

    .beneficios {
        border: 1px solid;
        padding: 16px;
        border-radius: 8px;
    }

    .card-body p, .card-body li, .accordion-body li {
        text-align: left;
    }

    button.accordion-button i.fa-solid {
        display: none;
    }

    .accordion-body {
        padding-left: 0px;
    }

        .accordion-body ol ::marker {
            font-size: 12px;
        }
}
