@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Bold.eot');
    src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Bold.woff2') format('woff2'),
        url('../fonts/DIN-Bold.woff') format('woff'),
        url('../fonts/DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Light.eot');
    src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Light.woff2') format('woff2'),
        url('../fonts/DIN-Light.woff') format('woff'),
        url('../fonts/DIN-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
    	max-width: 1268px;
    }
}

body *{

    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
body{
    font-family: 'DIN';
	font-size: 18px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: top center ;
    background-attachment: scroll;
    background-size: 100% auto;
    height: 100vh;
    overflow-y: auto;
}
body:before{
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(photos/2452.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-image: url(../images/bg.jpg);
}
body.alerta-cambio:before{
    background-image: url(../images/bg-alerta-cambio.jpg);
}
body.comercial:before{
    background-image: url(../images/bg-comercial.jpg);
}
body.remessas:before{
    background-image: url(../images/bg-remessas.jpg);
}
body.seguro:before{
    background-image: url(../images/bg-seguro.jpg);
}
p:last-child{
	margin: 0;
}
a:hover,
a{
	text-decoration: none;
	color: inherit;
}
.hover-up{
	    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    display: block;
}
.hover-up:hover{
	-ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.hover-up-big{
	    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    display: block;
}
.hover-up-big:hover{
	-ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
img{
	max-width: 100%;
}
header{
	padding-top: 20px;
	padding-bottom: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
header.scroll{
	background-color: rgba(113,197,108,.9);
	padding: 3px 0;
}
header .branding img{
    height: 76px;
    width: 217px;
	filter:	drop-shadow( 0px 3px 3px rgba(0, 0, 0, .15));
	
}
header.scroll .branding img{
	    height: 50px;
    width: 138px;

}
header.scroll .branding{
	padding-bottom: 2px;
}
header + *{
	margin-top: 170px;
}
header nav ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
header nav ul li{
	margin-left: 30px;
	color: #fff;
}
header nav ul li a{
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0,0,0,.4);
}
header nav ul li.icon a{    
	width: 40px;
    height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
header nav ul li.icon {
    margin-left: 35px;
}
header nav ul li.icon img{
	width: 25px;
	/* Sombra do telefone e whats menu superior */
	filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, .3));
}
header nav ul li.icon + .icon{
	margin-left: 5px;
}

header .branding{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec1 {
	padding-bottom: 80px;
}
.sec1 h1{
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0,0,0,.3);
    margin: 0;
}
.sec1 ul.featured{
	list-style: none;
	display: flex;
	flex-flow: column;
	padding: 0;
	margin-bottom: 0px;
	transform: translateY(-10px);
}
.sec1 ul.featured li{
    text-shadow: 0px 2px 4px rgba(0,0,0,.3);
    color: #fff;
}
.sec1 ul.featured li:not(:first-child) {
    margin-top: 40px;
}
.sec1 ul.featured li img{
	height: 30px;
	filter:	drop-shadow( 0px 2px 2px rgba(0, 0, 0, .3));
}
.sec1 ul.featured li .title{
	margin-bottom: 10px;
}


.sec1 ul.featured li h2{
	text-transform: uppercase;
	margin: 0 0 0 15px;
	font-size: 1.8rem;
}



.reserva .ticket .dropdown button span:after,
.sec1 .box-cotacao .motivo button span:after,
.sec1 .box-cotacao ul.tabs-content li .select-flags .flags .selected span:after{
	content: '';
    transform: rotate(-45deg);
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 0 0 0 3px;
    border-top: 0;
    border-right: 0;
    position: absolute;
    right: 4px;
    top: 5px;
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
.sec1 .box-cotacao .motivo.inactive{
	display: none;
}
.reserva .ticket .dropdown button span:after,
.sec1 .box-cotacao .motivo button span:after{
	border-color: #71c56c;
}



.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected {
	cursor: default;
}
.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected:hover{
	background: transparent;
}
.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected span{
	padding-right: 0;
}
.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected span small{
    white-space: nowrap;
    font-size: 14px;
}
.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected span:after{
	display: none;
}

.reserva .ticket .dropdown.show button span:after,

.reserva .ticket .dropdown button span,
.sec1 .box-cotacao .motivo button span{
	padding-right: 25px;
	position: relative;
}
.reserva .ticket .dropdown button span,
.seguro .sec1 .box-cotacao .motivo button span{
	width: 100%;
	text-align: left;
	padding-left: 5px;
}
.reserva .ticket .dropdown button:after,
.sec1 .box-cotacao .motivo button:after{
	display: none;
}
.reserva .ticket .dropdown button,
.sec1 .box-cotacao .motivo button,
.reserva .ticket .dropdown input,
.sec1 .box-cotacao .motivo input,
.sec1 .box-cotacao ul.tabs-content li > .label,
.sec1 .box-cotacao ul.tabs-content li > label{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	background: #f8f8f8;
	border-radius: 0;
	padding:10px 8px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	font-size: 16px;
	color: #71c56c;
	margin: 0;
}

/* Apply the common styles */
.dropdown.motivo input {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    background: #f8f8f8;
    border-radius: 0;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-size: 16px;
    color: #71c56c; /* Text color */
    margin: 0;
    width: 100%; /* Ensure the input fills its container */
}

/* Adjust margins for specific elements */
.dropdown.motivo input {
    margin-top: 15px;
}

/* Change placeholder text color */
.dropdown.motivo input::placeholder {
    color: #71c56c; /* Match the text color */
}

.reserva .ticket .dropdown button,
.reserva .ticket .dropdown input,
.sec1 .box-cotacao .motivo input,
.sec1 .box-cotacao .motivo button{
	width: 100%;
}
.reserva .ticket .dropdown button,
.sec1 .box-cotacao .motivo button,
.reserva .ticket .dropdown input,
.sec1 .box-cotacao .motivo input,
.sec1 .box-cotacao ul.tabs-content li > .label,
.sec1 .box-cotacao ul.tabs-content li > label + label{
	margin-top: 15px;
}
.reserva .ticket .dropdown button,
.sec1 .box-cotacao .motivo button{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.reserva .ticket .dropdown .dropdown-menu,
.sec1 .box-cotacao .motivo .dropdown-menu {
    width: 100%;
    border-radius: 0;
    background: #f3f3f3;
    border: 0;
    min-width: 0;
}
.sec1 .box-cotacao ul.tabs-content li > .label label{
	display: flex;
	align-items: center;
	flex-flow: wrap;
	text-transform: uppercase;    
	margin: 0;
    width: auto;

}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds strong{
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds .motivo{
	margin-right: 10px; 
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds a.dropdown-item {
    padding: .25rem 10px;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds p:last-child{
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds p:last-child a{
	color: #d28d01;
	font-weight: bold;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds .motivo button{
	margin-top: 0;
    background: #fff;
    padding: 3px;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds label{
	margin-top: 12px;
}
.sec1 .box-cotacao ul.tabs-content li > .label.qtds label + label{
	margin-left: 15px;
}
.sec1 .box-cotacao ul.tabs-content li label input,
.sec1 .box-cotacao ul.tabs-content li .label input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 0;
}

.sec1 .box-cotacao ul.tabs-content li .label input {
	margin-right: 15px;
}
.sec1 .box-cotacao ul.tabs-content li > ul.valores{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	flex-flow: column;
}
.sec1 .box-cotacao ul.tabs-content li > ul.valores li{
	align-items: center;
	display: flex;
	flex-flow: wrap;
	color: #71c56c;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.sec1 .box-cotacao ul.tabs-content li > ul.valores li img{
	margin-right: 5px;
	height: 16px;
}
.sec1 .box-cotacao ul.tabs-content li #slider-format *,
.sec1 .box-cotacao ul.tabs-content li #slider-format{
    /* Firefox */
    -moz-transition: all 0s ease;
    /* WebKit */
    -webkit-transition: all 0s ease;
    /* Opera */
    -o-transition: all 0s ease;
    /* Standard */
    transition: all 0s ease;

}


.sec1 .box-cotacao ul.tabs-content li .noUi-target {
    border: 0;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
	/* Sombra Barra Cotação */
    background:#fff;
    border-radius: 0;
    height: 10px;
    margin: 30px 0 0 0;
}
.sec1 .box-cotacao ul.tabs-content li .noUi-target .noUi-handle{
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: #71c56c;
    box-shadow: none;
    top: -10px;
}

.sec1 .box-cotacao ul.tabs-content li .noUi-target .noUi-handle:after,
.sec1 .box-cotacao ul.tabs-content li .noUi-target .noUi-handle:before{
	width: 12px;
	height: 12px;
	border:2.5px solid #71c56c;
	background: transparent;
	right: auto;
	left: auto;
	top: 8px;
	bottom: auto;
}
.sec1 .box-cotacao ul.tabs-content li .noUi-target .noUi-handle:after{
	transform: rotate(45deg);
	right: -12px;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 3px 0 0;
}
.sec1 .box-cotacao ul.tabs-content li .noUi-target .noUi-handle:before{
	transform: rotate(45deg);
	left: -12px;
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 45px;
}
.chart-format{
	height:230px;
}
.chart-format text{
    font-family: 'DIN';
    text-transform: uppercase;
	fill: #54ac4c !important;
	font-size: 14px !important;

}
.chart-format .highcharts-background{
	fill: transparent !important;
}
.chart-format .highcharts-xaxis text {
    transform: translateY(-22px);
}
/*
.highcharts-container {
	margin-left: -25px !important;
}
g.highcharts-axis-labels.highcharts-xaxis-labels > text:first-child {
    text-align: right;
    transform: translateX(10px);
}
g.highcharts-axis-labels.highcharts-xaxis-labels > text:last-child {
    text-align: right;
    transform: translateX(-10px);
}*/
.sec1 .box-cotacao ul.tabs-content li button.doc,
.sec1 .box-cotacao ul.tabs-content li .cambio{
	background: #FFF;
	padding: 15px;
	display: flex;
    border-radius: 20px;
	margin: 15px 0 0 0;
	width: 100%;
	flex-flow: column;
	color: #727271;
	text-align: center;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
}
.sec1 .box-cotacao ul.tabs-content li button.doc{
	margin: 20px 0 0 0;
	border: 0;
	flex-flow: wrap;
	text-transform: uppercase;
}
.sec1 .box-cotacao ul.tabs-content li button.doc img{
	margin-right: 5px;
	width: 16px;
}
.sec1 .box-cotacao ul.tabs-content li .cambio strong{
	font-size: 24px;
	font-weight: bold;
}
.sec1 .box-cotacao ul.tabs-content li .cambio small{
	font-size: 12px;
}

/*.sec1 .box-cotacao ul.tabs-content li hr{*/
/*	width: 100%;*/
/*	border-top: 1px dashed #71c56c;*/
/*	margin: 25px 0 20px;*/
/*}*/
.sec1 .box-cotacao ul.tabs-content li .comprar-btn{
	cursor: pointer;
	border: 0;
	border-radius: 50px;
    background: #6da383;
    background: linear-gradient(90deg, rgba(109, 163, 131, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(44, 230, 121, 1) 100%);
	color: #fff;
	font-weight: bold;
    padding: 15px 20px;
    line-height: 1;
    font-size: 26px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
	/* Sombra botão box */
}
.sec1 .box-cotacao ul.tabs-content li .comprar-btn.sm{
	text-transform: none;
}

.sec1 .box-cotacao ul.tabs-content li .comprar-btn:hover{
	text-decoration: none;
    background: #6da383;
    background: linear-gradient(180deg, rgba(109, 163, 131, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(44, 230, 121, 1) 100%);
}
.sec1 .box-cotacao ul.tabs-content li .check{
	margin: 10px 0 20px;
}
.sec1 .box-cotacao ul.tabs-content li .check img{
	width: 135px !important;
}
.sec1 .box-cotacao ul.tabs-content li .txts{
	color: #54ac4c;
	text-align: justify;
}
.sec1 .box-cotacao + .obs{
	text-shadow: 0px 1px 4px rgba(0,0,0,.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 25px 0 0 0;
    height: 20px;
}/*
.sec1 .col-lg-7{
	position: relative;
}*/

.sec1 .col-xl-7 > *,
.sec1 .col-lg-7 > *{
	height: 100%;
}
.dep-content{
	width: 100%;
}
.dep-content h2{
	background: #71c56c;
	color: #fff;
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding:10px 20px;
    text-align: center;
    line-height: 1.2;
}

.depoimentos{
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	/*width: calc(100% - 30px) !important;
    display: block;
    margin: 40px 0 0 0;
    position: absolute !important;
    bottom: 0px;*/
}
.depoimentos .dep{
	padding: 0 20px;    
	width: 100%;
    display: block;
}
.depoimentos .name{
	margin: 0 0 15px;
}
.depoimentos .name > img{
	margin-right: 20px;
    width: 50px !important;

}
.depoimentos .name > div{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.depoimentos .name strong{
	font-size: 20px;
	line-height: 1;
}
.depoimentos .name span{
	font-size: 18px;
	color: #d28d01;
	margin-top: 5px;
	line-height: 1;
}
.depoimentos .name > div img{
	margin-top: 5px;
	height: 12px;
	width: auto;
}
.depoimentos.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 60px;
    text-align: center;
    outline: 0;
}
.depoimentos.owl-carousel .owl-nav button span{
	font-size: 30px;
    font-family: 'DIN';
    color: #f0f0f0;
    line-height: 24px;
    font-weight: bold;
    float: left;
    height: 30px;
    width: 100%;
}


.depoimentos.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 20px;
}

.depoimentos.owl-carousel .owl-nav button.owl-prev{
	left: 20px;
	right: auto;
}
.sec2{
	padding: 90px 0;
	background: #fff;
}
.box-wt{
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
}
.remessas .sec2 .boxes > *,
.comercial .sec2 .boxes > *{
	margin-top: 30px;

}
.remessas .sec2 .box-wt,
.comercial .sec2 .box-wt{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.remessas .sec2 ,
.comercial .sec2{
	padding-top: 50px;
}

.remessas .sec2 h2,
.comercial .sec2 h2{
	margin-bottom: 20px;
}

.remessas .sec2 h3,
.comercial .sec2 h3{
	color: #71c56c;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}
.remessas .sec2 .ttl img,
.comercial .sec2 .boxes .box-wt img{
	height: 40px;
}
.remessas .sec2 .box-wt .ttl{
	padding: 0 20px;
	display: flex;
	justify-content: center;
	flex-flow: row;
	align-items: center;
	margin-bottom: 20px;
}
.remessas .sec2 .box-wt .ttl h3{
	margin: 0;
	text-align: left;
	margin-left: 20px;
	display: inline-grid;
	width: auto;
}
.remessas .sec2 .box-wt p{
	text-align: center;
	margin-bottom: 10px;
	color: #999999;
}
.remessas .sec2 .box-wt p:last-child{
	margin-bottom: 0;
}

.remessas .sec2 .box-wt p small{
	color: #d28d01;
	font-weight: bold;
}
.sec4 h2,
.sec2 h2{
	color: #d28d01;
	font-size: 35px;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.0;
}
.sec2 ul.featured{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
}
.sec2 ul.featured li{
	display: flex;
	flex-flow: row;
	align-items: center;
	color: #9f9f9e;
	margin: 40px 0 0 0;
	text-align: justify;

}
.sec2 ul.featured li img{
	width: 35px;
	margin-right: 35px;
}
.sec2 ul.featured li p strong{
	color: #71c56c;
}
.sec2 a.cta{
	width: calc(50% - 15px);
	background: #fff;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	padding: 0 0 30px;
}
.sec2 a.cta h3{
	background: #71c56c;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 1;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 0 15px;
	width: calc(100% - 30px);
}
.sec2 a.cta p{
	font-size: 18px;
	color: #9f9f9e;
	text-align: center;
	padding: 0 15px;
}
.sec2 > section{
	padding: 30px 0;
	margin-top: 30px;
	height: auto;
}


.logos.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 60px;
    text-align: center;
    outline: 0;
}
.logos.owl-carousel .owl-nav button span{
	font-size: 30px;
    font-family: 'DIN';
    color: #f0f0f0;
    line-height: 24px;
    font-weight: bold;
    float: left;
    height: 30px;
    width: 100%;
}

.logos.owl-carousel{
	padding: 0 40px;
}

.logos.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 0px;
}

.logos.owl-carousel .owl-nav button.owl-prev{
	left: 0px;
	right: auto;
}
.logos.owl-carousel .owl-item > *{
	height: 35px;
}
.sec3{
	padding: 50px 0;
}
.sec3 h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	text-shadow: 0px 2px 4px rgba(0,0,0,.3);
	text-align: center;
	font-weight: normal;
	margin: 0 0 20px;
}
.sec3 h3{
color: #71c56c;
    border-bottom: 1px dashed #71c56c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(100% + 60px);
    padding: 12px 30px;
    font-size: 20px;
    font-weight: bold;
    margin: -30px -30px 20px;
}

.sec3 h3 img{
	height: 30px;
	margin-right: 10px;
}
.sec3 .boxes-wt .col-md-6{
	margin-top: 30px;
}
.sec3 .box-wt p{
	text-align: center;
	min-height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	    color: #90908e;
}
.sec3 a.tel,
.sec3 a.mailto{
	color: #fff;
	/* Sombra E-mail & Telefone FAQ */
	text-shadow: 0px 2px 4px rgba(0,0,0,.3);
	margin-top: 50px;
	display: flex;
	align-items: center;
	font-size: 24px;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
}
.sec3 a.tel{
	margin-left: 30px;
}
.sec3 a.tel img,
.sec3 a.mailto img{
	height: 26px;
	margin-right: 15px;
	filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, .3));
}
.sec4 {
	padding: 50px 0;
	background: #fff;
}
.sec4 h2{
	text-align: center;
	margin: 0 0 20px;
}
.sec4 .box-wt{
	margin-top: 30px;
} 
.sec4 .latest-post .post {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

.sec4 .latest-post .post img{
	max-width: calc(100% - 40px);
	width: calc(100% - 40px);
    margin: 0 20px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
}
.sec4 .latest-post .post h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #71c56c;
	text-align: center;
	margin: 15px 0 5px 0;
	padding: 0 20px;
}
.sec4 .latest-post .post p{
	margin: 0;
	text-align: center;
	color: #90908e;
	font-size: 18px;
}
.latest-post .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0 0px 0;
}
.latest-post .owl-dots button {
    width: 10px;
    height: 10px;
    background: #d3d3d2 !important;
    border-radius: 10px;
    margin: 0 3px;
    outline: 0 !important;
    cursor: pointer;
}
.latest-post .owl-dots button.active{
	background: #a8a8a7 !important;
}
.sec4 ul.social{
	list-style: none;
	margin: 60px 0 -20;
	padding: 0;
}
.sec4 ul.social li{
	margin: 0 25px;
}
.sec4 ul.social li img{
	height: 45px;
}


footer{
	color: #fff;
	font-size: 22px;
	padding: 35px 0;
	background: rgb(113,197,108);
	background: -moz-linear-gradient(90deg, rgba(113,197,108,1) 0%, rgba(158,168,58,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(113,197,108,1) 0%, rgba(158,168,58,1) 100%);
	background: linear-gradient(90deg, rgba(113,197,108,1) 0%, rgba(158,168,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71c56c",endColorstr="#9ea83a",GradientType=1);
}

footer h3{
	line-height: 1;
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
footer ul{
	list-style: none;
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
}
footer ul li{
	margin: 0 0 5px;
}
footer ul li a{
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 16px;
}

footer p{
	font-size: 12px;
	text-align: justify;
	margin-top: 40px !important;
}
footer .logos-footer{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
footer .logos-footer > a + a{
	margin-top: 20px;
}
footer .logos-footer img{
	height: 35px;
	width: auto;
}
.modal-header .close{
	outline: 0;
}
.modal-content {
    border-radius: 0;
    border: 0;
}
h5.modal-title{
	color: #71c56c;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-header{
    border-bottom: 1px dashed #71c56c;

}
.modal form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.modal form input{
    width: 100%;
    background: #f8f8f8 !important;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    margin-top: 15px;
    padding: 0 15px;
    border: 0;
    height: 45px;
    outline: 0;
    border-left: 4px solid #71c56c;

}
.modal form button {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: #71c56c;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    line-height: 1;
    font-size: 20px;
    display: block;
    width: auto;
    text-transform: uppercase;
    outline: 0;
    height: 45px;
    margin: 15px 0 0;
}
.modal form a{
	    color: #90908e;
    font-size: 18px;
    margin-top: 15px;
}
.modal .close{
	color: #71c56c;
}
.popover{

    font-family: 'DIN';
}
.popover-header{
	font-weight: bold;
	text-transform: uppercase;
	color: #71c56c;
}
a.info-pop{
	outline: 0;
	cursor: pointer;
}
div#accordion{
	margin-top: 30px;
}
.card{
	/* Sombra FAQ Comercial */
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;    
	border: 0;
    border-bottom: 1px dashed #71c56c;
}
.card:last-child{
	border-bottom: 0;
}
.card .collapse.show{
}
.card-header{
	padding: 0;
	background: transparent;
	border: 0;
}
.card-header h5{
	margin: 0;
}

.card-header button{
	display: flex;
	width: 100%;
	align-items: center;
	color: #71c56c;
	outline: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	    padding: 15px 25px;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}
.card-header button:hover{
	text-decoration: none;
	color: #71c56c;
}
.card-header button img{
	height: 22px;
	margin-right: 15px;
}

.card-body{
	background: #f8f8f8;
}
.dropdown-item {
    white-space: normal;
}


.dashboard .sec1 .box-wt{
	padding: 0;
	flex-flow: wrap;
	display: flex;
}
.dashboard .sec1 .box-wt .user{
	background: #71c56c;
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:40px 20px;
	flex-flow: column;
	color: #fff;
	min-height: 720px;
}
.dashboard .sec1 .box-wt .user .perfil{
	display: flex;
	align-items: center;
	flex-flow: column;
}
.dashboard .sec1 .box-wt .user span,
.dashboard .sec1 .box-wt .user h1{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin: 20px 0 0 0;
    text-align: center;
    text-transform: none;
    text-shadow: none;
}
.dashboard .sec1 .box-wt .user span{
	font-size: 18px;
	margin-bottom: 5px;
}
.dashboard .sec1 .box-wt .user span + h1{
	margin-top: 0;
}
.dashboard .sec1 .box-wt .user figure{
	margin: 0;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dashboard .sec1 .box-wt .user ul{
	list-style: none;
	display: flex;
	flex-flow: column;
	margin: 0;
	width: 100%;
	padding: 0;
}

.dashboard .sec1 .box-wt .user ul li{
	margin: 15px 0 0 0;
	width: 100%;
	display: block;
}
.dashboard .sec1 .box-wt .user ul li a{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	display: block;
}
.dashboard .sec1 .box-wt .user .logout{
	width: 100%;
	text-align: center;
}


.dashboard .sec1 .box-wt .info{
	width: calc(100% - 300px);
	background: #ffffff00;
	padding:45px;
	display: none;
}
.dashboard.cadastro .sec1 .box-wt .info{
	width: 100%;
	/* Transparencia Box Dashboard */
	background: rgba(255, 255, 255, 0);
}
.dashboard .sec1 .box-wt .info.active{
	display: block;
}
.dashboard .sec1 .box-wt .info thead,
.dashboard .sec1 .box-wt .info h2{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	background: #fff;
	color: #d28d01;
	text-transform: uppercase;
	font-weight: bold;
    margin: 0;
    font-size: 22px;
}
.dashboard .sec1 .box-wt .info h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
    padding: 15px 40px;	
}
.dashboard .sec1 .box-wt .info h2 .edit-btn{
	width: 32px;
	padding: 5px;
    margin: -5px -30px -5px 0;
}
.dashboard .sec1 .box-wt .info#edit legend,
.dashboard.cadastro .sec1 .box-wt .info legend{
	padding: 0;
	background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
        display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #71c56c;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.dashboard .sec1 .box-wt .info#edit legend img,
.dashboard.cadastro .sec1 .box-wt .info legend img{
	width: 30px !important;
	margin-right: 10px;
}
.dashboard .sec1 .box-wt form.info{
	background: #fff;
}
.dashboard .sec1 .box-wt .info ul{
	list-style: none;
	display: flex;
	flex-flow: column;
	margin: 30px 0;
	padding:0 0 0 40px;
}
.dashboard .sec1 .box-wt .info ul li{
	color: #9f9f9e;
	margin-bottom: 10px;
}
.dashboard .sec1 .box-wt .info table{
	border-collapse: collapse;
	border: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.dashboard .sec1 .box-wt .info tbody td,
.dashboard .sec1 .box-wt .info thead th{
	padding:10px 10px;
}
.dashboard .sec1 .box-wt .info thead th small{
	font-size: 14px;
	font-weight: bold;
}
.dashboard .sec1 .box-wt .info tbody{
	color: #9f9f9e;
	padding-top: 10px;
}
.dashboard .sec1 .box-wt .info tbody tr:first-child > td{
	padding-top: 20px;
} 


header nav button,
header nav ul.responsive-menu{
	display: none;
}


ul.steps{
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 0 40px;
}
ul.steps li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-size: 16px;
	color: #9f9f9e;
	text-transform: uppercase;
	    text-shadow: 0px 2px 4px rgba(0,0,0,.3);
    color: #fff;
    width: 50px;
    white-space: nowrap;
}
ul.steps li:before{
	content: '1';
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #71c56c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    text-shadow: none;
    margin-bottom: 10px;
    z-index: 2;
}
ul.steps li.active:before{
	background: #71c56c;
	color: #fff;
}
ul.steps li:nth-child(2){
	padding: 0 200px;
	position: relative;
}
ul.steps li:nth-child(2):before{
	content: '2';
}
ul.steps li:nth-child(3):before{
	content: '3';
}
ul.steps li:nth-child(2):after{
    position: absolute;
    top: 24px;
    width: 100%;
    left: 0;
    content: '';
    height: 2px;
    background: #fff;
    z-index: 1;
}
ul.steps li:first-child{
	padding-left: 0;
}
ul.steps li:last-child{
	padding-right: 0;
}

.reserva .ticket h2 img{
	height: 30px;
	margin-right: 15px;
}
.reserva .ticket h2{
    color: #71c56c;
    border-bottom: 1px dashed #71c56c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    line-height: 1.2;
    width: calc(100% + 60px);
    padding: 12px 30px;
    font-size: 20px;
    font-weight: bold;
    margin: -30px -30px 20px;
}
.reserva .ticket ul{
	list-style: none;
	display: flex;
	flex-flow: column;
	margin: 30px 0;
	padding:0;
}
.reserva .sec1 ul.cotacao li,
.reserva .ticket ul li{
	color: #9f9f9e;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reserva .sec1 ul.cotacao li.total,
.reserva .ticket ul li.total{
	color: #666;
}
.reserva .sec1 ul.cotacao li.total span,
.reserva .ticket ul li.total span{
	font-weight: bold;
}
.reserva .ticket ul.pgtos{
	margin: 15px 0 0 0;
}
.reserva .ticket ul.pgtos li{
	flex-flow: wrap;
	justify-content: flex-start;
	margin-top: 15px;
}
.reserva .ticket ul.pgtos li strong{
	width: 100%;
}
.reserva .ticket ul.pgtos li img{
	margin: 15px 0 0 0;
}
.reserva .ticket ul.pgtos li img.safe{
	height: 50px;
	margin-top: 5px;
}
.reserva .ticket ul.pgtos li img.safe2{
	height: 30px;
	margin-left: 15px;
	margin-top: 5px;
}

.dashboard .sec1 .box-wt .info#edit button,
.dashboard.cadastro .sec1 .btns button,
.dashboard.cadastro .sec1 .btns a,
.reserva .sec1 .conclusao a.fale,
.reserva .sec1 .cont a.fale,
.reserva .sec1 a.reserva,
.reserva .ticket form button.submit,
.reserva .nao,
.reserva .ticket a.fale {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: #71c56c;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 1;
    font-size: 20px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
}

.styled-button {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: #71c56c;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1;
    font-size: 15px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
}
#special-button {
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: #ebeaea00;
    color: #e07f01;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 1;
    font-size: 20px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
}


.reserva .timer{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
    color: #71c56c;
    text-align: center;
}
.reserva .timer span{
	text-transform: uppercase;
	font-size: 14px;
}
.reserva  .timer strong{
	font-size: 62px;
	line-height: 1.2;
}
.reserva .ticket form{
	margin: 0 0 10px;
}
.reserva .ticket form select{
	height: 40px;
	padding:0 15px;
    background: #f3f3f3;
}
.dashboard .sec1 fieldset .row,
.reserva form.entrega .row,
.reserva .ticket .row{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.dashboard .sec1 fieldset .row{
	margin-top: 0;
}
.dashboard .sec1 fieldset .row > *,
.reserva form.entrega .row > *,
.reserva .ticket .row > *{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.reserva .ticket .row .dropdown button {
    margin: 0;
}
.dashboard .sec1 fieldset select,
.dashboard .sec1 fieldset input,
.reserva form.entrega input,
.reserva .ticket .row input{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    background: #f8f8f8;
    border-radius: 0;
    padding: 10px 8px;
        width: 100%;
    border: 0;
    height: 46px;
}
.dashboard .sec1 fieldset label input[type="checkbox"],
.dashboard .sec1 fieldset label input[type="radio"]{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 5px;
    height: 15px;
    width: 15px;
}
.dashboard .sec1 fieldset label {
    display: flex;
    align-items: center;
        color: #666;
    font-size: 16px;
    width: auto;
    float: left;
    margin-right: 15px;
}
.reserva form.entrega{
	margin: 10px 0 0 0;
}
.dashboard .sec1 fieldset{
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #54ac4c;
}
.dashboard .sec1 fieldset:first-child{
	margin-top: 0;
}
.dashboard .sec1 fieldset .row > *,
.reserva form.entrega .row > *{
	margin-bottom: 15px;
}
.reserva form.entrega .row > *:last-child{
	margin-bottom: 0;
}
.dashboard .sec1 fieldset .row > * label,
.reserva form.entrega .row > * span{
	margin-bottom: 5px;
    display: block;
    color: #666;
    font-size: 16px;
    margin-right: 0;
}
.reserva .sec1 h1{
	    color: #d28d01;
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.0;
    text-shadow: none;
}
.reserva .sec1 ul.cotacao{
	display: flex;
	padding: 0;
	list-style: none;
	margin: 30px 0 20px 0;
	flex-flow: column;
}
.reserva .sec1 ul.cotacao li strong{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 30px;
}
.reserva .sec1 ul.cotacao li strong img{
	height: 30px;
	margin-right: 15px;
}
.reserva .sec1 ul.cotacao li{
	padding: 15px 0;
	border-bottom: 1px dashed #9f9f9e;
	margin: 0;
}
.reserva .sec1 ul.cotacao li .label{
	margin-left: 20px;
}
.reserva .sec1 ul.cotacao li .label label{
	padding: 0;
	margin: 0 10px;
	font-weight: normal;
}
.reserva .sec1 ul.cotacao li .label label input{
	margin-right: 5px;
}
.reserva .sec1 label{
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: flex-start;
	margin: 0;
	padding: 10px 0; 
}
.reserva .sec1 label input{
	margin-right: 10px;
}
.reserva .sec1 a.reserva{
	margin-top: 30px;
}
.reserva .sec1 a.reserva.entrega{

}
.reserva .sec1 .cont h2{
    color: #71c56c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.reserva .sec1 .cont h2 span{
	width: 40px;
	height: 40px;
	border:2px solid #71c56c;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	border-radius: 20px;
}
.reserva .sec1 .cont nav {
	margin-top: 20px;
	width: 100%;
}
.reserva .sec1 .cont nav .nav-item{
	align-items: center;
    justify-content: center;
    display: flex;
        background: #f8f8f8;
    color: #d28d01;
    text-align: center;
    margin-right: 5px;

    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 0 !important;
}
.reserva .sec1 .cont nav .nav-item:last-child{
	margin-right: 0;
}


.reserva .sec1 .cont nav .nav-item.active{
	background: #d28d01;
	color: #fff;
}

.reserva .sec1 .cont ul.cotacao{
	margin: 0;
}
.reserva .sec1 .cont ul.cotacao li{
	flex-flow: column;
}
.reserva .sec1 .cont ul.cotacao li:first-child{
	padding-top: 0;
}
.reserva .sec1 .cont ul.cotacao li .pill-cont > *{
	display: none;
}
.reserva .sec1 .cont ul.cotacao li .pill-cont > *.active{
	display: block;
}


.reserva .sec1 .cont ul.cotacao li .pill-cont ul{
	padding: 0;
	margin: 10px 0 0 0;
}
.reserva .sec1 .cont ul.cotacao li .pill-cont ul li{
	border: 0;
	display: flex;
	align-items: flex-start;
    flex-flow: row;
    padding: 10px 0 0 0;

}
.reserva .sec1 .cont ul.cotacao li .pill-cont ul li img{
	width: 30px !important;
	margin-right: 15px;
}
.reserva .sec1 .cont ul.cotacao li .pill-cont ul li img + span{
	width: calc(100% - 45px);
}
.reserva .sec1 .cont ul.cotacao li .pill-cont ul li span strong{
	display: inline;
	height: auto;
	color: #71c56c;
    font-size: 1rem;
}

.reserva .sec1 .box-wt{
	height: auto;
	min-height: 0;
}
.dashboard.cadastro .sec1 .btns > *{
	width: auto !important;
}
.dashboard.cadastro .sec1 .btns{
	margin-bottom: 15px;
}
.dashboard.cadastro .sec1 .btns + * a{
	text-decoration: underline;
}
.reserva .sec1 .conclusao a.fale,
.reserva .sec1 .cont a.fale{
	width: auto;
	margin-top: 30px;
}

.dashboard.cadastro .sec1 .btns > * + *,
.reserva .sec1 .conclusao a.fale + a.fale,
.reserva .sec1 .cont a.fale + a.fale{
	margin-left: 30px;
}
.reserva .sec1 .conclusao{
	color: #9f9f9e;	
}
.reserva .sec1 .conclusao h1{
	text-align: center;
	margin-bottom: 30px;
}
.reserva .sec1 .conclusao ul{
	list-style: none;
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #9f9f9e;
	border-bottom: 1px dashed #9f9f9e;
	padding: 5px 0;
    margin: 15px 0 -5px;
}
.reserva .sec1 .conclusao ul li{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.reserva .sec1 .conclusao ul li img{
	height: 30px;
	margin-right: 15px;
}
.reserva .sec1 .conclusao ul li h3{
	    color: #71c56c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.reserva .sec1 .conclusao .info-sm{
    font-size: 16px;
    padding: 20px 0 0 0;
    margin: 25px 0 5px;
    border-top: 1px dashed #9f9f9e;

}






@media(max-width: 1199px){
	.depoimentos{
		padding:30px 25px;
	}
	.depoimentos p{
		max-height: 42px;
		overflow: hidden;
	}

	.sec2 .row.owl-mob1{
		margin-left: 0;
		margin-right: 0;
	}
	.sec2 .row.owl-mob1 .owl-stage-outer {
	    padding: 7px 0;
	}
	.sec2 .row.owl-mob1 .owl-dots{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;

	}
	.owl-dots .owl-dot {
	    width: 10px !important;
	    height: 10px !important;
	    background: #d3d3d2 !important;
	    border-radius: 100% !important;
	    margin: 6px 3px 0 !important;
	}
	.owl-dots .owl-dot.active{
		background: #a8a8a7 !important;
	}
	.sec2 .row.owl-mob1 .box-wt{
		height: auto;
	}
	.sec2 h2{
		text-align: center;
	}

	.sec4 .latest-post .post img {
	    max-width: 100%;
	    width: 100%;
	    margin: 0 ;
	}
	.sec4 .latest-post .post h3{
		padding: 0;
	}
	.sec1 .box-cotacao ul.tabs-content li > label {
	    flex-flow: row;
	    align-items: flex-start;
	}

	header nav ul li {
	    margin-left: 15px;
	}
	header nav ul li.icon{
		margin-left: 25px;
	}
	.dashboard .sec1 .box-wt .user{
		width: 250px;
		min-height: 600px;
	}
	.dashboard .sec1 .box-wt .info {
	    width: calc(100% - 250px);
	    padding: 30px;
	}
	.dashboard .sec1 .box-wt .info h2{
		padding: 15px 20px;
	}
	.dashboard .sec1 .box-wt .info ul{
		padding: 0 0 0 20px;
	}
	.dashboard .sec1 .box-wt .user figure{
		width: 100px;
	}
	.dashboard .sec1 .box-wt .info thead, .dashboard .sec1 .box-wt .info h2{
		font-size: 18px;
	}
	.dashboard .sec1 .box-wt .info thead th small {
	    font-size: 12px;
	}
	.dashboard .sec1 .box-wt .info h2 .edit-btn{
		margin: -5px -10px -5px 0;
	}

}

@media(max-width: 991px){
	/*
	.sec1 .container > .row{
		flex-flow: column-reverse;
	}
	.sec1 .row > .col-xl-7:first-child{
		margin-top: 50px;
	}*/

	.sec1  img {
	    width: auto !important;
	}
	.sec1 .col-xl-7 > *, .sec1 .col-lg-7 > *{
		height: auto;
	}
	.deprow {
	    width: calc(100% - 30px);
	    margin: 30px 15px;
	}
	.row.owl-sec1 {
		display: block !important;
	    margin-left: 0;
	    margin-right: 0;
	}

	.owl-sec1 .owl-dots{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-top: 10px !important;
	}

	.owl-sec1 .owl-dots .owl-dot{
		background: #fff !important;
		opacity: .5 !important;
	}
	.owl-sec1 .owl-dots .owl-dot.active{
		opacity: 1 !important;
		background: #fff !important;
	}



	header nav ul li.icon {
	    margin-left: 5px;
	}
	header nav {
		display: flex;
		flex-flow: wrap;
		align-items: center;
	}
	header nav button{
		width: 30px;
		height: 30px;
		display: flex ;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
		outline: 0 !important;
		padding:2px 0;
		border: 0;
		margin-left: 20px;
		background: transparent;
	}
	header nav button span,
	header nav button:after,
	header nav button:before{
		height: 5px;
		width: 30px;
		background: #fff;
		content: '';
    	display: inline-flex;
	    /* Firefox */
	    -moz-transition: all 0.4s ease;
	    /* WebKit */
	    -webkit-transition: all 0.4s ease;
	    /* Opera */
	    -o-transition: all 0.4s ease;
	    /* Standard */
	    transition: all 0.4s ease;
	}

	header nav ul.responsive-social li{
		display: none;
	}
	header nav ul.responsive-social li.icon{
		display: inline-flex;
	}
	header nav ul.responsive-menu{
		display: flex;
		flex-flow: column;
		position: fixed;
		top: 0;
		left: -200px;
		height: 100vh;
		width: 200px;
		background: rgba(113,197,108,.9);
	}
	header nav ul.responsive-menu li{
		margin: 0;
		width: 100%;
	}
	header nav ul.responsive-menu li a{
		width: 100%;
	    padding: 10px 15px;
	    border-bottom: 1px solid rgba(255,255,255,.2);
	}
	header.scroll nav ul.responsive-menu {
	    top: 58px;
	    height: calc(100vh - 58px);
	    border-top: 1px solid rgba(255,255,255,.2);
	}

	header nav.toggled .responsive-menu{
		left: 0;
	}
	header nav.toggled button:after{
		transform: rotate(45deg) translate(-25%, -150%);
	}
	header nav.toggled button:before{
		transform:rotate(-45deg) translate(-25%, 150%);
	}
	header nav.toggled button span{
		opacity: 0;
	}
	header{
		padding-bottom: 20px;
	}
	header + * {
	    margin-top: 140px;
	}

	footer .logos-footer{
		padding-left: 0;
	}
	footer .logos-footer img {
	    height: 27px;
	}
	.remessas .sec2 h3, .comercial .sec2 h3{
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 25px;
	}
	.remessas .sec2 .ttl img, 
	.comercial .sec2 .boxes .box-wt img {
	    height: 35px;
	}
	.card-header button{
		font-size: 18px;
		padding: 12px 15px;
	}

	.dashboard .sec1 .box-wt .user h1 {
	    font-size: 20px;
	}

	.dashboard .sec1 .box-wt .user span{
	    margin: 15px 0 0 0;
	    font-size: 14px;

	}




	.dashboard .sec1 .box-wt .user{
		width: 200px;
		min-height: 500px;
		padding: 30px 20px;
	}
	.dashboard .sec1 .box-wt .info {
	    width: calc(100% - 200px);
	    padding: 20px;
	}
	.dashboard .sec1 .box-wt .info ul{
		margin: 15px 0 30px;
	}
	.dashboard .sec1 .box-wt .info ul:last-child{
		margin-bottom: 0;
	}
	.dashboard .sec1 .box-wt .user ul li a{
		font-size: 20px;
	}

	.dashboard .sec1 .box-wt .info thead{
		display: none;
	}
	.dashboard .sec1 .box-wt .info tbody td{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: right;
	}
	.dashboard .sec1 .box-wt .info tbody td:before{
		color: #d28d01;
		font-size: 16px;
		content: attr(data-title) ": ";
	    font-weight: 700;
	    text-transform: uppercase;
	}
	.dashboard .sec1 .box-wt .info tbody tr > td ,
	.dashboard .sec1 .box-wt .info tbody tr:first-child > td {
	    padding: 5px 10px;
	}
	.dashboard .sec1 .box-wt .info tbody tr > td:last-child{
		border-bottom: 4px solid #fff;
		padding-bottom: 8px;
	}
	.dashboard .sec1 .box-wt table{
		overflow-y: scroll;
		height: 440px;
		display: block;
	}
	.dashboard .sec1 .box-wt table tbody tr,
	.dashboard .sec1 .box-wt table tbody{
		width: 100%;
		display: block;
	}

	.reserva .sec1 .container > .row.invert-mob{
		flex-flow: column-reverse;
	}
	.reserva .sec1 .container > .row > *:first-child{
		margin-top: 40px;
	}
	.conclusao.reserva .sec1 .container > .row > *:first-child{
		margin-top: 0;
	}

}

@media(max-width: 767px){
	footer .logos-footer img {
	    height: 35px;
	}
	body{
		background-size: cover;
	}
	.sec3 h3 img{
		width: auto !important;
		height: 25px;
	}
	.owl-mob3,
	.owl-mob2{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.owl-mob3 .owl-dots,
	.owl-mob2 .owl-dots{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-top: 10px !important;
	}

	.owl-mob2 .owl-dots .owl-dot{
		background: #fff !important;
		opacity: .5 !important;
	}
	.owl-mob2 .owl-dots .owl-dot.active{
		opacity: 1 !important;
		background: #fff !important;
	}

	.mobile-column,
	.owl-mob2 + .boxes-wt > *{
		flex-flow: column;
	}
	.sec3 a.tel {
		margin-top: 25px;
	    margin-left: 0px;
	}
	.sec4 ul.social li {
	    margin: 0 10px;
	}
	.sec3 a.mailto{
		margin-top: 30px;
	}
	.sec1 .box-cotacao ul.tabs-btn li a{
		width: 100%;
	}
	.sec3 h2 br,
	.sec1 h1 br, .sec4 h2 br, .sec2 h2 br{
		display: none;
	}
	.sec1 h1, .sec3 h2,
	.sec4 h2, .sec2 h2{
		font-size: 28px;
	}
	.sec2 ul.featured li img{
		margin-right: 10px;
		width: 30px;
	}

	.sec2 .row.owl-mob1 .box-wt.cta-box {
		padding: 10px;
		    width: calc(100% + 20px);
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.sec2 a.cta{
		width: calc(50% - 5px);
		padding: 0 0 15px;
	}
	.sec2 a.cta p {
	    font-size: 14px;
	    padding: 0 5px;
	    margin-top: -10px;
	}
	.sec2 a.cta h3 {
	    width: 100%;
	    margin: 0;
	    padding: 5px 15px;
	    font-size: 16px;
	    height: 42px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.sec4 .box-wt,
	.owl-mob1 .box-wt{
		padding: 20px;
	}

	footer .logos-footer {
	    justify-content: flex-end;
	}
	header .branding img {
	    height: 50px;
	    width: 143px;
	}
	header + * {
	    margin-top: 95px;
	}
	.sec1 .box-cotacao {
	    padding: 10px 15px 15px;
	}
	header .col-auto:first-child{
		padding-right: 0;
	}
	header .col-auto:last-child{
		padding-left: 0;
	}
	body{
		font-size: 16px;
	}

	.sec3 a.tel, .sec3 a.mailto{
		font-size: 16px;
	}
	.sec3 a.tel img, .sec3 a.mailto img {
	    height: 20px;
	    margin-right: 8px;
	}
	.sec4 ul.social li img {
	    height: 35px;
	}
	.sec1 .box-cotacao ul.tabs-btn li a{
		font-size: 14px;
	}
	.sec1 .box-cotacao ul.tabs-btn li a img {
	    height: 30px;
	}
	.sec1 .box-cotacao ul.tabs-content li h3{
		font-size: 22px;
	}
    .sec1 .box-cotacao ul.tabs-content li .select-flags{
        border-radius: 20px;
        padding: 5px;
    }
	.sec1 .box-cotacao ul.tabs-content li .select-flags .flags{
		width: 120px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .field{
		width: calc(100% - 120px);
		padding-left: 10px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .flags ul li a, .sec1 .box-cotacao ul.tabs-content li .select-flags .flags .selected{
		padding:12.5px 10px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .flags ul li span, .sec1 .box-cotacao ul.tabs-content li .select-flags .flags .selected span{
		padding-right: 20px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .flags img {
	    height: 20px;
	    margin-right: 8px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .field small{
		font-size: 12px;
	}
	.sec1 .box-cotacao .motivo button span:after, .sec1 .box-cotacao ul.tabs-content li .select-flags .flags .selected span:after{
		width: 10px;
		height: 10px;
	}
	.sec1 ul.featured li {
	    margin: 30px 0 0 0;
	}
	.sec1 ul.featured{
		margin-bottom: 30px;
	}
	.sec1 ul.featured li h2{
		font-size: 1.4rem;
		margin: 0 0 0 10px;
	}
	.sec1 ul.featured li img {
	    height: 26px;
	}
	.depoimentos .name strong {
	    font-size: 18px;
	}
	.depoimentos .name span {
	    font-size: 16px;
	}
	.depoimentos .name > img {
	    margin-right: 10px;
	    width: 40px !important;
	}
	.depoimentos .name > div img{
		height: 10px;
	}
	.depoimentos {
	    padding: 20px 15px;
	}
	.depoimentos p {
	    max-height: 38px;
	}
	.sec2 {
	    padding: 40px 0;
	}
	.sec1 {
	    padding-bottom: 40px;
	}
	.sec4,
	.sec3 {
	    padding: 40px 0;
	}
	.sec4 h2,
	.sec3 h2{
		margin-bottom: 10px;
	}
	footer ul li a{
		font-size: 14px;
	}
	footer h3 {
	    margin: 0 0 10px;
	    font-size: 16px;
	}

	.sec1 .box-cotacao ul.tabs-content li .select-flags .flags.not-options .selected span small{
		font-size: 11.5px;
	}
	.sec1 .box-cotacao ul.tabs-content li .select-flags .field strong{
		font-size: 14px;
	}
	.sec1 .box-cotacao ul.tabs-content li .comprar-btn{
		font-size: 22px;
	}
	.sec3 h3{
		font-size: 18px;
	}
	header nav button{
		margin-left: 10px;
	}
	.remessas .sec2 .ttl img, .comercial .sec2 .boxes .box-wt img{
		width: auto !important;
	}
	.remessas .sec2 .boxes .box-wt,
	.comercial .sec2 .boxes .box-wt{
		height: auto;
	}

	.sec2 .boxes > *{
		margin-top: 0 !important;
	}
	.sec2 .each-owl{
		padding: 10px 0;
	}

	.sec2 .each-owl > div:first-child{
		margin-top: 10px;
	}
	.sec2 .each-owl > div{
		margin-top: 25px ;
	}
	.card-header button {
	    font-size: 16px;
	    padding: 10px 12px;
	    line-height: 1.2;
	}
	.card-header button img {
	    height: 17px;
	    margin-right: 10px;
	}
	.sec1 .box-cotacao .motivo button, .sec1 .box-cotacao ul.tabs-content li > .label, .sec1 .box-cotacao ul.tabs-content li > label {
	    font-size: 14px;
	}
	.sec1 .box-cotacao ul.tabs-content li .label input {
	    margin-right: 10px;
	}
	.remessas .sec1 .box-cotacao ul.tabs-content li > .label label input,
	.comercial .sec1 .box-cotacao ul.tabs-content li > .label label input{
		margin-right: 0;
		margin-bottom: 5px;
	}
	.remessas .sec1 .box-cotacao ul.tabs-content li > .label label,
	.comercial .sec1 .box-cotacao ul.tabs-content li > .label label {
	    width: 50%;
	    flex-flow: column;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
	.comercial .sec1 .box-cotacao ul.tabs-content li#importacao > .label label{
		width: 33.33333%;
	}
	.sec1 .box-cotacao ul.tabs-content li > ul.valores li{
		margin-top: 8px;
		font-size: 16px;
	}
	.sec1 .box-cotacao ul.tabs-content li .comprar-btn.sm{
		font-size: 16px;
	}
	.sec1 .box-cotacao ul.tabs-content li .check img {
	    width: 105px !important;
	}
	.comercial .sec1 .box-cotacao ul.tabs-btn li:nth-child(2) {
	    padding: 0 0 0 15px;
	}
	.sec1 .box-cotacao ul.tabs-content li > .label.qtds label {
	    margin-left: 0 !important;
	    width: 100%;
	    display: flex;
    	justify-content: center;
	    align-items: center;
	}

	header {
	    padding: 15px 0;
	}



	.dashboard .sec1 .box-wt .user{
		width: 100%;
		min-height: 0;
		padding: 30px 20px;
	}
	.dashboard .sec1 .box-wt .info {
		width: 100%;
	    padding: 20px;
	}
	.dashboard .sec1 .box-wt .user ul li a {
	    font-size: 18px;
	}
	.dashboard .sec1 .box-wt .user ul li {
	    margin: 10px 0 0 0;
	}
	.dashboard .sec1 .box-wt .user ul {
	    margin: 25px 0 40px;
	}

	.reserva .timer span{
		font-size: 12px;
	}
	.reserva .sec1 h1{
		font-size: 26px;
	}
	.reserva .timer strong {
	    font-size: 38px;
	}
	ul.steps{
		margin: 0 0 20px;
	}
	ul.steps li{
		width: 35px;
	}
	ul.steps li:before{
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	ul.steps li:nth-child(2) {
	    padding: 0 100px
	}
	ul.steps li:nth-child(2):after{
		top: 18px;
	}
	ul.steps li{
		font-size: 12px;
	}
	.reserva .sec1 .box-wt {
	    padding: 15px;
	}
	.reserva .ticket h2 {
	    width: calc(100% + 30px);
	    margin: -15px -15px 20px;
	    padding: 10px 12px;
	}
	.reserva .ticket h2 img{
		margin-right: 10px;
	}
	.reserva .ticket .row{
		margin-top: 0;
	}
	.reserva .ticket .row > div{
		margin-top: 15px;
	}
	.reserva .sec1 ul.cotacao li strong img {
	    height: 25px;
	    margin-right: 6px;
	}
	.reserva .sec1 .box-wt .ttl {
	    display: flex;
	    flex-flow: column-reverse;
	}
	.reserva .sec1 .box-wt .ttl h1{
		text-align: center;
		margin-top: 20px;
	}
	.reserva .sec1 ul.cotacao{
		margin: 20px 0;
	}
	.reserva .sec1 .conclusao a.fale + a.fale, .reserva .sec1 .cont a.fale + a.fale{
		margin-left: 0;
		margin-top: 10px;
	}
	.reserva .sec1 .conclusao > .d-flex,
	.reserva .sec1 .cont > .d-flex {
	    flex-flow: column;
	}

	.reserva .sec1 .cont nav{
		flex-flow: wrap;
	}
	.reserva .sec1 .cont nav .nav-item {
	    flex: inherit;
	    margin-bottom: 5px;
	}
	.reserva .sec1 .conclusao a.fale, .reserva .sec1 .cont a.fale{
		width: 100%;
	}

	.dep-content h2{
		font-size: 16px;
	}
	.box-wt{
		height: auto;
	}
	.reserva .sec1 ul.cotacao li strong{
		flex-flow: wrap;
		height: auto;
	}
	.reserva .sec1 ul.cotacao li .label {
	    width: 100%;
	    margin: 10px 0 0 0;
	    flex-flow: column;
	}
	.reserva .sec1 ul.cotacao li .label label{
		margin-left: 0;
	}

/* Remove arrow from input type number */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Footer Styles */
footer {
    background-color: #f8f9fa;
    padding: 60px 0 30px;
    color: #333;
    font-size: 0.95rem;
}

footer h3 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #71c56c;
    text-decoration: none;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo-section {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.footer-company-image {
    margin-top: 20px;
    text-align: center;
}

.footer-company-image img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.footer-company-image img:hover {
    transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    footer {
        text-align: center;
    }
    
    .footer-logos {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .footer-logo-section {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 20px;
    }
    
    .footer-company-image {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 40px 0 20px;
    }
    
    footer .col-6 {
        margin-bottom: 30px;
    }
    
    .footer-logos {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo-section {
        flex: 0 0 100%;
    }
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
	
}
