body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.whatsapp {
    width: 65px;
    right: 30px;
    height: auto;
    bottom: 30px;
    z-index: 999;
    position: fixed;
    filter: drop-shadow(0 0 2px #333);
    transition: all .7s;
}

.whatsapp:hover {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 5px #333);
    /* transform: scale(1.1); */
}

/*--------------------------------------------------------------
# Desabilita o delay do AOS em mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

.header-top {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.header-top img {
    width: 33px;
    position: relative;
    right: 6px;
    bottom: 2px;
}

.header-top h1 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

.header-top span {
    color: #FB0401;
}

.header-top p {
    margin: 0;
    color: #FB0401;
    font-style: normal;
    font-size: .7em;
    font-weight: 400;
}

.header-top .ajuste {
    position: relative;
    top: 4px;
}

.dropdown-menu--animate.collapsing {
    display: block;
}

.dropdown-menu--animate {
    opacity: 0.8;
    height: 0;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
    transform-origin: top;
    transform: scale(1, 0);
}

.dropdown-menu--animate.show {
    opacity: 1;
    height: auto;
    transition: all 0.3s;
    transform: scale(1);
}

.navbar {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #FFF;
    z-index: 1001;
    transition: all 0.8s;
}

@media (max-width: 767.98px) {
    .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.navbar-brand {
    display: contents;
}

.navbar-brand img {
    width: 200px;
    transition: all .7s;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.nav-link {
    color: #000;
    transition: all .5s;
}

.nav-link:hover {
    color: #000;
}

.drp-icon {
    font-size: .8em !important;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #004580;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


.hline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hline:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: #fff;
    height: 4px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(4px);
    transition-property: transform;
    -webkit-transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hline:hover:before,
.hline:focus:before,
.hline:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #c11424;
}

@media screen and (max-width: 1091px) {
    .nav-link {
        font-size: .8em;
    }
}

.nav-link i {
    font-size: 2.8em;
    position: relative;
    /* top: 3px; */
}

.dropdown-toggle::after {
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.fix-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: 900;
    /* background-color: transparent; */
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    position: static;
}

.fix-header .fix-men {
    position: fixed;
    z-index: 1029;
    width: 100%;
    top: -313px;
    transition: all .7s;
}

.fix-header .fixed-menu {
    padding: 10px 0;
    position: fixed;
    top: 0;
    margin-top: 0px;
    width: 100%;
}

.fix-header .active {
    font-weight: 900;
    color: #000;
}

.fixed-menu {
    background-color: #26231d;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    /*background-color:rgba(255,255,255,0.9);*/
    position: fixed;
    border: none;
    opacity: .85;
}

.fixed-menu .navbar {
    padding: 0;
}

.fixed-menu h1 {
    top: 0;
}

.fixed-menu img {
    width: 200px;
}

.bg-white {
    background-color: #fff;
}

.bg-white .nav-link {
    color: #333;
    transition: all .7s;
}

.bg-invi {
    background-color: #BD1517;
}

.bg-invi .nav-link {
    color: #fff;
}

.fixed-menu .bg-invi {
    background-color: #26231d !important;
}

.fixed-menu .bg-invi .nav-link {
    color: #fff;
}

.bx-menu {
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 150px;
    }

    .fixed-menu img {
        width: 70px;
    }
}


@media screen and (max-width: 767px) {
    .fixed-menu {
        padding: 5px 0 0 0;
    }

    .navbar-brand h1 {
        top: 0px;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
    }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 !important;
}

#hero button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#hero .swiper-slideactive {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#hero .navbar-toggler-icon {
    background-color: transparent;
}

#hero .container-fluid {
    padding: 0 !important;
}

#hero .carousel-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 100vh;
    padding-bottom: 300px;
    width: 85vw;
    margin: 0 auto;
}

#hero .carousel-item img {
    display: block;
    margin: 0 auto;
}

#hero {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    background: fff;
    padding: 0 !important;
}

/* #hero p {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 60px;
    width: 30vw;
    color: #fff;
    font-size: 2em;
    line-height: 1.4em;
} */

#hero button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#hero .navbar-toggler-icon {
    background-color: transparent;
}

#hero .container-fluid {
    padding: 0 !important;
}

#hero .carousel-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    /* height: 100vh;
    padding-bottom: 300px; */
    width: 85vw;
    margin: 0 auto;
}


#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    text-decoration: none;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    text-decoration: none;
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.img-clients{
    width: 120px !important;
}

