/*

@media (max-width: 991.98px) {
}
@media (max-width: 768px) {
}
@media (max-width: 575.98px) {
}

 */
html,
body {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 410.98px) {
    .row > * {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.git-btn-quantum{
    background: #2f80ed;
    text-decoration: none;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    height: 45px;
    border-radius: 90px;
    transition: all 0.25s ease-in;
    
}

.underline {
    height: 2.5px;
    width: 20%;
    background-color: #2f80ed;
    margin-bottom: 10px;    
}



.btn-quantum {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 30px;
    gap: 1px;
   
    height: 43px;
    background: #2f80ed;
    border-radius: 90px;
    text-decoration: none;
    border: none;
    transition: all 0.25s ease-in;
    font-weight: 700;
}
.btn-quantum:hover,
.btn-quantum:active {
    background: #468eef;
}

.dropdown-menu {
    min-width: 300px;
    max-width: 328px;
    max-height: 310px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
    border: none;
    border-radius: 0;
    transform: translate(0px, 55px);
    overflow-y: scroll;
}
.dropdown-menu li {
    margin-bottom: 8px;
}

.dropdown-menu li:last-child {
    margin-bottom: 0;
}
.dropdown-menu .dropdown-item {
    white-space: inherit;
}
.dropdown-menu .dropdown-item h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 11pt;
    color: #000;
    margin-bottom: 10px;
    line-height: inherit;
}
.dropdown-menu .dropdown-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 10pt;
    line-height: 1;
    color: gray;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.8em;
    vertical-align: 0.255em;
    content: url(../img/expand_more.svg);
    border: none;
}

.mainHeader {
    background-color: #00000075;
    background-image: url(../img/quantum_executive_hero.jpg);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 747px;
    overscroll-behavior: none;
    /* media queries */
   

}
.mainHeader .top-banner {
    width: 70%;
    margin: 0 auto;
    min-height: 747px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainHeader .top-banner h1{
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 15px;
}

.mainHeader .top-banner h2 {
    color: #fffffff2;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 35px;
}


.mainHeader .top-banner h1 span {
    color: #2f80ed;
}

.mainHeader.pdf {
    min-height: 80px;
}


@media (max-width: 768px) {
    .mainHeader.pdf {
        min-height: 60px;
    }
}
@media (max-width: 991.98px) {
    .mainHeader {
        min-height: 465px;
    }
    .mainHeader .top-banner {
        width: 70%;
        min-height: 465px;
    }
    .mainHeader .top-banner h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        /* or 119% */
        text-align: center;
    }
}
@media (max-width: 768px) {
    .mainHeader {
        min-height: 465px;
    }
    .mainHeader .top-banner {
        width: 80%;
        min-height: 565px;
    }
    .mainHeader .top-banner h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        line-height: 54px;
    }
    .mainHeader .top-banner h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
    .btn-quantum2{
        height:90px !important; 
    }
}
@media (max-width: 575.98px) {
    .mainHeader {
        min-height: 600px;
    }
    .mainHeader .top-banner {
        width: 85%;
        min-height: 600px;
    }

    .mainHeader .top-banner h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 40px;
    }
    .mainHeader .top-banner h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    
}

/* dark navbar on scroll */
.navbar {
    transition: background-color 0.35s ease-in-out;
    padding: 20px 0;
}
.navbar.navbar-min {
    background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 768px) {
    .navbar {
        min-height: 48px;
    }
}

/* dark navbar on scroll */
.navbar-toggler {
    display: flex;
    align-items: center;
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
}

.navbar-brand {
    margin-right: 0;
}
@media (max-width: 768px) {
    .navbar-brand {
        height: 48px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .navbar-brand img {
        height: 30px;
    }
}

.navbar-nav {
    width: 100%;
    justify-content: center;
    padding-left: inherit;
}
.navbar-nav .nav-item a {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    margin: 0 25px;
}
.navbar-nav .nav-item a:link,
.navbar-nav .nav-item a:visited {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding:15px 20px;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active {
    color: #fff;
    border-bottom: 2px solid #0066ff;
}
.navbar-nav .nav-item a.active {
    color: #fff;
}
@media (max-width: 1199.98px) {
    .navbar-nav .nav-item a {
        margin: 0 10px;
    }
    .navbar-nav .nav-item a:link,
    .navbar-nav .nav-item a:visited {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav .nav-item a {
        margin: 0 2px;
    }
    .navbar-nav .nav-item a:link,
    .navbar-nav .nav-item a:visited {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
    }
}
.section {
    text-align: center;
    padding: 50px 0;
}
@media (max-width: 767.98px) {
    .section {
        padding: 32px 0;
    }
}
.section h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 48px;
}
@media (max-width: 991.98px) {
    .section h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 32px;
    }
}
@media (max-width: 767.98px) {
    .section h3 {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
    }
}
.section.services {
    background-color: #131313;
}
.section.services h3 {
    color: #fff;
}
.section.cases {
    padding: 50px 0 100px;
    background: url(../img/bg_cases.svg) no-repeat center;
}
.section.testimonials {
    background-color: #131313;
    text-align: left;
}
.section.testimonials h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .section.testimonials h3 {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
    }
}


