/*
	Theme Name: Blue Week
	Text Domain: blue
	Version: 1.0
	Author: bricioweb
	Author URI: https://bricioweb.com.br/
*/

* {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #A8A9AD;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #A8A9AD;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #A8A9AD;
}
:-moz-placeholder { /* Firefox 18- */
	color: #A8A9AD;
}

body {
	color: #ffffff;
}

body, h1, h2, h3, select, input, .button, button, label, textarea {
    font-family: 'GT America Condensed', Arial;
}

@font-face {
    font-family: 'GT America Condensed';
    src: url('../../assets/blue-week/fonts/GTAmerica-CondensedThin.woff2') format('woff2'),
        url('../../assets/blue-week/fonts/GTAmerica-CondensedThin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT America Condensed';
    src: url('../../assets/blue-week/fonts/GTAmerica-CondensedMedium.woff2') format('woff2'),
        url('../../assets/blue-week/fonts/GTAmerica-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.button {
	margin-bottom: 0;
	text-transform: lowercase;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 200px;
	color: #ffffff;
    font-size: 22px;
	outline: none;
	transition: none;
	padding: 16px 20px 21px 20px;
	height: 64px;
}

.button:active,
.button:hover,
.button:focus {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	outline: none;
	transition: none;
}


h2 {
    color: #ffffff;
    font-size: 37px;
    line-height: 39px;
    margin-bottom: 25px;
}

h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}

p {
	color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
}
#step5 button {
	margin-top: 30px;
}


body {
	background: #0F4CA0 url('../../assets/blue-week/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrap {
	height: 100vh;
	align-items: center;
	display: flex;
	max-width: 600px;
	justify-content: center;
	margin: 0 auto;
	padding: 0 30px;
}
#years {
	position: fixed;
	right: 20px;
	top: 20px;
}

.logo {
	margin-bottom: 20px;
	width: 190px;
}

.wrap-content {
	width: 100%;
}


label {
	font-size: 20px;
	color: #ffffff;
	line-height: 22px;
}

.form-group-radio {
	display: flex;
	align-items: center;
	grid-gap: 20px;
	justify-content: space-between;
	height: 64px;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    border-radius: 200px;
    margin-bottom: 0;
    width: 100%;
	margin-top: 15px;
	padding: 17px 20px 18px;
}
.form-group-radio div {
	display: flex;
    align-items: center;
	position: relative;
    justify-content: center;
	height: 50px;
}
.form-field-radio {
	visibility: hidden;
	position: absolute;
	margin-bottom: 0 !important;
}
.form-group-radio div label {
	opacity: 10;
	margin: 0;
	padding: 10px;
}
.form-field-radio:checked+label {
	opacity: 10;
}
.form-field-file span {
	white-space: nowrap;
    overflow: hidden;
    max-width: 92%;
    color: #A8A9AD;
    text-overflow: ellipsis;
    display: block;
    line-height: 28px;
}

.form-group-radio-check {
	display: none;
	position: absolute;
    right: -10px;
    top: -3px;
    width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ffffff;
}
.form-group-radio-check img {
	width: 30px;
}
.form-field-radio:checked+label+.form-group-radio-check {
	display: flex;
	align-items: center;
}

.form-field {
	height: 58px;
	border: 3px solid #ffffff;
	background-color: #ffffff;
	border-radius: 200px;
	margin-bottom: 0;
	width: 100%;
	font-size: 22px;
	padding: 17px 30px 20px;
	margin-top: 15px;
	color: #000000;
	outline: none;
	transition: none;
}
.form-field:focus {
	box-shadow: none;
	border: 3px solid #ffffff;
	outline: none;
	transition: none;
}
.form-field-file {
	padding: 8px 30px 12px;
	margin-top: 25px;
	cursor: pointer;
	text-align: left;
	position: relative;
	color: #A8A9AD;
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 25px;
}
.form-field-file img {
	width: 30px;
    margin-right: -6px;
    margin-top: 8px;
    opacity: 0.4;
}

.form-group-radio.warning,
.form-field.warning {
	border-color: red;
}

.cta-next {
	font-size: 30px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #47C7EA;
	display: none;
	outline: none;
	cursor: pointer;
	font-weight: 500;
}
.cta-next:hover,
.cta-next:focus,
.cta-next:active {
	color: #47C7EA;
	outline: none;
}

.form-group {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 25px;
}

.page-step,
.form-outer {
	display: none;
}


#ifOthers {
	display: none;
}


.wrap-full {
	padding: 0;
	width: 560px;
}
@media (max-width: 639px) {
	.wrap-full {
		width: 100%;
	}	
}



