body {
    line-height: 1.25;
    font-size: 1.1rem;
    color: #000;
}

* {
    font-family: 'Poppins', sans-serif;
}

.font-kalam {
    font-family: 'Kalam', cursive;
}

.font-kalam * {
    font-family: 'Kalam', cursive;
}

p {
    letter-spacing: inherit !important;
    line-height: inherit !important; /* 2 */
    margin-bottom: 0px;
}

b {
    font-weight: 600;
}

input, select, option {
    -webkit-appearance: none;
}

.slick-list {
    padding: unset !important;
    margin: 0px 50px !important;
}

.cor-verde-primary {
    color: var(--verde-primary);
}
.cor-verde-escuro-primary {
    color: var(--verde-escuro-primary);
}

.cor-primary, text-primary, pri {
    color: var(--primary) !important;
}

.cor-secondary, text-secondary, sec {
    color: var(--secondary) !important;
}

.cor-tertiary, text-tertiary, ter {
    color: var(--tertiary) !important;
}

.cor-cinza-azul {
    color: var(--cinza-azulado) !important;
}

.bg-cinza-azul {
    background-color: var(--cinza-azulado) !important;
    transition: all 0.1s ease-out;
}

.bg-cinza-azul:hover {
    color: var(--cinza-azulado-2) !important;
    background-color: transparent !important;
    border: 1px solid var(--cinza-azulado-2) !important;
}

.cor-cinza-azul-2 {
    color: var(--cinza-azulado-2) !important;
}

.bg-cinza-azul-2 {
    background-color: var(--cinza-azulado-2) !important;
}

.cor-castanho {
    color: var(--castanho) !important;
}

.bg-castanho {
    background: var(--castanho) !important;
}

.cor-laranja {
    color: var(--laranja) !important;
}

.bg-laranja {
    background: var(--laranja) !important;
}

.cor-verde {
    color: var(--verde) !important;
}

.bg-verde {
    background: var(--verde) !important;
}

.cor-vermelho {
    color: var(--vermelho) !important;
}

.bg-vermelho {
    background: var(--vermelho) !important;
}

.cor-branco {
    color: var(--branco) !important;
}

.bg-branco {
    background: var(--branco) !important;
}

.cor-dark {
    color: var(--dark) !important;
}

.bg-dark {
    background: var(--dark) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 100px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .3s;
}

/*.btn.btn-primary,*/
/*.btn.btn-secondary,*/
/*.btn.btn-tertiary {*/
/*    color: #FFFFFF;*/
/*}*/

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 24px;
    margin-left: 24px;
    padding: 8px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    transition: 0.5s ease-in-out;
    transition: font-weight 0s ease-in-out;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--light);
    font-weight: 700;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 300;
}

.navbar-light.sticky-top {
    top: -130px;
    transition: .35s;
}

.offset-lang {
    margin-top: 0px;
    margin-left: 20px;
}

.scroll-offset {
    margin-top: -130px;
    transition: .35s;
}
.scroll-offset-pad {
    padding-top: 130px;
    transition: .35s;
}

.aspect-ratio-1 {
    aspect-ratio: 1;
}

.nav-scrolled .scroll-offset {
    margin-top: -80px;
}
.nav-scrolled .scroll-offset-pad {
    padding-top: 80px;
}

@media (min-width: 576px) {
    .rounded-sm-left {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }
    .rounded-sm-right {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
    }

    .w-sm-fit {
        width: fit-content !important;
    }
}

