body {
    background-color: black;
    position: relative;
    font-family: "Manrope", sans-serif;
}

 .btn, a {
    cursor: pointer!important;
}

.navbar {
    transition: background-color 0.4s ease;
    background-color: transparent !important;
}

.navbar.scrolled {
    background-color: #000000f2 !important;
}

.navbar .navbar-brand {
    font-size: 0px;
    display: inline-block;
    width: 60%;
    height: 2rem;
    margin-right: 1.5rem;
    background-image: url(../../images/home/Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
        filter: invert(1) contrast(0) brightness(2);
}

@media (min-width: 992px) {
    .navbar .navbar-brand {
        width: 198px;
        height: 49px;
    }   
}

.navbar .nav-link,
.navbar .dropdown-toggle {
    color: white;
    font-weight: 300;
}

.navbar .dropdown-menu {
    background-color: #5a5a5ae1;
}
.navbar .nav-link.hiteimportant {
    color: #fff!important;
}

.navbar.scrolled .dropdown-menu {
    background-color: black;
}

.navbar .dropdown-menu .dropdown-item {
    color: white;
    background-color: transparent;
    font-weight: 300;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #3575ff;
}

.navbar .btn {
    background-color: #5a5a5a;
    border-color: #5a5a5a;
    color: white;
    border-radius: 30px;
    font-weight: 300;
}

.navbar .login-icon .nav-link {
    border-left: 2px solid white;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    align-self: center;
    padding-left: 0.75rem;
}

ul.navbar-nav.me-2.mb-lg-0.social-links {
    align-items: center;
}

.navbar div#offcanvasNavbar {
    background-color: black !important;
}

.navbar .offcanvas-title {
    font-size: 0px;
    display: inline-block;
    width: 198px;
    height: 48px;
    margin-right: 1.5rem;
    background-image: url(../../images/home/Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
        filter: invert(1) contrast(0) brightness(2);
}

.offcanvas-body .dropdown-menu {
    background-color: #000016;
    border-top: 1px solid #ffffff47;
    border-bottom: 1px solid #ffffff47;
    border-radius: 0px;
}

.offcanvas-body .social-links {
    display: flex;
    flex-direction: row;
}

.offcanvas-body .social-links .nav-item {
    margin-right: 1rem;
}

.flag-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-self: center;
    margin-left: 1rem;
}

.dropdown-lang {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-lang .dropdown-menu {
    width: 100% !important;
}

@media screen and (min-width: 991px) {
    .header-links .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 1rem;
    }
}

/* Banner */

.banner {
    min-height: 700px;
    display: flex;
    color: white;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    #home.banner {
        min-height: 350px;
    }
    #home.banner h1 {
           padding-top: 40px;
    }
    
}

.banner .light-one {
    background-image: url(../../images/home/light-one.png);
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.banner h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 4.25rem;
}

.banner .banner-text {
    z-index: 1;
}

.banner .banner-image {
    position: relative;
}

.banner .banner-image img {
    position: absolute;
    top: -10rem;
    right: -20%;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .banner .banner-image img {
        right: -60%;
    }
}

@media screen and (max-width: 992px) {
    .banner .banner-image img {
        right: -25%;
        top: -26rem;
        opacity: 0.7;
    }
    .banner .banner-text {
        text-align: center;
    }

    .banner .banner-text p {
        font-size: 1.5rem;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner-image img {
        right: -50%;
    }
}

@media screen and (max-width: 450px) {
    .banner .banner-image img {
        right: -50%;
    }

    .banner h1 {
        font-size: 3rem;
        font-weight: 800;
        line-height: 3.75rem;
    }

    .banner .banner-text p {
        font-size: 1.3rem;
        width: 90%;
    }
}

/* Contact */

#contact_one {
    position: relative;
    overflow: visible;
}

#contact_one .container {
    z-index: 1000;
    position: relative;
}

.subtitle-section {
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 1.3rem;
    display: block;
}

.title-section, .subtitle-section {
    font-weight: bold;
}