#home-slide {
    background-color: #fff;
    padding: 45px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 66%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 66%);
    position: relative;
    top: -55px;
    margin-bottom: -40px;
    z-index: 1001;
}

#home-slide strong {
    color: #243b56;
    font-weight: 800;
    font-size: 1.5em;
    background-color: #dfdae3;
    padding: 2px 10px;
}

#home-slide p {
    color: #000;
    padding: 5px;
}

#home-top {
    padding: 5rem 0 2.5rem;
}

#home-top span {
    color: #FF0008;
    font-weight: 700;
    font-style: italic;
}

#home-top h2 {
    color: #000;
    font-weight: 900;
}

#home-top p {
    font-weight: 600;
}

#ar {
    padding: 20px 0 0;
    background: rgb(74, 114, 161);
    background: linear-gradient(90deg, rgba(74, 114, 161, 1) 50%, rgba(124, 13, 104, 1) 50%);
}

#ar p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.2em;
}

#sol-emp {
    background-color: #122948;
    padding: 60px 0;
}

#sol-emp .desc {
    color: #fff;
}

#sol-emp .desc strong {
    font-weight: 800 !important;
}

#sol-emp .desc p {
    margin: 0;
    font-size: 15px;
}

#sol-emp .sidebar {
    border-left: 1px solid #ffffff47;
}

#sol-emp .retrofit {
    background: url('../img/home2.jpg') center left no-repeat;
    background-size: cover;
    height: 270px;
    border-radius: 11px;
    border: 4px solid #122948;
    padding: 20px;
    color: #000;
    transition: all .7s;
}

#sol-emp .retrofit:hover {
    border: 4px solid #ff8146;
    transform: scale(1.03);
}

#sol-emp .retrofit .row {
    height: 220px;
}

#sol-emp .retrofit p {
    margin: 0;
    font-size: 3em;
    font-weight: 800;
    line-height: 1em;
}

#sol-emp .retrofit span {
    font-size: 2em;
    line-height: 1.3em;
}

#sol-emp .sols .sol-box {
    border: 4px solid #122948;
    border-radius: 20px;
    transition: all .7s;
}

#sol-emp .sols .sol-box:hover {
    border: 4px solid #ff8146;
    transform: scale(1.03);
}

#sol-emp .sols img {
    border-radius: 18px 18px 0 0;
}

#sol-emp .sols p {
    color: #000;
    background-color: #fff;
    padding: 15px 0;
    font-size: 1.5em;
    margin: 0;
    font-weight: 900;
    border-radius: 0 0 18px 18px;
}

#sol-top p {
    margin: 0;
    font-size: 1.5em;
    font-weight: 800;
}

#sol-top .sola .row {
    height: 280px;
}

#sol-top .sola {
    background: rgb(255, 255, 255);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(74, 114, 161, 0.9023984593837535) 85%), url('../img/homea.jpg');
    background-size: cover;
    width: 350px;
    height: 300px;
    margin: 0 auto;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px #000231);
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: context-menu;
}

#sol-top .sola::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(74, 114, 161, 0.9023984593837535) 0%);
    position: absolute;
    border-radius: 20px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s linear;
}

#sol-top .sola:hover::before {
    opacity: .7;
}

#sol-top .sola .desca {
    position: absolute;
    color: #fff;
    transition: all .5s;
    bottom: 15px;
    left: 20px;
}

#sol-top .sola .descb {
    color: #fff;
    opacity: 0;
    transition: all .7s;
}

#sol-top .sola:hover .descb {
    opacity: 1;
}

#sol-top .sola:hover .desca {
    opacity: 0;
}




#sol-top .solb .row {
    height: 280px;
}

#sol-top .solb {
    background: rgb(255, 255, 255);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(74, 114, 161, 0.9023984593837535) 85%), url('../img/homeb.jpg');
    background-size: cover;
    width: 350px;
    height: 300px;
    margin: 0 auto;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px #000231);
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: context-menu;
}

#sol-top .solb::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(74, 114, 161, 0.9023984593837535) 0%);
    position: absolute;
    border-radius: 20px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s linear;
}

#sol-top .solb:hover::before {
    opacity: .7;
}

#sol-top .solb .desca {
    position: absolute;
    color: #fff;
    transition: all .5s;
    bottom: 15px;
    left: 20px;
}

#sol-top .solb .descb {
    color: #fff;
    opacity: 0;
    transition: all .7s;
}

#sol-top .solb:hover .descb {
    opacity: 1;
}

#sol-top .solb:hover .desca {
    opacity: 0;
}


