/*
Theme Name: Soudoadora
Author: Loba	&reg;
Description:
Version: 0.0.1
Tags: Ferticentro, Loba
*/

/* CSS Document */

/**
 * 1.0 Main structure
 * ---------------------------------------------------------
 */

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

html, body {
	padding: 0;
	margin: 0;
    border: 0;
    outline: 0;
	background-color: #faf8f2;
}

html, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #5d5a59;
}
h1,h2,h3,h4,h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 40px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 0;
}
h2 {
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
	margin: 0 0 10px;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 0 20px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
	color:#5d5a59;
}
h5 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

h6 {

}
a {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#conteudo a {
	color:#f3806c;
	text-decoration: none;
}
#conteudo a:hover {
	text-decoration: underline;
}

img { border: 0; }
.mobile {
	display: none;
}
.no-mobile {
	display:inline-block;
}
.menu_onlymobile {
	display: none !important;
}

/**
 * 2.0 Topo
 * -----------------------------------------------------------
 */
/* menu toggle */
.container {
    display: none;
    cursor: pointer;
	position: absolute;
	top: 45px;
	right: 20px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #f3806c;
    margin: 7px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
    transform: rotate(-45deg) translate(-6px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

#menu_area {
	position: relative;
	width:100%;
	height:160px;
	z-index: 999;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#bt_reg {
	position:absolute;
	top:133px;
	right:20px;
	width:57px;
	height:57px;
	z-index: 99;
	background-color: #f89f50;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 border-radius: 50%;
}
#bt_reg:hover > .info_cont {
	background-color: #fe8316;
}
#bt_reg:hover > .info_reg {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	left: -111px;
	opacity:1;
}
.info_reg {
	position: absolute;
	top:0;
	left: -90px;
	width:167px;
	height:57px;
	font-size: 14px;
	line-height: 18px;
	background-color: #f89f50;
	color: #ffffff;
	 -webkit-border-radius: 27px;
	 -moz-border-radius: 27px;
	 border-radius: 27px;
	padding: 10px 67px 0 20px;
	box-sizing: border-box;
	opacity:0;
	z-index: -1;
}
.info_cont {
	position: absolute;
	top:0;
	left: -220px;
	width:287px;
	height:auto;
	font-size: 14px;
	line-height: 18px;
	background-color: #b4a25f;
	color: #ffffff;
	 -webkit-border-radius: 27px;
	 -moz-border-radius: 27px;
	 border-radius: 27px;
	padding: 15px 30px 30px 30px;
	box-sizing: border-box;
	opacity:0;
	z-index: -1;
}
.info_cont h2 {
	font-size: 32px;
	margin-bottom: 5px;
}
.info_cont h3 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.whatsapp_cont {
	margin-top: 20px;
	width:42px;
	height:42px;
}
#cont {
	position:absolute;
	top:200px;
	right:20px;
	width:300px;
	height:400px;
	z-index: 99;
}
#bt_cont {
	position:absolute;
	top:200px;
	right:20px;
	width:57px;
	height:57px;
	z-index: 99;
	overflow: hidden;
	background-color: #c9be96;
	-webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 border-radius: 50%;
}
#bt_cont:hover {
	overflow: visible;
}
#bt_cont:hover > .info_cont {
	background-color: #c9be96;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	left: -231px;
	opacity:1;
}
.logo {
	position: absolute;
	width: 177px;
	height: 111px;
	top: 25px;
	left: 70px;
	z-index: 999;
}


/* Menu */
#main-nav {
	width:auto;
	overflow: hidden;
}
.top-nav {
	position:absolute;
	top:70px;
	right:20px;
    height: 68px; /* set to the height you want your menu to be */
	padding: 0 40px 0 0;
	z-index: 100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-nav ul    {
    margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	background-color: #ffffff;
}
.top-nav li    {
    display: block;
    float: left;
    line-height: 30px; /* this should be the same as your #main-nav height */
    height: 68px; /* this should be the same as your #main-nav height */
    margin: 0; padding: 0; /* only needed if you don't have a reset */
    position: relative; /* this is needed in order to position sub menus */
}
.top-nav li a  {
    display: block;
    height: 30px;
    line-height: 30px;
    padding:  0 5px 0 5px;
	margin-right: 10px;
	color:#5d5a59;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	background-position: center 100px;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
}
.top-nav li:last-child a  {
	margin-right: 0;
}
.top-nav .current-menu-item a, .top-nav .current_page_item a, .top-nav li a:hover {
	background-position: center 75px;
	background-repeat: no-repeat;
	background-size: 46px 22px;
}
.top-nav li a:hover {
    /*background-image: url(images/seta_menu.svg);*/
}
.top-nav .current-menu-item  a, .top-nav .current_page_item a,.top-nav .current-menu-parent > a {
    /*background-image: url(images/seta_menuv.svg);*/
	/*border-bottom:5px solid #cbc7ae;*/
	color:#f3806c;
}
/*-- level2 --*/
.top-nav ul ul .current-menu-item a, .top-nav ul ul .current_page_item a {
    /*background-image: url(images/seta_menuv.svg);*/
	border-bottom: 2px solid #ffffff;
}
.top-nav ul ul { /* this targets all sub menus */
    /*display: none; /* hide all sub menus from view */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    position: absolute;
    top: 110px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:-10px;
	padding: 10px 0 20px 0;
	background-color: #f4f1ed;
}
.top-nav ul ul:before { /* arrow on the submenu */
    /*content:'';
	position: absolute;
	top:-22px;
	left:62px;
	width:170px;
	height:22px;
	background-repeat: no-repeat;
	background-size: 46px 22px;
	background-image: url(images/seta_menu.svg);*/
}
.top-nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 170px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	height: 30px;
}
.top-nav ul ul li a { /* target all sub menu item links */
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
    padding: 5px 15px 5px 15px; /* give our sub menu links a nice button feel */
	background-image: none !important;
	text-transform:none;
}
.top-nav ul ul li a:hover {
	color:#003d4c !important;
	background-color: #f2f2f2 !important;
	background-image: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.top-nav ul li:hover > ul {
    /*display: block; /* show sub menus when hovering over a parent
	opacity: 1;
	visibility: visible;
	top: 70px;*/
}

.top-nav ul li:hover > li a {
	background-color: #f4f1ed;
}

/**
 * 2.0 Main
 *
 * ----------------------------------------------------------------------------
 */

.wrap {
	position: relative;
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
}
.wrap_big {
	position: relative;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
}
.no_margin {
	margin-top:0;
}
#topo {
	postion:relative;
	width: 100%;
	height: 446px;
}
#topo_pag {
	postion:relative;
	width: 100%;
	height: 166px;
	padding: 30px 0 0 113px;
	box-sizing: border-box;
}

