
@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueLight.otf') ;
    font-weight: 200 ;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueRoman.otf') ;
    font-weight: 400 ;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueMedium.otf') ;
    font-weight: 500 ;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueBold.otf') ;
    font-weight: 600 ;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueHeavy.otf') ;
    font-weight: 700 ;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueHeavyItalic.otf') ;
    font-weight: 700 ;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue' ;
    src: url('../fonts/HelveticaNeueBlack.otf') ;
    font-weight: 800 ;
}


:root {

	--bs-primary: #048d4f ;
	--bs-primary-rgb: 4, 141, 79 ;

	--bs-secondary: #f9de42 ;
	--bs-secondary-rgb: 249,222,66 ;

	--bs-warning: #F8AB30 ;
	--bs-warning-rgb: 248, 152, 40 ;

    --bs-font-sans-serif: "Helvetica Neue", sans-serif ;
	--bs-body-font-size: 14px;
	--bs-body-color: #000 ;
	--bs-body-font-weight: 400;

	--bs-link-color: #048d4f ;
	--bs-link-hover-color: #048d4fdd;
}

body {
    background-color: var(--bs-success);
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
    font-family: 'Helvetica Neue';
	text-transform: uppercase;
    font-weight: 700;
}

.fancy-title {
    font-style: italic;
    color: var(--bs-primary);
    padding-left: 130px ;
    background-image: url(../img/seta-titulo.png);
    background-size: 119px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1;
}
.fancy-title-2 {
    font-style: italic;
    color: var(--bs-primary);
    padding-left: 130px ;
    background-image: url(../img/seta-titulo-2.png);
    background-size: 119px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1;
}
.fancy-title-3 {
    font-style: italic;
    color: black;
    padding-left: 100px;
    background-image: url(../img/exploracao-sexual-zero.png);
    background-size: 78px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1;
    min-height: 78px;
}

.lead {
	font-weight: 400;
}

.btn {
	text-transform: uppercase;
	font-weight: 500;
    font-style: italic ;
	border-radius: 2rem;
	font-size: 16px;
    padding: 0.5rem 2rem;
}
.btn-lg {
	font-size: 18px;
}

.ff-secondary {
    font-family:'Helvetica Neue'!important ;
}

main {
	background: var(--bs-secondary);
}

small {
	font-size: 12px;
}

.btn-primary {
    --bs-btn-color: White;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: White;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: White;
    --bs-btn-active-bg: var(--bs-success);
    --bs-btn-active-border-color: var(--bs-success);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.6);
    --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.6);
}

.btn-outline-primary {
    --bs-btn-color: #FFEF17;
    --bs-btn-border-color: #FFEF17;
    --bs-btn-hover-color: #FFEF17;
    --bs-btn-hover-bg: #008542;
    --bs-btn-hover-border-color: #008542;
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: #300715;
    --bs-btn-disabled-border-color: #300715;
}

.btn-light {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: White;
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning);
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}

header#top_menu .nav-link.btn-video-campanha {
    background-image: url(../img/ico-video-menu.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 46px !important;
    background-color: #f47420;
    border-radius: 40px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.form-control,
.form-select {
	border-radius: 2rem ;
}
.form-group label {
    font-weight: 500;
    padding-left: 1rem;
    text-transform: uppercase;
    font-style: italic;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-striped-bg: rgba( 212,164,123, 0.3) ;
}

/* Header */

header#top_menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--bs-primary);
    padding: .5rem 0;
    color: white;
    border-bottom: 1px solid var(--bs-success);
    z-index: 1000 ;
}

.mobile-actions {
    text-align: left;
}

.bg-header {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
    z-index: 100;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, .2);
}

header#top_menu .nav-link {
    text-transform: uppercase;
    color: White;
    font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica Neue";
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
header#top_menu .btn {
    font-size: 14px;
    font-family: "Helvetica Neue";
}
header#top_menu .nav-link:hover {
    color: #FFEF17 ;
}

.navbar-brand {
	width: 119px;
}

header.interna {
    background-image: url(../img/header-interna-mobile.png);
    background-size: 420px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 430px;
}
header.interna .interna_logo {
    text-align: center;
    padding: 5.5rem 0 3.5rem 0;
}
header.interna .interna_logo img {
    width: 200px;
}

/* Content */

.prorrogou {
    display: block;
    width: 90%;
    text-align: center;
    background-color: var(--bs-primary);
    text-transform: uppercase;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    border: double 10px white;
    font-weight: 500;
    margin-bottom: 1rem;
}

.bg-video {
    background: linear-gradient(5deg, var(--bs-success), var(--bs-primary), var(--bs-primary));
}

