body {
    font-family: "Open Sans", serif !important;

    a {
        text-decoration: none;
        color: #FFFFFF;
    }
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-toggler {
    border: 1px solid #FFFFFF;
}

.header-background {
    background-color: #2C2C2C;
}

.link-banner {
    background-color: #F36900;
    padding: 0.75rem 2rem;
    border-radius: 40px;
    font-size: 22px;
}

.nav-container {
    margin: 3.5rem 12rem;
}

.navbar-nav .nav-link {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    font-weight: 600;
}

.nav-link {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.icon-size {
    font-size: 25px;
}

.navbar-height {
    height: 32px;
}

.footer-container {
    padding: 3.5rem 12.75rem;
}

.footer-paragraph {
    font-size: 0.75em;
}

.nav-link.active {
    font-weight: bold;
    position: relative;
    border-bottom: none;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #ED6A06;
}

.container-about {
    background: #FAFAFA;
    padding: 100px 0px;
}

.title-about {
    font-size: 50px;
    font-weight: 700;
}

.description-about {
    color: #6E6E6E;
    font-weight: 400;
}

.container-our-vision {
    padding: 0px;
}

.container-card-our-vision {
    background: #FEF0E6;
}

.title-our-vision {
    position: relative;
    font-weight: 700;
    font-size: 32px;
}

.title-our-vision::after {
    content: '';
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
}

.description-our-vision {
    font-weight: 400;
    font-size: 0.875em;
    color: #2C2C2C;
}

.card-section {
    padding: 100px 200px;
}

.photos-section {
    padding: 100px 200px;
}

.cta-section .cta-card {
    padding: 20px;
    text-align: left;
}

.cta-section .cta-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    position: relative;
    color: #6E6E6E;
    line-height: 30px;
}

.cta-section .cta-title::after {
    content: "";
    display: block;
    width: 114px;
    height: 2px;
    background-color: #F36900;
    margin-top: 4px;
}

.cta-section .cta-link {
    font-weight: bold;
    color: #F36900;
    text-decoration: none;
    padding: 0.75rem 2rem;
    border: 2px solid #F36900;
    border-radius: 40px;
}

.logo-img {
    height: 60px;
}

.logos-section .row>div:nth-child(n+5) {
    margin-top: 32px;
}

.section-bg {
    background-image: url('/static/assets/background-img-left.svg'), url('/static/assets/background-img-right.svg');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    padding: 100px 20px;
}

.virtual-office-bg {
    background-image: url('/static/assets/virtual-office-bg.svg'), url('/static/assets/virtual-office-bg.svg');
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    padding: 100px 20px;
}

.col-border {
    border-left: 2.5px solid #F36900;
    max-width: 260px;
}

.advantages-card {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
}

.advantages-section {
    padding: 0 140px;
}

.primary-color {
    color: #F36900;
}

.custom-font {
    font-size: 24px;
}
.padding-bottom-caption{
    padding-bottom: 1rem;
}
.custom-font-title {
    font-size: 50px;
    color: #2C2C2C;
}

.custom-font-40 {
    font-size: 40px;
    ;
}

.custom-font-64 {
    font-size: 4rem;
}

.custom-font-32 {
    font-size: 2rem;
    letter-spacing: -2%;
    line-height: 50px;
}

.card {
    border: none !important;
}

.card-diferencial {
    max-width: 336px;
    box-shadow: 0px 1px 6px 4px #0C0C0D0D;
}

.questions-border {
    position: relative;
    padding-bottom: 10px;
}

.questions-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 114px;
    height: 2px;
    background-color: #F36900;
}

.high-performance {
    padding-left: 80px;
}