#sol-top .solc .row {
    height: 280px;
}

#sol-top .solc {
    background: rgb(255, 255, 255);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(74, 114, 161, 0.9023984593837535) 85%), url('../img/homec.jpg');
    background-size: cover;
    width: 350px;
    height: 300px;
    margin: 0 auto;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px #000231);
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: context-menu;
}

#sol-top .solc::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(74, 114, 161, 0.9023984593837535) 0%);
    position: absolute;
    border-radius: 20px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s linear;
}

#sol-top .solc:hover::before {
    opacity: .7;
}

#sol-top .solc .desca {
    position: absolute;
    color: #fff;
    transition: all .5s;
    bottom: 15px;
    left: 20px;
}

#sol-top .solc .descb {
    color: #fff;
    opacity: 0;
    transition: all .7s;
}

#sol-top .solc:hover .descb {
    opacity: 1;
}

#sol-top .solc:hover .desca {
    opacity: 0;
}


#sol-res {
    background: rgb(210, 218, 224);
    background: linear-gradient(180deg, rgba(210, 218, 224, 1) 60%, rgba(255, 255, 255, 1) 60%);
    padding: 60px 0;
}

#sol-res .desc {
    color: #000;
}

#sol-res .desc strong {
    font-weight: 800 !important;
}

#sol-res .desc p {
    margin: 0;
    font-size: 15px;
}

#sol-res .sidebar {
    border-left: 1px solid #0000009f;
}

#sol-res .res-slider {
    padding: 50px 50px 0;
}

#sol-res .res-slider img {
    border-radius: 15px;
    margin: 0 auto;
    display: block;
}

#sol-res .res-slider .swiper-button-next,
#sol-res .res-slider .swiper-button-prev {
    color: #fff;
    background-color: #7b899a;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

#sol-res .res-slider .swiper-button-next:after,
#sol-res .res-slider .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 700;
}

#sol-res .res-slider .swiper-button-next,
#sol-res .res-slider .swiper-container-rtl .swiper-button-prev {
    right: 1px;
    left: auto;
}

#sol-res .res-slider .swiper-button-prev,
#sol-res .res-slider .swiper-container-rtl .swiper-button-next {
    left: 1px;
    right: auto;
}

#home-bot {
    background-color: #122948;
    color: #fff;
}

#home-bot h4 {
    font-size: 2em;
    font-weight: 400;
}

#home-bot b {
    font-weight: 900;
}

#home-bot p {
    max-width: 70%;
}

#home-bot .projs {
    margin-bottom: -30px;
    padding-top: 30px;
}

#home-bot .projs a {
    display: contents;
}

#home-bot .projs .proj1 {
    background: url('../img/proj1.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    max-width: 220px;
    max-height: 240px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    margin: 0 auto;
    transition: all .6s;
}

#home-bot .projs .proj2 {
    background: url('../img/proj2.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    max-width: 220px;
    max-height: 240px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 15px;
    transition: all .6s;
}

#home-bot .projs .proj3 {
    background: url('../img/proj3.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    max-width: 220px;
    max-height: 240px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 15px;
    transition: all .6s;
}

#home-bot .projs span {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    padding: 80px 0;
    display: block;
    opacity: 0;
    transition: all .6s;
}

#home-bot .projs .proj1::before,
#home-bot .projs .proj2::before,
#home-bot .projs .proj3::before {
    background-image: linear-gradient(180deg, rgba(43, 115, 164, 0.8) 60%, rgba(43, 115, 164, 0.8) 60%);
    position: absolute;
    border-radius: 15px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s linear;
}

#home-bot .projs .proj1:hover::before,
#home-bot .projs .proj2:hover::before,
#home-bot .projs .proj3:hover::before {
    opacity: 1;
}

#home-bot .projs .proj1:hover span,
#home-bot .projs .proj2:hover span,
#home-bot .projs .proj3:hover span {
    opacity: 1;
}

#cta-home {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(51, 51, 51, 1) 75%);
}

#cta1 {
    background: url('../img/cta.png') center no-repeat;
    background-size: cover;
    height: 300px;
    padding: 0 30px;
    border-radius: 20px;
}

#cta1 .row {
    height: 300px;
}

#cta1 h5 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 2.3em;
}

#cta1 p {
    margin: 0;
    color: #fff;
    font-size: 1.2em;
}

/*--------------------------------------------------------------
  # Sobre
  --------------------------------------------------------------*/

#sobre {
    background: url('../img/bg-sobre.jpg') center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#sobre h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
}