#pag {
	postion:relative;
	width: 100%;
	height: auto;
	padding:60px 0 80px 0;
	overflow: hidden;
}
.mapa {
	position:relative;
	padding-left: 25px;
}
.mapa::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-image: url(images/spot.svg);
	background-size: 16px 22px;
	width:16px;
	height:22px;
}
a.mapa {
	color:#5d5a59 !important;
}
.bt_whatsapp {
	position:relative;
	display: inline-block;
	padding-top: 6px;
	padding-left: 40px;
	margin-top: 18px;
}
.bt_whatsapp::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-image: url(images/logo_whatsapp_long.svg);
	background-size: 108px 25px;
	background-repeat: no-repeat;
	width:108px;
	height:25px;
}
a.bt_whatsapp {
	color:#f3c688 !important;
	font-weight: 400;
}
.cor_1 {
	background-color: #d86b59;
}
.cor_2c {
	color: #e6917f;
}
.cor_2 {
	background-color: #e6917f;
}
.cor_3 {
	background-color: #f1ba75;
}
.cor_3c {
	color: #f1ba75;
}
.cor_4 {
	background-color: #f3c688;
}
.cor_4c {
	color: #f3c688;
}
.cor_main {
	background-color: #f3806c;
}
.cor_mainc {
	color: #f3806c;
}
.cor_reg {
	background-color: #f89f50;
}
.cor_cont {
	background-color: #c9be96;
}
.bt_cor4,a.bt_cor4 {
	posisiton:relative;
	color: #ffffff !important;
	font-size: 16px;
	width: auto;
	padding: 10px 20px;
	background-color:#f3c688;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}
.numero_2 {
	position: relative;
	float: left;
	width:50px;
	height:50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6917f;
	color:#ffffff;
	margin:-10px 10px 0 0;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
#submenu {
	position: relative;
	float:left;
	color:#5d5a59;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	width:100%;
	max-width: 320px;
	/*padding-left: 113px;*/
}
#submenu ul {
  list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}
