
my-email::after {
    content: attr(data-domain);
  }
my-email::before {
    content: attr(data-user);
  }

.esconde-microdata {
	display: none;
}

.nome-h1 {
	display: none;
}

.borda-caixa-vazia {
	border: 2px solid #009fbd;
}

.texto-pacote  {
font-size: 23px;	
}

.data-pacote  {
font-size: 19px;
font-weight: bold;	
}

.negrito {
    font-weight: bold;
}

.valor-pacote  {
font-size: 40px;
font-weight: bold;
margin-top: -15px;
color: #006c92;
}

.valor-pacote-sel  {
font-size: 20px;
font-weight: bold;
color: #006c92;
}

.pad-fechamento {
    padding: 0 0 20px 39px;
}

.total-pacote-sel {
    font: bold italic 24px arial, sans-serif;    
    color: #006c92;
}

.btn-page{
    position: relative;
    color:#fff;
	font-weight: bold;
	padding: 10px 30px 10px 30px;
    border-radius:15px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition:all 0.3s ease-out 0s;
}
.btn-page:hover{
    transform: scale(1,1);
    color:#fff;
}
.btn-page.color{
    background: linear-gradient(to left, #58885b , #006c92);
}
.btn-page.color:before{
    background: linear-gradient(to right,#58885b,#006c92);
}
@media only screen and (max-width: 767px){
    .btn-page{
        margin-bottom:15px;
    }
    .fecha-lista-resumo {
        padding-top: 2px;
    }
}

.fecha-lista-resumo {
    font: bold 20px arial, sans-serif;
    color: #d75553;
    padding-top: 7px;
}

.display-flex {
    display: flex;
    justify-content: space-between;
}

.display-flex2 {
    display: flex;
    justify-content: center;
}

.red {
    color: #d75553;
}

.btn-page2{
    position: relative;
    color:#006c92;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
    //border-radius:15px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition:all 0.3s ease-out 0s;
}
.btn-page2:hover{
    transform: scale(1,1);
    color:#58885b;
}
@media only screen and (max-width: 767px){
    .btn-page2{
        margin-bottom:15px;
    }
}

.event-default-title {
	font-size: 30px;
} 

.form-wrap_icon {
	position: relative;
}

.form-wrap_icon .form-input {
	padding-left: 120px;
}

.form-wrap_icon .form-label {
	left: 60px;
}

.form-wrap_icon::before {
	position: absolute;
	top: 57.5px;
	left: 22px;
	transform: translateY(-61%);
	margin-right: 7px;
	font-size: 30px;
	line-height: 24px;
	color: #c7c7c7;
}

.form-wrap_icon-blue::before {
	color: #144a6d;
}

.barra-div{
	margin-top: 25px;
    background: linear-gradient(to left, #58885b , #006c92);
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	color: #fff;
}

::-webkit-input-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

:-moz-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

::-moz-placeholder {
   color: orange;  
   font: 12px verdana, arial, sans-serif;
}

:-ms-input-placeholder {  
   color: orange;  
   font: 12px verdana, arial, sans-serif;
}

.btn-page3{
    position: relative;
    color:#ce081a;
    font-weight: bold;
    padding: 5px 25px 5px 25px;
    //border-radius:15px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition:all 0.3s ease-out 0s;
    font-size: 14px.
}
.btn-page3:hover{
    transform: scale(1,1);
    color:#58885b;
}
@media only screen and (max-width: 767px){
    .btn-page3{
        margin-bottom:15px;
    }
}
.font-size14 {
    font-size: 14px;
}