@media (min-width: 992px) {
    .h-noticias-desk {
        max-height: calc(100vh - 130px);
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .offset-lang {
        margin-top: 60px;
        margin-left: -12px;
    }
}
.w-fit {
    width: fit-content;
}
.rounded-05rem{
    border-radius: 0.5rem;
}
.rounded-1rem{
    border-radius: 1rem;
}

.card-empresa-valores {
    background-color: #fafafa;
    transition: background-color 0.15s ease;
}
.cor-verde-primary {
    color: var(--verde-primary);
}
.bg-verde-primary {
    background-color: var(--verde-primary);
}
.btn-verde-primary {
    color: #000;
    background-color: var(--verde-primary);
    border-color: var(--verde-primary);
}
.btn-verde-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.logo-footer {
    max-height: 90px;
}
/*** Header ***/
@media (max-width: 768px) {
    .logo-footer {
        max-height: 70px;
    }

     .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .banner-align-absolute {
        bottom: 44% !important;
    }
    .banner-align-cards-absolute {
        top: 46% !important;
    }
}

.banner-align-absolute {
    bottom: 56%;
}
.banner-align-cards-absolute {
    top: 38%;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
    border-radius: 50%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--branco);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
    border-radius: 50%;
}

/*.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FAAF3B;
    border: 1px solid #FFFFFF;
    border-radius: 50%;

}*/

.header-carousel .owl-dot.active {
    background: var(--tertiary);
    border-color: var(--branco);
}