@media only screen and (min-width: 769px) {
   
    #slick-slide-control00 {
      display: none;
    }
  }
  
  

.section.contact {
    padding: 50px 0 80px;
}
.section.contact h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
}
.section.contact h1 span {
    color: #0066ff;
}
@media (max-width: 991.98px) {
    .section.contact h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 32px;
    }
    .section.contact h2 {
        font-size: 18px;
    }
    .section.contact h3 {
        font-size: 14px;
        
    }
}
@media (max-width: 767.98px) {
    .section.contact h1 {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
    }
}

.img-holder {
    margin: 30px 0;
}
.img-holder img {
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .img-holder {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.main_content {
    list-style: none;
}
.main_content .mc_item {
    text-align: left;
    border-bottom: 1px solid #bdbdbd;
    padding: 30px 0 39px;
}
.main_content .mc_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.main_content .mc_item div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.main_content .mc_item div span:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.main_content .mc_item div span {
    font-style: normal;
    font-weight: 200;
    font-size: 52px;
    line-height: 54px;
    color: #828282;
    margin-left: 16px;
}
.main_content .mc_item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
}
.main_content .mc_item p:last-child {
    margin-bottom: 0;
}
.main_content .mc_item li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
}
@media (max-width: 1200px) {
    .main_content .mc_item div span {
        font-style: normal;
        font-weight: 200;
        font-size: 30px;
        line-height: 40px;
        color: #828282;
        margin-left: 16px;
    }
}
@media (max-width: 991.98px) {
    .main_content .mc_item div span:first-child {
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        line-height: 60px;
    }
    .main_content .mc_item div span {
        font-style: normal;
        font-weight: 200;
        font-size: 42px;
        line-height: 52px;
    }
}
@media (max-width: 767.98px) {
    .main_content .mc_item div span:first-child {
        font-weight: 600;
        font-size: 30px;
        line-height: 60px;
    }
    .main_content .mc_item div span {
        font-weight: 200;
        font-size: 28px;
        line-height: 57px;
        margin-left: 10px;
    }
    .main_content .mc_item span:first-child,
    .main_content .mc_item li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 390px) {
    .main_content .mc_item div span:first-child {
        font-weight: 600;
        font-size: 30px;
        line-height: 60px;
    }
    .main_content .mc_item div span {
        font-weight: 200;
        font-size: 20px;
        line-height: 55px;
        margin-left: 10px;
    }
    .main_content .mc_item span:first-child,
    .main_content .mc_item li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 991.98px) {
    .main_content {
        padding-left: 20px;
    }
}
@media (max-width: 499.98px) {
    .main_content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 320px) {
    .main_content {
        padding-left: 0;
        padding-right: 0;
    }
}

.cases_content {
    text-align: left;
    display: flex;
    flex-direction: column;
    max-width: 468px;
}
.cases_content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: #252525;
    margin-bottom: 32px;
}
.cases_content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    margin-bottom: 42px;
}
@media (max-width: 991.98px) {
    .cases_content {
        margin-bottom: 30px;
    }
    .cases_content h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 32px;
    }
    .cases_content h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 767.98px) {
    .cases_content h1 {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
    }
    .cases_content h2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .cases .img-holder img {
        min-width: 100%;
    }
}
.testimonialsCar .slick-arrow {
    display: none !important;
}
.testimonialsCar .slide-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 16px;
    min-height: 229px;
    background: #0d0d0d;
    border-radius: 12px;
    margin: 0 20px;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 411.98px) {
    .testimonialsCar .slide-item {
        margin: 0 0;
    }
}
.testimonialsCar .slide-item .user {
    display: flex;
    align-items: center;
    transition: all 0.35s ease-in-out;
}
.testimonialsCar .slide-item .user .img {
    margin-right: 20px;
    max-width: 45px;
}
.testimonialsCar .slide-item .user .img img {
    border-radius: 100%;
    max-width: 45px;
}
.testimonialsCar .slide-item .user .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}
.testimonialsCar .slide-item .user .text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin: 0 0 5px;
    transition: all 0.35s ease-in-out;
}
.testimonialsCar .slide-item .user .text span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #c9c9c9;
    transition: all 0.35s ease-in-out;
}
.testimonialsCar .slide-item .content {
    max-height: 84px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.testimonialsCar .slide-item .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #c9c9c9;
}
.testimonialsCar .slide-item .content.content-expand {
    max-height: 1190px;
}
.testimonialsCar .slide-item .actions button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
    transition: all 0.35s ease-in-out;
}

