/*
Theme Name: Base Classifields
Theme URI: https://www.labelgrup.com
Author: @labelgrup
Author URI: https://www.labelgrup.com
Description: Theme Wordpress personalizado para clasificados.
Version: 4.0
Text Domain: base
*/
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Light.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Thin.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Thin.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Thin.svg#SFProDisplay-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Bold.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Ultralight.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Ultralight.svg#SFProDisplay-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Medium.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Regular.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
body{
	padding-top: 75px;
	font-family: SF Pro Display, Helvetica Neue, Helvetica, sans-serif;
	overflow-x: hidden;
}
.navbar-header {
	padding-top: 8px;
	padding-left: 100px;
	padding-right: 100px;
}
.item_box {
	min-height: 300px;
}
.slider_home {
	background-image: url('../base/assets/img/bg_search.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 390px;
	margin-bottom: 60px;
	position: relative;
}
rs-fullwidth-wrap {
	margin-top: 80px;
}
.img_slider_home {
	position: relative;
	z-index: 1;
	height: 390px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img_slider_home h1 {
	font-size: 46px;
	font-weight: 400;
	margin: 0 0 10px;
}
.img_slider_home p {
	font-weight: 100;
	font-size: 20px;
	max-width: 100%;
	width: 740px;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
}
.slider_category {
	background-image: url('../base/assets/img/bg_search.jpg');
	background-repeat: repeat-x;
	min-height: 390px;
	margin-bottom: 60px;
	position: relative;
}
.c_cat {
	padding: 40px 10px;
}
.img_slider_category {
	position: relative;
	z-index: 1;
	height: 390px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img_slider_category h1 {
	text-transform: uppercase;
}
.img_slider_category p {
	font-size: 20px;
	font-weight: 100;
	max-width: 100%;
}
span.sale {
	color: #b10600;
	text-transform: uppercase;
}
span.cart {
	background-color: black;
	border-radius: 40px;
	padding: 0px 5px;
	font-weight: bold;
	position: relative;
	right: -32px;
	top: -7px;
}
.navbar-brand {
	padding: 26px 15px;
	text-transform: uppercase;
}
.nav-custo {
	position: relative;
	top: -12px;
}
.single_add_to_cart_button {
	background-color: #a90017 !important;
	border-radius: 40px !important;
	font-weight: normal !important;
	padding: 12px 35px !important;
}
.woocommerce .quantity .qty {
	height: 40px !important;
	margin-right: 10px !important;
}
.woocommerce div.product form.cart {
	margin-top: 25px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 30px;
}
body.error404  h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #034f82;
	margin-bottom: 28px;
}
ul.links {
	marigin: 0;
	padding: 40px 0;
}
ul.links li {
	list-style: none;
	margin-bottom: 5px;
}
h2.error {
	margin-bottom: 40px;
}
div.bread {
	font-size: 12px;
	color: #fff;
	background-color: #D6BA82;
	height: 33px;
	padding-top: 7px;
}
div.bread a {
	font-size: 12px;
	color: #1d2733;
	margin-right: 10px;
}
div.bread i {
	margin-right: 10px;
}
div.content_left {
	padding: 40px 0;
}
div.content_right {
	padding: 110px 0 60px;
}
header.main-header {
	position: absolute;
	top: 0;
	height: 75px;
	width: 100%;
	background-color: #000000;
	margin-bottom: 0 !important;
	display: flex;
	padding: 0 16px;
}
header.main-header .header-form .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 26px;
	width: 30px;
	height: 30px;
	z-index: 1;
}
.navbar {
	position: absolute;
	top: 0;
	background-color: #000;
	width: 100%;
	height: 75px;
	margin-bottom: 0;
	border: none;
}
.navbar-right {
	padding-right: 100px;
}
body.archive, body.single {
	padding-top: 75px;
}
.owl-carousel {
	padding: 40px 0 10px;
}
.owl-stage div {
	text-align: center;
}
.owl-stage div a {
	color: #212121;
	font-size: 16px;
}
.owl-stage div a:hover {
	text-decoration: none;
}
.owl-stage div img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.owl-prev {
	position: relative;
	left: -30px;
	top: -88px;
}
.owl-prev span {
	font-size: 40px;
}
.owl-next {
	position: relative;
	right: -30px;
	top: -88px;
	float: right;
}
.owl-next span {
	font-size: 40px;
}
div.ti {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
}
ul.cat {
	margin: 0 auto;
	padding: 50px 0;
}
ul.cat li {
	display: inline-block;
	text-align: center;
	margin: 30px;
}
#nav-cat {
	background-color: #212121;
	position: absolute;
	top: 75px;
	height: 52px;
	width: 100%;
}
#nav-cat ul li a:hover {
	background-color: #a90017;
}
#navbar ul {
	margin-top: 12px;
}
#navbar ul li a {
	text-transform: none;
	color: #fff;
	font-weight: bold;
}
#navbar ul li a:hover {
	background-color: transparent;
	color: #333;
}

div.item h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	margin: 0 0 15px;
	color: #1d2733;
}
div.item h2 a {
	color: #1d2733;
}
div.item h2 a:hover {
	text-decoration: none;
}
div.item div.item_top {
	margin-bottom: 30px;
	position: relative;
}
div.item div.item_bottom p {
	font-size: 15px;
}
img.img-featured {
	margin-bottom: 20px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	position: relative;
	top: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}