#submenu li {
	margin-bottom:20px;
}
#submenu li a {
	color:#5d5a59;
}
#submenu li a:hover {
	text-decoration: none;
	color:#e6917f;
}
#submenu li.current_page_item > a {
	color:#e6917f;
	font-weight: 400;
}
#submenu li.current_page_item > a::after {
	content:'';
	position: absolute;
	background-image:url(images/seta_c2.svg);
	background-size: 10px 18px;
	width:10px;
	height: 18px;
	margin: 3px 0 0 20px;
}
#balao {
	position: relative;
	float:left;
	width:100%;
	max-width: 560px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#balao img {
	width:100%;
	height: auto;
}
#conteudo {
	position: relative;
	float:right;
	width:100%;
	max-width:640px;
	margin-top: 0;
	margin-right: 10%;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#conteudo p:first-child {
	margin-top: 0;
}
.bt_next {
	position: relative;
	float: right;
	width:auto;
	height: auto;
	min-height:76px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	padding: 5px 60px 5px 30px;
	box-sizing: border-box;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bt_next::before {
  position: absolute;
  content: '';
  top:0;
  left: -2px;
  width: 30%;
  height: 100%;
  visibility: hidden;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background-color: #ffffff;
  transform-origin:left;
  transition:width 0.25s ease;
  z-index:-1;
}
a.bt_next{
 color: #ffffff !important;
}
a.bt_next:hover{
  text-decoration: none !important;
 color: #5d5a59 !important;
}
.bt_next:hover::before {
  width: 101%;
  visibility: visible;
}
.bt_next h3 {
	font-size: 26px;
	line-height: 22px;
}
.bt_next::after {
	content:'';
	position: absolute;
	top: 50%;
	right:20px;
	background-image:url(images/seta_w.svg);
	background-size: 16px 29px;
	width:16px;
	height: 29px;
	margin-top: -14px;
}
a.next_page {
	position: relative;
	float: right;
	width:auto;
	height:76px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 26px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	padding: 0 60px 0 30px;
	box-sizing: border-box;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*----------- bullets ---------------*/
#conteudo ul {
	margin-left: 5px;
	padding-left: 0;
}
#conteudo ul li {
	list-style: none;
	list-style-position:outside;
	/*list-style-image:url(images/bullet2.png);*/
	padding-left: 20px;
	padding-bottom: 10px;
}
#conteudo ul li:before {
	position: absolute;
    content: '';
	color: #ff0000;
	margin-left: -25px;
	margin-top: 4px;
	width:14px;
	height:14px;
	background-repeat: no-repeat;
}
.bullet_c1 ul li:before {
	background-image: url(images/bullet_1.svg);
}
.bullet_c2 ul li:before {
	background-image: url(images/bullet_2.svg);
}
.bullet_c3 ul li:before {
	background-image: url(images/bullet_3.svg);
}
.bullet_c4 ul li:before {
	background-image: url(images/bullet_4.svg);
}
.bullet_m ul li:before {
	background-image: url(images/bullet_m.svg);
}
#buttons {
	position: relative;
	width:100%;
	height:auto;
	overflow: hidden;
	padding: 60px 0;
}
.bt_home {
	position:relative;
	float: left;
	width:530px;
	height:229px;
	display: flex;
	justify-content: left; /* align horizontal */
	align-items: center; /* align vertical */
	padding: 0 80px 0 40px;
	box-sizing:border-box;
	margin-right:40px;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.bt_home::before {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  visibility: hidden;
  background-color: #f3806c;
  transform-origin:left;
  transition:width 0.25s ease;
  z-index:-1;
}
/*.cor_1 > .bt_home::before {
	background-color: #c33d2c;
}
.cor_2::before {
	background-color: #e6917f;
}
.cor_3::before {
	background-color: #f1ba75;
}
.cor_4::before {
	background-color: #f3c688;
}*/

.bt_home:hover::before {
  width: 100%;
  visibility: visible;
}
.bt_home:hover::after{
 	right:30px;
}
.bt_home:nth-child(even){
	margin-right:0;
}
.bt_home h1 {
	margin:0;
}
.bt_home::after {
	content:'';
	position: absolute;
	top: 50%;
	right:40px;
	background-image:url(images/seta_w.svg);
	background-size: 22px 41px;
	width:22px;
	height: 41px;
	margin-top: -21px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.bt_home:hover {
	text-decoration: none;
}
#redes_home {
	position: relative;
	width:100%;
	height:auto;
	overflow: hidden;
	padding: 20px 0 60px 0;
}
.box_redes {
	position:relative;
	float: left;
	width:530px;
	min-height: 510px;
	background-color: #ffffff;
	padding: 70px 40px 40px 70px;
	box-sizing:border-box;
	margin-right:40px;
}
.box_redes:last-child{
	margin-right:0;
}
.icon_rede {
	position: absolute;
	top:20px;
	left:20px;
}
.container_face {
	width:420px;
	height:400px;
}
iframe.facebook_iframe {
  border: none;
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}
/* SWIPER --------------------------------------------------- */
.swiper-container {
      width: 100%;
      height: 446px;
    }
.swiper-slide {
	position: relative;
  font-size: 18px;
  background: #fff;
	height: 446px;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-pagination {
	bottom:20px !important;
}
.swiper-pagination-bullet {
  width: 25px !important;
  height: 25px !important;
	background-color: transparent !important;
	opacity: 1 !important;
	background-image: url(images/bullet_off.svg) !important;
	margin-right: 10px !important;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #fdca2e !important;
    transition: all ease-in-out 200ms
}
.slider_legenda {
	position:absolute;
	right:60px;
	bottom:60px;
	width:400px;
	background-color: transparent;
}
.slider_tit {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333333;
	font-size: 40px;
	line-height: 40px;
	display: inline;
}
.slider_txt {
	position:relative;
	clear: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333333;
	font-size: 30px;
	display: inline;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 41px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 22px 41px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next {
  background-image: url('images/seta_w.svg') !important;
  left: 15px;
  right: auto;
}
.swiper-button-prev {
  background-image: url('images/seta_w_back.svg') !important;
  right: 15px;
  left: auto;
}
.swiper-pagination-progressbar-fill{
	background:#f3806c !important;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top}
.swiper-pagination-progressbar {
    background: rgba(255,255,255,.25) !important;
    position: absolute;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar{
	width:100%;
	height:5px !important;
	left:0;
	top:auto !important;
	bottom:0 !important;}
.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.image_single {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 446px;
	opacity: 1;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
.is-checked {
	display: none;
}
.bt_white {
	position: relative;
	float: right;
	padding: 10px 15px;
	border-radius: 25px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	color:#333333;
	margin: 30px 20px;
}
a.bt_white:hover {
	color: #ffffff;
	background-color: #333333;
}


a.link_full {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index: 2;
}
a.link_full:hover > .post_link {
	background-color: #333333 !important;
	color: #ffffff;
}

.bt_close {
	position:absolute;
	top:20px;
	right:20px;
}
#single_space {
	position:relative;
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	padding: 100px 0 60px 0;
	width:90%;
	max-width:900px;
	margin:0 auto 40px auto;
	box-sizing: border-box;
}
.single_img {
	width:100%;
	height:360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.single_tit {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333333;
	font-size: 34px;
	line-height: 42px;
	padding: 30px 60px 20px 60px;
	box-sizing: border-box;
}
.single_not {
	position: relative;
	padding: 0 60px;
}
.single_data {
	position: relative;
	color:#A9A9A9;
	font-size: 12px;
	padding: 40px 60px 0 60px;
}


#map {
	width:100%;
	height: 525px;
	display: inline-block;
}
.gm-style-iw a{
	color: #fcc92d !important;
}


.gallery a img { border: 0 !important; }



/**
 * 4.0 Formulario
 *
 * ----------------------------------------------------------------------------
 */
 
.wpcf7-form-control-wrap {
	margin-top: 5px !important;
}
.wpcf7-form,.wpcf7 {
	width: 520px !important;
	overflow: hidden;
	text-align: left;
}
.wpcf7 p {
	margin-top: 20px;
	margin-bottom: 10px;
}
.wpcf7 label {
	position: relative;
	font-size: 14px;
	color: #5d5a59 !important;
	margin-left: 15px;
}
/* hide original loader */
div.wpcf7 .ajax-loader {
    display: none;
}
.rpg {
	margin-top: 40px;
	font-size: 12px;
	line-height: 18px;
}
*:focus {
	outline: 0;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7-form textarea,.wpcf7-form select {
	background-color: #ffffff;
	width: 490px;
	height: 30px;
	color: #5d5a59;
	font-size: 14px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 10px 15px 15px !important;
	-webkit-transition: 400ms ease 0s;
	-moz-transition: 400ms ease 0s;
	-o-transition: 400ms ease 0s;
	-ms-transition: 400ms ease 0s;
	transition: 400ms ease 0s;
	border:1px solid #ffffff;
	margin-top: 5px;
}
.select-search select:focus {
	outline: none;
}
.select-search {
position: relative;
	border: none;
	width: 100%;
	height: 52px;
	color: #5d5a59;
	background-color: transparent;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	background-image: url("../img/icon_seta_b.svg");
	background-repeat: no-repeat;
	background-size: 7px 4px;
	background-position: 337px 35px;
	margin: 25px 15px 0 0;
}
.select-search select {
	width: 490px;
	height: 30px;
	padding: 15px 10px 15px 15px !important;
	color: #5d5a59 !important;
	font-size: 14px;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}
.wpcf7-form input[type=checkbox] {
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	font-size: 14px;
	border:none !important;
}
.wpcf7-acceptance {

}
.checkbox2 {
	position: relative;
	float:left;
	margin-bottom: 30px;
}
.wpcf7-checkbox {
	position: relative;
	top:10px;
	padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
	display: block !important;
}
.wpcf7-list-item first {
	clear:left !important;
}
.wpcf7-list-item,.wpcf7-list-item label {
	margin: 0 !important;
}
.wpcf7-list-item-label::before {
	margin:2px;
}
.form-hora {
	display: inline-block;
	width:100%;
	max-width: 517px;
	color:#5d5a59 !important;
	background-color: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item {
	width:28% !important;
	margin-right: 15px !important;
}
.wpcf7-form input[type=text]:active, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=text]:hover, .wpcf7-form input[type=email]:active, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=email]:hover, .wpcf7-form input[type=date]:active, .wpcf7-form input[type=date]:focus, .wpcf7-form input[type=date]:hover, .wpcf7 input[type=tel]:active, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=tel]:hover, .wpcf7-form textarea:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:hover {
	outline: 0;
	color: #333333;
	background-color: #ffffff;
	border:1px solid #f89f50;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7 input[type=tel] {
	height: 20px;
}
.wpcf7-form textarea {
	height: 200px;
}
.wpcf7 {
	font-family: inherit;
	font-size: 14px;
}
.wpcf7 input.wpcf7-submit {
	position: relative;
	float: right;
	padding: 10px 30px;
	border-radius: 25px;
	background-color: #f89f50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	color:#ffffff;
	border:none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	/* Gradient background */
	/* For Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#f89f50), to(#f89f50));
	/* For WebKit (Safari, Google Chrome etc) */
	background: -moz-linear-gradient(top, #f89f50, #f89f50);
	/* For Internet Explorer 5.5 - 7 */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89f50', endColorstr='#f89f50');
	/* For Internet Explorer 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89f50', endColorstr='#f89f50')";
	/* Drop Shadow */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpcf7 input.wpcf7-submit:hover {
	background-color: #ffffff;
	color:#5d5a59;
	/* Gradient background */
	/* For Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	/* For WebKit (Safari, Google Chrome etc) */
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	/* For Internet Explorer 5.5 - 7 */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	/* For Internet Explorer 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";
}
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors {
	color:#ffffff;
	background-color: #f3806c !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:none;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color:#ffffff;
	background-color: #cbc7ae !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:none;
}
.wpcf7 .wpcf7-mail-sent-ng {
	color:#ffffff;
	background-color: #f3806c !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:none;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #f3806c;
	margin-left: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-top: 60px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
* Cookies
*/

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #f3806c;
  z-index: 9999;
}
#cookies_in div a {
  text-decoration: underline;
}
@media screen and (min-width:860px) {
  #cookies {
    padding: 0px 0;
  }
}

#cookies_in {
  float: left;
  width: auto;
  padding: 5px 0;
  max-width: 1560px;
  margin: 0 auto;
}

@media screen and (min-width:860px) {
  #cookies_in {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
}

#cookies_in div {
  color: #FFFFFF;
  display: block;
  width: auto;
  font-size: 11px;
  padding: 5px 5% 10px 5%;
}

@media screen and (min-width:860px) {
  #cookies_in div {
    float: left;
    margin: 0 0 0 20px;
    padding: 7px 0 10px 0;
  }
}

#cookies .buttons {
  display: block;
  float: left;
  margin: 0 0 0 5%;
  width: 180px;
}