/*.breadcrumb-item + .breadcrumb-item::before {*/
/*    color: var(--light);*/
/*}*/


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .mx-row-portfolio {
        margin-right: -30px;
        margin-left: -30px;
    }
    .px-col-portfolio {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }

    .row-px-servico-mini {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .px-servico-mini {
        padding: 0px 20px !important;
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}



/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: .1s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    /*color: var(--primary);*/
    /*border-color: var(--primary);*/
    color: rgba(255, 255, 255, 1);
    font-weight: 600 !important;
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.portfolio-item .portfolio-overlay-effect {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 50%;
    background-color: var(--tertiary);
    opacity: 80%;
    transition: .3s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay-effect {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-overlay .container {
    z-index: 2;
}

.portfolio-img {
    aspect-ratio: 1.2 / 1 ;
}


.portfolio-item:hover .portfolio-overlay .btn, .portfolio-item:hover .portfolio-overlay .portfolio-text {
    opacity: 1;
}

.portfolio-text {
    opacity: 0;
    transition: 0.3s;
}

.portfolio-container {
    max-height: 98vh;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


.h-md-100 {
    height: 50%;
}
.bg-md-cover {
    background-position: center !important;
    background-size: cover !important;
}

@media (min-width: 768px) {
    .dropdown-icon:has(i#icon.fa-minus){
        display: none !important;
    }
    .bg-md-cover {
        background-position: center !important;
        background-size: contain !important;
    }
    .h-md-100 {
        height: 100%;
    }

    .bg-md-secondary {
        background-color: var(--secondary);
    }
}

.pointer {
    cursor: pointer;
}

nav {
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.h-separador {
    min-height: 500px;
    height: 40vh;
}

.bg-transparent {
    color: var(--primary);
    color: #fff;
}

.normal-logo {
    opacity: 1;
    top: 0px;
    max-height: 130px;
    transition: all 0.5s ease;
}

.scrolled .normal-logo {
    opacity: 0;
    top: 0px;
    max-height: 70px;
}

.logo-holder {
    margin-top: 40px;
    transition: all 0.5s ease;
}
.scrolled .logo-holder {
    margin-top: 0px;
}
.scrolled-logo {
    opacity: 0;

    max-height: 130px;
    transition: all 0.5s ease;
}
.scrolled .scrolled-logo {
    margin-top: 0px;
    max-height: 70px;
    opacity: 1;
}

.navbar-toggler{
    color: #fff !important;
    transition: .5s !important;
}

.scrolled .navbar-toggler {
    color: #000 !important;
}

.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    position: sticky !important;
    top: 0px;
    color: var(--primary);
    height: 80px;
}

.navbar-toggler i {
    color: #29AAE1;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.rotate-90 {
    transform: rotate(90deg);
}

.menu-phone {
    position: relative;
    bottom: -3px;
}

.offcanvas {
    background: #29AAE1;
}

.h-60vh {
    height: 60vh !important;
}

.h-70vh {
    height: 70vh !important;
}

.laranja {
    color: var(--laranja);
}

.owl-carousel-item h2 {
    color: var(--primary);
}

.btn-orange {
    background-color: var(--laranja) !important;
    color: var(--light);
    border: 1px solid var(--laranja) !important;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: capitalize;
}

.btn-orange:hover {
    background-color: transparent !important;
    color: var(--laranja) !important;
    font-weight: 700;
}

.offcanvas-body {
    flex-grow: 5;
}

.offcanvas-footer {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-footer img {
    max-width: 40px;
    height: auto;
}

.offcanvas-footer img:hover {
    filter: grayscale(100%);
}

.text-justify {
    text-align: justify !important;
}

.mod_separador {
    height: 400px;
}

.mod_separador .container {
    height: 100%;
}

.mod_separador .container .row {
    height: 100%;
}

.mod_separador img {
    max-width: 80px;
}

h3 {
    font-weight: 300;
}

.slick-next {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 99;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    font-size: 40px;
    color: #000;
}

.slick-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 99;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    font-size: 40px;
    color: #000;
}

.centrar {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.btn-light {
    background: var(--light);
    border: 1px solid #29AAE1;
    padding: 5px 40px;
    color: #29AAE1;
}

.btn-light:hover {
    background: var(--primary);
    color: var(--light) !important;
    border-color: var(--primary);
}

a:hover {
    color: #26c7f6;
}

.fs-14 {
    font-size: 14px !important;
}

.text-muted {
    color: #808080 !important;
}

.list-group li::marker {
    display: none !important;
    color: #fff;
}

.footer ul li {
    padding: 0 0 5px 0;
}

#mod_home_sobre img {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
}

#mod_home_sobre .col:hover img {
    -webkit-animation: flipHeads 10s ease-out forwards;
    -moz-animation: flipHeads 10s ease-out forwards;
    -o-animation: flipHeads 10s ease-out forwards;
    animation: flipHeads 10s ease-out forwards;
}

@-webkit-keyframes flipHeads {
    from {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }
    to {
        -webkit-transform: rotateY(1800deg);
        -moz-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
    }
}

.h-250 {
    height: 250px;
}

.h-200 {
    height: 200px;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid var(--dark);
    border-radius: 50%;
}

.check2 {
    position: relative;
    height: 20px;
    width: 20px;
    top: 5px;
    right: inherit;
    background-color: #fff;
    border: 1px solid var(--dark);
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

/* On mouse-over, add a grey background color */
.orc_item:hover .text-center {
    color: #fff;
}

.orc_item:hover img {
    filter: brightness(0) invert(1);
}

/* When the checkbox is checked, add a blue background */
.orc_check:checked ~ .checkmark {
    background-color: #fff;
    border-color: transparent;
}

.orc_check:checked ~ .check2 {
    background-color: var(--dark);
    border-color: var(--dark);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
}

/* Show the checkmark when checked */
.orc_check:checked ~ .checkmark:after {
    border: solid var(--laranja);
    border-width: 0 2px 2px 0;
}

.orc_check:checked ~ .check2:after {
    border: solid var(--light);
    border-width: 0 2px 2px 0;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--dark);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check2:after {
    position: absolute;
    content: '';
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-laranja {
    background: var(--laranja) !important;
}


.neg-btm-5 {
    position: relative;
    bottom: -5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: var(--laranja);
    color: var(--light);
    border-color: var(--laranja);
    font-weight: 500;
}

.nav-tabs.blue-tab .nav-link.active, .nav-tabs.blue-tab .nav-item.show .nav-link {
    background-color: var(--primary);
    color: var(--light);
    border-color: var(--primary);
    font-weight: 500;
}

.nav-tabs .nav-link {
    color: var(--laranja);
}

.nav-tabs, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: var(--laranja);
}

.nav-tabs.blue-tab, .nav-tabs.blue-tab .nav-link:hover, .nav-tabs.blue-tab .nav-link:focus {
    border-color: var(--primary);
}

.form-select, .form-control {
    border: none;
    border-bottom: 1px solid var(--dark);
    color: var(--dark);
    padding-left: 0;
}

.form-select:focus, .form-control:focus {
    box-shadow: none;
}

.pub_lateral {
    height: 480px;
    width: 100%;
}

.icon-90 {
    max-width: 90px;
    height: auto;
}

.icon-60 {
    max-width: 60px;
    height: auto;
}

.btn-info {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-info:hover {
    background-color: var(--light);
    border-color: var(--primary);
    color: var(--primary) !important;
}

.text-info {
    color: var(--primary) !important;
}

.bg-info {
    background-color: var(--primary) !important;
}

.breadcrumb a {
    color: var(--dark);
}

.breadcrumb-item.active {
    color: var(--primary);
    font-weight: 600;
}

.login-btn:focus, .login-btn:hover {
    border: none;
    box-shadow: none;
    color: var(--laranja);
}

.show_hide_password {
    max-height: 61px;
}

.show_hide_password .toggle-password {
    position: absolute;
    bottom: 6px;
    right: 30px;
    color: var(--primary);
    cursor: pointer;
}

input:not(:placeholder-shown):invalid {
    background: rgba(250, 175, 59, 0.2);
}

.placeholder-white input::placeholder, .placeholder-white textarea::placeholder {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
}

input::placeholder, textarea::placeholder {
    color: var(--tertiary);
    opacity: 0.8;
    font-weight: 300;
}

.input_required:invalid {
    background: rgba(250, 175, 59, 0.2);
}

.input_required[type="checkbox"]:invalid + label {
    background: rgba(250, 175, 59, 0.2);
}

.w-100vw {
    width: 100vw !important;
}

.navbar-brand {
    margin-right: 0;
}


#orc_submit {
    display: inline-flex;
}

.back-to-top {
    display: none;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-weight: 600;
    transition: all 0.2s;
}

.img-footer-mob {
    max-width: 70px;
}
.img-footer-mob2 {
    max-width: 180px;
}

.dropdown-holder {
    /*opacity: 0.5;*/
    transition: 0.5s;
}

.dropdown-holder.visible {
    opacity: 1
}

.dropdown-holder .dropdown-icon {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
/*.dropdown-holder.visible .dropdown-icon {*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*}*/
.dropdown-holder .btn-slidedown {
    font-size: 20px;
    font-weight: 400;
    transition: 0.2s;
}

.popup-mini .card {
    max-height: 100vh !important;
    max-width: 100vw !important;
    overflow: auto;
}

.icon-proj-pin {
    width: 17px;
}
.icon-proj-casa {
    width: 50px;
}
.icon-proj-data {
    font-size: 46px;
}

.circulo-empresa-detalhes {
    height: 120px;
    width: 120px;
    aspect-ratio: 1 / 1;
}

.banner-ced {
    background-color: #000;
    min-height: 200px;
}

.container-custom-desktop {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.foto-projeto {
    min-height: 350px;
    max-height: 500px;
}

#content {
    /*overflow-x: hidden !important;*/
}

#list-noticias {
    max-height: calc(150px * 4);
}

@media (max-width: 991px) {
    #list-noticias {
        max-height: unset;
    }

    .banner-ced {
        min-height: 120px;
    }
    .w-100-mobile {
        width: 100% !important;
        max-width: 100% !important;
    }
    .px-mobile-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mx-mobile-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .circulo-empresa-detalhes {
        height: 70px;
        width: 70px;
    }

    .proj-bottom-fade {
        height: 65px;
    }
    .container-custom, .container-custom-mobile {
        padding-right: 1.2rem !important;
        padding-left: 1.2rem !important;;
    }
    .container-custom-desktop {
        padding-right: unset !important;
        padding-left: unset !important;;
    }
    .icon-proj-pin {
        width: 12px;
    }
    .icon-proj-casa {
        width: 35px;
    }
    .icon-proj-data {
        font-size: 36px;
    }
    .popup-mini .card {
        width: 100% !important;
    }

    .foto-projeto {
        width: 100% !important;
        min-height: 150px;
        height: 150px;
    }

    .pointer-xl {
        cursor: pointer;
    }

    .h-separador {
        min-height: 150px !important;
        height: 20vh !important;
    }

    .portfolio-container {
        max-height: 720px;
    }

    .portfolio-img {
        min-height: 155px !important;
    }

    .checkmark {
        height: 20px !important;
        width: 20px !important;
    }

    .checkboxCustom .checkmark::after {
        left: 6px !important;
    }

    .checkmark ~ label {
        margin-top: 2px !important;
    }
}

@media (max-width: 575px) {
    .ratio-33::before {
        padding-top: 30% !important;
    }
    .img-footer-mob {
        max-width: 35px;
    }
    .img-footer-mob2 {
        max-width: 80px;
    }

    .ratio-33-2::before {
        padding-top: 110% !important; /* 30% */
    }

    .icon-sobrenos {
        width: 19px !important;
        height: 19px !important;
    }
    .scale-mob {
        scale: 0.8;
    }
    .sidenav{
        width: 100vw !important;
    }
}

.icon-sobrenos {
    width: 19px;
    height: 19px;
}

.btn-primary-invert {
    background-color: #fffc;
    border-color: #000;
    color: #000;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 2px solid #000;
}

.btn-primary-invert:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-check:focus + .btn-primary-invert, .btn-primary-invert:focus {
    background-color: #0000;
    border-color: #000;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.47);
    color: #000;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #000;
    border-color: var(--tertiary);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.47);
    color: #fff;
}

.btn-tertiary {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
    color: #fff;
    transition: all 0.2s;
}

.btn-tertiary:hover {
    background-color: #fff;
    border-color: var(--tertiary);
    color: var(--tertiary);
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(162, 162, 162, 0.25);
}

.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
    background-color: var(--secondary);
    border-color: var(--tertiary);
    box-shadow: 0 0 0 .25rem rgba(56, 169, 10, 0.47);
    color: var(--tertiary);
}
.hover-bg-secondary{
    transition: all 0.15s ease;
}
.hover-bg-secondary:hover {
    background-color: var(--secondary) !important;
}

.hover-tertiary {
    color: inherit;
    transition: all 0.1s ease-out;
}

.hover-tertiary:hover {
    color: var(--tertiary) !important;
}

.hover-tertiary-2 {
    color: inherit;
    transition: all 0.1s ease-out;
}

.hover-tertiary-2:hover {
    color: #d2d2d2 !important;
}

select {
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    color: var(--primary);
    font-size: 14px;
    padding: 15px;
    width: 100%;
    background-color: #fff;
}

.material_form {
    display: none;
}

.h-150 {
    height: 150px;
}

.bottom-0 {
    bottom: 0 !important;
}

.item:hover img {
    filter: brightness(0) invert(1);
}

.bg-registo-cont {
    background: #e9f6fc;
}

.float-right {
    float: right;
}


.menu-langs {
    display: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0px;
    transition: background-color 0.35s;
}

.scrolled .menu-langs {
    display: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0px;
}

nav {
    height: 130px;
}

/*@media (max-width: 991.98px) {*/
/*    .menu-langs {*/
/*        display: flex;*/
/*        background-color: #fff3;*/
/*        position: relative;*/
/*    }*/
/*}*/

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #ffffff55;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.box-height {
    height: 400px !important;
}