.title-section{

    text-align: center;
}

.services-banner.two::after,.services-banner.one::after {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 1) 100%);
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .services-banner.two::after,.services-banner.one::after {
    top: 4rem;
  }
    
}





@media screen and (max-width: 768px) {
  .title-section, .subtitle-section {
  text-align: center;
}
    
}

.form-bg {
    background: #1e1e1e;
    /* background: linear-gradient(
        90deg,
        rgba(30, 30, 30, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    ); */
}

form {
    border-radius: 15px;
}

form input,
form select,
form textarea {
    background-color: rgba(255, 255, 255, 0.11) !important;
    border: 1px solid #ced4da36 !important;
    color: white !important;
    padding: 0.3rem 0.5rem !important;
}

form textarea {
    height: 80px;
}

form select,
form input::placeholder,
form textarea::placeholder {
    color: #9badbc !important;
    font-size: 0.9rem !important;
}

form select option {
    color: black;
}

.btn.btn-primary {
    background-color: #001dad;
    border: 1px solid #001dad;
    border-radius: 40px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.light-two {
    width: 290px;
    height: auto;
    z-index: 1;
    position: absolute;
    top: -25rem;
    left: 0;
}

/* About us */

#about-us .description {
    font-weight: 300;
    margin-bottom: 18vw;
}

#about-us {
    background-image: url(../../images/home/wave.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}

#about-us .container {
    z-index: 1000;
    position: relative;
}

.light-three {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0rem;
}

@media screen and (max-width: 768px) {
    .light-three {
        top: 3rem;
    }
}

/* Services Home */

.services .container {
    z-index: 1000;
    position: relative;
}

.services .owl-carousel .item {
    background: #1e1e1e;
    border-radius: 15px;
    padding: 1rem 1.5rem;
}

.services .owl-carousel .item .services-item {
    min-height: 450px;
    display: flex;
    align-items: center;
    padding: 2rem;
    border-radius: 10px;
}



.services-item.one {
    background-image: url(../../images/home/service_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-item.two {
    background-image: url(../../images/home/service_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .owl-carousel .item p {
    font-weight: 300;
}

.services .owl-carousel .item a {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

@media screen and (max-width: 992px) {
    .services-item.one {
        background-size: 1500px;
        background-position: left!important;
    }

    .services-item.two {
        background-size: 1500px;
        background-position: left center;
    }
}

@media screen and (max-width: 768px) {
    .services .owl-carousel .item .services-item {
        min-height: 430px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .services-item.one {
        background-position: 40% top;
        background-size: cover;
    }

    .services-item.two {
        background-size: cover;
        background-position: left top;
    }
}

@media screen and (max-width: 500px) {
    .services-item.one {
        background-position: center center;
        background-image: url(../../images/home/service_1_mb.png);
    }

    .services-item.two {
        background-position: center center;
        background-image: url(../../images/home/service_2_mb.png);
    }

    .services .owl-carousel .item .services-item {
        align-items: center;
        padding-top: 0;
    }
    .description {
       text-align: center;
    }
    .contact-info {
        text-align: center;
    }
}

.muted-text {
    color: #9a9a9a;
}

/* Team */

#team {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/home/wave-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

#team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #000000;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 0;
}

#team::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #000000;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 0;
}

#team .container {
    z-index: 1000;
    position: relative;
}

#team .member {
    padding: 1rem;
    cursor: pointer;
}

#team .member p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 1s ease;
    opacity: 0;
    margin: 0;
    font-size: 0.85rem;
    font-weight: 300;
    padding-top: 1rem;
    text-align: justify;
}

#team .member:hover p,
#team .member.active p {
    opacity: 1;
    margin-top: 1px;
}

#team .member div {
    border: 1px solid rgb(71, 71, 71);
    min-height: 320px;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

#team .member div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #1e1e1e;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.527) 100%
    );
    top: 0;
    left: 0;
    border-radius: 15px;
}