@media screen and (min-width:860px) {
  #cookies .buttons {
    margin: 0 0 0 20px;
  }
}

#cookies .button {
  text-decoration: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  padding: 5px 20px;
  width: auto;
	-webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

#cookies .button:hover {
  background-color: #ffffff;
  color: #f3806c;
}

#cookies .more {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 10px;
  height: 21px;
  line-height: 21px;
  text-decoration: underline;
  width: auto;
  margin: 3px 20px 0 0;
}

#cookies .more:hover {
  color: #FFFFFF;
}

#cookies_in div:first-child {
  max-width: 90%;
  line-height: 20px
}

#cookies_in div:last-child {
  max-width: 10%;
  margin-right: 0;
}


/**
 * 9.0  Footer
 * -----------------------------------------------------------
 */
#foot {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 67px;
}
#copy .wrap {
	padding-top:100px;
}
#duvidas .wrap {
	padding-top:70px;
	overflow: hidden;
}
#duvidas {
	position:relative;
	width:100%;
	padding: 40px 0;
	height: auto;
	background-color: #c9be96;
}
.bt_register {
	position: absolute;
	top:0;
	left:124px;
	width:462px;
	height:146px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 26px;
	background-color: #f89f50;
	-webkit-border-radius: 73px;
	-moz-border-radius: 73px;
	border-radius: 73px;
	padding: 35px 0 0 50px;
	box-sizing: border-box;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bt_register::before {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 30%;
  height: 100%;
  visibility: hidden;
  -webkit-border-radius: 73px;
  -moz-border-radius: 73px;
  border-radius: 73px;
  background-color: #f3806c;
  transform-origin:left;
  transition:width 0.25s ease;
  z-index:-1;
}
/*.bt_register:hover,.bt_register:hover > h3 {
  color:#5d5a59;
}*/
a.bt_register:hover {
  text-decoration: none;
}
.bt_register:hover::before {
  width: 100%;
  visibility: visible;
}
.bt_register h3 {
	font-size: 36px;
	line-height: 22px;
}
.bt_register::after {
	content:'';
	position: absolute;
	top: 50px;
	right:40px;
	background-image:url(images/seta_w.svg);
	background-size: 22px 41px;
	width:22px;
	height: 41px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bt_register:hover::after{
 	right:30px;
}
.duvidas_text {
	position:relative;
	float:left;
	display: inline-block;
	width:100%;
	height: auto;
	color: #ffffff;
}
.duvidas_title {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	width:320px;
	position: relative;
	float: left;
}
.duvidas_info {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	width:auto;
	position: relative;
	float: left;
	text-align: left;
	margin: 15px 0 0 100px;
}
.duvidas_info_logo {
	display: inline-block;
	margin-bottom: 20px;
}
h2.duvidas_info_title {
	font-size:18px;
	font-weight: bold;
	display: block;
}
h2.duvidas_title {
	font-size:18px;
	line-height: 18px;
	display: block;
	margin: 15px 0 10px 0;
}
.whatsapp {
	display: block;
	position:relative;
	float: right;
	clear: right;
	margin-top: 15px;
	width:42px;
	height:42px;
}
#copy {
	position:relative;
	width:100%;
	height:100px;
	overflow: hidden;
	background-color: #cbc7ae;
	font-size: 16px;
	color:#ffffff;
}

.menu_bottom {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_bottom_item {
	margin-right:30px;
}
.menu_bottom_item:last-child {
	margin-right:0;
}
#copyright {
	position:absolute;
	left:20px;
	bottom: 10px;
	font-size: 12px;
	color: #ffffff;
}
#redes {
	position:absolute;
	bottom:-10px;
	right:0;
	width:146px;
	height:56px;
}
#redes-info {
	position:relative;
	float: left;
}
.redes_item {
	position: relative;
	float: left;
	margin-right: 20px;
	width:36px;
	height:36px;
}
.redes_item:last-child {
	margin-left: 0;
}
.logo_ferticentro {
	position:absolute;
	left:0;
}
.logo_ferticentro img {
	margin-bottom: 10px;
}
#logo_loba {
	position:absolute;
	right:20px;
	bottom: 20px;
	width:45px;
	height:11px;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*------------------------------------- tablet portrait ----------------------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.bt_register::before {
	display:none;
}
.bt_next::before {
	display:none;
}
.bt_home {
	float:none;
	width:530px;
}
.bt_home::before {
  display:none;
}
}
/*------------------------------------- tablet landscape ----------------------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.bt_register::before {
	display:none;
}
.bt_next::before {
	display:none;
}
.bt_home::before {
  display:none;
}
}

@media only screen and (min-width: 1460px)  {
#topo,.swiper-container,.swiper-slide,.image_single {
      height: 620px;
    }
}
@media only screen and (min-width: 1900px)  {
#topo,.swiper-container,.swiper-slide,.image_single {
      height: 800px;
    }
#balao {
	margin-left:10%;
}
}
@media only screen and (max-width: 1520px)  {
.wrap_big {
	margin: 0 0 0 116px;
}
}
@media screen and (max-width: 1460px) and (min-width: 1180px) {
#topo,.swiper-container,.swiper-slide,.image_single {
      height: 520px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1180px) {

#balao {
	max-width: 420px;
}
.bt_register {
	left:94px;
	width:400px;
	height:126px;
	font-size: 20px;
	-webkit-border-radius: 63px;
	-moz-border-radius: 63px;
	border-radius: 63px;
	padding: 35px 0 0 40px;
}
.bt_register::before {
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  border-radius: 63px;
}
.bt_register h3 {
	font-size: 32px;
	line-height: 20px;
}
.bt_register::after {
	top: 40px;
	right:40px;
	background-size: 22px 41px;
	width:22px;
	height: 41px;
}
}
@media screen and (max-width: 1180px) {
.wrap_big {
	margin: 0;
}
}
@media screen and (max-width: 1180px) and (min-width: 950px) {
.top-nav li a  {
	font-size: 16px !important;
	}
.logo {
	top: 25px;
	left: 20px;
}
/**
 * 2.0 Main
 *
 * ----------------------------------------------------------------------------
 */