.bg-branco-semi {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.fs-titulo {
    font-size: 40px !important;
}

.fs-texto {
    font-size: 18px !important;
    line-height: 1.5;
}

.fs-texto-sub {
    font-size: 16px !important;
}

.fs-banner-card-titulo {
    font-size: 21px;
}

@media (max-width: 1399px) {
    .foto-projeto {
        max-height: 400px;
    }

    .circulo-empresa-detalhes {
        height: 95px;
        width: 95px;
    }

    .h-separador {
        min-height: 300px;
    }

    .fs-titulo {
        font-size: 30px !important;
    }

    .fs-texto {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .fs-texto-sub {
        font-size: 14px !important;
    }

}

@media (max-width: 1199.98px) {
    .sticky-sidescroll {
        position: sticky;
        top: 70px !important;
    }

    .fs-titulo {
        font-size: 20px !important;
    }

    .fs-texto {
        font-size: 12px !important;
    }

    .fs-texto-sub {
        font-size: 12px !important;
    }

    .fs-banner-card-titulo {
        font-size: 16px;
    }


    nav {
        height: 80px;
    }
    nav.scrolled {
        height: 50px;
    }

    .scroll-offset-pad {
        padding-top: 80px;
        transition: .35s;
    }
    .scroll-offset {
        margin-top: -80px;
        transition: .35s;
    }

    .nav-scrolled .scroll-offset {
        margin-top: -50px;
    }
    .nav-scrolled .scroll-offset-pad {
        padding-top: 50px;
    }
    .navbar-light .navbar-brand, .navbar-light a.btn {
        height: 50px !important;
    }

    .mobile-bg-branco {
        background-color: rgba(255, 255, 255, 0.95) !important;
        max-width: 100% !important;
    }

    .box-height {
        height: 200px !important;
    }

    .slick-arrow {
        font-size: 24px;
    }

    .mobile-h200 {
        height: 200px;
    }

    .mobile-cor-primary {
        color: var(--primary) !important;
    }

    .pl-mobile-30px {
        padding-left: 30px !important;
    }

    .pr-mobile-30px {
        padding-right: 30px !important;
    }

    .mobile-pt-9px {
        margin-top: 0px;
    }

    .fa-4x {
        font-size: 3.4rem;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        /*border-top: 1px solid #EEEEEE;*/
    }

}

.card-header {
    background-color: transparent;
}

.card-title {
    font-size: 1.8rem !important;
    font-weight: 500;
    color: var(--primary);
    background-color: transparent;
}

.card-body h4 {
    font-size: 0.9rem !important;
}

.card-outline {
    border-top: none !important;
}

.card-container {
    -webkit-box-shadow: 0px 0px 16px -7px rgba(147, 149, 152, 1) !important;
    -moz-box-shadow: 0px 0px 16px -7px rgba(147, 149, 152, 1) !important;
    box-shadow: 0px 0px 16px -7px rgb(147, 149, 152) !important;
}

.card {
    border-radius: 0 !important;
    border: 0;
    margin-bottom: 2rem;
    position: relative;
}

.card-header {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 25px;
}

.card-footer {
    background: transparent !important;
}

.fancybox-close-small {
    top: 8px !important;
    right: 8px !important;
}

.fancybox-close-small::after {
    font-size: 50px !important;
}

.btn-atividade-pais {
    padding: 0.3rem 0.4rem;
    color: var(--primary);
    background-color: var(--secondary);
    text-transform: uppercase;
    border: 1px solid var(--primary);
    min-width: 100px;
    transition: all 0.06s ease-out;
    margin-right: 2px;
}

.btn-atividade-pais:hover {
    padding: 0.3rem 0.4rem;
    color: var(--branco);
    background-color: var(--cinza-azulado-2);
    text-transform: uppercase;
    border: 1px solid var(--primary);
    min-width: 100px;
}

.btn-atividade-pais-selected {
    color: var(--branco);
    background-color: var(--primary) !important;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.altura-min-ecra-offset {
    min-height: calc(100vh - 100px);
}
.altura-ecra-offset {
    height: calc(100vh - 100px);
}

.nav-menu-active {
    color: var(--light);
    font-weight: 700 !important;
}

.footer-item {
    color: var(--dark);
    font-weight: 500;
    text-decoration: underline dotted;
    font-size: inherit;
}

.hover-underline:hover {
 text-decoration: underline;
}

.footer-item:hover {
    color: var(--tertiary);
    font-weight: 500;
}

.textarea-2 {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #9f9f9f;
    border-radius: 0;
    color: var(--primary);
    font-size: 14px;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}

.max-lines-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max-lines-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max-lines-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.max-lines-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.servico-col-mobile.active {
    background-color: #ebebeb !important;
}
.servico-col:not(.active) #span-vermais, .servico-col.active #span-vermenos {
    display: block;
}
.servico-col:not(.active) #span-vermenos, .servico-col.active #span-vermais {
    display: none;
}

@media (max-width: 550px) {
    #hovering-boxes {
        min-height: 10px !important;
    }
}