#sobre p {
    color: #fff;
}

#sobre-main {
    color: #000;
}

#sobre-main h2 {
    font-weight: 900;
    font-size: 2em;
}

#values {
    background-color: #EAEAEA;
    padding: 120px 0;
}

#values .title {
    font-size: 1.5em;
    font-weight: 900;
}

#sobre-bot {
    background: rgb(74, 114, 161);
    background: linear-gradient(90deg, rgba(74, 114, 161, 1) 50%, rgba(124, 13, 104, 1) 50%);
}

#sobre-bot p {
    color: #fff;
    font-weight: 800;
    font-size: 1.8em;
}

#sobre-bot span {
    color: #fff;
    font-weight: 300;
    margin-bottom: 7px;
    display: block;
}

#sobre-bot img {
    margin-top: -50px;
}


/*--------------------------------------------------------------
  # Soluções
  --------------------------------------------------------------*/

#solemp-title {
    background: url('../img/bg-solemp.jpg') left center no-repeat;
    background-size: cover;
    height: 300px;
}

#solemp-title .row {
    height: 300px;
}

#solemp-title h1 {
    color: #122948;
    font-weight: 900;
    font-size: 2em;
    margin: 0;
}

#empr-main h2 {
    font-size: 2.5em;
    font-weight: 900;
}

#empr-desc {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(210, 218, 224, 1) 10%, rgba(210, 218, 224, 1) 90%, rgba(255, 255, 255, 1) 90%);
}

#empr-desc .retro {
    background: url('../img/empretro.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
}

#empr-desc .retro h3 {
    font-weight: 800;
    font-size: 3em;
}

#empr-desc .cards img {
    border-radius: 15px 15px 0 0;
}

#empr-desc .cards .title {
    font-weight: 900;
    font-size: 1.4em;
}

#empr-desc .cards .cardx {
    filter: drop-shadow(0px 0px 3px #333);
}

#empr-desc .cards .cards-body {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 15px 15px;
}

#cta-emp {
    background: url('../img/bg-cta2.jpg') center no-repeat;
    background-size: cover;
    height: 425px;
}

#cta-emp .row {
    height: 425px;
}

#cta-emp h4 {
    font-weight: 900;
    font-size: 2.1em;
    color: #fff;
}

#cta-emp p {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
}

/*--------------------------------------------------------------
  # Soluções Residencial
  --------------------------------------------------------------*/

#solres-title {
    background: url('../img/bg-solres.jpg') left center no-repeat;
    background-size: cover;
    height: 300px;
}

#solres-title .row {
    height: 300px;
}

#solres-title h1 {
    color: #122948;
    font-weight: 900;
    font-size: 2em;
    margin: 0;
}

#res-main h2,
#res-main h3 {
    color: #122948;
    font-size: 1.8em;
    font-weight: 600;
}

#res-desc .bg-azul {
    background-color: #4a72a1;
    padding: 10px 10px 10px 0;
    border-radius: 15px;
    color: #fff;
    min-height: 410px;
}

#res-desc .bg-azul strong {
    font-weight: 900;
    font-size: 1.8em;
}

#cta-res {
    background: url('../img/bg-cta3.jpg') center no-repeat;
    background-size: cover;
    height: 425px;
}

#cta-res .row {
    height: 425px;
}

#cta-res h4 {
    font-weight: 900;
    font-size: 2.1em;
    color: #fff;
}

#cta-res p {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
}

/*--------------------------------------------------------------
  # Projetos
  --------------------------------------------------------------*/

#projetos {
    background: url('../img/bg-proj.jpg') center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#projetos h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
}

#projetos p {
    color: #fff;
}

#projs .proj-card {
    background-color: #e3e3e3;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    color: #000;
    min-height: 200px;
}

#projs .proj-card strong {
    font-weight: 800;
    font-size: 1.3em;
}

#projs a {
    display: block;
    transition: all 475ms ease;
}

#projs a:hover {
    filter: drop-shadow(0px 0px 5px #333);
}

#projs .proj-card p {
    position: relative;
    /* display: inline-block; */
    color: rgb(0, 0, 0);
    overflow: hidden;
    background: linear-gradient(to right, midnightblue, rgb(58, 58, 149) 50%, rgb(12, 16, 44) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 475ms ease;
}

#projs a:hover .proj-card p {
    background-position: 0 100%;
}

#projs img {
    border-radius: 15px 15px 0 0;
}