.wrap {
	max-width: 900px;
}
#topo_pag {
	postion:relative;
	width: 100%;
	height: 166px;
	padding: 30px 0 0 40px;
	box-sizing: border-box;
}
#submenu {
	padding-left: 40px;
}
#conteudo {
	float:left;
	max-width:540px;
	margin-right: 0;
	margin-left: 40px;
}

#balao {
	max-width: 360px;
}
.bt_home {
	width:430px;
	height:200px;
}
.bt_home h1 {
	font-size: 32px;
	line-height: 40px;
}
.box_redes {
	width:430px;
}
.container_face {
	width:320px;
}
.bt_register {
	left:44px;
	width:400px;
	height:126px;
	font-size: 20px;
	-webkit-border-radius: 63px;
	-moz-border-radius: 63px;
	border-radius: 63px;
	padding: 35px 0 0 40px;
}
.bt_register::before {
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  border-radius: 63px;
}
.bt_register h3 {
	font-size: 32px;
	line-height: 20px;
}
.bt_register::after {
	top: 40px;
	right:40px;
	background-size: 22px 41px;
	width:22px;
	height: 41px;
}
#copy .wrap {
	max-width: 95%;
}

}

@media screen and (max-width: 950px) and (min-width: 768px) {
.top-nav li a  {
	font-size: 16px !important;
	}
.logo {
	width: 130px;
	height: 81px;
	top:40px;
	left: 20px;
}
.top-nav {
	right:20px;
	padding: 0 0 0 0;
}
.logo img {
	width: 130px;
	height: 81px;
}
/**
 * 2.0 Main
 *
 * ----------------------------------------------------------------------------
 */

.wrap {
	max-width: 760px;
}
#topo_pag {
	postion:relative;
	width: 100%;
	height: 166px;
	padding: 30px 0 0 40px;
	box-sizing: border-box;
}
#submenu {
	padding-left: 40px;
	max-width: 280px;
}

