/********** Template CSS **********/
h1,h2{
    font-family: 'Chakra Petch', sans-serif;
    color: #fff;
}
h2{
    font-size:40px;
}

:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
.wow{
    visibility: hidden;
}
.carousel-control-next,.carousel-control-prev{
    display:none;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
body{
    background-color:#2e2e2e !important;
    overflow-x: hidden;
}
.social-footer i{
    font-size:25px;
}
.main-text{
    font-size:56px;
}

.text-black{
    color: #000 !important;
}
@media screen and (max-width:1560px){
    .main-text{
        font-size:50px;
        margin-left: 5px;
    } 
}
@media screen and (max-width:1420px){
    .main-text{
        font-size:42px;
    } 
}
@media screen and (max-width:1230px){
    .main-text{
        font-size:35px;
    } 
}
.main-p span{
    color:#E52528;
    font-weight:700;
}
.destaque{
    color:#E52528;
    padding-left:30px;
    font-weight: 700;
}
.item{
    text-transform: uppercase;
    font-size:15px;
    font-weight:600;
    border-bottom: 2px solid #000;
    padding: 15px 15px 30px 30px;

}
.item:last-child{
    border-bottom: none;
}
.bg-second{
    background:#2e2e2e;
}
p span{
    color:#E52528;
    font-weight:600;
}
.second-text{
    position:absolute;
    left:-90px;
    white-space:nowrap;
}
.second-p{
    margin-top:110px;
    padding-bottom:240px;
}
.icon-red{
    max-width:150px;
}
.span-red{
    text-transform: uppercase;
    text-align: center;
    font-size:14px;
    font-weight:600;
    color:#E52528;
    font-family: 'Montserrat',sans-serif;
}
.overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    mix-blend-mode: overlay;

}
@media screen and (max-width:991px){
    .content-seta{
        bottom:80px !important;
    }
    .main-p{
        font-size: 13px;
    }
    .second-text{
        position:initial;
        left:0px;
        white-space:normal;
    }
    h1{
        font-size:26px;
    }
    h2{
        font-size:24px;
    }
    .second-p{
        margin-top:15px;
    }
    .span-red {
        font-size: 11px;
    }  
}
@media screen and (max-width:500px){
    .main-text{
        font-size:28px !important;
    }
}
p{
    color:#fff !important;
    font-family: 'Montserrat', sans-serif;
}

input.form-control, select.form-control,
input.form-control::placeholder, select.form-control::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    border-radius: 0px !important;
}
/*** 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: .5s;
}

.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 ***/
.logo{
    max-width:120px;
    width:100%;
}
.navbar{
    position: absolute;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 40px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
}
.navbar .navbar-nav .nav-link:last-child {
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px 15px;
    background:#212121;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  
}
.content-seta{
    position:absolute;
    width:100%;
    display:flex;
    justify-content:center;
    z-index: 999;
}
.seta-down{
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    max-width:35px;
    
}

.navbar.sticky-top {
    top: 0px;
    transition: .5s;
}
.m-height{
    min-height:100vh;
}
.navbar.shadow-sm{
    /*background: rgba(0,0,0,0.35);*/
    position:fixed;
    visibility: initial !important;
}
.shadow-sm{
    box-shadow: none !important;
}
@media (max-width: 1199px) {
    .m-height{
        min-height:auto;
    }
    .logo {
        max-width: 90px;
    }
    .btn-main {
        font-size: 14px !important;
        padding: 26px 15px !important;
    }
}  
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.shadow-sm .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 10px;
    }



    .btn-main{
        font-size: 14px !important;
        padding: 24px 15px !important;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--light);
        background: #191C24;
    }
    .navbar .navbar-nav .nav-link:last-child{
        padding: 10px 10px;
    }
    .seta-down{
        max-width:25px;
    }

    .item{
        padding: 5px 5px 10px 10px;
        font-size: 12px;
        min-height: 55px;
        margin-bottom: 5px;
    }
    .destaque {
        padding-left: 10px;
    }

    h2.destaque{
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .navbar.shadow-sm .navbar-nav .nav-link {
        /*padding: 20px 0;*/
    }

    .navbar.shadow-sm .navbar-nav .nav-link:last-child {
        /*padding: 20px 15px;*/
    }

    .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;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .85); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
#header-carousel .carousel-item {
    max-height: 100vh;
    height: 100vh;
    position: relative;
}
.video{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        /* min-height: 450px;
        max-height: 450px; */
        min-height:100vh;
    }
    .video{
        /* max-height: 450px; */
        min-height:100vh;
    }

    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media screen and (max-width:575px){
    #a-atlis{
        background-position: 65% center !important;
    }
    #tenho-interesse{
        background-position: 1% center !important;
    }
    .logo {
        max-width: 60px;
    }

    .item {
        font-size: 14px;
    }
    .btn-main {
        font-size: 12px !important;
        padding: 15px 15px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item .btn {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    background: var(--dark);
    opacity: 0;
}

.service-item:hover .btn {
    right: 0;
    bottom: 0;
    opacity: 1;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 3px;
    color: var(--primary);
    background: var(--dark);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--secondary);
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 1.5rem;
    font-size: 13px;
    
    background: var(--dark);
    font-family: 'Montserrat', sans-serif;
}
.footer input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    background: #212121 !important;
    font-weight:700;
    border-radius: 0px !important;
}
.footer h1, .footer h2{
    color:#000;
    font-weight:800;
}
.footer p{
    color:#000;
    font-weight:500;
    font-size:14px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.btn-main{
    padding: 40px 15px;
    background: #212121;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}