@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primay-blue: #618bc5;
	--red: #a42927;
	--bg-gray: #333333;
	--green: #42ba81;
	--yellow: yellow;
	--orange: #eb9437;
}

body {
	font-family: 'Montserrat';
}

h1 {
	font-weight: bolder;
	font-size: 1.8rem !important;
}

h2 {
	font-weight: bolder;
	font-size: 1.65rem !important;
}

h3 {
	font-weight: bolder;
	font-size: 1.5rem !important;
}

h4 {
	font-weight: bolder;
	font-size: 1.35rem !important;
}

h5 {
	font-weight: bolder;
	font-size: 1.20rem !important;
}

h6 {
	font-weight: bolder;
	font-size: 1rem !important;
}

a {
	transition: .2s ease-in-out;
}

a:hover {
	transition: .2s ease-in-out;
	text-decoration: none;
}

.bg-img-cover {
	height: auto;
	display: flex;
	color: #ffffff;
    justify-content: center;
	background-image: url('https://piratasdebombinhas.submarinescuba.com.br/images/background.png');
}

.navbar-toggler {
	position: absolute;
    top: 26px;
    right: 26px;
	background-color: #a42927;
}

.header-left {
	flex-direction: column;
}

.container-logo img {
	width: 284px;
}

.title-container {
	justify-content: center;
    flex-direction: column;
}

.title-container h2 {
	font-weight: bolder;
}

.botao-primario {
	color: #fff;
    line-height: 1.5;
	font-weight: 700;
	text-align: center;
	border-radius: 6px;
    font-size: 1.25rem;
	padding: .5rem 1rem;
	padding-bottom: 0.25rem;
	background-color: var(--green);
	text-transform: uppercase;
    border: 2px solid var(--green) !important;
}

.botao-primario:hover {
	color: var(--green);
    background-color: #ffffff;
    border: 2px solid var(--green) !important;
}

.botao-secundario {
	color: #ffffff;
    line-height: 1.5;
	font-weight: 700;
	border-radius: 6px;
    font-size: 1.25rem;
	padding: .5rem 1rem;
	padding-bottom: 0.25rem;
	background-color: var(--red);
	text-transform: uppercase;
    border: 2px solid var(--red) !important;
}

.botao-secundario:hover {
	color: var(--red);
    background-color: #ffffff;
    border: 2px solid var(--red) !important;
}

.botao-terciario {
	color: var(--red);
    line-height: 1.5;
	font-weight: 700;
	border-radius: 6px;
    font-size: 1.25rem;
	padding: .5rem 1rem;
	padding-bottom: 0.25rem;
	background-color: #ffffff;
	text-transform: uppercase;
    border: 2px solid var(--red) !important;
}

.botao-terciario:hover {
	color: #ffffff;
    background-color: var(--red);
    border: 2px solid var(--red) !important;
}

.bg-red {
	background-color: var(--red);
}

.bg-red :is(h1, h2, h3, h4, h5, h6, span, p, ul, li, a) {
	color: #ffffff;
}

.bg-red :is(a) {
	font-weight: bolder;
}

.opinions {
    display: flex;
    padding: 40px 90px;
    justify-content: space-between;
}

.depoiment-header {
	display: flex;
}

.depoiment-header span {
	padding-left: 20px;
}

.thumb-header {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
  
.depoiment img {
	display: inline;
    margin: 0 auto;
    height: 100%;
    width: 280px;
}

.depoiment-text {
	padding-top: 20px;
}

.container-about {
	padding: 40px 90px;
}

.about-lists {
	display: flex;
    justify-content: space-between;
}

.container-roadmap {
	padding: 40px 90px;
}

.roadmap-map img {
	width: 500px;
}

.roadmap-options {
	width: 100%;
    display: flex;
	padding-top: 40px;
    justify-content: space-around;
}

.options {
	justify-content: space-around;
}

.option {
	padding: 30px;
	display: flex;
	border-radius: 6px;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 10px 10px 28px -2px #000000;
}

.grow {
	transition: all 0.3s ease !important;
}
  
.grow:hover {
	transition: all 0.3s ease !important;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.btn-card-value {
	display: flex;
    justify-content: center;
}

.option-yellow {
	width: 30px;
    height: 30px;
    background-color: var(--orange);
}

.option-orange {
	width: 30px;
    height: 30px;
    background-color: var(--orange);
}

.doubts {
    flex-direction: column;
    justify-content: space-between;
}

.doubt {
	width: 44%;
    display: flex;
    padding: 18px;
}

.doubt-number {
	padding: 10px 20px;
}

.container-doubts {
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.container-number {
	background-color: red;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.container-number h4 {
	margin-bottom: unset;
}

.footer {
	padding: 40px 90px;
}

.container-footer {
	flex-direction: row;
    justify-content: space-between;
}

.hour-contact {
	display: flex;
    flex-direction: column;
}

.container-nav {
	width: 50%;
}

.container-nav .menu-footer ul {
	display: flex;
	list-style: none;
    justify-content: space-around;
}

.menu-social {
	display: flex;
	justify-content: flex-end;
}

.menu-social ul li {
	margin-right: 20px;
}

.off-icon-fb,
.off-icon-ig,
.off-icon-yt {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 10px;
}

.off-icon-fb {
	background-image: url('https://piratasdebombinhas.submarinescuba.com.br/images/icon-facebook.svg');
}

.off-icon-ig {
	background-image: url('https://piratasdebombinhas.submarinescuba.com.br/images/icon-instagram.svg');
}

.off-icon-yt {
	background-image: url('https://piratasdebombinhas.submarinescuba.com.br/images/icon-youtube.svg');
}

#yt-video {
	display: none;
}

#video-thumb {
	cursor: pointer;
}

.ds-none {
	display: none;
}

.container-video {
	display: flex;
    align-items: center;
}

.header-container {
	padding-bottom: 56px;
}

#icon-whats {
	cursor: pointer;
	position: fixed;
	z-index: 30;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
}

#icon-whats svg {
	width: 100%;
	height: auto;
}

.navbar {
	padding: unset !important;
	justify-content: flex-end;
}

.navbar-expand-lg .navbar-toggler {
	display: unset;
}

.dropdown-menu {
	left: unset;
	right: -44px !important;
}

.option-list ul {
    text-align: start;
}

@media (max-width: 1024px) {
	.navbar-expand-lg .navbar-toggler {
		display: unset;
	}

	.navbar-expand-lg .navbar-toggler {
		z-index: 9999;
	}

	.container-roadmap, .container-about {
		padding: 40px 20px;
	}

	.roadmap-options {
		flex-direction: column;
	}

	.second-option {
		margin-top: 50px;
	}

	.option {
		padding: 16px;
	}

	.container-doubts {
		flex-direction: column;
	}

	.doubt {
		width: 100%;
		padding: 0px;
		padding-bottom: 20px;
	}

	.doubt-number {
		padding: 10px 4px;
	}

	.container-footer {
		flex-direction: column;
	}

	.footer {
		padding: 40px 38px;
	}

	.box-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.menu-footer {
		display: none;
	}

	.container-nav {
		width: 100%;
	}

	.menu-social ul {
		display: flex;
		width: 100%;
		justify-content: space-around;
		padding-top: 22px;
	}

	.depoiment {
		padding-bottom: 20px;
	}

	.opinions {
		flex-direction: column;
	}

	.btn-header {
		display: flex;
    	justify-content: center;
	}

	.container-video {
		padding-top: 50px;
	}

	#icon-whats {
		width: 80px;
		height: 80px;
		bottom: 70px;
		right: 40px;
	}
}