.ballons {
	display: grid;
	padding: 0 30px;
	grid-template-columns: 1fr;
	grid-gap: 22px;
	width: 100%;
}
.ballons 
.ballon {
	border: 1px solid #9EDBEE;
	border-radius: 10px;
	padding: 16px 30px 22px 30px;
}
.ballons 
.ballon.left {
	margin-right: 15px;
}
.ballons 
.ballon.right {
	margin-left: 15px;
}
.ballons 
.ballon h3 {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 25px;
}
.ballon h3 b {
	text-transform: uppercase;
	font-weight: 500;
}
.color-blue {
	color: #46C7EA;
}

.page-scroll {
    height: 100vh !important;
    display: grid !important;
    align-items: center;
    grid-template-columns: 1fr;
}
.page-scroll {
	position: relative;
}

.slick-arrow {
	display: none !important;
}
.slick-slide {
	width: 100% !important;
}

.plane1 {
	left: -230px;
	top: -100px;
    max-width: none;
	position: absolute;
}
.plane2 {
    right: -140px;
    position: absolute;
    max-width: none;
    top: -90px;
}
.plane3 {
	left: -280px;
    bottom: -30px;
	position: absolute;
    max-width: none;
}
.plane4 {
	right: -130px;
    top: 50%;
    max-width: none;
    position: absolute;
    margin-top: -75px;
    width: 500px;
}
.plane5 {
    right: -220px;
    top: 40px;
    max-width: none;
    position: absolute;
    margin-top: 0;
    width: 500px;
}
.plane6 {
    right: 0px;
    max-width: none;
    position: absolute;
    margin-top: 0;
    width: 320px;
    height: 240px;
    bottom: 49px;
}
.plane6 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.plane7 {
	width: 100%;
    height: 240px;
}
.plane7 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.b-big {
	font-size: 45px;
    line-height: 53px;
}

.plane8 {
	left: 0px;
    top: -283px;
    max-width: none;
    position: absolute;
    margin-top: 0;
    width: 320px;
    height: 240px;
}
.plane8 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.plane9 {
	left: -220px;
    bottom: 0px;
    max-width: none;
    position: absolute;
    width: 450px;
}


.s1 .ballons {
	position: relative;
	margin-top:0px;
}
.s1 .ballon {
	margin-top: 50px;
}
.s2 .ballons {
	position: relative;
	margin-top: 0px;
}
.s2 .ballon.first {
	margin-top: 80px;
}
.s4 .ballons {
	position: relative;
	margin-bottom: 0;
}
.s4 .ballon.last {
	margin-bottom: 200px;
}
.s5 .ballons {
	grid-gap: 250px;
}
.s6 .ballons {
	margin-top: 150px;
}
.s7 .ballons {
	margin-bottom: 0;
	position: relative;
}
.s7 .ballon.last {
	margin-bottom: 302px;
}
.s8 .ballons .ballon-2 h3 {
	line-height: 26px;
}
.s10 .ballons {
	grid-gap: 40px;
}

.s10 .ballons .ballon-first {
	margin-bottom: 150px;
}

.s12 .ballons,
.s9 .ballons {
	position: relative;
	margin-bottom: 0;
}
.s12 .ballons {
	grid-gap: 100px;
}

.emojis img {
	position: absolute;
}
.emojis img {
	width: 70px;
	height: auto;
}

.s9 .emojis img:nth-child(1) {
    bottom: 10px;
    left: 152px;
    z-index: -1;
    width: 40px;
}
.s9 .emojis img:nth-child(2) {
	bottom: 95px;
	left: 181px;
	z-index: -1;
	width: 50px;
}
.s9 .emojis img:nth-child(3) {
    bottom: 117px;
    left: 75px;
}
.s9 .emojis img:nth-child(4) {
    bottom: 179px;
    width: 37px;
    left: 185px;
}
.s9 .emojis img:nth-child(5) {
	bottom: 228px;
	left: 130px;
	width: 60px;
}

.s10 .ballon-emoji {
	position: relative;
}
.s10 .ballon-emoji .emojis img:nth-child(1) {
    bottom: 43px;
    left: 85px;
    z-index: -1;
    width: 40px;
}
.s10 .ballon-emoji .emojis img:nth-child(2) {
    bottom: 118px;
    left: 32px;
    z-index: -1;
}
.s10 .ballon-emoji .emojis img:nth-child(3) {
    bottom: 86px;
    left: 121px;
    z-index: -1;
    width: 50px;
	
}
.s10 .ballon-emoji .emojis img:nth-child(4) {
	bottom: 215px;
    left: 90px;
    z-index: -1;
    width: 55px;
	
}
.s10 .ballon-emoji .emojis img:nth-child(5) {
	bottom: 166px;
    left: 136px;
    z-index: -1;
    width: 40px;
}


#logo-footer {
	position: relative;
	bottom:0;
	width: 100%;
	padding: 0 30px;
}