#team .member > p {
    word-break: break-word;
    hyphens: auto;
}

#team .member span {
    font-size: 0.85rem;
    font-weight: 300;
    padding-bottom: 0.4rem;
    z-index: 2;
}

#team .member h3 {
    z-index: 3;
}

#team .member .one {
    background-image: url(../../images/team/franciscobonet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; filter: grayscale(0%);
}

#team .member:hover .one,
#team .member.active .one,
#team .member:hover .two,
#team .member.active .two,
#team .member:hover .three,
#team .member.active .three {
    transition: filter 0.3s ease;
}

#team .member .two {
    background-image: url(../../images/team/yarizadiaz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; filter: grayscale(0%);
}

#team .member .three {
    background-image: url(../../images/team/carlosvasquez.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; filter: grayscale(0%);
}

.light-four {
    width: 290px;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0rem;
    left: 0;
}

@media screen and (max-width: 768px) {
    #team .member div {
        min-height: 440px;
        background-position: top center !important;
    }

    #team {
        background-size: contain;
        background-position: top center;
        background-attachment: initial;
    }

    .light-four {
        width: 500px;
        top: -20rem;
    }
}

@media screen and (max-width: 480px) {
    #team .member div {
        min-height: 300px;
    }
}

/* brands */

#brands {
    position: relative;
    overflow: hidden;
}

#brands .container {
    z-index: 1000;
    position: relative;
}

#brands .item img {
    filter: grayscale(100%);
    cursor: pointer;
}

#brands .item img:hover {
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

#brands .item.white img {
    filter: invert(1) brightness(0.8);
}

#brands .owl-stage{
    display: flex;
    align-items: center;
}
#brands .item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

#brands .item img{
    max-height: 7rem;
    width: auto;
    margin: 0 auto;
}

#brands .item.vertical img{
    max-height: 4rem;
}

/* Contact */

#contact {
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
}

#contact .container {
    z-index: 1000;
    position: relative;
}

.contact-info ul a {
    color: white;
    text-decoration: none;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.contact-info .map {
    height: 360px;
    filter: invert(90%) hue-rotate(180deg)
}

.contact-info .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.light-five {
    width: 350px;
    height: auto;
    z-index: 1;
    position: absolute;
    top: -15rem;
    right: 0;
}

@media screen and (max-width: 768px) {
    .light-five {
        width: 500px;
        top: -5rem;
    }
}

/* Footer */

footer {
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../../images/home/map.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.custom-logo-footer {
    width: 198px;
    height: 48px;
margin-bottom: 16px;
object-fit: contain;
    filter: invert(1) contrast(0) brightness(2);
}

@media screen and (max-width: 768px) {
    footer {
         text-align: center;

    }
    
}

footer li a {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    font-weight: 300;
}

footer li a:hover {
    color: white;
}

footer li p {
    font-size: 0.9rem;
    font-weight: 300;
}

footer ul {
    list-style: none;
    padding: 0;
}

.custom-border {
    border-radius: 0px 0px 10px 0px;
    border-color: #3a526a;
}

footer input {
    background-color: white !important;
    color: black !important;
}

.newsletter-text {
    color: #9a9a9a;
    font-size: 0.85rem;
    font-weight: 300;
    padding-top: 1rem;
}

.rights p a {
    color: #9a9a9a;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer-links {
        order: 2;
        display: none;
    }

    .footer-contact {
        order: 3;
        display: none;
    }

    .footer-newsletter {
        order: 1;
        display: grid;
    }

    .rights {
        order: 4;
    }

    .logo-footer,
    .social-footer {
        justify-content: center !important;
    }

    .footer-newsletter .logo-footer {
        order: 2;
    }

    .footer-newsletter .newsletter {
        order: 1;
    }

    .footer-newsletter .social-footer {
        order: 3;
    }
}

#about,
#our-services,
#contact-us {
    position: relative;
    top: -100px;
}