/* Swiper stylization */
:root {
    --swiper-theme-color: #F36900;
    --swiper-navigation-size: 22px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.custom-swiper {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;

    overflow: visible;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: visible;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.high-performance-section {
    background: linear-gradient(to right, #fef0e6 50%, #ffffff 50%);
}

.card-carousel {
    padding: 1.5rem;
    border-radius: 10px !important;
    box-shadow: 5px 2px 6px 4px #0C0C0D0D;

    position: relative;
    padding-top: 1.5rem;
}

.logo-circle {
    position: absolute;
    top: -34px;
    left: -34px;
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-slide .logo-img-carousel {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.img-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-title {
    font-size: 32px;
}

.carousel-caption {
    /* margin-bottom: 5rem;
    text-align: start !important; */
    width: 40%;
    position: absolute;
    right: 15%;
    bottom: 62px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h2 {
    font-size: 3.5rem;
    letter-spacing: -3px;
}

body.lightbox-open {
    overflow: hidden;
}

.virtual-office>.no-padding {
    padding-right: 0 !important;
}

.row.virtual-office {
    --bs-gutter-x: 0 !important;
}

.plans-container {
    height: 370px;
    background-image: url('../assets/background-img-right-2.svg');
    background-repeat: no-repeat;
    background-position: right, top;
}

.plans-title {
    font-weight: 700;
    font-size: 3.13em;
}

.plans-description {
    font-size: 1.50em;
}

.plans-emphasis {
    font-weight: 600;
    color: #ED6A06;
}

.plans-ul {
    padding: 0;
    display: grid;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.plans-ul li {
    list-style: none;
}

.container-price-option {
    display: grid;
    gap: 10px;
}

.card-price {
    padding: 15px 0px;
    background: #FEF0E6;
    border-radius: 15px;
}

.card-price-sub {
    width: 80%;
}

.card-price div:nth-last-of-type(2) {
    font-size: 16px;
}

.vo-card {
    padding: 1.5rem;
    box-shadow: 0px 2px 4px 0px #1E1E1E33;
}

.price-price {
    font-size: 1.25em;
}

.vo-button {
    background-color: #EF6905;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 40px;
    border: 2px solid #EF6905;
}

.vo-button:hover {
    background-color: transparent;
    color: #EF6905;
    border: 2px solid #EF6905;
    transition: all .2s ease-out;
}

.price {
    font-weight: 600;
    font-size: 2.69em;
}

.time-unit {
    text-align: end;
    padding-right: 5px;
}

.bnt-custom {
    border: none;
    padding: 10px;
    background: #ED6A06;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    transform: 1s;
}

.bnt-custom:hover {
    background: #b55206;
}

.plans-title-card {
    font-size: 1.50em;
}

.plans-container-cards {
    background-image: url('../assets/background-img-right-2.svg');
    background-repeat: no-repeat;
    background-position: left;
}

.vo-container {
    margin: 0;
}

.contact-title {
    font-size: 3.13em;
    font-weight: 600;
}

.contact-ul {
    padding: 0;
}

.contact-li {
    list-style: none;
    color: #6E6E6E;
    font-weight: 400;
    font-size: 0.95em;
}

.contact-destac-li {
    color: #b55206;
    font-weight: 600;
}

.contact-input {
    border-radius: 100px;
    display: block;
    border: none;
    padding: 8px 10px;
    width: 100%;
    margin-top: 7px;
}

.contact-textarea {
    border-radius: 10px;
    display: block;
    border: none;
    padding: 8px 10px;
    width: 100%;
    margin-top: 7px;
}

.contact-textarea:focus {
    outline: none;
}

.contact-button {
    background: #ED6A06;
    border: none;
    border-radius: 100px;
    padding: 10px 20px;
}

.contact-input:focus {
    outline: none;
}

.custom-img {
    width: 806px;
    height: 556px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.first-column {
    padding: 8.125rem 7.5rem 11.25rem 12.5rem !important;
}

.title-terms-of-use-privacy-policy {
    color: #242a35;
    font-weight: 700;
    font-size: 3.13em;
}
.accordion-button.collapsed.custom-icon::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F36900' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
button.accordion-button.custom-icon::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F36900' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
@media (max-width: 423px) {
    .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .padding-bottom-caption{
        padding-bottom: 0;
    }
    .navbar-brand img {
        max-width: 120px;
        height: auto;
    }
    .banner-title {
        font-size: 1rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .custom-font-title {
        font-size: 1.75em;
    }

    .custom-font-64 {
        font-size: 1.5em;
    }

    .custom-font-40 {
        font-size: 1.25rem;
        ;
    }

    .custom-font-32 {
        font-size: 0.8em;
    }

    .carousel-caption {
        margin-bottom: 0;
    }
}

@media (max-width: 728px) {
    .carousel-caption {
        font-size: 1rem;

    }

    .link-banner {
        padding: 0.5rem 1.25rem;
        font-size: 2.5vw;
        border-radius: 30px;
    }

    .card-section {
        padding: 60px 20px;
    }

    .section-bg {
        background-size: 50% auto, 50% auto;
    }

    .virtual-office-bg {
        background-size: 50% auto, 50% auto;
    }

    .advantages-section {
        flex-direction: column;
        align-items: start;
        padding: 0 60px;
    }

    .photos-section {
        padding: 70px 30px;
    }

    .custom-font {
        font-size: 1em;
    }

    .custom-font-title {
        font-size: 2.5em;
    }

    .custom-font-64 {
        font-size: 2em;
    }

    .custom-font-40 {
        font-size: 1.5em;
    }

    .custom-font-32 {
        font-size: 1.25em;
        line-height: 35px;
    }

    .high-performance-section {
        background: linear-gradient(to bottom, #fef0e6 40%, #ffffff 60%);
    }

    .img-container {
        height: 30vh;
    }

    .carousel-caption {
        margin-bottom: 0;
    }

    .op-title {
        padding: 2rem;
    }
}

@media (max-width: 1000px) {
    .navbar-nav .nav-link {
        border: none !important;
        padding-left: 1rem;
    }

    .nav-container {
        margin: 1.25rem;
    }

    .footer-container {
        padding: 3.5rem;
    }


    .footer-copyright {
        font-size: 0.7em;
    }

    .icon-container {
        display: none;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
    }

    .navbar-nav {
        width: 100%;
        text-align: left;
    }

    .nav-link {
        text-align: left;
        padding-left: 1rem;
        margin: 1.5rem
    }

    .nav-link.active::after {
        left: 50%;
        width: 75%;
    }

    .card-section {
        padding: 10px;
    }

    .photos-section {
        padding: 50px 20px;
    }

    .high-performance {
        padding-left: 0;
        padding-top: 20px !important;
    }

    .row-to-column-responsive {
        flex-direction: column;
    }

    .row-to-column-responsive>div {
        width: 100%;
    }

    .virtual-office>.no-padding {
        padding-right: 15px !important;
    }

    .vo-container {
        margin-right: 10px;
    }

    .virtual-office>.first-column {
        margin-left: 0;
    }

    .vo-container {
        margin: 30px;
    }

    .first-column {
        padding: 1rem !important;
    }
}

@media (min-width: 1440px) {
    .advantages-section {
        padding: 0 200px;
    }

    .virtual-office .first-column {
        padding-right: 50px;
    }

    .custom-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .container-our-vision {
        padding: 200px 0px;
    }

    .container-about {

        padding: 200px 10px;
    }
}