/* Landing CSS */

* {
	font-family: Lato;
}

/* Relacionados ao header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 140px;
	background: #EAEAEA;
}

.header .logo {
	margin: 25px auto;
	text-align: center;
}

.header .nav.navbar-nav.menu {

}

a:hover {
	text-decoration: none !important;
}

.navbar-nav.main-menu {
	margin-left: 40px;
	margin-top: 10px;	
}

ul {
	padding-left: 0;
	-webkit-padding-start: 0 !important;
    list-style-type: none;
}

li {
	color: #FFFFFF;
    font-weight: bold;
	position: relative;
}

li span {
	position: absolute;
	right: 0;
}

/***************************/
/***************************/

/* Relacionados ao body */
.body {
	position: relative;
    height: 825px;
	background: url('../img/imagem_fundo.png') no-repeat;
	background-size: cover;
}

.body .intro {
	/*background: url('../img/imagens_topo/tac.png') 80% no-repeat;*/
    padding-top: 225px;
}

.body .info {
	color: #50C0DD;
	margin-top: 175px
}

.caixa {
	position: relative;	
}

.caixa .label1 {
	width: 500px;
	background: rgba(255, 0, 102, 0.87);
	padding: 15px 55px;
	color: #FFFFFF;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.caixa .label1 span {
	font-weight: bold;
	font-size: 40px;
}

.caixa .label2 {
    width: 575px;
    background: rgba(255, 0, 102, 0.87);
    padding: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
	height: 245px;
	margin-top: -5px;
	margin-left: 10px;
}

.caixa .label2 p {
	padding-left: 25px;
	margin-bottom: 15px;
}

.caixa .label2 .pacote {
	width: 33%;
	height: 75px;
	padding: 15px 0;
    float: left;
	border-top: 1px dashed rgba(255, 255, 255, 0.70);
    border-left: 1px dashed rgba(255,255,255,0.70);
    border-right: 1px dashed rgba(255,255,255,0.70);
}

.caixa .label2 .pacote div {
	padding-left: 40%;
    line-height: 20px;
}

.caixa .label3 {
	width: 575px;
	background: rgba(102,102,102,0.9);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
	height: 115px;
	margin-top: 5px;
	margin-left: 10px;
}

.caixa .label3 .passo {
	width: 33%;
	padding: 5px 5px 10px 10px;
	float: left;
}

.caixa .label3 .passo div {
	font-size: 18px;
    font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	line-height: 1;
    text-align: left;
}

.caixa .label3 .passo div span {
	font-size: 75px;
    line-height: 1px;
}

.caixa .label4 {
	width: 400px;
    background: #666666;
    margin-left: 185px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pequeno-almoco {
	background: url('../img/icone_pequeni_almoco.png') no-repeat 20% center;
}

.espumante {
	background: url('../img/icone_espumante.png') no-repeat 20% center;
}

.chocolate {
	background: url('../img/icone_chocolate.png') no-repeat 20% center;
	height: 100%;
}

.kit-erotico {
	background: url('../img/icone_kit_erotico.png') no-repeat 20% center;
}

.passas {
	background: url('../img/icone_passas.png') no-repeat 20% center;
}

.brinde {
	background: url('../img/icone_surpresa.png') no-repeat 20% center;
}

.row.margens {
	padding: 50px 0;	
}

.btn-rosa {
	background: #50C0DD !important;
	border: 2px solid #FFFFFF !important;
	color: #FFFFFF !important;
}


.form-box {
	background: rgba(255, 0, 102, 0.87);
	height: auto;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}

.navbar {
    margin-bottom: auto !important;
}

/*************************************/
/******* Landing Fim Campanha ********/

.form-box .inactivo {
	background: rgba(255, 0, 102, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.caixa .label2.inactivo p {
    margin-bottom: 25px;
}

.label2 p span {
	font-size: 30px;
	font-weight: bold;
}

.facebook {
	position: relative;
	left: 25px;
	height: 50px;
	width: 400px;
	background: #3d5b99;
	border-radius: 5px;
}

.facebook .texto {
	position: absolute;
	line-height: 50px;
	left: 50px;
	font-size: 18px;
	text-transform: uppercase;
}

.facebook .texto:after {
	content: '';
	border-left: 1px solid #FFFFFF;
	margin-left: 65px;
}

.facebook .logo {
	position: absolute;
	right: 40px;
	top: 12px;
}

a,
a:hover {
	color: #FFFFFF;
}


/*************************************/

/* Relacionados ao footer */
.footer {
	height: 150px;
	background: #EAEAEA;
	padding: 25px 0;
	width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.footer .container {
	position: relative;	
}

.footer .logo {
    position: absolute;
    left: 0;
    top: 15px;	
}

.footer .copyright {
	position: absolute;
	right: 0;
	top: 40px;
	text-transform: uppercase;
	color: #FF0066;
}

/*************************/
/******** Mautic *********/


button {
	border-radius: 0 !important;
	text-transform: uppercase;
	height: 45px;
    padding-left: 35px !important;
}

input {
	border-radius: 0 !important;
	height: 45px;
    padding-left: 35px !important;
}

div#mauticform_wrapper_formulariopda2016 {
	width: auto;
    max-width: 75%;
}

div#mauticform_wrapper_formulariopda2016 .mauticform-page-wrapper.mauticform-page-1 {
	max-width: 500px;
}

.mauticform-row {
    margin-bottom: 10px !important;
}

h3#mauticform_label_formulariopda2016_faca_a_sua_prereserva {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

div#mauticform_input_formulariopda2016_faca_a_sua_prereserva {
	font-size: 18px;
	color: #FFFFFF;
}


div#mauticform_input_formulariopda2016_campos_obrigatorios {
	font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
}