#contact_one {
    margin-top: -3rem;
}
@media (min-width: 768px) {
    #contact_one {
        margin-top: 3rem !important;
        padding-top: 1rem !important;
    }

    #sectors {
        margin-top: 2rem;
    }
}
@media (max-width: 768px) {
 

    #sectors {
        margin-top: 3rem;
    }
}

#sectors img {
    filter: invert(1);
    width: 100px;   
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}
#sectors .icons-container div:hover img,
#sectors .icons-container div:focus img,
#sectors .icons-container div:active img {
    transform: scale(1.15);
}
#sectors h3 {
    color: #fff;
}

@media (max-width: 768px) {
    #contact_one,
    #team {
        margin-top: 0rem !important;
    }
}

/* Tax incentives */

.services-banner {
    position: relative;
    overflow: hidden;
}

.bg-services-banner {
    min-height: 400px;
    background-image: url(../../images/tax/bg-banner-one-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-attachment: fixed;
    z-index: 0;
}

.services-banner .light-six {
    background-image: url(../../images/tax/light-six.png);
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.services-banner .section-info {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #1e1e1e;
    background: linear-gradient(
        180deg,
        rgba(30, 30, 30, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    );
}

@media screen and (max-width: 992px) {
    .bg-services-banner {
        min-height: 300px;
        background-attachment: initial;
        background-position: 63% 3%;
    }

    .services-banner .light-six {
        background-position: top;
    }
}

@media screen and (max-width: 575px) {
    .bg-services-banner {
        min-height: 250px;
    }
}

#incentives {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/tax/incentive.png);
    background-position: 15% center;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#incentives ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#incentives ul li {
    padding: 2rem 1rem;
    color: white;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #8c8c8c;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.light-seven {
    background-image: url(../../images/tax/light-seven.png);
    background-position: 20% center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
}

@media screen and (min-width: 1400px) {
    #incentives {
        background-position: 12vw center;
        background-size: 35%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 992px) {
    #incentives {
        background-image: url(../../images/tax/incentive.png);
        background-position: 8% center;
        background-repeat: no-repeat;
        background-size: 54vw;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .light-seven {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #incentives {
        background-position: center;
        background-size: cover;
        padding-top: 0rem;
        padding-bottom: 3rem;
        background-blend-mode: overlay;
        background-color: #0000009e;
    }

    .incentive-services {
        text-align: center;
        padding-bottom: 2rem;
    }

    .services-banner .section-info {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .light-seven {
        background-position: center 77%;
        opacity: 0.7;
        width: 120%;
    }
}

@media screen and (max-width: 575px) {
    #incentives {
        background-position: center -20px;
        background-size: contain;
        background-color: #00000052;
    }

    .light-seven {
        width: 110%;
        top: -20%;
    }
}

/* Business Development */

.bg-services-banner.two {
    background-image: url(../../images/tax/bg-banner-two.png);
}

@media screen and (max-width: 992px) {
    .bg-services-banner.two {
        background-position: center top;
    }

    .services-banner.two .light-six {
        background-position: right 86%;
    }
}

@media screen and (max-width: 575px) {
    .bg-services-banner.two {
        background-position: center top;
        background-size: auto;
    }

    .services-banner.two .light-six {
        background-position: right 100%;
    }
}

#bussines-development {
    position: relative;
}

#bussines-development .services-list .item h3 {
    border: 1px solid #8c8c8c;
    padding: 2rem 1.2rem;
    border-radius: 10px;
    display: display;
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    line-height: 1.5;
    background-color: #000000;
}

.light-eight {
    position: absolute;
    left: 20%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-image: url(../../images/tax/light-eight.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 992px) {
    .light-eight {
        left: -10%;
        top: -29%;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    #bussines-development h2 {
        text-align: center;
        padding-top: 1rem;
    }

    #bussines-development .services-list {
        padding-bottom: 3rem;
    }

    #bussines-development p {
        text-align: center;
    }

    #bussines-development img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .light-eight {
        left: -9%;
        top: -37%;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .rights p {
        text-align: center !important;
    }
}