.btn-separador-sobre.ativo {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.outline-0 {
    outline: none !important;
}

.hover-stats-card, .hover-stats-card i, .hover-stats-card p {
    scale: 1;
    opacity: 1;
    transition: all 0.2s ease;
}
.hover-stats-card:hover {
    background-color: #f7f7f7
}
.hover-stats-card:hover i {
    scale: 1.8;
    margin-top: 20px;
}
.hover-stats-card:hover p {
    opacity: 0;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #111 rgba(220, 220, 220, 0.35);
}

*::-webkit-scrollbar {
    scrollbar-width: 3px !important;
}

/* width */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(220, 220, 220, 0.35);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1c1c1c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

input[type="select"] {
    -webkit-appearance: none;
}

.rounded-lg-left, .rounded-lg-right {
    border-radius: 0.25rem;
}
.rounded-sm-left, .rounded-sm-right {
    border-radius: 0.25rem;
}

@media (min-width: 576px) and (max-width: 991px) {
    .text-servico{
        max-height: 300px;
    }
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
    .rounded-lg-left {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }
    .rounded-lg-right {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
    }

    .col-65 {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
    }

    .col-55 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    .row-px-servico {
        margin-left: -40px;
        margin-right: -40px
    }
    .px-servico {
        padding: 0px 40px;
    }

    .col-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-px-servico-mini {
        margin-left: -15px;
        margin-right: -15px
    }
    .px-servico-mini {
        padding: 0px 15px;
    }
}


.contactos-input {
    border: 1px solid #9f9f9f;
    border-radius: 0.25rem !important;
    color: var(--primary);
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    outline: none;
}

.input-unstyled {
    border: none;
    border-radius: unset;
    padding: 0px;
    background-color: transparent;
    outline: none;
}

.ratio {
    height: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.ratio::before {
    content: "";
    display: block;
}

.ratio-33::before, .ratio-33-2::before {
    padding-top: 110%;
}

.ratio-1-1::before {
    padding-top: 100%;
}

.ratio-1-2::before {
    padding-top: 50%;
}

.ratio-2-1::before {
    padding-top: 135%;
}

.ratio-16-9::before {
    padding-top: 56.45%;
}

.ratio-4-3::before {
    padding-top: 75%;
}

.grecaptcha-badge {
    z-index: 1000;
}

.placeholder-style {
    color: var(--tertiary) !important;
    opacity: 0.8 !important;
    font-weight: 300 !important;
}

.servico-col #div-titulo, .servico-col:hover #div-hover {
    opacity: 1;
    transition: 0.25s;
}
.servico-col #div-hover, .servico-col:hover #div-titulo {
    opacity: 0;
    transition: 0.25s;
}

