body, html {
    overflow-x: hidden;
}
body {
	font-family: "Space Grotesk", sans-serif !important;
}

#header {
    position: absolute;
    width: 100%;
    background-image: none;
}

.navbar-brand img {
    height: 100px;
}

.principal li a {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}

.principal .btn-i {
    background: #FFFFFF;
    border-radius: 10px;
    padding-right: 16px;
    padding-left: 16px;
}

.principal .btn-i a {
    color: #733126 !important;
}

.principal {
    gap: 20px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.hero-home {
    padding-top: 150px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
}
.texto-1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    color: #6A6A6A;
}

.titulo-1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #FFFFFF;
}

.btn-1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #733126;
    background: #DB8A75;
    border-radius: 6px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-1 i {
    font-size: 20px;
    transform: rotate(-45deg);
}

.btn-2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    background: #733126;
    border-radius: 6px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-2 i {
    font-size: 20px;
    transform: rotate(-45deg);
}

.btn-3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1E3F52;
    background: #fff;
    border-radius: 6px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-3 i {
    font-size: 20px;
    transform: rotate(-45deg);
}

.home-2 {
    padding-top: 250px;
}

.box-vantagens img {
    margin-bottom: 10px !important;
	opacity: 0.5;
}

.box-vantagens:hover > img, .box-vantagens:hover > div img {
	opacity: 1;
}

.titulo-3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 30.0717px;
    line-height: 124%;
    color: #733126;
}

.home-3 {
    padding-top: 50px;
    padding-bottom: 120px;
}

.titulo-2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 69.3937px;
    line-height: 90%;
    color: #733126;
}

.slider-container {
    position: relative;
	margin-bottom: 20px;
}
.slider-controls {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-right {
    right: -15px;
    position: absolute;
    bottom: -15px;
	background-color: #fff;
    border-radius: 100%;
	width: 45px;
    height: 45px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slider-left {
    left: -15px;
    position: absolute;
    bottom: -15px;
	background-color: #fff;
    border-radius: 100%;
	width: 45px;
    height: 45px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slider-left span i, .slider-right span i {
    color: #666666;
}
.zoom-p {
    border-radius: 100%;
    background-color: #fff;
    border: none;
    width: 40px;
    height: 40px;
}

.img-ps{
	height: 380px;
	object-fit: cover;
	border-radius: 40px;
	width: 100%;
}
.img-tt{
    border-radius: 10px;
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.home-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 80px;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
}

.meutab {
    background-color: #DB8A75;
    display: flex;
    padding: 16px;
    margin: 0;
    list-style: none;
    justify-content: center;
    gap: 5px;
    margin-top: -80px;
}

.meutab li a {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #733126;
}

.meutab li a.ativo, .meutab li a.barra, .meutab li a:hover {
    color: #fff;
}

.img-serv {
    height: auto;
    border-radius: 40px;
    object-fit: contain;
}

#bserv_prev, #bserv_next {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
    background-color: #DB8A75;
    color: #733126;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#bserv_prev {
	left: 20px;
}

#bserv_next {
	right: 20px;
}

.videoto {
    width: 500px;
    height: 500px;
    object-fit: cover;
    max-width: 500px;
    border-radius: 100%;
	position: relative;
    z-index: 2;
}

.papion {
    background-color: #1E3F52;
    text-align: center;
    padding: 30px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.papion h3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 124%;
    color: #FFFFFF;
    padding-left: 70px;
    padding-right: 70px;
}

.papion p {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding-left: 100px;
    padding-right: 100px;
}

.row-papion-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/
.papion-2 {
  background-color: #733126;
    text-align: center;
    padding: 30px 30px 30px 60px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: end;
    display: flex;
	width: 100%;
}

.papion-2 h3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 124%;
    color: #FFFFFF;
	text-align: start;
}

#papion-2 .videoto {
	width: 100% !important;
    height: 100% !important;
	max-width: inherit !important;
}

#papion-2 a {
	 color: #733126 !important;
}

.papion-2 p {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}
#content-papion-2 {
	max-width: 600px
}
.row-papion-2 img {
  margin-left: 50px;
}

@media screen and (max-width: 992px) {
	.row-papion-2 {
		flex-direction: column;
	}
	.papion-2 {
		padding: 30px;
	}
	.row-papion-2 img {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/*/*/


.home-7 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
}

.titulo-2b {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 124%;
    color: #FFFFFF;
}

.formu input {
    height: 56px;
    border: 1.5px solid #733126;
    border-radius: 4px;
    padding: 8px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #733126;
}

.formu textarea {
    height: 120px;
    border: 1.5px solid #733126;
    border-radius: 4px;
    padding: 8px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #733126;
}

.formu button {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    background-color: #733126;
    padding: 10px 20px;
    border-radius: 100px;
}

#footer {
    background-color: #733126;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 150px;
}

.faixa-footer {
    background-color: #DB8A75;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faixa-footer p {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    color: #733126;
	margin-bottom: 0px;
}

.faixa-footer a {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    color: #733126;
	margin-bottom: 0px;
	text-decoration: underline;
}

.titulo-f {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
	display: block;
}

.texto-f {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.footmenu {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footmenu li a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}


.footmenu li a:hover {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
}

@media (max-width: 767px) {

.meutab {
    flex-wrap: nowrap;
    overflow-x: scroll;
}	

.rolagem-mob {
    flex-wrap: nowrap;
    overflow-x: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}	
	
.box-vantagens .titulo-3, .box-vantagens .texto-1 {
	text-align: center;	
}	
	
.navbar-toggler {
    filter: invert(1);
    border: none;
}
	
.principal {
    gap: 20px;
    background-color: #733126;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}	
	
.principal .btn-i {
    max-width: max-content;
    margin: auto;
}	
	
.titulo-1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #FFFFFF;
}
	
.hero-home {
    padding-top: 150px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
}
	
.home-2 {
    padding-top: 50px;
}	
	
.titulo-2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 90%;
    color: #733126;
}	
	
.meutab li a {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #733126;
    white-space: nowrap;
}	
	
.meutab {
    background-color: #DB8A75;
    display: flex;
    padding: 16px;
    margin: 0;
    list-style: none;
    justify-content: space-around;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-top: -80px;
}
	
.home-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
	
#bserv_prev, #bserv_next {
    top: unset;
    transform: translateY(-50%);
    bottom: 130px;
}
	
#bserv_prev, #bserv_next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    background-color: #DB8A75;
    color: #733126;
    font-size: 20px;
}
	
#bserv_prev {
    left: 15px;
}	
	
.titulo-3 {
    font-size: 25px;
}
	
.videoto, #papion-2 .videoto {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
    max-width: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
	
.papion h3, .papion p {
	padding: 0px;
}
	
.titulo-2b {
    font-size: 35px;
}
	
.faixa-footer p {
    line-height: 18px;
}
	
.redes {
    justify-content: center;
}	

	
}