#balao {
	max-width: 320px;
}
#conteudo {
	float:left;
	max-width:420px;
	margin-right: 0;
	margin-left: 40px;
}

.bt_home {
	width:360px;
	height:180px;
}
.bt_home h1 {
	font-size: 24px;
	line-height: 32px;
}
.box_redes {
	width:360px;
}
.container_face {
	width:250px;
}
/**
 * 9.0  Footer
 * -----------------------------------------------------------
 */
#foot {
	height: auto;
}
#copy {
	height:auto;
	overflow: hidden;
}
#copy .wrap {
	padding-top:20px;
}
#duvidas .wrap {
	padding-top:70px;
}

.bt_register {
	left:44px;
	width:400px;
	height:126px;
	font-size: 20px;
	-webkit-border-radius: 63px;
	-moz-border-radius: 63px;
	border-radius: 63px;
	padding: 35px 0 0 40px;
}
.bt_register::before {
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  border-radius: 63px;
}
.bt_register h3 {
	font-size: 32px;
	line-height: 20px;
}
.bt_register::after {
	top: 40px;
	right:40px;
	background-size: 22px 41px;
	width:22px;
	height: 41px;
}

.duvidas_info {
	margin: 15px 0 0 40px;
}
.menu_bottom {
	position: relative;
	float: left;
	clear:left;
	margin-top:20px;
	margin-left: 40px;
	display: block;
	justify-content:none;
	align-items:baseline;
}
.menu_bottom_item {
	position: relative;
	float:left;
	clear:left;
	margin-right: auto;
	margin-bottom: 10px;

}
.menu_bottom_item:last-child {
	margin-right:0;
}
#copyright {
	position:relative;
	float:left;
	clear: left;
	left:40px;
	bottom:auto;
	font-size: 12px;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 10px;
}
#redes {
	position:absolute;
	top:30px;
	bottom:auto;
	right:20px;
	width:146px;
	height:56px;
}