.servico-col-mini #div-titulo {
    background-color: rgba(0,0,0, 0%);
    transition: 0.25s;
}
.servico-col-mini:hover #div-titulo, .servico-col-mini.active #div-titulo {
    background-color: rgba(0,0,0, 50%);
}

body {
    width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 490px) {
    label {
        display: inline;
    }
    .navbar .dropdown-toggle::after {
        margin-left: 0;
    }
    .footer .list-group li a {
        font-size: 14px;
    }
    .footer .col-6 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 8px;
    }
    .footer .fs-14 {
        font-size: 13px!important;
    }
}

@media (min-width: 768px){
    .hidden-768 {
        display: none!important;
    }

    .col-footer-logo {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px){
    .hidden-767 {
        display: none!important;
    }
    .navbar-toggler {
        position: relative;
        top: -6px!important;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .back-to-top {
        right: 15px!important;
    }
}
@media (min-width: 992px){
    .orc_submit {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        left: 0;
        transition: top 2s;
        background: #fff;
        width: 100vw;
        -webkit-box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        -moz-box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        box-shadow: 0px -9px 49px -17px rgba(131,131,131,0.53);
        padding: 7px 0;
        animation: fadeIn 2s;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
    }
    @keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-webkit-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-o-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }

    @-ms-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    .hidden-992 {
        display: none!important;
    }
    .navbar-toggler {
        position: relative;
        top: -12px;
    }
}

.sticky-sidescroll {
    position: sticky;
    top: 130px;
}

.ponto-topicos {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.tamanho-icon-card {
    max-width: 290px;
    max-height: 200px;
}
.tamanho-icon-card img {
    max-height: 90px;
    max-width: 90px;
}


@media (max-width: 991px){
    .tamanho-icon-card {
        max-width: unset;
        max-height: unset;
    }
    .tamanho-icon-card img {
        max-height: 50px;
        max-width: 50px;
    }
    .mobile-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .ponto-topicos {
        margin-right: 15px;
        width: 14px;
        height: 14px;
        border-radius: 100%;
    }

    .navbar-brand img {
        max-width: 145px;
    }
    .navbar-brand {
        margin-left: 70px;
    }

    .pub_lateral {
        display: none;
    }
    .back-to-top {
        right: 15px!important;
        bottom: 85px;
    }
    .orc_submit {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        left: 0px;
        padding-left: 15px;
        width: 100vw;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 1;
    }
    .dropdown-menu[data-bs-popper] {
        left: inherit;
        right: 0;
    }
    .hidden-991 {
        display: none!important;
    }
    .navbar-toggler {
        position: relative;
        top: -12px;
    }
    .navbar .dropdown-toggle .bi {
        font-size: 20px;
    }
    .owl-nav {
        display: none!important;
    }
    .border_li {
        border-left: 2px solid rgba(41,170,225,0.5)!important;
        padding-left: 5px!important;
    }
    .li_activo.border_li {
        border-left: 2px solid rgba(41,170,225,0.5)!important;
    }
    .li_activo a:before {
        content: '\F138';
        font-family: bootstrap-icons;
        margin-right: 10px;
        position: relative;
        bottom: -4px;
    }
    .border_li:last-child:before {
        content: '\F128';
        color: var(--primary);
        font-family: bootstrap-icons;
        margin-right: 10px;
        position: absolute;
        bottom: -26px;
        left: -9px;
    }
}

.contactos-input, .comment-form-comment textarea {
    transition: 0.2s;
    outline: none;
}
.contactos-input.valid, .comment-form-comment.valid textarea {
    border: 1px solid #000 !important;
    color: #000 !important;;
}


.checkboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
}
.checkboxCustom:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark ~ label {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}
.checkboxCustom .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}
.hover-branco:hover {
    color: #fff !important;
}