input#mauticform_input_formulariopda2016_nome::-webkit-input-placeholder,
input#mauticform_input_formulariopda2016_telemovel::-webkit-input-placeholder,
input#mauticform_input_formulariopda2016_email::-webkit-input-placeholder {
	color: #FF0066;
	font-weight: bold;
	text-transform: uppercase;
}

select#mauticform_input_formulariopda2016_selecione_a_suite_que_des {
	color: #FF0066;
	height: 45px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	padding-left: 30px;
}

button#mauticform_input_formulariopda2016_submit {
	text-align: left;
	background: #FFFFFF url('../img/seta_rosa.png') 90% no-repeat !important;
	color: #FF0066;
	transition: 1s all;
	width: 100%;
}

button#mauticform_input_formulariopda2016_submit:hover {
	background: #E00058 url('../img/seta.png') 90% no-repeat !important;
	color: #FFFFFF;
	transition: 1s all;
}

div#mauticform_wrapper_formulariopda2017 {
	width: auto;
    max-width: 75%;
}

div#mauticform_wrapper_formulariopda2017 .mauticform-page-wrapper.mauticform-page-1 {
	max-width: 500px;
}

.mauticform-row {
    margin-bottom: 10px !important;
}

h3#mauticform_label_formulariopda2017_faca_a_sua_prereserva {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

div#mauticform_input_formulariopda2017_faca_a_sua_prereserva {
	font-size: 18px;
	color: #FFFFFF;
}


div#mauticform_input_formulariopda2017_campos_obrigatorios {
	font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
}

input#mauticform_input_formulariopda2017_nome::-webkit-input-placeholder,
input#mauticform_input_formulariopda2017_telemovel::-webkit-input-placeholder,
input#mauticform_input_formulariopda2017_email::-webkit-input-placeholder {
	color: #FF0066;
	font-weight: bold;
	text-transform: uppercase;
}

select#mauticform_input_formulariopda2017_selecione_a_suite_que_des {
	color: #FF0066;
	height: 45px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	padding-left: 30px;
}

button#mauticform_input_formulariopda2017_submit {
	text-align: left;
	background: #FFFFFF url('../img/seta_rosa.png') 90% no-repeat !important;
	color: #FF0066;
	transition: 1s all;
	width: 100%;
}

button#mauticform_input_formulariopda2017_submit:hover {
	background: #E00058 url('../img/seta.png') 90% no-repeat !important;
	color: #FFFFFF;
	transition: 1s all;
}