.gradient {
    height: 30px;
    background: linear-gradient(90deg, #4173a4, #7c0d69);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/

.map-if {
    margin-bottom: -7px;
}

#contato {
    background: url('../img/bg-contato.jpg') center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#contato h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
}

#contato p {
    color: #fff;
}

#formulario {
    /* -webkit-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
    -moz-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
    box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61); */
}

#formulario h2 {
    font-weight: 900;
    font-size: 3em;
}

#formulario .info-icons {
    font-size: 2.3em;
    padding: 7px;
    color: #ff8146;
    position: relative;
    right: 12px;
    top: 2px;
}

#formulario .ajuste {
    top: 6px;
}

#formulario a {
    color: #000;
}

#formulario .form-style {
    background-color: #e6ebef;
    padding: 40px;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 4px #333);
}


.g-recaptcha div:first-child {
    margin: 0 auto;
    display: block;
}


/*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/

.btn-form {
    background-color: #122948;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 7px 20px;
}

.btn-top {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    padding: 6px 20px;
    transition: all .5s;
}

.btn-top:hover {
    background-color: #db0007;
    color: #fff;
}

.btn-footer {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 3px 20px;
    border-radius: 0;
    width: auto;
    transition: all .5s;
}

.btn-footer:hover {
    background-color: #db0007;
    color: #fff;
}

.btn-yell {
    background-color: #e8841e;
    color: #000;
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all .5s;
}

.btn-yell:hover {
    background-color: #d49555;
    color: #333;
}

.btn-red i {
    font-size: 1.3em;
    position: relative;
    top: 3px;
}

.btn-branco {
    background-color: #fff;
    color: #FF0008;
    font-weight: 800;
    font-size: 1.2em;
    padding: 8px 20px;
    transition: all .5s;
}

.btn-branco:hover {
    background-color: rgb(221, 221, 221);
    color: #FF0008;
}

.btn-branco i {
    font-weight: 900;
    font-size: 1.3em;
    position: relative;
    top: 4px;
    margin-top: -4px;
}

.btn-contato {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    border-radius: 0;
    transition: all .5s;
}

.btn-contato:hover {
    background-color: #b8070d;
    color: #fff;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

footer {
    background-color: #333333;
    color: #fff;
}

#footer-info h6 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

#footer-info .barra {
    color: #FB0401;
}

#footer-info .title {
    margin: 0;
    color: #FB0401;
    font-style: normal;
    font-size: .7em;
    font-weight: 400;
}

#footer-info {
    background-color: #333333;
}

#footer-info p {
    color: #fff;
    margin: 0 0 5px;
    font-size: 1em;
}

#footer-info span {
    color: #fff;
    margin: 0 0 5px;
    font-size: .9em;
    font-weight: 400;
}

/* #footer-info img {
    width: 300px;
} */

#footer-info a {
    color: #fff;
}

#footer-info .info-icons {
    font-size: 2.3em;
    padding: 7px;
    color: #ff8146;
    position: relative;
    right: 12px;
    top: 2px;
}

/* #footer-info a:hover {
    text-decoration: underline;
} */

#footer-info .nav-bot {
    margin: 0;
    border-left: 1px solid #ffffff47;
}

#footer-info .nav-bot li {
    line-height: 2.5em;
}

#footer-info .nav-bot a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    transition: all .7s;
}

#footer-info .nav-bot a:hover {
    letter-spacing: .1em;
}

#footer-info .social-icons {
    font-size: 2.5em;
    color: #fff;
}

#footer-info .soci i {
    font-size: 2em;
}

#footer-info .whatsfot {
    width: 20px;
}

.footerhr {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
}

/*--------------------------------------------------------------
  # Copyright bottom
  --------------------------------------------------------------*/

#copyright {
    background: #333333;
}

#copyright p {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
}

#copyright a {
    display: contents;
    color: #fff;
}

#copyright img {
    width: 64px;
}

#copyright .poli {
    transition: all .5s;
}