#menuside-canvas {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (min-width: 2000px) {
    #hovering-boxes {
        min-height: 10px !important;
    }
    .col-55 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-65 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.video-foreground {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 300%; /* enlarge beyond browser width */
    top: -100%; /* center */
}
.video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.6%;
    height: 100%;
}
.video-wrapper {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

ol, ul, dl {
    margin-bottom: 0px;
}

.input-contacto {
    padding: 0.625rem 1.2rem !important;
    border: 1px solid #a6a6a6;
}
.input-contacto:disabled {
   background-color: #f6f6f6;
}
.input-contacto:focus-visible {
    outline: none;
    border: 1px solid #000
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

.svg-icon {
    filter: invert(0%) brightness(0%);
}
.svg-icon.cor-verde-primary {
    filter: unset;
}

a {
    color: #009CFF;
}

.mapouter{
    position:relative;
    text-align:right;
    width:100%;
    height:375px;
    outline: none !important;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:375px;
    outline: none !important;
}
.gmap_iframe {
    height: 375px !important;
    outline: none !important;
}

.ratio-16-9-horizontal {
    height: 100vh;
    padding-left: 177.77%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#side-fade {
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.card-empresa-detalhes:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}

.card-ced #text-content #text a {word-break: break-all !important;}

.col-padding {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}