html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Poppins', sans-serif;
}

.icon {
    width: 32px;
    height: 32px;
}

#navbar {
    background-color: #202020;
    color: #F8F9FA;
    width: 100vw;
    z-index: 100;
}

#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navbar ul .nav-item {
    justify-content: space-evenly;
    padding: 0 10px;
    margin: 0 8px;
}

#navbarSupportedContent {
    align-items: center;
    margin: auto;
}

#navbar .nav-link {
    position: relative;
    text-decoration: none;
    letter-spacing: .5px;
    color: #F8F9FA;
}

#navbar .nav-link:hover {
    text-decoration: underline 3px #F8F9FA;
    text-underline-offset: 0.5rem;
    transition: 0.3s ease;
}

#navbar .nav-link:active {
    color: #fff;
}

#navbar .nav-link:visited {
    color: #fff;
}

header {
    background: linear-gradient(to right, rgba(13, 13, 13, 0.8), rgba(22, 22, 22, 0.7), rgba(13, 22, 39, 0)),
    url("../img/bg/header.png") no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: top;
    scroll-snap-align: start;
}

header h1 {
    margin-top: 50px;
    font-size: 74.2px;
}

header h2 {
    font-size: 60px;
}

header p {
    font-size: 20px;
}

#header-info {
    text-align: justify;
}

header .btn {
    font-family: 'Poppins', sans-serif;
    transition: 0.5s ease;
}

.about-content {
    padding-right: 100px;
}

.about-content h2 {
    font-size: 32px;
}

.about-content p {
    text-align: justify;
}

#services {
    background-color: #181818;
    height: auto;
}

#service-card {
    height: 380px;
}

.card .btn {
    font-family: 'Poppins', sans-serif;
}

#team {
    height: auto;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
}

.slide-content {
    padding: 45px 20px;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.team-card {
    border-radius: 25px;
    width: 280px;
    height: 480px;
    background-color: #c6c7c8;;
}

.title-name {
    display: flex;
}

.title-name a {
    padding-left: 10px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px 25px 0 0;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.title-name h4 {
    text-decoration: underline;
}

.title-name a {
    justify-content: center;
    font-size: 20px;
    color: #f2f2f2;
    text-decoration: none;
    color: #f2f2f2;
    transition: transform 0.5s;
}

.description {
    font-size: 15px;
    color: #080808;
    text-align: justify;
    padding: 8px;
}

.swiper-navBtn {
    color: #080808;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #000;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

@media screen and (max-width: 768px) {
    .swiper-navBtn {
        display: none;
    }
}


#contact {
    background-color: #181818;
}

.contact-btn {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid #F8F9FA;
    border-radius: 8px;
    width: 200px;
    text-decoration: none;
    color: #F8F9FA;
    letter-spacing: 1px;
    margin: 8px 0;
    transition: 0.5s ease;
}

.contact-btn:hover {
    background-color: #F8F9FA;
    color: #080808;
}

#whatsapp {
	width:38px;
	height:38px;
    margin: 5px;
    padding: 5px;
	background-color:#25d366;
	color:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	border-radius: 50%;
	text-align:center;
    font-size:25px;
}

.contact-btn span {
    letter-spacing: 1px;
    text-decoration: underline;
}

iframe {
    margin-top: 12px;
    width: 480px;
    height: 200px;
    border-radius: 10px;
}

#rodape {
    background-color: #101010;
    height: auto;
}

.home_media {
    padding-top: 20px;
    padding-right: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.home_media ul li {
    list-style: none;
    margin: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 14px;
    color: #f2f2f2;
}

.home_media a {
    text-decoration: none;
    color: #f2f2f2;
    display: inline-block;
    transition: transform 0.5s;
}

.instagram {
    cursor: pointer;
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #f2f2f2;
}

.instagram:hover {
    background-clip: border-box;
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-5px);
}

.linkedin:hover {
    color: #0077B5;
    transform: translateY(-5px);
}

.facebook:hover {
    color: #3B5998;
    transform: translateY(-5px);
}

.twitter:hover {
    color: #08a0e9;
    transform: translateY(-5px);
}

#topScroll {
    position: relative;
    display: flex;
    justify-content: right;
}

.scrollTop {
    width: 55px;
    height: 55px;
    padding: 10px 15px;
    background-color: transparent;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #F8F9FA;
    font-size: 28px;
    border: 1px solid #F8F9FA;
    border-radius: 50%;
    transition: 0.5s ease-out;
}

.scrollTop:hover {
    background-color: #F8F9FA;
    color: #101010;
}

footer {
    background: #080808;
    bottom: 0;
}

@media(max-width: 992px) {

    nav #navbar .nav-link:hover:after {
    width: 80px;
    }

    header {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg/header.png") no-repeat;
        background-size: cover;
        background-position: top;
    }

    .about-content {
        padding-right: 0;
        padding-bottom: 50px;
    }
}

@media(max-width: 768px) {
    header h1 {
        font-size: 60px;
    }
	
	header h2 {
		font-size: 48px;
	}

    header p {
        font-size: 16px;
    }
    iframe {
        width: 290px;
	}
}