.redes_item:last-child {
	margin-left: 0;
}
.logo_ferticentro {
	position:relative;
	float: left;
	left:auto;
	margin:30px 0 0 40px;
}
#logo_loba {
	position:absolute;
	right:20px;
	bottom: 20px;
}
}
@media screen and (max-width: 768px) and (orientation : landscape) {

}

@media screen and (max-width: 768px) {

.mobile {
	display:inline-block;
}
.no-mobile {
	display: none;
}
.menu_onlymobile {
	display:inline-block !important;
}
.logo {
	width: 113px;
	height: 70px;
	top: 10px;
	left: 20px;
}
.logo img {
	width: 113px;
	height: 70px;
}
#menu_area {
	height:92px;
}
.container {
	top: 30px;
}
#main-nav {
	width:100vw;
}
.top-nav {
	display: none;
}
.top-nav.responsive {
	position: absolute;
	display: block;
	top:92px !important;
	left:0;
	width: 100%;
    height: auto; /* set to the height you want your menu to be */
	padding: 10px 0 20px 0;
	background-color: #f3806c;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-nav.responsive ul    {
    margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	list-style-type: none;
}
.top-nav.responsive li  {
    list-style: none;
	float: left;
	clear: both;
	height: auto;
	overflow: hidden;
	}
.top-nav.responsive li a  {
    display: inline-block;
	width: auto;
    height: 20px;
    line-height: 20px;
    padding: 2px 0;
	margin-top: 20px;
	margin-left: 20px;
	color:#ffffff;
}
.top-nav.responsive li.no_under a {
	border-bottom: none;
}
.top-nav.responsive li a > .sub-menu  {
	margin-bottom: 0;
}
.top-nav.responsive .current-menu-item a, .top-nav.responsive .current_page_item a,.top-nav.responsive .current-menu-parent > a {
    /*background-image: url(images/seta_menuv.svg);*/
	border-bottom: 2px solid #ffffff;
}
.top-nav.responsive .current-menu-parent > ul {
    display: block; /* show sub menus when hovering over a parent */
	opacity: 1;
	visibility: visible;
	top: auto;
}
/*-- level2 --*/

.top-nav.responsive ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
	opacity: 1;
	visibility:visible;
    position: relative;
	width: auto;
    top: auto; /* this should be the same height as the top level menu -- height + padding + borders */
	padding: 0 0 20px 0;
	margin-left: 5px;
	margin-bottom:20px;
	background-color:transparent;
}
.top-nav.responsive ul ul:before { /* arrow on the submenu */
	background-image:none;
}
.top-nav.responsive ul ul li { /* this targets all submenu items */
	position: relative;
    float: left; /* overwriting our float up above */
    width: auto; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	height: auto !important;
	overflow: hidden;
	padding-left: 20px;
}
.top-nav.responsive ul ul li a  {
	margin: 10px 0 0 10px;
	padding-left: 0;
	font-size: 15px;
	line-height: 22px;
}
.top-nav.responsive ul ul li a:hover {
	color:#ffffff !important;
	background-color:transparent !important;
}
.top-nav.responsive ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
	opacity: 1;
	visibility: visible;
	top: auto;
}
.top-nav ul li:hover > li a {
	background-color: #f4f1ed;
}

/**
 * 2.0 Main
 *
 * ----------------------------------------------------------------------------
 */

.wrap,.wrap_big {
	max-width: 100vw;
	margin: 0;
}

#topo {
	height: 250px;
}
#topo_pag {
	postion:relative;
	width: 100%;
	height: 90px;
	padding: 10px 0 0 20px;
	box-sizing: border-box;
}
#topo_pag h1 {
	font-size: 28px;
	line-height: 36px;
	margin:0;
}
#pag {
	postion:relative;
	width: 100%;
	height: auto;
	padding:40px 0 80px 0;
	overflow: hidden;
}
#tit_pag {
	postion:relative;
	float:left;
	margin-left:20px;
}
#tit_pag h5 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom:30px;
}
#submenu {
	display:none;
}
#balao img {
	width:60vw;
	height: auto;
}
#conteudo {
	float:left;
	margin-left:20px;
	width:95vw;
	max-width:none;
	margin-top: 0;
	margin-right: 0;
	padding-right: 10px;
}

#buttons {
	padding: 40px 0;
}
.bt_home {
	float:none;
	width:90vw;
	height:160px;
	display: flex;
	justify-content: left; /* align horizontal */
	align-items: center; /* align vertical */
	padding: 0 80px 0 30px;
	box-sizing:border-box;
	margin:0 auto 20px auto;
}
.bt_home:nth-child(even){
	margin-right:auto;
}
.bt_home::after {
	content:'';
	position: absolute;
	top: 50%;
	right:30px;
	background-image:url(images/seta_w.svg);
	background-size: 22px 41px;
	width:22px;
	height: 41px;
	margin-top: -21px;
}
.bt_home h1 {
	font-size: 24px;
	line-height: 32px;
}
.bt_home::before {
  display:none;
}
.bt_home:hover::after{
}
#redes_home {
	padding: 20px 0;
}

.box_redes {
	float: none;
	width:100vw;
	min-height: none;
	padding: 60px 20px 20px 20px;
	margin:0 0 20px 0;
}
.container_face {
	width:85vw;
	padding-left: 20px;
	box-sizing: border-box;
}
.box_redes:last-child{
	margin-right:auto;
}
.icon_rede img {
	width:auto;
	height:25px;
}
.bt_next {
	height:66px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 40px;
}
.bt_next::before {
  	display:none;
}