.s11 .ballon-emoji {
	position: relative;
}
.s11 .ballon-emoji .plane11 {
	right: -175px;
    position: relative;
    margin-bottom: 52px;
}
.s11 .ballon-emoji .emojis img:nth-child(1) {
    bottom: 84px;
    left: 65px;
    width: 40px;
}
.s11 .ballon-emoji .emojis img:nth-child(2) {
    bottom: 170px;
    left: 27px;
}
.s11 .ballon-emoji .emojis img:nth-child(3) {
    bottom: 141px;
    left: 121px;
    width: 50px;
}
.s11 .ballon-emoji .emojis img:nth-child(4) {
	bottom: 280px;
	left: 90px;
	width: 55px;
}
.s11 .ballon-emoji .emojis img:nth-child(5) {
	bottom: 227px;
	left: 141px;
	width: 40px;
}


.owl-stage {
	display: flex;
	align-items: center;
}

#slides {
	width: 390px;
	height: 100vh;
	margin: 0 auto;
	align-items: center;
	display: flex;
}
#slides img.thumb {
	width: 390px;
	height: auto;
}
.slider-item {
	position: relative;
}
.slider-item span {
	font-size: 27px;
	color: #ffffff;
}
.slider-item span span {
	font-weight: 500;
	text-transform: uppercase;
}
.slider-item span b {
	font-weight: 500;
	color: #46C7EA;
	text-transform: uppercase;
}

#n1 {
    position: absolute;
    top: 376px;
    line-height: 28px;
    left: 60px;
}
#n2 {
	position: absolute;
	top: 313px;
	line-height: 30px;
	left: 50px;
}


#n3_1 {
    position: absolute;
    top: 159px;
    left: 55px;
    line-height: 29px;
}
#n3_2 {
    position: absolute;
    top: 469px;
    text-align: right;
    line-height: 29px;
    right: 49px;
    width: 245px;
}
#n4 {
	position: absolute;
	top: 212px;
	text-align: right;
	line-height: 29px;
	right: 52px;
	width: 245px;
}
#n5_1 {
	position: absolute;
	top: 92px;
	text-align: right;
	line-height: 29px;
	right: 53px;
	width: 245px;
}
#n5_2 {
	position: absolute;
	top: 522px;
	text-align: right;
	line-height: 29px;
	right: 53px;
	width: 245px;
}
#n6_1 {
	position: absolute;
	top: 548px;
	text-align: right;
	line-height: 29px;
	right: 47px;
	width: 272px;
}
#n6_2 {
    position: absolute;
    top: 55px;
    text-align: right;
    line-height: 29px;
    right: 47px;
    width: 263px;
}
#n6_1 b {font-size: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 272px;display: block;float: right;}
#n6_1 span {
	font-size: 46px;
	display: block;
	margin-top: 11px;
}

.pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#pic6 {
    position: absolute;
    bottom: 240px;
    right: 4px;
    width: 325px;
    height: 229px;
}




#pic7 {
    position: absolute;
    bottom: 50px;
    right: 4px;
    width: 325px;
    height: 210px;
}
#n7_1 {
	position: absolute;
	top: 62px;
	text-align: right;
	line-height: 29px;
	right: 47px;
	width: 272px;
}
#n7_2 {
    position: absolute;
    top: 231px;
    text-align: right;
    line-height: 29px;
    right: 47px;
    width: 263px;
}


#pic8_1 {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 325px;
    height: 229px;
}
#n8 {
	position: absolute;
	top: 305px;
	text-align: right;
	line-height: 29px;
	right: 54px;
	width: 263px;
}
#n8 b {font-size: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 272px;display: block;float: right;}
#n8 span {
    font-size: 38px;
    display: block;
    margin-top: 8px;
    width: 263px;
    text-align: right;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 34px;
}


#pic8_2 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 325px;
    height: 210px;
}
.emojis {
	width: auto !important;
}
#emoji8 {
    position: absolute;
    bottom: 9px;
    left: 106px;
    width: 123px !important;
}


#emoji9 {
	position: absolute;
	bottom: 252px;
	left: 68px;
	width: 126px !important;
}

#emoji10 {
	position: absolute;
	top: 57px;
	left: 68px;
	width: 123px !important;
}




#n9_1 {
	position: absolute;
	top: 59px;
	text-align: right;
	line-height: 29px;
	right: 54px;
	width: 263px;
}
#n9_1 b {font-size: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 272px;display: block;float: right;}
#n9_1 span {
    font-size: 38px;
    display: block;
    margin-top: 8px;
    width: 263px;
    text-align: right;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 34px;
}
#n9_2 {
    position: absolute;
    top: 559px;
    text-align: right;
    line-height: 29px;
    right: 47px;
    width: 274px;
}
#n10 {
    position: absolute;
    top: 365px;
    text-align: right;
    line-height: 29px;
    right: 47px;
    width: 274px;
}

#overlay {
	width: 100%;
	height: 100%;
	background-color: #0F4CA0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}




#a1 {
	max-width: inherit;
    position: absolute;
    top: 165px;
}
#a4 {
	max-width: inherit;
    position: absolute;
    bottom: 122px;
}