div.related {
	padding-top: 40px;
}
div.item_related {
	min-height: 320px;
}
div.item_related img {
	margin-bottom: 20px;
}
div.item_related h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	margin: 0 0 15px;
}
div.item_related h3 a {
	color: #1d2733;
}
div.item_related h3 a:hover {
	text-decoration: none;
}
div.title_related {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.nav>li>a:hover {
	color: #fff !important;
}
.dropdown-menu>li>a{
	font-size: 14px;
	color: #333 !important;
}
.dropdown-menu>li>a:hover {
	color: #313131;
}
.nav>li>a:focus, .nav>li>a:hover  {
	background-color: transparent;
}
div.top_next {
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
}
div.top_next a {
	color: #1d2733;
}
div.top_next a {
	text-decoration: none;
	color: #212121;
}
div.top_next .bor_d {
	border-right: 1px solid #e0e0e0;
}
div.top_next i.fa-long-arrow-left {
	margin-right: 20px;
}
div.top_next i.fa-long-arrow-right {
	margin-left: 20px;
}
div.mail {
	background-color: #034f82;
	padding: 60px 0;
}
div.mail p {
	font-size: 21px;
	letter-spacing: 1.5px;
	font-weight: 100;
	width: 500px;
	margin: 0 auto;
	color: #fff;
}
.group-custom {
	width:410px;
	margin-top:26px;
}
.box_content_layout {
	padding: 40px 0;
}
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	border-radius: 50%;
	width: 40px;
	background: #fff;
	color: #444;
	z-index: 9999999999999999999;
	opacity: 1;
	display: none;
	text-align: center;
	cursor: pointer;
	padding-top: 8px;
	border: 1px solid #ccc;
}
.back-to-top i {
  color: #252525;
}
.disable-scroll-bars {
  -ms-overflow-style: none;
}
.disable-scroll-bars::-webkit-scrollbar {
  display: none;
}
.banner {
	padding: 20px 0 30px;
}
.navfixed {
	display: none;
	width: 100%;
	height: 60px;
	background-color: red;
}
ul.red_top li {
	display: inline-block;
}
ul.shared li {
	display: inline-block;
	position: relative;
	top: 4px;
}
#twitter-widget-0 {
	position: relative !important;
	top: 5px;
}
body.single .menuFixed {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 56px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-animation-name: animMenu;
    animation-name: animMenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.page .menuFixed_page, body.product-template-default .menuFixed_page {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-animation-name: animMenu;
    animation-name: animMenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h2.tit {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px !important;
	padding: 0 !important;
	margin-top: 6px !important;
}
.price {
	font-weight: bold;
	font-size: 18px;
}
.search-text{
	margin-top:50px;
	padding-top:60px;
	padding-bottom:60px;
}

.search-text .input-search{
	height:45px;
	width:400px;
	padding-left:20px;
    color:#333;
}

.search-text .btn-search{
	background-color:#7dabdb;
	border:1px solid #FFF;
	color:#FFF;
	padding: 11px 22px;
}

.search-text  .btn-search:hover{
	background-color:#FFF;
	color:#7dabdb;
}
footer {
	background-color: #252525;
	min-height: 450px;
	padding: 90px 0 50px;
}
footer .title_footer {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 30px;
	color: #fff;
}
footer .cat_footer {
	margin: 0;
	padding: 0;
}
footer .cat_footer li {
	list-style: none;
	line-height: 2.32142857em;
}
footer .cat_footer li a {
	color: #6c757d;
}
footer .cat_footer li a:hover {
	color: #fff;
	text-decoration: none;
}
footer div.copy {
	padding: 67px 0 0px;
	color: #6c757d;
	font-size: 11px;
}
#nav-icon1 {
  width: 47px;
  height: 28px;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: -24px;
  right: -12px;
  position: absolute;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 77%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#menuResponsive {
	width: 85%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s left ease;
	overflow-y: scroll;
	z-index: 9999;
}
.cat {
	background-color: #a90017;
	color: #fff;
	text-transform: uppercase;
	padding: 19px 15px;
	height: 75px;
	font-size: 24px;
}
.headerFixed {
	position: fixed !important;
	top: 0 !important;
	z-index: 9999;
}
#menuResponsive ul.navbar-nav {
	font-size: 	20px;
	margin: 7.5px -15px;
	padding: 10px 20px;
}
#menuResponsive .navbar-nav>li>a {
	color: red;
	text-transform: uppercase;
}
#menuResponsive .navbar-nav>li>a:hover, #menuResponsive .navbar-nav>li>a:active, #menuResponsive .navbar-nav>li>a:visited {
	color: red !important;
}
.title_single h1 {
	font-size: 31px;
	color: #000;
	font-weight: bold;
	margin-top: 40px !important;
}
.title_single p {
	font-size: 23px;
	color: #A2A2A2;
	font-weight: bold;
}
img.img-galery {
	margin-bottom: 17px;
}
.item-none {
	display: none;
}
.imgIcon {
	position: relative;
	top: -10px;
	left: -7px;
}
.title span {
	position: relative;
	left: -29px;
	top: -14px;
	font-size: 16px;
	color: #cdab66;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.home .navbar-default .navbar-toggle .icon-bar {
		background-color: #000 !important;
	}
}	