.bg-roleta {
    background-image: url(../img/bg-roleta.png);
    background-size: 1920px ;
    background-position: bottom center ;
    background-repeat: no-repeat ;
}

.box-turbine {
    background-color: rgba(255, 255, 255, .15);
    padding: 2rem;
    border-radius: 1rem;
    height: 100%;
}

.pull-up-container {
    margin-bottom: -2rem;
}
.pull-up {
    margin-top: -2rem;
}

.rounded-end-6 {
    border-radius: 0 5rem 5rem 0;
    padding: 2.5rem 5rem 2.5rem 0;
}

.box {
	background-color: white ;
	color: black ;
	padding: 3rem 1rem 1rem 1rem;
	border-radius: 8px ;
	margin-bottom: 4rem ;
}

.bg-webdoor {
    padding-top: 20px;
    background-image: url(../img/bg-webdoor-mobile.jpg),
                      linear-gradient(180deg, transparent, transparent, rgba(255, 255, 255, .4) 850px, rgba(255, 255, 255, .4), #032E17 850px, #032E17);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 100%;
    background-position: top center, bottom center;
}

.bg-faq {
    background-image: linear-gradient(180deg, var(--bs-primary), rgb(53 157 76));
}


.accordion-button::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23048d4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23048d4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
    background-color: White ;
    border: none ;
    border-radius: 32px!important;
}
.accordion-button {
    color: White;
    background-color: var(--bs-primary);
    border-radius: 32px!important;
	font-size: 16px;
	font-family: "termina", sans-serif;
	padding-left: 32px;
	padding-right: 32px;
	font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-success);
    background-color: White ;
	box-shadow: none;
}
.accordion-body {
    color: var(--bs-success);
	padding-top: 0;
	padding-left: 32px;
	padding-right: 32px;
}

.bg-faq .accordion-button {
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
}
.bg-faq .accordion-button:not(.collapsed) {
    color: var(--bs-success);
    background-color: White ;
}

.inner-page {
    background-color: var(--bs-warning);
}

.inner-header {
    padding-top: 5.5rem;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #570d28 50%, #892655 100%), linear-gradient(90deg, #9a2352, #520A24);
    background-position: top 327px center, top center;
    background-repeat: no-repeat, no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.nav-tabs {
    border: none;
}
.nav-tabs .nav-item {
    width: 100% ;
}
.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, .8);
    color: var(--bs-success);
    font-size: 16px;
    border: none;
    padding: 0.75rem 1rem 0.5rem 1rem;
    border-radius: 16px ;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px ;
    width: 100% ;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: White;
    box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.125);
    z-index: 2;
    position: relative;
}
.tab-pane {
    background-color: White;
    padding: .5rem;
    border-radius: 8px;
    border: none;
	position: relative;
	z-index: 4;
}



@keyframes countdown {
    0%  { content: '3'; }
    50% { content: '2'; }
    100% { content: '1'; }
}

@keyframes flash {
    0%  { background-color: rgba(255,255,255,0.3); }
    48% { background-color: rgba(255,255,255,0.3); }
    50% { background-color: rgba(255,255,255,1); }
    100% { background-color: rgba(255,255,255,0); }
}


/* Footer */

.social-link {
    border: 2px solid rgba(var(--bs-primary-rgb), 0.6);
    color: var(--bs-primary);
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    transition: .2s all;
    opacity: 1;
}
.social-link:hover {
    border: 2px solid rgba(var(--bs-primary-rgb), 1);
    color: var(--bs-primary);
    opacity: 0.8;
}

a.footer-menu-item {
    font-weight: 600;
    color: var(--bs-primary);
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s all;
    opacity: 1;
}
a.footer-menu-item:hover {
    color: var(--bs-primary);
    text-decoration: underline;
    opacity: .8;
}

.calhau {
    width: 100%;
    height: 4rem;
    background-image: linear-gradient(180deg, var(--bs-secondary), var(--bs-secondary) 3rem, white 3rem, white);
}
.calhau-celular {
    width: 100%;
    height: 4rem;
    background-image: linear-gradient(180deg, var(--bs-secondary), var(--bs-secondary) 3rem, white 3rem, white);
}
.calhau-relax {
    width: 100%;
    height: 4rem;
    background-image: linear-gradient(180deg, var(--bs-secondary), var(--bs-secondary) 3rem, white 3rem, white);
}

.gira-lg {
    transform: rotateZ(90deg);
}