.testimonialsCar .slide-item.press {
    background-color: #fff;
}
.testimonialsCar .slide-item.press svg {
    color: #2f80ed;
}
.testimonialsCar .slide-item.press h3,
.testimonialsCar .slide-item.press div.user div.text h4,
.testimonialsCar .slide-item.press div.user div.text span,
.testimonialsCar .slide-item.press p,
.testimonialsCar .slide-item.press li {
    color: #333333;
}
.testimonialsCar .slide-item.press a:link,
.testimonialsCar .slide-item.press a:visited {
    color: #2f80ed;
    text-decoration: underline;
}
.testimonialsCar .slide-item.press button,
.testimonialsCar .slide-item.press a:active {
    color: #2f80ed;
}

@media (hover: hover) {
    .testimonialsCar .slide-item:hover {
        cursor: pointer;
    }
    .testimonialsCar .slide-item:hover {
        background-color: #fff;
    }
    .testimonialsCar .slide-item:hover svg {
        color: #2f80ed;
    }
    .testimonialsCar .slide-item:hover h3,
    .testimonialsCar .slide-item:hover div.user div.text h4,
    .testimonialsCar .slide-item:hover div.user div.text span,
    .testimonialsCar .slide-item:hover p,
    .testimonialsCar .slide-item:hover li {
        color: #333333;
    }
    .testimonialsCar .slide-item:hover a:link,
    .testimonialsCar .slide-item:hover a:visited {
        color: #2f80ed;
        text-decoration: underline;
    }
    .testimonialsCar .slide-item:hover button,
    .testimonialsCar .slide-item:hover a:hover,
    .testimonialsCar .slide-item:hover a:active {
        color: #2f80ed;
    }
}

.invalid-feedback {
    color: #eb5757;
    font-size: 13px;
}

.form {
    text-align: left;
}
.form h3 {
    margin-bottom: 20px;
}

.form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #000000;
}

.form h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
}
.form form label {
    display: none;
}
.form form .form-text {
    display: none;
}
.form form .form-control {
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #666;
}
.form form .form-control::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #828282;
}
.form form .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #828282;
}
.form form .input-holder input:not(:-moz-placeholder-shown) ~ .textholder,
.form form .input-holder textarea:not(:-moz-placeholder-shown) ~ .textholder {
    display: none;
}
.form form .input-holder input:not(:placeholder-shown) ~ .textholder,
.form form .input-holder textarea:not(:placeholder-shown) ~ .textholder {
    display: none;
}
.form form .textholder {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
    top: 0;
    left: 20px;
    min-height: 45px;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #828282;
}
.form form .textholder span {
    color: #eb5757;
    margin-left: 5px;
}
.form form .actions .btn-quantum {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.form form .obligatorios {
    margin-top: 16px;
}
.form form .obligatorios span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #828282;
}
.form form .obligatorios span span {
    color: #eb5757;
}