#copyright .poli:hover {
    text-decoration: underline;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #formulario .ajuste2 {
        padding-left: 35px;
    }

    #formulario .bord {
        border-left: 1px solid #ccc;
    }

    #sol-top {
        margin-bottom: -6rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    #res-desc .bg-azul {
        min-height: 455px;
    }

    #projs .proj-card {
        min-height: 250px;
    }
    #sobre-bot p {
        font-size: 1.5em;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* #home-top h2 {
        font-size: 2.5em;
    } */

    #sol-top .sola {
        width: 300px;
        height: 300px;
    }

    #sol-top .solb {
        width: 300px;
        height: 300px;
    }

    #sol-top .solc {
        width: 300px;
        height: 300px;
    }

    #home-bot .projs .proj1,
    #home-bot .projs .proj2,
    #home-bot .projs .proj3 {
        height: 210px;
    }

    #home-bot .projs span {
        padding: 70px 0;
    }

    #sobre-bot p {
        font-size: 1.5em;
    }

    #sobre-bot span {
        font-size: 0.8em;
    }

    #res-desc .bg-azul {
        min-height: 527px;
    }

    #projs .proj-card {
        min-height: 272px;
    }

    #sobre-bot p {
        font-size: 1.2em;
    }

    #footer-info .info-icons {
        right: 20px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .header-top {
        background: #000;
    }

    .btn-top {
        font-size: 1em;
        margin-top: 15px;
    }

    #footer-info .info-icons {
        right: 0px;
    }

    #footer-info ul {
        padding-left: 0;
    }

    #footer-info .nav-bot li {
        line-height: 2em;
    }

    #ar {
        background: rgb(74, 114, 161);
        background: linear-gradient(180deg, rgba(74, 114, 161, 1) 25%, rgba(124, 13, 104, 1) 26%);
    }

    #ar p {
        margin: 15px;
    }

    #sobre h1 {
        font-size: 3em;
    }

    #home-slide {
        padding: 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        position: static;
    }

    #home-top {
        padding: 2rem 0 2.5rem;
    }

    #sol-emp .retrofit p {
        font-size: 2em;
        filter: drop-shadow(1px 2px 4px #fff);
    }

    #sol-emp .retrofit span {
        font-size: 1.4em;
        filter: drop-shadow(1px 2px 4px #fff);
    }

    #sol-top .sola {
        max-width: 450px;
        width: auto;
        height: 300px;
    }

    #sol-top .solb {
        max-width: 450px;
        width: auto;
        height: 300px;
    }

    #sol-top .solc {
        max-width: 450px;
        width: auto;
        height: 300px;
    }


    #sol-top .sola::before {
        opacity: 1;
    }

    #sol-top .sola .descb {
        opacity: 1;
    }

    #sol-top .sola .desca {
        opacity: 0;
    }

    #sol-top .solb::before {
        opacity: 1;
    }

    #sol-top .solb .descb {
        opacity: 1;
    }

    #sol-top .solb .desca {
        opacity: 0;
    }

    #sol-top .solc::before {
        opacity: 1;
    }

    #sol-top .solc .descb {
        opacity: 1;
    }

    #sol-top .solc .desca {
        opacity: 0;
    }

    #sol-emp .sidebar {
        border-left: none;
    }

    #sol-res .res-slider {
        padding: 0px 50px 0;
        margin: 50px 0 0;
    }

    #home-bot p {
        max-width: 100%;
    }

    #home-bot .projs {
        margin-bottom: 0px;
    }

    #cta1 {
        background-position-x: -490px;
    }

    #sobre-bot {
        background: rgb(74, 114, 161);
        background: linear-gradient(180deg, rgba(74, 114, 161, 1) 50%, rgba(124, 13, 104, 1) 50%);
    }

    #res-desc .bg-azul {
        min-height: auto;
    }

    #formulario .info-icons {
        right: 0;
        top: 5px;
    }

    #footer-info .nav-bot {
        border-left: none;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #ar {
        background: rgb(74, 114, 161);
        background: linear-gradient(180deg, rgba(74, 114, 161, 1) 28%, rgba(124, 13, 104, 1) 29%);
    }


    #cta1 {
        background-position-x: -640px;
    }

    #footer-info .nav-bot a:hover {
        letter-spacing: 0;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #ar {
        background: rgb(74, 114, 161);
        background: linear-gradient(180deg, rgba(74, 114, 161, 1) 36%, rgba(124, 13, 104, 1) 37%);
    }

    #sol-emp .sols .sol-box {
        max-width: 400px;
        margin: 0 auto;
    }


    #cta1 {
        background-position-x: -730px;
    }

    #cta1 h5 {
        font-size: 2em;
    }

    #empr-desc .retro h3 {
        font-size: 2em;
    }

    #empr-desc .cards .cards-body {
        max-width: 350px;
        margin: 0 auto;
    }

    #res-desc .bg-azul {
        padding: 10px;
    }

    #projs a {
        display: block;
        margin: 0 auto;
    }

    #projs .proj-card {
        min-height: 222px;
        max-width: 360px;
        margin: 0 auto;
    }

    .g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}