@media (min-width: 576px)
{
    header.interna {
        background-image: url(../img/header-interna.jpg);
        background-size: 1920px;
        background-position: center top;
        background-repeat: no-repeat;
        height: 500px;
    }
    header.interna .interna_logo {
        text-align: center;
        padding: 7.5rem 0 0 0;
    }
    header.interna .interna_logo img {
        width: 250px;
    }
    header.interna .interna_titulo {
        width: 50%;
    }

    .nav-tabs {
        margin-left: 1rem;
    }
    .nav-tabs .nav-item {
        width: auto ;
    }
    .nav-tabs .nav-link {
        border-radius: 16px 16px 0 0;
        margin-right: 8px;
        margin-bottom: 0px ;
        width: auto ;
    }
}

@media (min-width: 768px)
{


}

@media (min-width: 992px)
{
	:root {
		--bs-body-font-size: 16px;
	}

	small {
		font-size: 14px;
	}

    .bg-webdoor {
        background-image: url(../img/bg-webdoor.jpg);
        background-size: 1920px;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: 805px;
        padding-top: 120px;
    }

    .prorrogou {
        display: inline-block;
        width: 280px;
        margin-right: 2rem;
        margin-bottom: 0;
    }    

	.navbar-brand {
		width: 120px;
	}

    .prize-content {
        width: 55%;
        margin-left: 45%;
    }
    .prize-image {
        width: 50%;
    }
    .prize-header {
        margin-left: -8rem;
    }

	.box {
        padding: 2rem;
        border-radius: 16px;
	}

    .pull-up {
        margin-top: -76px;
    }
	.pull-up-container-lg {
		margin-bottom: -4rem;
	}
	.pull-up-lg {
		margin-top: -4rem;
	}

    .rotate-lg {
        transform: rotateZ(-90deg);
    }

	.rounded-end-6-lg {
		border-radius: 0 5rem 5rem 0;
		padding: 2.5rem 5rem 2.5rem 0!important;
	}

	.tab-pane {
		padding: 2rem;
		border-radius: 16px;
	}

	.lights {
		height: 32px;
		background-size: 104px;
	}

	.nav-tabs {
		margin-left: 2rem;
	}
	.nav-tabs .nav-link {
		font-size: 18px;
		padding: 0.75rem 2rem 0.5rem 2rem;
	}

    .bg-roleta {
        margin-top: 4rem;
    }
    .drumroll-start {
        background-size: 1400px;
        height: 700px;
    }
    .drumroll-prize {
        background-size: 1400px;
        height: 700px;
    }

    .bg-rodape-home {
        background-image: linear-gradient(180deg, transparent, transparent 200px, #032E17 200px, #032E17);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;
    }
    .bg-rodape-home .order-lg-2 {
        background-color: transparent ;
    }

    .calhau {
        height: 170px;
        background-image: url(../img/bg-ondas.png), linear-gradient(180deg, rgb(53 157 76), rgb(53 157 76) 140px, white 140px, white);
        background-size: 1609px, 100%;
        background-position: top center, center;
        background-repeat: no-repeat, no-repeat;
    }
    .calhau-celular {
        height: 260px;
        background-image: url(../img/footer-interna-2.png), linear-gradient(180deg, var(--bs-secondary), var(--bs-secondary) 217px, white 217px, white);
        background-size: 1609px, 100%;
        background-position: top center, center;
        background-repeat: no-repeat, no-repeat;
    }
    .calhau-relax {
        height: 220px;
        background-image: url(../img/footer-interna.png), linear-gradient(180deg, var(--bs-secondary), var(--bs-secondary) 173px, white 173px, white);
        background-size: 1609px, 100%;
        background-position: top center, center;
        background-repeat: no-repeat, no-repeat;
    }

    .social-link {
        height: 58px;
        width: 58px;
    }

    footer li.list-inline-item + li.list-inline-item {
        border-left: 1px solid silver;
        padding-left: 14px;
    }

    .gira-lg {
        transform: rotateZ(0deg);
    }
}

@media (min-width: 1200px)
{
    .mobile-actions {
        display:none;
    }

    .prorrogou {
        width: 360px;
    }    

    header#top_menu {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: transparent ;
        padding: .5rem 0;
        border-bottom: none ;
    }

    header #top_menu_main {
        background-color: rgba(var(--bs-primary-rgb), 0.9);
        border-radius: 3rem;
        border: 1px solid rgba(255, 255, 255, .2);
        padding: 0 1rem;
    }

    .bg-header .navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 16px;
        padding-right: 16px;
	}
	.logged-user .nav-link {
		font-size: 14px ;
	}

	.inner-header {
		background-position: top 17.8vw center, top center;
	}
}

@media (min-width: 1400px)
{
    .prorrogou {
        width: 400px;
    }    

    .navbar-brand {
		width: 180px;
	}

	.bg-header .logged-user .nav-link {
		font-size: 16px ;
	}
}