.main_footer {
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    border-top: 5px solid #0e73fc;
    background: #131313;
}
.main_footer img {
    width: 128px;
}
.main_footer ul {
    display: flex; 
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 10px auto;
    padding: 0 0 24px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
.main_footer ul li {
    margin: 0 20px 0 0;
}
.main_footer ul li a {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
}
.main_footer ul li a:hover {
  
    color:  #0066ff;
}

@media (max-width: 767.98px) {
    .main_footer ul li {
        margin: 0 20px 20px 0;
    }
}

.services .service-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 32px;
    min-height: 267px;
    background: #333333;
    border-radius: 6px;
    margin-bottom: 16px;
    transition: all 0.35s ease-in-out;
}
.services .service-item .svgHolder {
    min-height: 60px;
    display: flex;
    align-items: center;
}
.services .service-item .svgHolder svg {
    color: #fff;
    transition: all 0.35s ease-in-out;
}
.services .service-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    margin: 28px 0 14px;
    transition: all 0.35s ease-in-out;
}
.services .service-item .content {
    overflow: hidden;
    margin-bottom: 16px;
    transition: all 0.35s ease-in-out;
}
.services .service-item .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #e0e0e0;
    margin: 0 0 20px;
    transition: all 0.35s ease-in-out;
}
.services .service-item .content p:last-child {
    margin-bottom: 0;
}
.services .service-item .content li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #e0e0e0;
    margin: 0 0 5px;
    transition: all 0.35s ease-in-out;
}
.services .service-item .content li:last-child {
    margin-bottom: 0;
}
.services .service-item .content.secundario {
    min-height: 63px;
    max-height: 63px;
    margin-bottom: 16px;
}
.services .service-item .content.secundario p {
    visibility: hidden;
}
.services .service-item .content.secundario p:first-child {
    visibility: visible;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.35s ease-in-out;
}
.services .service-item .content.secundario ul {
    visibility: hidden;
}

.services .service-item a:link,
.services .service-item a:visited {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}

.services .service-item .content.secundario.press {
    max-height: 2000px;
}
.services .service-item .content.secundario.press p,
.services .service-item .content.secundario.press ul {
    visibility: visible;
}

.services .service-item .content.secundario.press p:first-child {
    -webkit-line-clamp: 10;
            line-clamp: 10;
}

.services .service-item.press a:link,
.services .service-item.press a:visited {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
.services .service-item.press a,
.services .service-item.press a:active {
    color: #fff;
}
.services .service-item.press {
    background-color: #fff;
}
.services .service-item.press svg {
    color: #2f80ed;
}
.services .service-item.press h3,
.services .service-item.press p,
.services .service-item.press li {
    color: #333333;
}
.services .service-item.press a:link,
.services .service-item.press a:visited {
    color: #2f80ed;
    text-decoration: underline;
}
.services .service-item.press a,
.services .service-item.press a:active {
    color: #2f80ed;
}

@media (hover: hover) {
    .services .service-item a:hover,
    .services .service-item a:active {
        color: #fff;
    }
    .services .service-item:hover {
        background-color: #fff;
    }
    .services .service-item:hover svg {
        color: #2f80ed;
    }
    .services .service-item:hover h3,
    .services .service-item:hover p,
    .services .service-item:hover li {
        color: #333333;
    }
    .services .service-item:hover a:link,
    .services .service-item:hover a:visited {
        color: #2f80ed;
        text-decoration: underline;
    }
    .services .service-item:hover a:hover,
    .services .service-item:hover a:active {
        color: #2f80ed;
    }
}

@media (max-width: 767.98px) {
    .services .service-item h3 {
        font-weight: 600;
        font-size: 21px;
        line-height: 21px;
    }
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #eb5757;
}

@media (max-width: 767.98px) {
    .navbar-collapse {
        background-color: #000;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 50px 16px 0;
        top: 0;
        z-index: -1;
    }
    .navbar-collapse .navbar-nav {
        padding: 0 6px 16px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-collapse .navbar-nav {
        padding: 0 22px 16px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .slick-list {
        padding: 0 20% 0 0;
    }
    .slick-slide {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .slick-slide:not(.slick-current) {
        /* Make slides other than the current one translucent */
        opacity: 0.6;
    }
}
.slick-dots {
    bottom: inherit;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 0 0 20px;
}

.slick-dots li {
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9px;
    width: 30px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    margin: 0;
}

.slick-dots li button:before {
    position: relative;
    content: "";
    width: 30px;
    height: 3px;
    font-family: "slick";
    font-size: inherit;
    line-height: 0px;
    text-align: center;
    background-color: #3a3a3a;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color: #2f80ed;
    opacity: 1;
} /*# sourceMappingURL=style.css.map */

.contact-success {
    background-color: #4bb543;
    color: white;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 90px;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-error {
    background-color: #eb5757;
    color: white;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 90px;
    font-size: 18px;
    margin-bottom: 20px;
}

.img-extra {
    width: 100%;
    object-fit: cover;
}

#pdf {
    position: relative;
}

#pdf a {
    position: absolute;
    top: 23px;
    left: 90px;
}

.fa-chevron-left {
    font-size: 14px;
    margin-right: 5px;
}

.loader {
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-right: 5px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