/* SWIPER --------------------------------------------------- */
.swiper-container,.swiper-slide,.image_single {
      height: 250px !important;
    }


/**
 * 4.0 Formulario
 *
 * ----------------------------------------------------------------------------
 */
.wpcf7-form,.wpcf7 {
	width: 95% !important;
	overflow: hidden;
	text-align: left;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7-form textarea, .wpcf7-form select {
	width: 90%;
	max-width: 420px;
}
.form-hora {
	width: 95%;
	max-width: 445px;
}
.wpcf7-radio .wpcf7-list-item {
	width:50% !important;
	margin-right: 15px !important;
}
.SelectBox {
	width: 90% !important;
	max-width:410px !important;
}
.item_right {
	margin:20px 0 0 0;
}
.icon_trad {
	position: relative;
	float:left;
	top:0;
	left:20px;
	width:40px;
	height:40px;
	z-index: 1;
}
.tit_trad {
	position: relative;
	float:left;
	clear: both;
	top:5px;
	left:20px;
	max-width: 290px;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
}

#single_space {
	padding: 80px 0 60px 0;
	width:100%;
	max-width:1100px;
	margin:0 auto 40px auto;
	box-sizing: border-box;
}
.single_img {
	width:100%;
	height:360px;
}
.single_tit {
	font-size: 28px;
	line-height: 32px;
	padding: 20px 0 20px 20px;
}
.single_not {
	position: relative;
	padding: 0 20px;
}
.single_data {
	position: relative;
	color:#A9A9A9;
	font-size: 12px;
	padding: 40px 60px 0 20px;
}

/*----------- bullets ---------------*/
.linguas_coluna ul {
	margin-left: 5px;
	padding-left: 0;
}
.linguas_coluna ul li {
	list-style: none;
	list-style-position:outside;
	/*list-style-image:url(images/bullet2.png);*/
	padding-left: 40px;
	padding-bottom: 10px;
}
.linguas_coluna ul li:before {
	position: absolute;
    content: '';
	margin-left: -45px;
	margin-top: 4px;
	width:24px;
	height:24px;
	background-image: url(images/bullet_y.svg);
	background-repeat: no-repeat;
}

/* SWIPER */
.slider_legenda {
	position:absolute;
	right:auto;
	left: 20px;
	bottom:60px;
	width:90vw;
	background-color: transparent;
}
.swiper-container {
      height: 320px;
    }
.swiper-slide {
	height: 320px;
}
.slider_tit {
	font-size: 30px;
	line-height: 30px;
}
.slider_txt {
	font-size: 20px;
}
/**
 * 9.0  Footer
 * -----------------------------------------------------------
 */

#foot {
	height: auto;
	padding-top: 60px;
}
#copy {
	height:auto;
	overflow: hidden;
}
#copy .wrap {
	padding-top:30px;
}
#duvidas .wrap {
	padding-top:30px;
}
#duvidas {
	overflow: hidden;
	height:auto;
	padding: 40px 0 40px 20px;
	box-sizing: border-box;
}
.bt_register {
	left:10px;
	width:300px;
	height:106px;
	font-size: 16px;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	padding: 30px 0 0 30px;
}
.bt_register::before {
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  border-radius: 53px;
}
.bt_register h3 {
	font-size: 28px;
	line-height: 14px;
}
.bt_register::after {
	top: 35px;
	right:20px;
	background-size: 22px 41px;
	width:22px;
	height: 41px;
}
.bt_register:hover::after{
 	right:10px;
}
.bt_register::before {
  	display:none;
}
.duvidas_text {
	float:left;
	width:90%;
	max-width:100vw;
}
.duvidas_title {
	font-size: 18px;
	width:auto;
	float:left;
}
.duvidas_info {
	font-size: 22px;
	clear:left;
	margin: 30px 0 0 0;
}

.whatsapp {
	float: left;
	clear: left;
}
.menu_bottom {
	position: relative;
	float: left;
	clear:left;
	margin-top:20px;
	margin-left: 20px;
	display: block;
	justify-content:none;
	align-items:baseline;
}
.menu_bottom_item {
	position: relative;
	float:left;
	clear:left;
	margin-right: auto;
	margin-bottom: 10px;

}
.menu_bottom_item:last-child {
	margin-right:0;
}
#copyright {
	position:relative;
	float:left;
	clear: left;
	left:20px;
	bottom:auto;
	font-size: 12px;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 10px;
}
#redes {
	position:relative;
	float: left;
	clear:both;
	top:auto;
	bottom:auto;
	right:auto;
	width:146px;
	height:56px;
}
.redes_item {
	position: relative;
	float: right;
	margin-left: 20px;
	width:56px;
	height:56px;
}
.redes_item:last-child {
	margin-left: 0;
}
.logo_ferticentro {
	position:relative;
	float: left;
	clear: left;
	left:auto;
	margin:20px 0 0 20px;
}
#logo_loba {
	position:relative;
	float: right;
	clear: both;
	right:10px;
	bottom: auto;
	margin-bottom: 20px;
	width:45px;
	height:11px;
}
}

.wtsp-phone {
	font-size: 23px;
}

.wtsp-phone-pop {
	font-size: 16px !important;
	margin-top:0 !important;
}

.logo-wtsp {
	margin-right: 0.5rem;
}