/*************************/

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.header {
		display: block;	
	}

	.mauticform_wrapper {
		max-width: 85% !important;
		margin: 65px auto !important;
		right: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.mauticform_wrapper {
		max-width: 90% !important; 	
	}

	.caixa .label2 p {
		padding-left: 0px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.facebook {
		width: 265px;
	}

	.facebook .texto {
		left: 20px;
		font-size: 16px;
	}

	.facebook .texto:after {
		margin-left: 20px;
	}

	.facebook .logo {
		right: 15px;
	}
	
	.caixa .label2.inactivo {
		height: 200px;
	}

	.caixa .label2.inactivo p {
		text-align: center;
	}

	.caixa .label3 {
		margin-top: auto;
		background: rgba(102,102,102,1);
	}

	.caixa .label3 .passo {
    	width: 100%;
	}
	
	.caixa .label2 {
		margin-top: auto;
		height: 500px;
	}

	.caixa .label2 .pacote {
		width: 100%;
		height: 65px;
		padding: 15px 0 15px 15px;
	}

	input, button, select {
		padding-left: 15px !important;	
	}

	.pequeno-almoco {
		background: url('../img/icone_pequeni_almoco.png') no-repeat 10% center;
	}

	.espumante {
		background: url('../img/icone_espumante.png') no-repeat 10% center;
	}

	.chocolate {
		background: url('../img/icone_chocolate.png') no-repeat 10% center;
		height: 100%;
	}

	.kit-erotico {
		background: url('../img/icone_kit_erotico.png') no-repeat 10% center;
	}

	.passas {
		background: url('../img/icone_passas.png') no-repeat 10% center;
	}

	.brinde {
		background: url('../img/icone_surpresa.png') no-repeat 10% center;
	}

	.caixa .label1 {
		padding: 25px 20% !important;
		text-align: center;
		width: auto;
	}

	.caixa .label1 span {
		font-size: 25px;
	}
}

@media only screen and (max-width: 991px) {
	.body {
		margin-top: 75px;
		height: auto;
	}
	
	.body .intro {
		margin-top: auto;
		padding-top: 65px;
	}

	.mauticform_wrapper {
		/*max-width: 50% !important;*/
		margin: auto !important;
		padding-top: 15px;
		right: 0 !important;
		left: 0;
	}

	.facebook {
		left: auto;
		margin: auto;
	}
}

@media screen and (max-width: 990px) and (min-width: 768px) {
	.caixa .label1 {
		width: 100%;
		padding: 15px 30%;
		text-align: center;
	}

	.caixa .label2 p {
		text-align: center;
	}

	.caixa .label2.inactivo {
		height: 190px;
	}
}

@media only screen and (max-width: 991px) {
	
	div#mauticform_wrapper_formulariopda2016 .mauticform-page-wrapper.mauticform-page-1 {
    	max-width: 100%;
	}

	div#mauticform_wrapper_formulariopda2017 .mauticform-page-wrapper.mauticform-page-1 {
    	max-width: 100%;
	}

	.especial.col-md-6 {
		padding: 0;	
	}
	
	.caixa .label2,
	.caixa .label3 {
		width: 100%;
		margin-left: auto;
		text-align: left;
	    padding-left: 25px;
		margin-top: auto;
	}
	
	.caixa .label2 {
		padding: 0 25px 10px 25px !important;	
	}
	
	.footer {
		height: auto;
	}
	
	.footer .logo {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
	}
	
	.footer .copyright {
		position: relative;
		top: auto;
		right: auto;
		text-transform: uppercase;
		color: #FF0066;
		width: 100%;
		text-align: center;
		padding: 25px 0;
	}
	
	.caixa .label4 {
		width: 100%;
		margin-left: auto;
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) {	
	.caixa {
		position: absolute;
		right: 5%;
	}
}


@media screen and (max-width: 1199px) and (min-width: 991px) {
	.caixa {
		position: absolute;
		right: 1%;
	}

	.caixa .label1 {
		padding: 15px 30px;
	}

	.caixa .label2,
	.caixa .label3 {
		width: 500px;
	}

	.caixa .label4 {
		margin-left: 110px;
	}
}

@media screen and (max-width: 767px) and (min-width: 481px) {
	.caixa .label2 p {
		padding-left: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.caixa .label2 .pacote {
		width: 50%;
	}

	.caixa .label1 {
		text-align: center;
		width: 100%;
		padding: 20px 15%;
	}

	.caixa .label2 {
		margin-top: auto;
		height: 305px;
	}

	.caixa .label2.inactivo {
		height: 190px;
	}

	.caixa .label3 {
		margin-top: auto;
		height: 135px;
	}
}

/********************************************************************************/
/* Take care of image borders and formatting */

img {
    max-width: 600px;
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    border: 0;
    outline: none;
}

a img {
    border: none;
}

/* General styling */

td, h1, h2, h3  {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

body {
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:none;
    width: 100%;
    height: 100%;
    color: #37302d;
    background: #ffffff;
}

table {
    background: transparent;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    color: #37302d;
    font-weight: 400;
}

h3 {
    color: #50C0DD;
    font-size: 28px;
}

.well {
    margin: 30px auto;
    width: 800px;
}

.text-center {
    text-align: center;
}

@media screen {
     /* Thanks Outlook 2013! http://goo.gl/XLxpyl*/
    td, h1, h2, h3 {
        font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
    }
}

/* Mobile styles */
@media only screen and (max-width: 480px) {

    table[class="w320"] {
        width: 320px !important;
    }

    table[class="w300"] {
        width: 300px !important;
    }

    table[class="w290"] {
        width: 290px !important;
    }

    td[class="w320"] {
        width: 320px !important;
    }

    td[class="mobile-center"] {
        text-align: center !important;
    }

    td[class="mobile-padding"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
    }
}
