/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Doockers Multipurpose
Version:        1.0
Last change:    18.08.2017
Primary use:    Doockers Multipurpose template
Author:         99_Design
Author Email:   logicsforest@gmail.com


#TABEL OF CONTENT#
1# FONTS
2# GENERAL CSS
3# HEADER SECTION
4# MAIN SLIDER
5# FEATURES
6# BLOG
7# PORTFOLIO
8# SERVICES
9# TESTIMONIAL
10# FOOTER
11# 8 HOME PAGES
12# 22 INNER PAGES
******************/	
/* ================================= */
/* ---------- General CSS ---------- */
/* ================================= */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Playfair+Display:400,700,900');*/
@import "font-awesome.min.css";


 body {
	position: relative;
font-family: 'Poppins', sans-serif;
	/*font-family: 'Playfair Display', serif;*/
	color:#000000;
	font-size:12px;
  overflow-x: hidden;
}
html, body{
	height: 100%;
	width: 100%;
}
html{
	font-size: 16px;
}
ol, ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

a {
	color:inherit;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
.overflow_hidden{
	overflow-x:hidden;
}

h2, h3, h4, h5 {
	margin:0;
	font-weight: bold;
}
h2 {
	font-size:2rem;
}
h3{
	font-size: 1.55rem;
}
h4{
	font-size:1.125rem;
}
h5{
	font-size:1rem;
}
h6{
	font-size: 0.875rem;
}

.bg_white {
	background:#fff;
}
.bookingmain{
    

    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 3;
    top: 30%;
    bottom: 25%;
    min-width: 713px;
    display: flex;
    align-items: center;
}



@media (max-width: 640px) {
  .bookingmain {
    
    margin: auto;
    position: absolute;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    top: 25%;
    bottom: 25%;
 
  } }
  
  
@media (max-width: 640px) {
  .styleform {
    
    margin: auto;
    position: absolute;
    align-items: center; 
  } }
  

@media (max-width: 640px) {
  .tambookingmainbtn {
    
    border-radius: 20px 20px 20px 20px;
    } }
   
.tambookingmain{
  width: 250px;
  height: 50px;
  font-size: 15px;
  border:none;

}
.tambookingmainbtn{
  border-radius: 0px 40px 40px 0px;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #a5cf3c;
  background-color: #14387f;
  border: none;
}
.tambookingmainbtn:hover {
	background-color: #644506;
	color: #fff;
	
}
.padding_top{
	padding-top:100px;
}
.padding_bottom{
	padding-bottom:100px;
}
.heading_space{
	margin-bottom: 70px;
}
.p-b-35{
	padding-bottom:35px;
}
.p-t-35{
	padding-top:35px;
}
.p-b-25{
	padding-bottom:25px;
}
.p-t-25{
	padding-top:25px;
}
.p-b-15{
	padding-bottom:15px;
}
.p-t-15{
	padding-top:15px;
}
.p-x-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.p-x-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.p-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.m-t-35{
	margin-top:35px;
}
.m-b-20{
	margin-bottom: 20px;
}
.heading > h2 {
  margin-bottom: 20px;
	text-transform: uppercase;
}
.heading > p {
	padding-left: 19%;
	padding-right: 19%;
}
.btn-solicita{
  font-weight: 600;
}
.btn-solicita:hover{
  font-weight: 800;
  color:#FFFFFF;
}
.gap-x-35 {
    column-gap: 35px; /* o gap en grid/flex solo en horizontal */
}

.gap-x-25 {
    column-gap: 25px;
}

.gap-x-15 {
    column-gap: 15px;
}

/*.heading > h2 {
  margin-bottom: 20px;
}
.heading > p {
  padding: 0 19%;
}*/
.margin_bottom{
	margin-bottom:70px;
}
.margin_top{
	margin-top:70px;
}
.container{
  width: 1170px;
  max-width: 100%;
}

/*Transitions*/
a, img, i, *:before, *:after,
/*.navbar-brand > img,*/ .owl-prev, .owl-next,
.feature_tag, .feature_detail > h4,
.counters-item i,.owl-prev, .owl-next, .creative_detail > *,
.feature_detail > *, .feature_tag,
.services_img, .services_img img, .services_detail > span,
.cbp-l-filters-alignCenter .cbp-filter-item,
.wpf-demo-team, .wpf-demo-team .view-caption, .company_text *,
.services-area, .services-area .services-item,
.wpf-demo-6, .wpf-demo-6 img, .view-caption,
.wpf-demo-6 h4, .view-caption h4,
.services-section .services-inner, .service-detail-port, .service-detail-port *,
.how-can-help-box, .how-can-help-box__body,
#search, .owl-page, nav.navbar.bootsnav, .plans_details,
.what-make-details, .services-page-2-details, .services-page-2-details *{
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

/* ================================= */
/* ----------- Loader CSS ---------- */
/* ================================= */
.loading-page{
  position:fixed;
  z-index:110000;
  left:0;
  right:0;
  overflow:hidden;
  top:0;
  bottom:0;
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  margin-bottom: 30px;
}
.loading-page .counter h2 {
  color: white;
  font-size: 60px;
  margin:0 auto;
  width:auto !important;
  text-align:center;
}
.loading-page .counter hr {
  background: #14387f;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
  margin:0 auto;
}
.loading-page .counter h2.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

body.overflow_hidden {
  overflow-x: hidden;
}

/* Corregir posibles estilos globales de .counter del template */
.loading-page .counter {
  position: relative;      /* nos aseguramos que NO sea absolute/fixed */
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 0 auto;
}

/* Evitar scroll lateral en general */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Ajuste suave para móvil: más pequeño pero centrado igual */
@media (max-width: 767px) {
  .loading-page .counter {
    width: 180px;
  }

  .loading-page .counter h2 {
    font-size: 36px;
  }

  .loading-page .counter p {
    margin-bottom: 20px;
  }
}

/* ================================= */
/* ----------- Header CSS ---------- */
/* ================================= */
#header-top {
	background:#022940;
	padding:10px 0;
	margin-bottom: 15px;
}
#header-top_2 #header-top {
	margin-bottom:0;
}
.top_socials > li {
	display: inline-block;
	margin-left:5px;
}
.top_socials li a {
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	line-height: 33px;
	text-align: center;
	display: block;
	background:transparent;
}
.top_socials li a:hover {
	border: 1px solid #14387f;
	color: #fff;
	background:#14387f;
}
.header_top_text p {
  color: #fff;
  padding-top: 8px;
  font-size: 12px;
}
/* ------- HEADER BOTTOM  ------ */
#header-bottom {
	background:#fff;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:10px;
	
}
#header-bottom .col-md-10 {
	text-align: right;
}
#header-bottom .get-tuch {
	display: inline-block;
	margin-top:7px;
}
#header-bottom .get-tuch > ul {
	display: inline-block;
}
#header-bottom .get-tuch ul li h4, #header-bottom .get-tuch ul li p {
	padding:0;
	margin:0;
}
#header-bottom .get-tuch ul li h4 {
	color:#000000;
}
#header-bottom .get-tuch i {
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
	vertical-align: text-bottom;
	color:#14387f;
}
#header-bottom .get-tech-line {
	display: inline-block;
	padding: 5px 0 !important;
	vertical-align: super;
}
#header-bottom p {
    margin: 0;
    padding: 0;
    font-size: 13px; /* opcional: texto más pequeño */
}
/* ------- Navbar - 1  ------ */
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  text-align: left;
}
.nav_1 > ul {
	background: #14387f;
}
.nav_1 .navbar-nav {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.nav_1 .navbar-nav > li {
	display: inline-block;
	float: none;
}
.nav_1 > ul::before {
	background: #14387f;
	content: "";
	height: 105px;
	left: -10px;
	position: absolute;
	top: -43px;
	-webkit-transform: rotate(-38deg);
	-moz-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(-38deg);
	width: 66px;
	z-index: -1;
}
.nav_1 > ul::after {
	background: #14387f;
	content: "";
	height: 105px;
	position: absolute;
	right: -10px;
	top: -43px;
	-webkit-transform: rotate(38deg);
	-moz-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	-o-transform: rotate(38deg);
	transform: rotate(38deg);
	width: 66px;
	z-index: -1;
}
#header-top_1 .collapse.navbar-collapse {
	margin-left:0;
}
#header_top_1 {
	background: #fff;
	position: relative;
	z-index: 46;
	border-bottom: 1px solid #dbdbdb;
	padding:10px 0;
}
#header-top_1 .wrap-sticky {
	height: 100% !important;
}

nav.navbar.bootsnav ul.nav > li > a {
	font-weight:normal;
	padding: 25px 15px;
	font-size: 14px;
	text-transform:capitalize;
	color:#fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus{
	color: #a5cf3c;
}
.navbar-right .dropdown-menu {
  left: 0;
}
.navbar-right  > li:last-child .dropdown-menu{
	right: 0;
	left: auto;
} 
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border:none;
	border-top:3px solid #14387f;
	width: 200px;
}

.dropdown-menu li a{
	font-size: 13px !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle::before {
  margin-left: 15px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a {
	color: #a5cf3c;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #14387f;
	color: #fff !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
	background-color: #14387f;
	color:#fff;
}
#header-top_2  nav.navbar.bootsnav.no-background {
  background-color: #fff;
  height: 70px;
}
#header-top_2 .navbar > .container .navbar-brand, 
#header-top_2 .navbar > .container-fluid .navbar-brand {
  margin:0;
}
#header-top_2 .navbar-brand.sticky_logo {
  background: #14387f;
  padding: 35px 10px 35px 10px;
}
#header-top_2 .navbar-brand {
  height: 100%;
}
#header-top_2 .wrap-sticky {
  height:auto !important;
}
#header-top_2 nav.navbar.bootsnav ul.nav > li > a {
  padding: 20px 15px;
}
#header-top_2 .wrap-sticky nav.navbar.bootsnav.sticked {
  background: #fff;
  height: 65px;
}
.navbar-brand.mobile-logo {
  display: none;
}
/* ================================= */
/* ----------- Banner CSS ---------- */
/* ================================= */

/* ------- REVOLUTION SLIDER  ------ */
.tp-caption.tp-resizeme .banner_P {
	color: #fff;
  font-size: 18px;
}
#rev_slider_2 .tp-caption.tp-resizeme .banner_P {
	color: #8b8b8b;
}
.tp-caption.tp-resizeme h3.banner_h3, 
.tp-caption.tp-resizeme h2.banner_h2 {
	color: #fff;
	font-size: 45px !important;
	font-weight: normal !important;
	text-transform:uppercase;
}
#rev_slider_2 .tp-caption.tp-resizeme h3.banner_h3, 
#rev_slider_2 .tp-caption.tp-resizeme h2.banner_h2 {
	color: #022940;
}
.tparrows.tp-leftarrow {
	background:url(/images/arrow-left.png) no-repeat;
}
.tparrows.tp-rightarrow {
	background:url(/images/arrow-right.png) no-repeat;
}
.tp-leftarrow, .tp-rightarrow {
	margin:5px;
	height:46px;
	width:46px;
}
.btn_dark, .btn_light{
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 13px 40px;
	vertical-align: middle;
	position: relative;
	line-height: normal;
	font-size: 14px;
}
.btn_dark {
	background: #14387f;
	color:#fff;
}
.btn_light {
	background: #fff;
	color:#14387f;
}
#rev_slider_2 .btn_light {
	background: #022940;
	color:#fff;
}
.btn_light:hover,
.btn_dark:hover {
	background:#022940;
	color:#fff;
}
/* --- Real Gym Banner CSS --- */
.banner_3_box h2 {
  font-size: 46px !important;
  color: #fff;
}
.banner_3_box p {
	color:#fff;
	font-size:20px;
}
/* ================================= */
/* ------- Purchase Now CSS -------- */
/* ================================= */
.purchase_now {
  padding: 40px 0;
  background: #edf3f8;
}
.purchase_text > h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #022940;
  padding-top: 15px;
}

/* ------- Web CSS -------- */
.web_detail > h3 {
  text-transform: uppercase;
  display: inline-block;
  color:#022940;
  font-weight:bold;
  font-size:20px;
}
.web_img > img {
  width: 100%;
}
.web_detail {
  background: #eaeaea;
  border-top: 4px solid #14387f;
  padding:10px 15px;
}
.item.web_box {
  margin:5px 3px;
}
#web .owl-next {
  left:-9px;
  position: absolute;
  top: 41%;
}
#web .owl-prev {
  right: 3px;
  position: absolute;
  top: 41%;
}
.web_detail > a {
  background: #14387f;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 10px;
  margin-top: -3px;
  padding: 7px 15px;
  text-transform: uppercase;
}
.web_detail > a:hover{
  background: #333;
}
/* ================================= */
/* ---------- Creative CSS --------- */
/* ================================= */
#creative .heading > h2 {
  color: #a5cf3c;
}
.creative_detail {
  border: 1px solid #8b8b8b;
  cursor: pointer;
  padding: 0 30px 30px 30px;
  position: relative;
}
.creative_detail > h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color:#a5cf3c;
  letter-spacing:2px;
  text-transform:uppercase;
}
.tag {
  background: #14387f;
  position: relative;
  top: -30px;
  height: 61px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0 0 0 9px #fff;
  box-shadow: 0 0 0 9px #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 25px;
}
.creative_detail:hover{
	border: 1px solid #805900;
}
.creative_detail:hover .tag{
	background: #805900;
}

/* ---------- Feature CSS --------- */

.feature_tag {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  height: 90px;
  width: 90px;
  line-height: 79px;
  color: #14387f;
  font-size: 30px;
	margin-bottom: 5px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.feature_detail > h4 {
  color: #022940;
	text-transform: uppercase;
	padding: 25px 0;
/*  font-size:18px;
  
  font-weight: bold;
  padding: 25px 0;*/
  position:relative;
}
.feature_detail > h4::after {
  background: #022940;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top:90%;
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  width: 100px;
}
.feature_detail > p {
  padding: 10px;
  cursor:pointer;
}
.feature_detail:hover .feature_tag{
  border: 4px solid #14387f;
  cursor:pointer;
}
.feature_detail:hover h3{
	color:#14387f;
	cursor:pointer;
}
.feature_detail:hover h3:after{
	background:#14387f;
}

/* ================================= */
/* ---------- About Us CSS --------- */
/* ================================= */
#about{
  background:url(../images/about_bd.jpg);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	background-attachment: fixed;
	background-position: center center;
}
#about .heading > h2,
#team_2 .heading > h2,
#team_2 .heading > p,
#about .heading > p {
  color: #fff;
}
.counters-item {
  border-right: 1px solid #7b7b7b;
  cursor:pointer;
}
.counters-item:last-child {
  border-right: none;
}
.counters-item i{
  color: #14387f;
  display: block;
  font-size: 40px;
}
.counters-item strong {
  font-size: 30px;
  color: #fff;
  margin-bottom:10px;
  display:block;
}
.counters-item p {
  color: #fff;
  text-transform: uppercase;
}
.counters-item:hover i,
.counters-item:hover strong{
	color: #14387f;
}

/* ================================= */
/* --------- Services CSS -------- */
/* ================================= */


.text-color-blue{
  	color: #14387f;
}

.text-white{
  	color: #FFFFFF;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;  
}
.text-end{
  text-align: end;
  
}
.d-flex{
  display: flex;
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}

#services_slider .item{
  margin:15px;
}
#services_slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
.services_img{
  overflow: hidden;
  position: relative;
}
.services_img img{
  overflow: hidden;
  position: unset;
}
.services_detail {
  background: #fff;
  padding: 30px 35px;
}
#aboutdocker{
  color: #fff;
}
#footerstyle{
  color: #fff;
}
.services_detail > h3 {
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  color:#a5cf3c;
}
.services_detail > span {
  color: #d1d1d1;
  background:transparent;
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 31px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  margin-right: 15px;
}
.services_detail > p {
  padding: 15px 0;
}
.services_detail > a {
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 3px;
}
.services_box:hover .services_img img{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.services_box:hover .services_detail span{
  color: #fff;
  background:#14387f;
  border: 1px solid #14387f;
}
.services_box:hover .services_detail a{
  color: #14387f;
  border-bottom: 1px solid #14387f;
}
.owl-controls.clickable {
  text-align: center;
}
.owl-prev, .owl-next{
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  display:inline-block;
}
.owl-prev i, .owl-next i{
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -11px;
}
.owl-prev i{
  left: 11px;
}
.owl-next i {
  right: 16px;
}
.owl-next:hover{
	border-left: 23px solid #14387f;
}
.owl-prev:hover{
	border-right: 23px solid #14387f;
}

/* ================================= */
/* ------ Pricing Table  Css  ------ */
/* ================================= */
.pricing-box {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  margin: 0 -1px;
  padding: 0 !important;
  -webkit-border-radius:0;
  border-radius:0;
}
.pricing-table-heading {
  background: #fff;
  padding:18px 0;
  margin-bottom: 60px;
  -webkit-border-radius:0;
  border-radius:0;
  border-bottom: 1px solid #c4c4c4;
}
.table-price {
  border-bottom: 1px solid #c4c4c4;
  color: #222;
  display: inline-block;
  font-size:98px;
  font-weight:300;
  line-height: 50px;
  padding: 45px 0;
  position: relative;
}
.table-price span {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight:bold;
  text-transform: uppercase;
}
.table-price span.currency {
  font-size: 48px;
  font-weight:400;
  left: -30px;
  position: absolute;
  top: 27px;
}
.highlight p.table-price, .highlight p.table-price span,
.recent_tabs .nav-tabs > li > a,
.recent_tabs .nav-tabs > li.active > a, 
.recent_tabs .nav-tabs > li.active > a:focus, 
.recent_tabs .nav-tabs > li.active > a:hover,
.pricing-table-footer .btn.btn-default,
#pricing_table .pricing-table-footer .btn.btn-default:hover,
.pricing-box.highlight .list-support li{
  color: #fff;
}
.list-support {
  padding: 45px 0;
}
.pricing-table .list {
  padding: 10px 0;
}
.pricing-box .list-support > li{
  font-size: 15px;
  padding:15px 0;
  font-weight: 300;
}
.recent_tabs .nav-tabs > li > a {
  background: #222222;
  border-bottom:3px solid transparent !important;
  border:none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.42857;
  margin-left: 1px;
  padding: 10px 38px 6px;
}
.recent_tabs .nav-tabs > li.active > a, 
.recent_tabs .nav-tabs > li.active > a:focus, 
.recent_tabs .nav-tabs > li.active > a:hover {
  background-color: #222222;
  border-bottom:3px solid #14387f !important;
  border:none;
  cursor: default;
}
.pricing-table-footer {
  border-top: 1px solid #e1e1e1;
  padding: 20px 20px;
}
.pricing-table-footer .btn.btn-default {
  background: #14387f;
  border: 1px solid #14387f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 60px;
	font-weight: bold;
}
.pricing-box.highlight .list-support li {
  line-height: 38px;
}
.pricing-box.highlight {
  background: #022940;
  position: relative;
  top: -32px;
  z-index: 1;
}
#pricing_table .heading h2::before {
  width: 130px;
}
.pricing-table-footer .hvr-sweep-to-left::before {
  background: #fff;
}
.btn.btn-default{
  	color: #fff;
    background-color:#14387f;

}
.pricing-table-footer .btn.btn-default:hover{
	color:#09204e;
}
#pricing_table .pricing-table-footer .btn.btn-default:hover,
#pricing_table .pricing-table-footer .btn.btn-default:focus{
  background:#022940;
	border: 1px solid #022940;
}

/* ================================= */
/* ---------- Showcase CSS --------- */
/* ================================= */
#showcase .heading > h2, #pricing_table .heading > h2{
	color:#022940; 
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-alignCenter .cbp-filter-item:hover, .cbp-l-filters-alignCenter .cbp-filter-item:focus{
	background:transparent;
}
.cbp-l-filters-alignCenter .cbp-filter-item{
	color:#022940;
	font-weight:bold;
	font-size:14px;
	border:none; 
	overflow:hidden !important;
	padding:0;
	margin:0 8px 0;
	
}
.overlay .opens {
  background: #14387f;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active, 
.cbp-l-filters-alignCenter .cbp-filter-item:hover, 
.cbp-l-filters-alignCenter .cbp-filter-item:focus {
  color: #14387f;
}
.overlay{
  background-color: rgba(15, 15, 15, 0.6);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity:0;
  z-index: 99;
  height:100%; width:100%;
  left:0; top:0;
}

.cbp-item:hover .overlay{
  opacity:1;
}
.cbp-item{ position:relative;}
.centered{
	position:absolute;
	left:50%; top:50%;
	padding:5px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.overlay .opens{
	height:70px; width:70px; 
	display:inline-block;
	color:#fff; font-size:30px;
	text-align:center;
	line-height:72px;
	-webkit-transform:rotate(50deg) scale(1.5);
	-moz-transform:rotate(50deg) scale(1.5);
	-ms-transform:rotate(50deg) scale(1.5);
	-o-transform:rotate(50deg) scale(1.5);
	transform:rotate(50deg) scale(1.5);
}
.cbp-item:hover .overlay .opens{
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transform:rotate(0) scale(1);
	-moz-transform:rotate(0) scale(1);
	-ms-transform:rotate(0) scale(1);
	-o-transform:rotate(0) scale(1);
	transform:rotate(0) scale(1);
}

/* ================================= */
/* ------ Parallaxe Image CSS ------ */
/* ================================= */
.parallax_image{
	background:url(../images/parallax_image.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:200px 0;
	background-attachment: fixed;
	background-position: center center;
}
.parallax_detail {
  position: relative;
}
.parallax_detail > span {
  color: #fff;
  text-transform: uppercase;
  display:block;
}
.parallax_detail > span::before {
  background: #7b7b7b;
  content: "";
  height: 1px;
  left: 26%;
  position: absolute;
  top: 9px;
  width: 225px;
}
.parallax_detail > span::after {
  background: #7b7b7b;
  content: "";
  height: 1px;
  position: absolute;
  right:26%;
  width:225px;
  top: 9px;
}
.parallax_detail > h2 {
  display: inline-block;
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 7px;
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: 12px;
  text-transform:uppercase;
}
.parallax_detail > h3 {
  display: block;
  font-size: 30px;
  color: #fff;
  padding: 0 29%;
  margin-top: 30px;
  line-height: 41px;
  letter-spacing: 4px;
}

/* ================================= */
/* ------------ Team CSS ----------- */
/* ================================= */
.overlau > .heading > h2{
	color:#022940; 
}
.team_detail > h3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color:#fff;
}
#team_slider .item{
  margin:0 15px;
}
.team-effect .team_detail > span{
  color:#fff;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: text-top;
}
.team-effect .team_detail {
  background: rgba(2,41,64, 0.7);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  margin: 0 15px;
}
.wpf-demo-team .view-caption > h4 {
  color: #022940;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
}
.wpf-demo-team .view-caption > p {
  color: #7b7b7b;
  padding: 10px 10px 25px 10px
}
.wpf-demo-team .top_socials li a {
  border: 1px solid #7b7b7b;
  color: #7b7b7b;
}
.wpf-demo-team {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 #555;
  box-shadow: 0 0 0 0 #555;
  display: block;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wpf-demo-team img {
  height: 100%;
  width: 100%;
}
.wpf-demo-team:hover .view-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 10px solid transparent;
}
.wpf-demo-team figcaption {
  padding-top: 20%;
}
.wpf-demo-team .view-caption {
  background-color: rgba(255, 255, 255, 0.9);
  border: 10px solid #fff;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 10px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99;
}


/* ----- Team_2 CSS ----- */
#team_2{
	background:url(../images/team_2bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#team_2 .team2_detail {
  padding: 35px;
  background: #fff;
  text-align: center;
}
.team2_detail > h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-top:30px;
  padding-bottom:10px;
  color:#022940;
}
#team2_slider .item {
  margin: 0 10px;
}
.team2_detail > span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.team2_detail > p{
  font-size: 11px;
  padding:20px 0;
}
.team_share > li {
  display: inline-block;
  margin: 0 5px;
}
.team_share a {
  height: 35px;
  width: 35px;
  line-height: 34px;
  background: #022940;
  color:#fff;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid transparent;
}
.team_share a:hover{
	border: 1px solid #14387f;
	background:transparent;
	color:#14387f;
}
.team_button {
  width: 100%;
  text-align: center;
}
.team_button a{
	display:block;
	background: #14387f;
	color:#fff;
	padding: 15px 0;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.team_button a:hover{
	background:#022940;
	color:#fff;
}
/* ================================= */
/* ---------- Feedback CSS --------- */
/* ================================= */
#client_feedback .heading > h2 {
	color:#022940; 
}
.client_img {
	padding:90px 0 50px;
  border: 1px solid #7b7b7b;
}
.client_img > h4 {
  text-transform: uppercase;
  font-size: 20px;
  color:#022940;
  font-weight:bold;
}
.client {
  border: 1px solid #7b7b7b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 40%;
  text-align: center;
  top: -62px;
  background: #fff;
}
.client_img > a {
  padding: 10px 0 0 0;
  display: block;
}
#client_feedback .col-md-6 {
  padding: 0;
  margin-top:65px;
}
.client_details {
  background: #022940;
  padding: 79px 0;
}
.client_details > p {
  text-align: center;
  color: #fff;
  padding: 0 12%;
}
.client_details > p::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 34px;
  font-size: 30px;
  top: 56px;
}
.client_details > p::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 34px;
  font-size: 30px;
  bottom: 70px;
}
.owl-page {
  background: #a5cf3c;
  display: inline-block;
  height:3px;
  margin:0 4px;
  width:20px;
}
.owl-page.active {
  background: #14387f;
}
.owl-controls.clickable {
  margin-top: 20px;
}
/* -------- Testimonial CSS -------- */
.bg_orange{
	background:#14387f;
}
#testinomial2_slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
#testinomial2 .heading h2{
	color:#fff;
}
#testinomial2 .heading h2::before {
  width: 123px;
}
.testinomial2_detail > p {
  font-style: oblique;
  padding: 0 22% 35px;
  color:#fff;
}
.testinomial2_detail h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
}
.testinomial2_detail span {
  font-size: 12px;
  color:#fff;
  text-transform: uppercase;
}
.testinomial2_detail p::before {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  font-style: normal;
  left: 18%;
  position: absolute;
}
.testinomial2_detail p::after {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  font-style: normal;
  right: 18%;
  position: absolute;
}
#testinomial2 .owl-page.active {
  background: #fff;
}
/* ================================= */
/* -------- Latest_News CSS -------- */
/* ================================= */
#latest_news{
	background: #edf3f8;
}
#latest_news .heading > h2 {
	color:#022940; 
}
.news_image {
  background: #14387f;
}
.services_img > img {
  width: 100%;
}
.news_image {
  background: #14387f;
  padding:20px 0;
  position:relative;
}
.news_image .small_img {
  position: absolute;
  left: 15px;
}
.news_image > span {
  color: #fff;
  margin: 0 10px;
  text-transform:uppercase;
}
.news_detail {
  background: #fff;
  padding: 70px 25px 30px 20px;
}
.news_detail > h3 {
  font-size: 20px;
  color: #022940;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
.services_box:hover .news_detail > h3 a{
  color: #14387f;
}
#news_slider .services_box {
  margin: 0 15px;
}

/* ================================= */
/* ---------- Partners CSS --------- */
/* ================================= */
.item.partners_box a img {
  display: block;
  border: 1px solid;
  padding: 10px 60px;
  opacity: .5;
}
.item.partners_box a img:hover{
  border: 1px solid #14387f;
  opacity:1;
}
#partners {
  padding: 30px 0 15px;
}
/* ================================= */
/* ---------- Footer CSS ----------- */
/* ================================= */
#footer{
	background:url('https://t3.ftcdn.net/jpg/05/00/76/76/360_F_500767676_mZzz2hyDsFsiZksszm6dSfgHX6cI3M9T.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-top:70px;
}
#footercolor{
  color:#fff;
}
#footerbottom{
  color: #fff;
}
.footer_detail a img {
  width:40%;
}
.footer_detail > p {
  font-size: 13px;
  padding: 25px 0;
}
.adres{
  margin-bottom:25px;
  width:100%;
  display:table;
}
.adres > p {
  float: left;
}
.adres span {
  display: block;
}
.adres > p:nth-child(2) {
  margin-left: 35px;
}
.adres p .fa{
  bottom: -10px;
  font-size: 30px;
  position: relative;
  color:#14387f;
}
.adres .fa-map-marker {
  padding-right: 14px;
}
.adres a:hover{
	color:#14387f;
}
.footer_news {
  margin-top: 10px;
}
.footer_news h3{
  border-bottom:3px solid #d3d3d3;
  display:block;
  color:#fff;
  padding-bottom: 18px;
  text-transform:uppercase;
  font-size:20px;
  position:relative;
}
.footer_news h3::before {
  background: #14387f;
  bottom:-3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 102px;
}
.footer-links a {
  display: block;
  padding-top: 14px;
  letter-spacing:1px;
}
.footer-links a:hover {
  color: #14387f;
}
#sync1 {
  margin-top: 40px;
}
#sync2 {
  margin-top:3px;
}
#sync2 .item > img {
	width:100%;
}
#sync1 .item{
    color: #FFF;
    text-align: center;
}
#sync2 .item {
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  border: 1px solid #14387f;
}
#footer #map {
  height: 279px;
  margin-top: 41px;
}
.footer_bottom {
  border-top: 1px solid #14387f;
  margin-top: 130px;
  padding:25px 0;
}
.socialicons > li {
  display: inline-block;
}
.socialicons {
  text-align: right;
}
.socialicons > li {
  border: 1px solid #8b8b8b;
  display: inline-block !important;
  height:40px;
  line-height:40px;
  text-align: center;
  width:40px;
  background:transparent;
  margin-left:5px;
}
.copyright a:hover{
  color: #14387f;
}
.copyright {
  margin-top:10px;
  font-size:12px;
}
.copyright a {
  color: #fff;
}
.socialicons > li > a{
	display:block;
}
.socialicons > li > a:hover{
	color:#fff;
}
.socialicons > li:hover{
	color:#fff;
	background:#14387f;
	border: 1px solid #14387f;
}
.scroll {
  background: #14387f;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  margin-top: 6.4%;
  position: absolute;
  right: 7.6%;
  text-align: center;
  width: 44px;
}
/* ================================= */
/* ------- Logistic Home Page ------ */
/* ================================= */
/* --------- Header CSS -------- */
#header-top_3{
	position:absolute;
	left:0;
	right:0;
}
#header-top_3 #header-bottom {
  background:transparent;
  padding-top:20px;
  border-bottom:none;
}
#header-top_3 #header-bottom .get-tuch ul li h4{
  color: #fff;
  font-size:16px;
}
#header-top_3 #header-bottom .get-tuch ul li p {
  color: #fff;
  font-size:12px;
}
#header-top_3 #header-bottom .get-tuch i {
  font-size: 27px;
  margin-right: 13px;
  vertical-align: super;
}
#header-top_3 #navbar-menu {
  background: #fff;
}
#header-top_3 .wrap-sticky nav.navbar.bootsnav.sticked {
  background: #fff;
  border-bottom:1px solid #e5e4e4;
}
.menu_button.pull-right {
  display: block;
  margin-top: 25px;
  margin-right: -5px;
}
.menu_button > a {
  background: #1296cc;
  color: #fff;
  padding: 13px 40px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.menu_button > a:hover,
.menu_button > a:focus{
  background: #14387f;
  color: #fff;
}

/* --------- Banner CSS -------- */
#rev_slider_4 .tp-caption.tp-resizeme h3.banner_h3, 
#rev_slider_4 .tp-caption.tp-resizeme h2.banner_h2 {
	letter-spacing:0 !important;
}
#rev_slider_4 .btn_light:hover,
#rev_slider_4 .btn_dark:hover,
.how_we_are_detail a:hover {
	background:#1296cc;
	color:#fff;
}
/* --------- How We Are CSS -------- */
.how_we_are {
  position: relative;
  z-index: 1;
}
.how_we_are .col-md-6 {
  padding: 0;
}
.how_we_are .how_we_bg {
  background: rgba(26,28,40,0.8);
  padding:20px;
  margin-top:-12%;
}
.how_we_are .how_we_are_detail > h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.how_we_are_detail > p {
  color: #fff;
  font-size: 12px;
  padding:30px 90px 20px 90px;
}
.how_we_are_detail {
  padding-top:57px;
  background: #1a1c28;
  padding-bottom:57px;
}
/* --------- About CSS -------- */
.heading_logistic{
	position:relative;
}
.heading_logistic > p{
	font-size:12px;
	text-transform:uppercase;
}
.heading_logistic > h2 {
  border-bottom: 3px solid #1296cc;
  color:#282e3a;
  display: inline-block;
  padding-bottom: 10px;
  position:relative;
  z-index:1;
}
.heading_logistic .border::before {
  background: #e5e4e4;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  z-index:0;
  margin-top: -2px;
}
.logistic_detail .menu_button > a {
	margin-top:40px;
  display: inline-block;
}
#the_best{
  background:#1296cc;
  margin-top: -15%;
}
.col-md-6.col-sm-6.col-xs-12.logistic_detail > p {
  line-height: 30px;
}
#the_best .heading > h2 {
	color:#fff;
}
#the_best .counters-item {
  border-color:#fff;
}
.service_border .services_detail {
  border-bottom: 3px solid #1296cc;
}
.service_border #services_slider .item:hover .services_detail{
	border-bottom: 3px solid #14387f;
}
.parallax_detail .btn_dark:hover,
.parallax_detail .btn_light:hover{
	background:#1296cc;
}
/* --------- News CSS -------- */
.logistic_news{
	-webkit-box-shadow: 0 3px 11px -3px #aeaeae;
	box-shadow: 0 3px 11px -3px #aeaeae;
}
.logistic_news > img {
  width: 100%;
}
.logistic_news_detail{
	padding:15px 30px;
}
.logistic_news_detail h3 a{
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	color:#282e3a;
}
.logistic_news_detail p{
	padding:25px 0;
}
.logistic_news_detail > span {
  margin-right: 30px;
  font-size: 11px;
  color: #333;
}
.logistic_news:hover .logistic_news_detail h3 a{
	color:#14387f;
}
#news .left_news .col-md-6:first-child{
  padding-right: 0;
}
#news .left_news .col-md-6:last-child{
  padding-left:0;
}
.left_news .logistic_news_detail {
  padding: 15px;
}
.left_news .logistic_news_detail > span {
  margin-right: 20px;
}
.left_news .logistic_news_detail > p {
  padding: 18px 0;
}
/* -------- Tabs Css  ------- */
.tabs {
  background: #edf3f8;
}
.items > li > a {
  background: #fff;
  border: 1px solid #e5e4e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #282e3a;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
}
.items > li > a:after {
	right:15px;
}
.items > li > a:hover, 
.items > li > a.expanded {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none !important;
  border:1px solid transparent;
  outline:none;
}
.items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #e5e4e4;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	border-top:none;
}
.items .sub-items p {
  line-height: 26px;
  padding: 8px 20px;
}
.tab_container {
	padding:0;
}
.items > li > a::after, 
.items > li > a::after, 
.tab_drawer_heading::after {
	content:url(../images/pluse.png);
	display: inline-block;
	position: absolute;
	right: 20px;
	top:18px;
}
.items > li > a.expanded::after, 
.procedure_content .items > li > a.expanded::after, 
.tab_drawer_heading.d_active::after {
	content:url(../images/minas.png);
}

.faq .items > li > a {
	background:transparent;
	color: #282e3a;
	display: block;
	font-size:20px;
	margin-bottom: 10px;
	padding:15px 20px;
	position:relative;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d9d9d9;
	text-decoration: none;
}
.faq .items > li > a:after {
	right:15px;
}
.faq .items > li > a:hover, 
.items > li > a.expanded {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none !important;
  border:1px solid transparent;
  outline:none;
}
.faq .items .sub-items {
	background: #fff;
	display: none;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 20px 16px;
	border:1px solid #d9d9d9;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	border-top:none;
}
.faq .items {
  padding-top: 30px;
}
.faq .items .sub-items p {
  line-height: 26px;
  padding: 8px 20px;
}
.items > li > a:hover, 
.items > li > a.expanded {
  background: #14387f;
}
/* --------- Team CSS -------- */
#team{
	background:url(/images/team_bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#team .heading h2::before {
  width: 105px;
}
#team .team_image{
	padding:0;
}
#logistic_team_slider .item .col-md-6:first-child {
  padding-right: 0;
}
#logistic_team_slider .item .col-md-6:last-child {
  padding-left: 0;
}
#team .team_details{
	padding: 25px 0 29px 25px;
	background:#1296cc;
}
#team .team_image > img {
  width: 100%;
}
#team .team_details > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#team .team_details > span {
  color: #fff;
  padding-top:10px;
  padding-bottom:20px;
  display:block;
  font-size:12px;
}
#team .team_details > p {
  color: #fff;
  padding-bottom:17px
}
.team_details ul li{
  display: inline-block;
}
.team_details ul li a{
  background: #222;
  color:#fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display:block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.team_details ul li a:hover{
	background:#fff;
	color:#222;
}
#team_slider .owl-pagination {
  bottom: -39px;
}
.partner_bg{
	background:#edf3f8;
}
/* ================================= */
/* --------- Gym Home Page --------- */
/* ================================= */
/*--- General Css  --- */
.padding-bootom-70{
	padding-bottom:70px;
}
.padding-top-70{
	padding-top:70px;
}
.padding-bootom-50{
	padding-bottom:50px;
}
.padding-top-50{
	padding-top:50px;
}
.gym_heading > h2 {
  color: #222222;
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
.gym_heading > h2:after {
  width: 165px;
  height: 3px;
  background: #14387f;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.gym_heading > p {
  text-transform: capitalize;
  margin: 0;
}
.gym_heading_center > h2 {
  color: #222222;
  text-transform: uppercase;
  padding: 5px 0 25px 0;
  display:inline-block;
  position:relative;
}
.gym_heading_center > h2::after {
  background: #14387f;
  bottom: 0;
  content: "";
  height: 3px;
  left:24%;
  position: absolute;
  width: 165px;
}
/*--- Header Top - 4 Css  --- */
#header-top_4 {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index:999;
}
.border_nav_top {
  border-top: 1px solid #fff;
}
#header-top_4 .col-md-12 {
  text-align: right;
}
#header-top_4 .get-tuch {
  display: inline-block;
  margin-left: 40px;
}
#header-top_4 .get-tuch i {
  display: inline-block;
  font-size: 34px;
  margin-right: 15px;
  vertical-align: text-bottom;
  color:#fb452b;
}
#header-top_4 .get-tuch > ul {
  display: inline-block;
}
#header-top_4 .get-tuch ul li h4, #header-top_4 .get-tuch ul li p {
  color: #fff;
  margin: 0;
  padding: 0;
}
#header-top_4 .wrap-sticky .nav.navbar-nav.navbar-right {
  border-top: 1px solid rgba(255, 255, 255, .5);
}
#header-top_4 .wrap-sticky .bootsnav ul.nav > li {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  padding: 22px 19px;
  position: relative;
  text-transform: uppercase;
}
#header-top_4 .wrap-sticky .bootsnav ul.nav > li > a {
  padding: 0 8px;
}
#header-top_4 .wrap-sticky .bootsnav ul.nav > li:last-child {
  padding-right: 0;
}
#header-top_4 .wrap-sticky .bootsnav ul.nav > li:first-child {
  padding-left: 0;
}
#header-top_4 .wrap-sticky .attr-nav .search {
  margin-right: -28px;
  margin-top: 6px;
}
#header-top_4 .header_set {
  margin: 27px 0 86px 0;
}
.header_set .col-md-10 {
  text-align: right;
}
#header-top_4 .search a i {
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 5px;
  font-size: 18px;
  line-height: 5px;
}
#header-top_4 .wrap-sticky .attr-nav{
  border-left: none;
}
#header-top_4 .collapse.navbar-collapse.nav_bor_bot {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: -1px;
}
#header-top_4 .wrap-sticky  .navbar-brand {
  padding: 6px 15px;
}

#header-top_4 .cool-link_3 {
	display: inline-block;
	text-decoration: none;
}
#header-top_4 .cool-link_3::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  position: relative;
  top: -45px;
}
#header-top_4 .cool-link_3:hover::after , #header-top_4 .cool-link_3.active:after{
	width: 100%;
}
#header-top_4 nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, 
#header-top_4 nav.navbar.bootsnav.navbar-transparent.dark {
  background-color:transparent;
  border-bottom: 1px solid transparent;
}
#header-top_4 .logo.logo-display {
  margin-top: -12px;
}
#header-top_4 .cool-link_3::after {
  background: #f71735;
}

/*--- services area css ---*/
.slider_area {
  overflow: hidden;
}
.services-area .col-md-4 {
  padding: 0;
}
.services-area .col-md-4:first-child {
  padding-left: 15px;
}
.services-area .col-md-4:last-child {
  padding-right: 15px;
}
.services-area {
  margin-top: -10.8%;
}
.services-area .services-item {
  cursor: pointer;
	background:#fb452b;
  margin-right:1px;
  padding: 24px 16px;
  position: relative;
  text-align: center;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.services-area .services-item .media .service-body i,
.services-area .services-item .media .service-body h2,
.services-area .services-item .media .service-body h3,
.services-area .services-item .media .service-body p,
.services-area .services-item .media .service-body a{
	color: #fff;
}
.services-area .services-item .media .service-body i{
  font-size: 35px;
  margin-bottom: 25px;
}
.services-area .services-item .media .service-body h2 {
  text-transform: uppercase;
  font-size:20px;
	margin-bottom: 15px;
}
.services-area .services-item .media .service-body h3 {
  font-size: 18px;
  padding-bottom: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 400;
	display: none;
}
.services-area .services-item .media .service-body p {
  margin-bottom: 0px;
  padding-bottom: 6px;
}
.services-area .services-item .media .service-body a {
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 13px 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.services-area .services-item .media .service-body a:hover,
.services-area .services-item .media .service-body a:focus{
  border:1px solid #fff;
  background:#fff;
  color:#fb452b;
}
.services-area .services-item:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--- About us css ---*/
.about_gym_img > img {
  width: 100%;
}
.about_gym_p > p {
  line-height: 24px;
}
.about_gym_h > h2 {
  text-transform: uppercase;
  font-size:81px;
  color: #cecece;
  letter-spacing: 6px;
  opacity:0.15;
}
/*--- The Best Gym css ---*/
#the_best_gym{
	background:url(../images/gym-bg-1.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#the_best_gym .gym_heading_center > p{
	color:#fff;
	text-transform:uppercase;
}
#the_best_gym .gym_heading_center > h2 {
  color: #fff;
}
/*--- Gym Offer css ---*/
.gym_offer_text > p {
  font-size:20px;
  text-transform: uppercase;
}
.gym_offer_text > h2 {
  font-size:36px;
  text-transform: uppercase;
  padding:10px 0;
  letter-spacing:2px;
  color:#14387f;
}
.gym_offer_text > span {
  color: #222222;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 80px;
  display: block;
}
#gym_offer .col-md-4 {
  padding: 0;
}
#gym_offer .col-md-4:nth-child(2) {
  padding-left: 10%;
}
.gym_offer_img img {
  width: 100%;
}
.gym_offer_text a {
  margin-top: 30px;
}
#team.team_bg .team_details {
  background: #14387f;
}

/* ================================= */
/* ------ E-commerce-home CSS ------ */
/* ================================= */
/*--- General css ---*/
.commerce_heading > h2 {
  display: inline-block;
  background: #222222;
  color: #fff;
  padding: 10px 20px;
  position:relative;
  text-transform:uppercase;
}
.commerce_heading > h2::after {
  border-bottom: 56px solid #222222;
  border-right: 56px solid transparent;
  border-width: 56px;
  content: "";
  position: absolute;
  right: -56px;
  top: 0;
}
.commerce_heading {
  border-bottom: 1px solid #e9e9e9;
}
/*--- Header-Top css ---*/
#header-top-commerce {
  background: #222222;
}
.addressbox{
	display: none;
}
.addressbox:first-child{
	display: block;
}
.selected{
	display: block;
	cursor: pointer;
	position: relative;
	padding: 11px 0 11px 18px;
	text-transform:uppercase;
}
.selected > img {
  margin-right: 15px;
}
.selected:before{
	top:19px;
	right: 12px;
	font-size: 14px;
	line-height: 5px;
	content: '\f0d7';
	position: absolute;
	font-family:'FontAwesome';
}
#header-top-commerce .cont_office ul{
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
	text-align: left;
	list-style: none;
	background: #a5cf3c;
	position: absolute;
}
#header-top-commerce .cont_office ul li{
	width: 100%;
	float: left;
	list-style-type: none;
}
#header-top-commerce .cont_office ul li a{
	color: #fff;
	padding: 11px 0 11px 18px;
	display: block;
	 text-transform: uppercase;
}
#header-top-commerce .cont_office ul li a:hover{
	background:#444444;
}
#header-top-commerce .cont_office ul li a img {
  margin-right: 10px;
}
.officeaddress{
	width: 100%;
	float: left;
	height: 44px;
}
#header-top-commerce .cont_office {
    width: 140px;
    color: #fff;
    text-align: left;
    position: relative;
    display: inline-block;
	background: #f71919;
}
#header-top-commerce .col-md-9 {
  text-align: right;
}
.commerce_links > li {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 15px;
  padding-left: 15px;
}
.commerce_links li a{
  color: #fff;
  font-size: 12px;
  padding: 12px 5px 10px 5px;
  display: block;
}
.commerce_links li a:hover{
  color: #f71919;
}
.commerce_links li a i {
  color: #f71919;
  margin-right: 5px;
  font-size: 14px;
}
.commerce_links {
  display: inline-block;
}
.commerce_right_links .cont_office {
  background: transparent !important;
  width: 80px !important;
}
.commerce_right_links .selected::before {
  color: #f71919;
}
/*--- Header-Bottom css ---*/
.header_bottom {
  padding: 15px 0;
}
.commerce_search {
  border: 1px solid #e8e8ea;
  width: 100%;
  height: 32px;
  padding-left: 10px;
  margin-top: 9px;
  line-height: 27px;
}
.commerce_search .search{
  width: 93%;
  border: none;
}
.commerce_search .button {
  border: medium none;
  width: 6%;
  background: transparent;
}
.commerce_search > span {
  position: absolute;
  right: 25px;
  z-index: -1;
}
.commerce_phone > p {
  color: #222222;
}
.commerce_phone > p > i {
  color: #f71919;
  font-size: 18px;
  vertical-align: bottom;
}
.commerce_phone {
  margin-top: 15px;
  text-align: center;
}
.commerce_cart {
  margin-top: 10px;
}
.commerce_cart > p {
  color: #222222;
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
.commerce_cart > span {
  background: #f71919;
  color: #fff;
  padding: 5px 10px;
  margin-right: 19px;
  display: inline-block;
  position:relative;
}
.commerce_cart > span:after {
  content: "";
  border-left: 5px solid #f71919;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-width: 6px;
  position: absolute;
  right: -6px;
  top: 8px;
}
/*--- Nav-bar css ---*/
#header-top-5 nav.navbar.bootsnav {
	border:none;
  background-color: #f9f9f9;
}
#header-top-5 nav.navbar.bootsnav ul.nav > li > a {
  padding: 15px ;
}
#header-top-5 .navbar-nav {
  margin: 0 0 0 -16px;
}
#header-top-5 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, 
#header-top-5 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, 
#header-top-5 nav.navbar.bootsnav ul.nav li.active > a:hover, 
#header-top-5 nav.navbar.bootsnav ul.nav li.active > a:focus, 
#header-top-5 nav.navbar.bootsnav ul.nav li.active > a {
  color: #fff;
  background-color: #14387f !important;
}
#header-top-5 nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #fff;
  background-color: #14387f !important;
}
/*--- Banner css ---*/
.heading_box > h2 {
  border-bottom: 1px solid #fff !important;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px !important;
  padding-bottom: 7px !important;
  text-transform:uppercase;
}
.heading_box > p {
  display: inline-block;
  color:#fff;
  font-size: 24px !important;
  font-weight:lighter !important;
  font-family: 'Roboto', sans-serif;
  padding-top:15px !important;
}
.heading_box > p > span{
  display: inline-block;
  color:#fff;
  font-size: 24px !important;
  font-weight:600 !important;
  font-family: 'Roboto', sans-serif;
}
.heading_box {
  display: inline-block;
}
.heading_box {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin-bottom: 20px !important;
  padding: 16px 26px !important;
  text-align: center;
  border-radius:5px;
}
.banner_5_box a {
  margin:0 8px !important;
}
/*--- Commerce Feature css ---*/
/*  Demo 6 */
.wpf-demo-6 {
  background-color: #FFF;
  display: block;
  width:100%;
  height:100%;
  overflow: hidden;
  position: relative;
}
.wpf-demo-6 img {
  height: 100%;
  width: 100%;
}
.web_box:hover .view-caption {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpf-demo-6:hover .view-caption:hover h4 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpf-demo-6:hover .view-caption:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpf-demo-6 .view-caption {
  background-color: rgba(0, 0, 0, 0);
  padding: 20% 0;
  position: absolute;
  text-align:center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.wpf-demo-6 .view-caption a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 6px 12px;
}
.wpf-demo-6 .view-caption .overlay_search{
	background:#ac1a19;
}
.wpf-demo-6 .view-caption .overlay_link{
	background:#1d1d1d;
}

.wpf-demo-6 .view-caption a:hover {
  color: #ce1a19;
  background:#fff;
}
.wpf-demo-6 .view-caption .overly_bg {
  background: #ce1a19;
  display: inline-block;
   padding: 13px 20px;
}
/*--- Product Category css ---*/
.product_box .wpf-demo-6 .view-caption {
  padding: 50% 0;
}
.product_detail {
  background: #fff;
  padding: 15px 15px;
  text-align: center;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.d-flex {
  display: -ms-flexbox!important;
  
}
.align-items-center {
  -ms-flex-align: center!important;
  
}
.cards__content__bottom {
  padding: 20px 27px;
  position: relative;
  min-height: 90px;
}

.cards__content__bottom__perfil {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
}
.cards__content__bottom__nombre {
  margin-left: 60px;
}
.cards {
  border-radius: 5px;
  border: 1px solid transparent;
}

.iconspreciosstyle{
  color: #00000069;
  font-size: 14px;
  font-weight: bold;
}
.preciosstyle{
  font-weight: bold;
  text-align: center;
  font-size: x-large;
}
.product_detail > a > h3 {
  color: #00000066;

  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.product_detail > a > h3:hover{
  color: #f71919;
}
.product_detail > span {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}
.product_link > li {
  display: inline-block;
}
.product_link a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  color:#a5cf3c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.product_link a:hover{
	
  border: 1px solid #000000;
  color: #fff;
  background: #ffffff;
}
.product_box.web_box {
  margin-bottom: 30px;
}
.product_tag_red{
  position: absolute;
  left: 0;
  top: 0;
  background: #f71919;
  color: #fff;
  padding: 2px 18px;
  text-transform: uppercase;
  font-size: 12px;
}
.product_tag_yellow {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffcc00;
  color: #222;
  padding: 2px 18px;
  text-transform: uppercase;
  font-size: 12px;
}
/*--- Offer css ---*/
.offer {
  background: #f71919;
  padding: 50px 75px;
}
.offer p {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  padding-top: 15px;
}
.offer span {
  color: #fff;
  display: block;
  font-size: 20px;
  position:relative;
   padding-left: 40px;
}
.offer span::before {
  content: url("../images/offer_tag.png");
  position: absolute;
  left: 10px;
}
/*--- Collection Off css ---*/
.offer_detail {
  background: rgba(0,0,0,.7);
  padding: 20px 15px;
}
.offer_off {
  position: relative;
}
.offer_detail {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  padding: 20px 15px;
  position: absolute;
  right: 0;
  bottom:0;
}
.offer_detail > h3 {
  display: inline-block;
  text-transform:uppercase;
  color: #fff;
}
.offer_off img {
  width: 100%;
}
.offer_detail > p {
  display: inline-block;
  color:#fff;
}
.offer_detail > p > span{
	font-size:20px;
	font-weight:600;
}
/*--- Best Selling css ---*/
#best_selling .commerce_heading > h2::after {
  border-width: 55px;
  right: -55px;
}
#best_selling .owl-next {
  left: -9px;
  position: absolute;
  top: 26%;
}
#best_selling .owl-prev {
  position: absolute;
  right: 3px;
  top: 26%;
}
#feature-product .commerce_heading > h2::after {
  border-width: 55px;
  right: -55px;
}
/* ================================= */
/* ---------- Blog Home CSS -------- */
/* ================================= */
#header-top-6 .navbar-brand {
  padding: 8px;
}
.blog_date {
  text-align: center;
  background: #022940;
  color: #fff;
  width: 100%;
  padding: 18px 0;
}
.blog_date h4 {
  padding-bottom: 10px;
}
.blog_img > img {
  width: 100%;
}
.blog_detail li {
  display: inline-block;
  margin-right: 15px;
}
.blog_detail > h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.blog_img {
  margin-bottom: 50px;
}
.blog_detail > h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #022940;
}
.blog_detail > ul {
  padding: 10px 0 30px 0;
}
.blog_detail ul li a {
  font-size: 12px;
}
.blog_detail ul li a:hover{
	color:#14387f;
}
.blog_detail > p {
  font-size: 15px;
  padding-bottom: 20px;
}
.blog_border {
  background: #ccc;
  height: 1px;
  width: 100%;
}
#bloghome_slider .item.web_box > img {
  width: 100%;
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid #dddddd;
  color: #424242;
  padding: 10px 20px;
}
.pagination > li {
  display: inline-block;
  cursor: pointer;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #022940;
  border-color: #022940;
  color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 30px;
  margin-right: 20px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 30px;
  margin-left: 20px;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
  background-color: #14387f;
  color: #fff;
}
/* --- aside CSS --- */
.search_blog {
  border: 1px solid #cccccc;
  height: 49px;
  line-height: 45px;
  width: 100%;
}
.blog_se {
  border: medium none;
  width: 90%;
  height: 100%;
  padding-left: 10px;
  color:#ccc;
  position:relative;
}
.blog_but {
  width: 9%;
  border: none;
  background: transparent;
}
.search_blog form{
	position:relative;
}
.search_blog form::after {
  content: "";
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  background: #fff;
  color:#ccc;
  top: 0;
  bottom: 0;
  padding: 0 18px 0 10px;
  cursor: pointer;
}
.blog_side_box {
  padding-top: 35px;
}
.blog_side_box h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  padding-bottom: 15px;
}
.blogaside_img > img {
  width: 100%;
}
.blogaside_img > p {
  padding: 20px 0;
}
.blogaside_img > span{
  color: #222;
}
.blog_side_box .media-body > p {
  font-size: 10px;
}
.blog_side_box .media-heading{
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  margin-top:-3px;
}
.blog_side_box .socialicons {
  text-align:left;
}
.blog_side_box .aside_category > a {
  display: block;
  margin-bottom: 7px;
}
.blog_side_box .aside_category a .fa{
  margin-right: 7px;
}
.blog_side_box .aside_category > a:hover{
	color:#14387f;
}
.blog_side_box .aside_tags > a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 2px;
  padding: 10px 23px;
}
.blog_side_box .aside_tags > a:hover{
	background:#14387f;
	color:#fff;
}
/* ================================= */
/* ------- Portfolio Home CSS ------ */
/* ================================= */
#support .gym_heading > h2::after {
  background: #d82c2e;
}
.services-section .gym_heading > h2::after {
  background: #d82c2e;
}
.services-section .gym_heading > h2 {
  color: #fff;
}
#map {
  height: 400px;
}
/*** Header ***/
#header-top_7 nav.navbar.bootsnav.navbar-transparent.white {
  background-color: transparent;
  border: none;
}
#header-top_7 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, 
#header-top_7 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, 
#header-top_7 nav.navbar.bootsnav ul.nav li.active > a:hover, 
#header-top_7 nav.navbar.bootsnav ul.nav li.active > a:focus, 
#header-top_7 nav.navbar.bootsnav ul.nav li.active > a {
  color: #d82c2e;
}
#header-top_7 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
#header-top_7 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
  background-color: #d82c2e;
}
#header-top_7 .dropdown-menu > .active > a, 
#header-top_7 .dropdown-menu > .active > a:focus, 
#header-top_7 .dropdown-menu > .active > a:hover {
  background-color: #d82c2e;
}
#header-top_7 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: #d82c2e currentcolor currentcolor;
}
#header-top_7 nav.navbar.bootsnav .navbar-toggle {
  background-color: #d82c2e;
}
#header-top_7 nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #d82c2e;
}
/*** Banner ***/
#portfolio_banner{
	background:url(../images/portfolio.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	padding:15% 0;
}
.banner_detail > p {
  font-size: 47px;
  text-transform: uppercase;
  color: #fff;
}
.banner_detail > h2 {
  font-size: 75px;
  color: #fff;
  letter-spacing: 15px;
  padding: 30px 0;
}
.banner_detail #typewriter {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner_button{
	margin-top:20px;
}
.banner_button a{
  display: inline-block;
  margin:0 5px;
  padding: 15px 50px;
  text-transform: uppercase;
}
.banner_button .read-more{
	background:#fff;
	color:#222;
}
.banner_button .buy-now{
	background:#d82c2e;
	color:#fff;
}
.banner_button .read-more:hover, 
.banner_button .buy-now:hover,
#about_portfolio .btn_dark:hover{
	background:#222;
	color:#fff;
}
/*** About us ***/
#about_portfolio .gym_heading > h2::after {
  background: #d82c2e;
}
#about_portfolio .about_gym_p.team_details ul {
  padding: 45px 0 55px;
}
#about_portfolio .btn_dark {
  background: #d82c2e;
}
#about_portfolio .team_details ul li {
  margin-right: 10px;
}
#about_portfolio .team_details ul li a:hover{
  background: #d82c2e;
  color:#fff;
}
/*** The Best ***/
#the_best_portfolio{
	background:#d82c2e;
}
#the_best_portfolio .heading > h2 {
	color:#fff;
}
#the_best_portfolio .counters-item span {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
#the_best_portfolio .counters-item strong {
	display:inline-block;
}
#the_best_portfolio .counters-item {
  border: 1px solid #fff;
  padding: 30px 0;
  width: 100%;
}
#the_best_portfolio .counters-item:hover .fa, 
#the_best_portfolio .counters-item:hover strong, 
#the_best_portfolio .counters-item:hover span {
  color: #222;
}
/*** Our Services ***/
.services-section{
	background:url(../images/portfolio-bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:left top;
	background-attachment:fixed;
}
.services-section .services-inner {
  margin-top: 20px;
}
.service-detail-port{
  border: 1px solid #e3e5e5;
  color: #d82c2e;
  margin-left: -1px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.service-detail-port p{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.service-detail-port i {
  background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat;
  display: block;
  height: 45px;
  margin: 0 auto;
  width: 51px;
}
.service-detail-port .heart {
  background-position: left top;
}
.service-detail-port h3 {
  color: #e3e5e5;
  margin-top:20px;
}
.service-detail-port:focus,
.service-detail-port:hover {
  background-color: #d82c2e;
  border-color: #d82c2e;
  color: #fff;
}
.service-detail-port:focus h3, 
.service-detail-port:hover h3 {
  color: #fff;
}
.service-detail-port:focus .heart, 
.service-detail-port:hover .heart {
  background-position: left bottom;
}
.service-detail-port .coding {
  background-position: -152px top;
}
.service-detail-port:focus .coding, 
.service-detail-port:hover .coding {
  background-position: -152px bottom;
}
.service-detail-port .camera {
  background-position: -357px top;
}
.service-detail-port:focus .camera, 
.service-detail-port:hover .camera {
  background-position: -357px bottom;
}
.service-detail-port .music {
  background-position: -255px top;
}
.service-detail-port:focus .music, 
.service-detail-port:hover .music {
  background-position: -255px bottom;
}
/*** Our Services ***/
.portfolio_services .gym_heading > h2::after {
  background: #d82c2e;
}
.portfolio_services .cbp-l-filters-alignCenter {
	margin-bottom:0;
  margin-top: 40px;
}
.portfolio_services .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active, 
.portfolio_services .cbp-l-filters-alignCenter .cbp-filter-item:hover, 
.portfolio_services .cbp-l-filters-alignCenter .cbp-filter-item:focus {
  color: #d82c2e;
}
.portfolio_services .overlay .opens {
  background: #d82c2e;
}
/* Skils Progress Bars*/

.skills .heading h2::before {
    width: 72px;
}
.skills .progress {
    background: #e7e7e7;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 6px;
    margin-bottom: 24px;
    margin-top: 7px;
}
.skills p.pull-right {
    font-size: 14px;
}
.skills .progress .progress-bar {
    background: #d82c2e;
}
.skills .gym_heading > h2::after, 
.history .gym_heading > h2::after{
  background:#d82c2e;
}
/* ------ how to buy CSS ----- */

#how_buy .heading h2::before {
    width: 81px;
}
.company_year {
    margin-top: 15px;
}
.company_year > h2 {
    color: #d82c2e;
    font-size: 20px;
}
.company_icon {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 65px;
    line-height: 72px;
    text-align: center;
    width: 65px;
    background: #fff;
}
.company_icon i {
    font-size: 28px;
    color: #d82c2e;
}
.company_text > h3 {
    padding: 0 0 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    font-size: 20px;
}
.our_company_border {
    background: #d9d9d9;
    height:247px;
    margin: 62px 129px;
    position: absolute;
    width: 1px;
}
.company_text > span {
    background: #eaeaea;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    bottom: -6px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    vertical-align: text-bottom;
    width: 35px;
}
.company_text:hover h3 {
    color: #d82c2e;
    cursor: pointer;
}
.company_text:hover span {
    background: #d82c2e;
    cursor: pointer;
}
.clientlist_detail > p {
    padding-bottom: 30px;
}
.padding-60-b {
  padding-bottom: 60px;
}
/* --- Tab --- */

.history .heading h2::before {
    width: 86px;
}
#tab-content .heading > h2 {
    font-size: 20px;
}
#tab-content p {
    padding-top: 30px;
}
.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin-top: 42px;
}
.nav.main-tab > li > a {
    color: #272727;
}
.nav.main-tab > li.active > a {
    background: #222534;
    color: #fff;
}
#logoheight{
    height: 100px;
    margin-top: 10px;
    position: absolute;
    margin-left: 30px;
}
.nav.main-tab > li:first-child > a {
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
#tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.panel-default {
    border-color: #eee;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}
/* --- Contact form CSS --- */
#contact_form {
    background: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact_form .gym_heading h2 {
    color: #fff;
}
#contact_form .gym_heading > h2::after {
  background: #d82c2e;
}
#contact_form .call_back {
    color: #fff;
    padding-top: 20px;
}
.contact_area .text {
    background: rgba(255, 255, 255, 0.6);
    border: medium none;
    color: #fff;
    height: 48px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 25px;
}
.contact_area .massage {
    background: rgba(255, 255, 255, 0.6);
    border: medium none;
    color: #fff;
    height: 268px;
    padding-left: 15px;
    padding-top: 15px;
    width: 100%;
}
.form_button {
    background: #d82c2e;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}
.form_button:hover {
    background: #fff;
	color:#d82c2e;
}
.online > span {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 48px;
    text-transform: uppercase;
    font-size: 18px;
}
.online span .fa {
    font-size: 26px;
    padding: 0 25px;
    vertical-align: middle;
}
.online img {
    width: auto;
}
/* --- Footer CSS --- */
#footer-portfolio{
	background:#222534;
	padding: 60px 0 30px 0;
}
.footer-portfolio-logo {
  border-bottom: 1px solid #646363;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.footer-box h4 {
  color: #fff;
  text-transform:uppercase;
  padding-bottom: 20px;
}
.phone-no > p {
	color:#646363;
}
.portfolio-link > li {
  display: inline-block;
  margin-right: 5px;
}
.portfolio-link a {
  border: 1px solid #646363;
  color:#646363;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 32px;
}
.portfolio-link a:hover{
	border: 1px solid #fff;
  color:#14387f;
  background:#fff;
}
.footer-search .form-group .form-control {
  border: medium none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  width: 75%;
  margin-left: 4px;
  margin-right: -3px;
}
.search-btn {
  background: #14387f;
  border: medium none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 50px;
  text-transform: uppercase;
  width: 24%;
  border: 1px solid #fff;
}
.search-btn:hover{
	background: #fff;
	color:#14387f;
	border: 1px solid #14387f;
}
.copyright.copyright-portfolio > p {
  padding-top: 60px;
}
/* ================================= */
/* -------- Charity Home CSS ------- */
/* ================================= */
/* ---- Header CSS ---- */
#header-top-8 nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display, 
#header-top-8 nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
  width:100%;
}
#header-top-8 nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
  width:80%;
}
#header-top-7 nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display, 
#header-top-7 nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
  width:100%;
}
#header-top-7 nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
  width:80%;
}
#header-top-8 {
  position: relative;
  z-index: 100;
}
#header-top-8 nav.navbar.bootsnav.navbar-transparent.white {
  background-color:transparent;
  border-bottom:none;
}
#header-top-8 nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a, 
#header-top-8 nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a, 
#header-top-8 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, 
#header-top-8 nav.navbar.bootsnav.no-background.white ul.nav > li > a {
  color: #fff;
  border-top:2px solid transparent;
}
#header-top-8 nav.navbar.bootsnav.no-background.white .attr-nav > ul > li.active > a:hover, 
#header-top-8 nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li.active > a:focus, 
#header-top-8 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.active > a{
  color: #bbd140;
  border-top:2px solid #bbd140;
}
#header-top-8 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, 
#header-top-8 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a:hover, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a:focus, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a {
  color: #bbd140;
  border-top:2px solid #bbd140;
}
#header-top-8 nav.navbar.bootsnav ul.nav > li > a:hover,
#header-top-8 nav.navbar.bootsnav.no-background.white ul.nav > li > a:hover {
  color: #bbd140;
  border-top:2px solid #bbd140;
}
#header-top-8 nav.navbar.bootsnav ul.nav > li > a {
  padding: 25px 5px;
  margin: 0 15px;
}
#header-top-8 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, 
#header-top-8 nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a:hover, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a:focus, 
#header-top-8 nav.navbar.bootsnav ul.nav li.active > a {
  color: #bbd140;
}
#header-top-8 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
#header-top-8 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
  background-color: #bbd140;
  color: #fff;
}
#header-top-8 .dropdown-menu > .active > a, 
#header-top-8 .dropdown-menu > .active > a:focus, 
#header-top-8 .dropdown-menu > .active > a:hover {
  background-color: #bbd140;
  color: #fff;
}
#header-top-8 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: #bbd140 currentcolor currentcolor;
}
#header-top-8 nav.navbar.bootsnav .navbar-toggle {
  background-color: #bbd140 !important;
}
/* ---- Banner CSS ---- */
.charity-slider #rev_slider_2 .tp-caption.tp-resizeme h3.banner_h3, 
.charity-slider #rev_slider_2 .tp-caption.tp-resizeme h2.banner_h2 {
  color: #fff;
}
.charity-slider #rev_slider_2 .btn_dark{
  background: #bbd140;
}
.charity-slider #rev_slider_2 .btn_dark:hover{
  background: #fff;
  color:#bbd140;
}
.charity-slider #rev_slider_2 .btn_light{
  background: #fff;
  color: #bbd140;
}
.charity-slider #rev_slider_2 .btn_light:hover{
  background: #bbd140;
  color: #fff;
}
/* ---- Event Counter CSS ---- */
#event-counter {
  background: #036177;
  padding:25px 0;
}
#event-counter .counters-item {
  background: #fff;
  padding:15px 0;
}
#event-counter .counters-item > strong {
  color: #282e3a;
  font-size: 25px;
  margin: 0;
}
#event-counter .counters-item > p {
  color: #7e7e7e;
  font-weight: 500;
  text-transform:uppercase;
}
#event-counter .counters-item:hover strong {
  color: #036177;
}
.event-counter-event {
  text-align: right;
}
.event-counter-event > h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom:10px;
}
.event-counter-event > a {
  display: inline-block;
  background: #bbd140;
  color: #fff;
  font-size: 16px;
  padding: 15px 45px;
}
.event-counter-event > a:hover{
	background:#fff;
	color:#036177;
}

/* ---- About us CSS ---- */
.charity-des .gym_heading > h2::after{
  background: #bbd140;
}
.charity-des > p {
  padding:0 0 25px 0;
  line-height: 24px;
  font-size: 16px;
}
.charity-activity p .fa {
  color: #bbd140;
  margin-right: 15px;
  font-size:18px;
}
.charity-activity p{
  padding:12px 0;
}
.charity-des > a {
  background: #036177;
  color: #fff;
  margin-top: 30px;
}
.charity-des > a,
.voulnteer-text > a{
	display: inline-block;
  font-weight: bold;
  padding: 13px 40px;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.charity-des > a:hover,
.charity-des > a:focus{
  background: #bbd140;
}
.voulnteer-img > img {
  width: 100%;
}
.voulnteer-text {
  background: #036177;
  padding: 25px 20px 45px;
}
.voulnteer-text > h3 {
  color: #fff;
  font-size: 26px;
  letter-spacing: 3px;
}
.voulnteer-text h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0 35px;
}
.voulnteer-text > p {
  color: #fff;
}
.voulnteer-text > a {
  background: #bbd140;
  color: #fff;
  margin-top: 25px;
}
.voulnteer-text > a:hover,
.voulnteer-text > a:focus{
  background: #fff;
  color: #036177;
}
/* ---- How Can Help CSS ---- */
#how-can-help{
	background:#036177;
}
#how-can-help .gym_heading > h2,
#how-can-help .gym_heading > p,
.how-can-help-box i, .how-can-help-box > h3,
.how-can-help-box > p, .how-can-help-box__body,
.precent > span, .services_detail.causes-box > a,
.services_box:hover .services_detail.causes-box a{
  color: #fff;
}
#how-can-help .gym_heading > h2::after{
  background: #bbd140;
  margin: auto;
  right: 0;
}
.how-can-help-box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border:1px solid #bbd140;
  padding: 25px 30px;
  cursor:pointer;
}
.how-can-help-box:hover{
	background:#bbd140;
}
.how-can-help-box i {
  font-size: 40px;
	color: #fff;
}
.how-can-help-box > h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 10px 0;
  text-transform: capitalize;
}
.how-can-help-box > p {
  font-size: 12px;
}
.how-can-help-box__body {
  bottom:7px;
  font-size: 1em;
  left:7px;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top:7px;
  right:7px;
}
.how-can-help-box__body:hover { opacity: 1; }
.how-can-help-box__body:after,
.how-can-help-box__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom:7px;
  content: '';
  left:7px;
  opacity: 0;
  position: absolute;
  right:7px;
  top:7px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.how-can-help-box__body:before {
  border-bottom: none;
  border-top: none;
  left:7px;
  right:7px;
}
.how-can-help-box__body:after {
  border-left: none;
  border-right: none;
  bottom:7px;
  top:7px;
}
.how-can-help-box__body:hover:after,
.how-can-help-box__body:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* ---- Causes CSS ---- */
#causes .gym_heading > h2::after,
#download .gym_heading > h2::after{
  background: #bbd140;
  margin: auto;
  right: 0;
}
#causes .gym_heading > h2,
#download .gym_heading > h2{
	display:block;
}
.progres-bar{
  background: #036177;
  height: 4px;
  position:relative;
}
.progres-bar:before {
  content: "";
  height: 4px;
  width:175px;
  background: #bbd140;
  position: absolute;
  left: 0;
  top: 0;
}
.precent {
  bottom:17px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  text-align: center;
}
.precent > span {
  background: #bbd140;
  padding:5px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position:relative;
}
.precent > span::after {
  top: 16px;
  color:#bbd140;
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  font-size: 20px;
}
.services_detail.causes-box {
  padding: 40px 15px;
  background: #eaeaea;
}
.services_detail.causes-box > h3 {
  position: relative;
}
.services_detail.causes-box > h3::after {
  background: #bbd140;
  bottom: -18px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width:150px;
}
.services_detail.causes-box > p {
  padding: 30px 0;
}
.services_detail.causes-box > a {
  background: #036177;
  border: medium none;
  margin: 0 5px;
  padding: 13px 34px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.services_box:hover .services_detail.causes-box a{
  border:none;
  background: #bbd140;
}
#causes .owl-next:hover {
  border-left: 23px solid #bbd140;
}
#causes .owl-prev:hover {
  border-right: 23px solid #bbd140;
}
/* ---- Help Me CSS ---- */
#help-me{
	background:url(../images/help-me-bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:220px 0 175px;
}
.help-me-text > h2 {
  color: #fff;
  font-weight: bolder;
  font-size: 80px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom:5px;
  text-transform:uppercase;
}
.help-me-text > p {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display:inline-block;
}
.help-me-text > p::before {
  background: #fff;
  content: "";
  height: 1px;
  right: 60px;
  position: absolute;
  top: 10px;
  width: 133px;
}
.help-me-text > p:after {
  content: "";
  height: 1px;
  width:133px;
  background: #fff;
  position: absolute;
  left:60px;
  bottom:10px;
}
.help-me-text > a {
  background: #036177;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  padding: 13px 40px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.help-me-text > a:last-child{
  background: #fff;
  color: #036177;
}
.help-me-text > a:hover,
.help-me-text > a:focus{
  background: #bbd140;
  color: #fff;
}
/* ---- Charity Events CSS ---- */
#charity-event{
	background:#eaeaea;
}
#charity-event .gym_heading > h2::after {
  background:#bbd140;
}
.event-bg{
	background:#fff;
	margin:0 0 20px 0 ;
	padding:15px 0;
}
.events-date {
  text-align: center;
  background: #036177;
  color:#fff;
  padding:28px 0;
}
.events-date > h3 {
  font-weight: bold;
}
.events-date > p {
  padding-top: 10px;
}
.events-pic > img {
  width: 100%;
}
.events-detail h4 a{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #bbd140;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display:block;
}
.events-detail h4 a:hover{
	color: #bbd140;
}
.events-detail > p {
  padding-bottom: 15px;
}
.events-detail > p > .fa{
	color:#bbd140;
	font-size:18px;
	margin-right:10px;
}
.upcoming-heading {
  background: #fff;
  padding: 25px 15px;
  border-bottom: 2px solid #bbd140;
}
.upcoming-heading > h4 {
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
}
.upcoming-link .read-more {
  color: #fff;
  background: #036177;
  padding: 10px 25px;
  display: inline-block;
  margin-right:60px;
}
.upcoming-link .read-more:hover{
  background: #bbd140;
}
.upcoming-link {
  background: #fff;
  padding: 35px 15px;
}
.upcoming-link > a > .fa {
  font-size: 21px;
  margin: 0 15px;
  color: #036177;
}
.upcoming-link > a:hover .fa {
	color: #bbd140;
}
#upcoming_slider .owl-prev {
  position: absolute;
  right: 0;
  top: 33%;
}
#upcoming_slider .owl-next{
  position: absolute;
  left:-12px;
  top: 33%;
}
#upcoming_slider .owl-prev:hover {
  border-right: 23px solid #bbd140;
}
#upcoming_slider .owl-next:hover {
  border-left: 23px solid #bbd140;
}
/* --- Download CSS --- */
#download .col-md-4:first-child{
  padding-right: 0;
}
#download .col-md-4:nth-child(2){
  padding: 0;
}
#download .col-md-4:nth-child(3){
  padding-left: 0;
}
.act-re{
	background:#036177;
}
.pres{
	background:#035265;
}
.aw-com{
	background:#004c5e;
}
.downolad-box a{
  padding: 70px 0;
  display:block;
  color:#fff;
}
.downolad-box a:hover{
	color:#bbd140;
}
.downolad-box a .fa{
	font-size:60px;
	margin-bottom:30px;
}
.downolad-box a h4{
	font-size:20px;
  text-transform: uppercase;
}
#charity-partners .item.partners_box a img:hover {
  border: 1px solid #bbd140;
  opacity: 1;
}
#charity-partners .owl-page.active {
  background: #bbd140;
}
/* --- Footer CSS --- */
#charity-footer{
	background:url(../images/footer_bg-2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-top:70px;
}
#charity-footer .footer_news h3::before {
  background: #bbd140;
}
#charity-footer .adres p .fa {
  color: #bbd140;
}
#charity-footer .adres a:hover {
  color: #bbd140;
}
#charity-footer #map {
  height: 282px;
  margin-top: 40px;
}
#charity-footer #sync2 .synced .item {
  border: 1px solid #bbd140;
}
#charity-footer .scroll {
  background: #bbd140;
}
#charity-footer .footer_bottom {
  border-top: 1px solid #bbd140;
}
#charity-footer .socialicons > li:hover {
  background: #bbd140;
  border: 1px solid #bbd140;
}
#charity-footer .copyright a:hover {
  color: #bbd140;
}
/* ================================= */
/* -------- Inner Banner CSS ------- */
/* ================================= */
#inner-banner{
	background:url(../images/inner-banner-bg.jpg);
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	border-bottom:7px solid #14387f;
	padding-top:165px;
	padding-bottom:150px;
}
.styleshop{
  padding-left: 15px;
  padding-right: 15px;
}
.inner-banner-detail h2 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
}
.inner-banner-detail > p {
  color: #fb452b;
  padding-bottom:40px;
}
.inner-banner-detail a {
  color: #fff;
}
.inner-banner-detail a:hover{
  color: #fb452b;
}
.inner-banner-detail span {
	margin:0 15px;
}
/* --- inner heading CSS --- */
.inner_heading > h2::after {
  background: #14387f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 165px;
}
.inner_heading > h2 {
  color: #222222;
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
  text-transform: capitalize;
}
.inner_heading > h2 > span{
  color: #14387f;
}
.inner_heading > p {
  margin-bottom: 0;
  text-transform: capitalize;
}

/* ================================= */
/* -------- About us - 1 CSS ------- */
/* ================================= */
/*Search*/
.search_btn {
    font-size: 16px;
    padding-right: 0 !important;
}
#search {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
}
#search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn_default {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    background-color: #fb452b;
    border-color: #1773ed;
    color: #ffffff;
    font-size: 21px;
    opacity: 1;
    padding: 0 0px 4px;
    position: fixed;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 32px;
    text-align: center;
}
.btn_default {
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    padding: 0.75rem 2.25rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
	background-color: #fb452b;
    font-weight: bold;
    border: 2px solid transparent;
}

.sticked .navbar-brand > img {
  margin: 6px auto 0;
  width: 80%;
}
.navbar-brand > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.header-top-inner {
  background: #222;
}
.top-contact > p {
  color: #fff;
  display: inline-block;
  font-size:12px;
  margin-right:15px;
  padding-top: 10px;
}
.top-contact span {
  color: #fb452b;
  margin-right: 15px;
}
.top-contact p .fa{
	margin-right:10px;
}
.top_social-innaer > li {
  display: inline-block;
  margin: 0 0 0 -4px;
}
.top_social-innaer {
  text-align: right;
}
.top_social-innaer li:first-child a {
  border-left: 1px solid #fb452b;
}
.top_social-innaer a {
  border-right: 1px solid #fb452b;
  color: #fff;
  display: block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 45px;
}
.top_social-innaer a:hover{
  background:#fb452b;
}
#header-top-9 .navbar-brand {
  padding: 11px 9px;
}
/* --- Company Overview CSS --- */
.over-view-img img {
  width: 100%;
}
.over-view-img {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.over-view > p {
  padding-bottom:42px;
}
.text-oblic {
  background: #ebebeb;
  border-left: 5px solid #fb452b;
  padding:30px 0 30px 30px;
}
.text-oblic > p {
  color: #212121;
  font-size: 18px;
  font-style: oblique;
}
/* --- Inner Offer CSS --- */
#inner-page-offer{
	background:url(../images/offer-bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:110px 0;
}
.inner_offer-detail > h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.inner_offer-detail > h3 > span{
  color: #fb452b;
  font-weight:900;
  font-style:oblique;
}
.inner_offer-detail > p {
  color: #fff;
  font-size: 16px;
  padding: 50px 11%;
}
.inner_offer-detail > a{
  color: #fff;
  text-transform:uppercase;
  display:inline-block;
  padding:15px 30px;
  font-size:14px;
  background:#fb452b;
}
.inner_offer-detail > a:hover{
	background:#fff;
	color:#fb452b;
}
/* --- What we make CSS --- */
.what-make-details{
	background:#222;
	padding:20px 15px;
	cursor:pointer;
	margin-bottom:30px;
}
.what-make-details:hover{
	background:#fb452b;
}
.what-make-details .media-body h4 {
  color: #fff;
  font-weight: 600;
  padding-bottom:5px;
  text-transform: uppercase;
}
.what-make-details .media-body p{
  color: #fff;
}
.what-make-details .media-left > a {
  color: #fff;
  font-size: 66px;
}
.what-make-details .media:first-child {
  margin-top: 0;
}
.what-make-details .media-body, 
.what-make-details .media-left, 
.what-make-details .media-right {
  vertical-align: middle;
}
.what-make-details .media-left, 
.what-make-details .media > .pull-left {
  padding-right: 30px;
}
/* ================================= */
/* ------ Services Page - 1 CSS ---- */
/* ================================= */
.services-about-img{
	background:url(../images/services-about.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:704px;
}
#services-about .col-md-6 {
  padding: 0;
}
#services-about {
  background: #14387f;
}
.services-about-detail .inner_heading > h2::after {
  background: #fff;
}
.services-about-detail .inner_heading > h2{
  color: #fff;
}
.services-about-detail .inner_heading > p{
  color: #fff;
}
.services-about-detail {
  color: #fff;
  padding:100px 21% 75px 40px;
}
.services-about-detail > h4 {
  padding: 30px 0;
}
.services-about-detail > p {
  padding-bottom: 30px;
}
.services-about-detail > a {
  background: #fff;
  color: #7b7b7b;
  display: inline-block;
  margin-top: 20px;
  padding: 17px 50px;
  text-transform: uppercase;
  border:1px solid #fff;
}
.services-about-detail > a:hover{
  background:transparent;
  color: #fff;
  border:1px solid #fff;
}
/* ================================= */
/* ------ Services Page - 2 CSS ---- */
/* ================================= */
.services-page-2-details {
  border: 1px solid #d3d3d3;
  padding: 40px 40px 60px;
  cursor:pointer;
  margin-bottom:30px;
}
.special-services-details > p {
  line-height: 30px;
}
.services-page-2-details .fa {
  color: #14387f;
  font-size: 46px;
}
.services-page-2-details h3{
  color: #222;
  font-size:20px;
  padding:25px 0 20px;
  text-transform:uppercase;
  font-weight:700;
}
.services-page-2-details:hover{
	background:#222;
}
.services-page-2-details:hover h3,
.services-page-2-details:hover p{
	color:#fff;
}
.special-services-list {
  margin: 25px 0 16px;
}
.special-services-list > li{
	position:relative;
	padding-left:25px;
	cursor:pointer;
	padding-bottom:15px;
}
.special-services-list > li:hover{
	color: #14387f;
}
.special-services-list > li::before {
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.special-services-details > a {
  background: #14387f;
  border: 1px solid;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  text-transform: uppercase;
}
.special-services-details > a:hover{
  color: #14387f;
  background:transparent;
}
.blog-box-deatil a.blog-button, .contact-form-button {
  background: #14387f;
  border: medium none;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 13px 36px;
}
.contact-form-button:hover {
  background: #222222;
}
/* ================================= */
/* ------ Services Page - 3 CSS ---- */
/* ================================= */
#we-do-best-services{
	background:#edf3f8;
}
#we-do-best-services .inner_heading > h2::after {
  display: block;
  margin: auto 0;
  right: 0;
  width: auto;
}
#we-do-best-services .feature_tag {
  background: #fff;
}
/* ================================= */
/* ----- Portfolio Page - 1 CSS ---- */
/* ================================= */
.port-heading {
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 20px 0 20px 20px;
  width: 100%;
}
.port-heading h4 {
  display: inline-block;
  text-transform: uppercase;
}
.port-heading > span {
  font-size: 12px;
  margin-left: 25px;
  margin-top: 2px;
}
#showcase-portfolio .cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #14387f;
  border: 1px solid #14387f;
}
/* ================================= */
/* --------- Blog Pages CSS -------- */
/* ================================= */
#blog-section{
  background: #f8f8f8;
}
.blog-box-deatil {
  background: #fff;
  padding: 50px 30px 40px;
}
.blog-box-img {
  position: relative;
}
.date-tag {
  bottom:0;
  left:0;
  position: absolute;
}
.date-tag > span {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 64px;
}
.date-tag .date-sec{
  background: #fff;
  color: #222;
}
.date-tag .pic-sec{
  background: #14387f;
  color: #fff;
  font-size: 18px;
}
.blog-box-img .owl-controls.clickable {
  margin-top: 0;
}
#web.blog-box-img #bloghome_slider .item.web_box {
  margin:0;
}
#web.blog-box-img #bloghome_slider .owl-prev {
  right: 0;
}
#web.blog-box-img #bloghome_slider .owl-next {
  left: -12px;
}
.date-sec > p:first-child {
  font-size: 22px;
  font-weight: 600;
  padding-top: 8px;
}
.blog-box-deatil a {
  color: #222;
}
.blog-box-deatil a:hover{
  color: #14387f;
}
.blog-tags a span {
  color: #7e7e7e;
  margin-right: 3px;
}
.blog-tags {
  margin: 20px 0;
}
.blog-tags > a {
  margin-right: 15px;
}
.blog-box-deatil > p {
  line-height: 1.7;
  padding-bottom: 15px;
  font-size: 15px;
}
.titleasesore{
  font-size: 20px;
  text-align: -webkit-center;

}
.subtitleasesore{
  font-size: 16px;
  text-align: -webkit-center;
  font-weight: 300;

}
.blog-box-deatil a.blog-button {
  background: #14387f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  padding: 13px 40px;
  text-transform: capitalize;
}
.blog-box-deatil a.blog-button:hover,
.blog-box-deatil a.blog-button:focus{
  background: #222222;
}
.blog-box {
  margin-bottom: 60px;
}
#bloghome_slider img {
  width: 100%;
}
.blog-box-img .pro-video .html5lightbox.content-vbtn-color-blue > img {
  width: 100%;
}
.blog-box .blog-box-img > img {
  width: 100%;
}
.blog-box .blog-box-img #testinomial2_slider {
  background: #222;
  padding: 90px 0 50px;
}
/* --- Sidebar CSS --- */
.blog-sidebar-box {
  background: #fff;
  padding: 30px 10px;
  margin-bottom: 30px;
}
.blog-sidebar-box > h3 {
  border-bottom: 2px solid #14387f;
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
form.blog-sidbar-search .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
}
form.blog-sidbar-search .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
}
form.blog-sidbar-search input[type="submit"].form-control{
 background: #14387f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
}
form.blog-sidbar-search input[type="submit"].form-control:hover{
  background: #222;
}
.blog-sidebar-category a {
  border-bottom: 1px solid #d3d3d3;
  display: block;
  font-weight: 500;
  padding:10px 0;
}
.blog-sidebar-category a:hover{
  color: #14387f;
}
.sidbar-quick-links > li {
  display: inline-block;
  margin-bottom: 3px;
}
.sidbar-quick-links a {
  background: #f8f8f8;
  display: block;
  padding: 10px 18px;
}
.sidbar-quick-links a:hover{
  background: #14387f;
  color: #fff;
}
.sidebar-download{
  margin-top: 30px;
}
.sidebar-download a {
  color: #fff;
  display: block;
  margin-top: 10px;
  padding: 15px 0;
  text-align: center;
}
.sidebar-download a.download-bro{
  background: #14387f;
}
.sidebar-download a.download-pack{
  background: #14387f;
}
.sidebar-download a.download-bro:hover{
  background: #222;
}
.sidebar-download a.download-pack:hover{
  background: #a5cf3c;
}
.latest-blog-text {
  margin: 15px 0;
  position: relative;
}
.latest_blog-details {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 8px 10px;
}
.latest_blog-details > h3 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.latest_blog-details > a{
  color: #fff;
  margin-top: 2px;
  font-size: 12px;
}
.latest_blog-details > a:hover{
  color: #14387f;
}
.latest-box-slider > img {
  width: 100%;
}
#latest_blog_slider .owl-prev {
  background-color: #eaeaea;
  border: medium none;
  color: #222;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -31px;
  width: 100%;
}
#latest_blog_slider .owl-next{
  background-color: #eaeaea;
  border: medium none;
  color: #222;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: -31px;
  width: 100%;
  margin: 0 auto;
}
#latest_blog_slider .owl-prev .fa {
  font-size: 15px;
  left: 0;
  position: relative;
  top: 0;
}
#latest_blog_slider .owl-next .fa {
  font-size: 15px;
  left: 0;
  position: relative;
  top: 0;
}
#latest_blog_slider .owl-prev:hover,
#latest_blog_slider .owl-next:hover{
  background-color: #14387f;
}
.latest-instagram > img {
  width: 100%;
}
.set-instagram1 .col-md-4:first-child {
  padding-right: 1px;
}
.set-instagram1 .col-md-4:nth-child(2) {
  padding-left: 7px;
  padding-right: 7px;
}
.set-instagram1 .col-md-4:nth-child(3) {
  padding-left:1px;
}
.set-instagram .col-md-4 {
  padding-left: 1px;
}
.set-instagram .col-md-8 {
  padding-right: 7px;
}
.latest-instagram {
  margin-bottom: 5px;
}
.blogside_post > h4{
  color: #000428;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0;
  text-transform: uppercase;
}
.blogside_post > p {
  line-height: 1.7;
  padding-bottom: 20px;
}
.blogside_post {
  display: block;
  margin-bottom: 60px;
}
.blog-sidebar-box .blogside_post:last-child {
  margin-bottom: 30px;
}
.blog-sidebar-box .progress-bar {
  background-color: #f71735;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px;
  text-align: right;
}
.blog-sidebar-box .progress {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 26px;
}
.blog-sidebar-box label {
  color: #fff;
  left: 33px;
  margin-top: 3px;
  position: absolute;
}
.blog-sidebar-box .search {
  background: #edf3f8;
  border: 1px solid #dadada;
  padding: 7px 0 7px 10px;
  width: 100%;
  margin-bottom: 15px;
}
.blog-sidebar-box .button {
  background: #f71735;
  border: medium none;
  color: #fff;
  padding: 7px 0;
  text-transform: uppercase;
  width: 100%;
}
.wpf-blog img {
  width: 100%;
}
form#list_blog_contact {
  background: #fff;
  border: 1px solid #edf3f8;
  padding: 60px 30px 10px;
}
form#list_blog_contact .form-control {
  background: #f8f8f8;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8b8b8b;
  font-size: 12px;
  height: 50px;
}
form#list_blog_contact .inner_heading {
  margin-bottom: 60px;
}
form#list_blog_contact textarea.form-control {
  height: 180px;
}
.list_blog_contact > a {
  background: #14387f;
  border: 1px solid #14387f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 40px 0;
  padding: 15px 50px;
  text-transform: uppercase;
}
/* ================================= */
/* --------- Shop Pages CSS -------- */
/* ================================= */
.item.web_box.shop-box .col-md-8 h3 {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.item.web_box.shop-box {
  background: #f9f9f9;
  border: 4px double #ccc;
  padding: 40px 30px 30px;
}
.item.web_box.shop-box .col-md-8 p {
  font-style: oblique;
  font-weight: 300;
  line-height: 1.8;
  padding: 20px 0 40px;
  font-size: 16px;
}
.item.web_box.shop-box .col-md-8 a {
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
}
.item.web_box.shop-box .col-md-8 a:hover{
  background: #14387f;
}
.shop-sidebar-box {
  margin-bottom: 10px;
}
.shop-sidebar-box > h3 {
  border-bottom: 2px solid #14387f;
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
select.discount option {
  cursor: pointer;
  display: block;
  margin-right: 63px;
  padding:10px;
  width: 100%;
}
select.discount option:hover{
  color: #14387f;
}
select.discount {
  border: medium none;
}
.shop-sidebar-box .control {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}

.shop-sidebar-box .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.shop-sidebar-box .control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}
.control-radio .control_indicator {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.shop-sidebar-box .control:hover input ~ .control_indicator,
.shop-sidebar-box .control input:focus ~ .control_indicator {
	background: #ccc;
}
.shop-sidebar-box .control input:checked ~ .control_indicator {
	background: #14387f;
}
.shop-sidebar-box .control:hover input:not([disabled]):checked ~ .control_indicator,
.shop-sidebar-box .control input:checked:focus ~ .control_indicator {
	background: #14387f;
}
.shop-sidebar-box .control_indicator:after {
	position: absolute;
	display: none;
	content: '';
}
.shop-sidebar-box .control input:checked ~ .control_indicator:after {
	display: block;
}
.shop-sidebar-box .control-checkbox .control_indicator::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff;
  -o-border-image: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 13px;
  left: 7px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}
.side-price .form-inline .form-group {
  width: 49%;
}
.side-price .input-group-addon {
  background-color: #14387f;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
.side-price .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.side-color > span {
  border: 1px solid #ccc;
  display: inline-block;
  height: 34px;
  margin: 0 10px 15px 0;
  width: 32px;
  cursor: pointer;
}
.side-color > span:nth-child(1){
  background: #003d71;
}
.side-color > span:nth-child(2){
  background: #c42c39;
}
.side-color > span:nth-child(3){
  background: #f4bc08;
}
.side-color > span:nth-child(4){
  background: #02882c;
}
.side-color > span:nth-child(5){
  background: #000000;
}
.side-color > span:nth-child(6){
  background: #caccce;
}
.side-color > span:nth-child(7){
  background: #ffffff;
}
.side-color > span:nth-child(8){
  background: #f9e7b6;
}
.side-color > span:nth-child(9){
  background: #003d71;
}
.side-color > span:nth-child(10){
  background: #5a433f;
}
/* ================================= */
/* -------- Shop Detail CSS -------- */
/* ================================= */
.product-detail-section > h3 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-detail-section .product-rating {
  padding: 5px 0 15px;
  position: relative;
  width: 100%;
}
.product-detail-section .product-rating .review:hover {
  color: #14387f;
}
.product-detail-section .product-rating .review {
  color: rgba(14, 14, 14, 0.7);
  font-size: 11px;
  left: 119px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}
.product-detail-section label {
  color: rgba(14, 14, 14, 0.5);
  margin-bottom: 20px;
  width: 120px;
}
.product-information h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.description {
  padding-bottom: 25px;
}
.product-detail-section .product-price {
  color: #14387f;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.product-detail-section .product-price span {
  color: #888;
  font-size: 12px;
  text-decoration: line-through;
}
.product-detail-section .product-information .shopping-cart-buttons a.shoping {
  background-color: #14387f;
  color: #ffffff;
  width: 120px;
}
.product-detail-section .product-information .shopping-cart-buttons a {
  border: 1px solid rgba(235, 44, 51, 0.5);
  color: #14387f;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-top: 5px;
  text-align: center;
  width: 40px;
}
.product-detail-section .product-rating .review {
  color: rgba(14, 14, 14, 0.7);
  font-size: 11px;
  left: 85px;
  position: absolute;
  text-decoration: none;
  top: 7px;
}
.product-detail-section a:hover {
  color: #14387f;
}
.product-detail-section a {
  color: #0e0e0e;
  text-decoration: none;
}
.product-detail-section .product-information .form-control {
  width: 120px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.review-tabs {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin-top: 40px;
  padding: 10px 20px;
}
.review-tabs .nav-tabs{
  width: 100%;
}
.review-tabs .nav-tabs > li {
  display: table-cell;
  float: none;
  text-align: center;
  width: 1%;
}
.review-tabs .nav-tabs > li > a {
  background-color: #edf3f8;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  border: none;
}
.review-tabs .nav-tabs > li > a:hover {
  background-color: #14387f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.review-tabs .nav-tabs > li > a {
  margin-right: 0;
}
.review-tabs .nav-tabs {
  border-bottom: medium none;
}
.review-tabs .nav-tabs > li.active > a, 
.review-tabs .nav-tabs > li.active > a:focus, 
.review-tabs .nav-tabs > li.active > a:hover {
  border: medium none;
  cursor: default;
  background-color: #14387f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.review-tabs .tab-pane {
  padding-top: 30px;
}
.review-tabs .tab-pane > p {
  line-height: 1.8;
  padding-bottom: 15px;
}
.review-tabs .tab-pane table.shop_attributes {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.1) currentcolor currentcolor;
  -o-border-image: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  border-image: none;
  border-style: dotted none none;
  border-width: 1px 0 0;
  margin-bottom: 1.618em;
  width: 100%;
}
.review-tabs .tab-pane table.shop_attributes th {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0 none;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 8px;
  width: 150px;
}
.review-tabs .tab-pane table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.review-tabs .tab-pane h4 {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#review .review-tabs .tab-pane tr:nth-child(2n+1) {
  background-color: #fafafa;
}
#review .review-tabs .tab-pane tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.review-form {
  margin-top: 30px;
}
.review-form h5 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#review .product-rating {
  margin-bottom: 25px;
  margin-top: 10px;
}
#review textarea.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 170px;
}
#review .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 44px;
}
#review .form-button {
  background: #14387f;
  border: medium none;
  color: #fff;
  padding: 12px 50px;
}
#review .form-button:hover{
  background: #222;
}
/* ================================= */
/* --------- Check Out CSS --------- */
/* ================================= */
#checkout-section{
	background:#edf3f8;
}
.chckout-form .form-control {
  border-color: #eaeaea;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  margin: 10px 0;
}
.chckout-form label {
  color: rgba(14, 14, 14, 0.7);
  font-weight: 400;
  margin: 10px 0 0;
}
.text-error {
  color: red;
  font-size: 18px;
}
.chckout-form hr {
  border-color: #edf3f8;
}
.btn-checkout{
  background-color: #ffffff;
  border:1px solid rgba(14, 14, 14, 0.3);
  color: rgba(14, 14, 14, 0.7);
  display: inline-block;
  margin: 5px 20px 10px 0;
  padding:9px 20px;
}
.btn-checkout:hover{
  background-color: #14387f;
  border-color: #14387f;
  color: #ffffff;
}
.check-ship > h3 {
  color: #222;
  font-size: 18px;
}
.check-ship > p {
  padding:0 0 10px;
}
.check-ship label {
    color: #333;
	font-weight:normal;
	font-size:16px;
}
.check-ship > input{
	margin-right:10px;
}
.check-ship input[type="checkbox"]:checked + label {
    color: #14387f;
}
.cart_info table tr td {
  border-top: 0 none;
  padding: 10px;
  vertical-align: inherit;
}
.cart_info .table.table-condensed tr {
  border-bottom: 1px solid #f7f7f0;
}
.cart_info .cart_description h4 a {
  color: #222;
  font-size: 18px;
  font-weight: normal;
}
.cart_quantity_button .input-number {
  width: 35px;
}
.cart_info .cart_total_price {
  color: #14387f;
  font-size: 24px;
}
.cart_delete a {
  background: #f0f0e9;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 7px;
}
.cart_delete a:hover{
  background: #14387f;
  color:#fff;
}
.cart_info .cart_menu {
  background: #14387f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.cart_quantity .input-group-btn {
  width: auto;
}
.btn-default:hover {
  background-color: #14387f;
  color: #fff;
}
.check-out-right .table-responsive.cart_info {
  background: #fff;
  margin-top: 40px;
  padding: 15px 0 0 15px;
}
.table-responsive{
  overflow: scroll;
  height: 100%;
  width: 100%;
}
.check-out-right table tr td {
  padding: 20px 10px 20px 0;
}
/* ================================= */
/* ----------- Login CSS ----------- */
/* ================================= */
.or {
  background: #14387f;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin: 89% auto 0;
  text-align: center;
  width: 50px;
}
.login-form > form,
.signup-form > form {
  margin-top: 60px;
}
.login-form .form-control,
.signup-form .form-control{
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 44px;
}
.login-form form span input {
  float: left;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}
.login-form form button, .signup-form form button {
  border: medium none;
  display: block;
}
.login-form form button {
  margin-top: 23px;
}
.error_img > img {
  width: 100%;
}
/* ================================= */
/* --------- Responsive CSS -------- */
/* ================================= */
.contact_form .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 48px;
}
.contact_form textarea.form-control {
  height: 173px;
}
/* ================================= */
/* --------- Responsive CSS -------- */
/* ================================= */
@media (max-width: 992px) {
	#header-top_2 .navbar > .container .navbar-brand, #header-top_2 .navbar > .container-fluid .navbar-brand {
	  position: relative;
	  top: 15px;
	}
	#header-top_4 nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, 
	#header-top_4 nav.navbar.bootsnav.navbar-transparent.dark {
	  background-color: #fff;
	}
	#header-top_4 .wrap-sticky .nav.navbar-nav.navbar-right {
	  border-top: 1px solid rgba(255, 255, 255, 0.5);
	  background: #fff;
	}
	#header-top_4 nav.navbar.bootsnav .navbar-nav > li > a {
	  border:none;
	}
	#header-top_4 .cool-link_3 {
	  display: block;
	}
	#header-top_4 nav.navbar.bootsnav .navbar-toggle {
	  float: right;
	  margin-right: 0;
	  margin-top: 16px;
	}
	#header-top_4 .header_set {
	  margin: 15px 0 18px;
	}
	#header-top_4 nav.navbar.bootsnav .navbar-toggle {
	  margin-bottom: 20px !important;
	}
	#header-top_4 .wrap-sticky .navbar-brand {
	  padding: 32px 0;
	}
	#header-bottom .get-tech-line {
		display: none;
	}
	#header-bottom .get-tuch {
		padding:0 15px;
		display:inline-block;
	}
	nav.navbar.bootsnav .navbar-header {
	  margin-top: -15px;
	}
	#header-top_2 nav.navbar.bootsnav .navbar-toggle {
	  float: right;
	  margin-right: 0;
	  margin-top:16px;
	}
	nav.navbar.bootsnav .navbar-brand {
		float:left !important;
	}
	nav.navbar.bootsnav .navbar-brand {
		padding:10px 0;
	}
	nav.navbar.bootsnav .navbar-brand > img {
		width:120px;
	}
	nav.navbar.bootsnav.navbar-sticky .navbar-brand {
		display: inline-block;
	}
	#header-top_1 nav.navbar.bootsnav .navbar-toggle,
	#header-top_3 nav.navbar.bootsnav .navbar-toggle,
	#header-top-5 nav.navbar.bootsnav .navbar-toggle,
	#header-top-8 nav.navbar.bootsnav .navbar-toggle,
	#header-top_4 nav.navbar.bootsnav .navbar-toggle,
	#header-top-9 nav.navbar.bootsnav .navbar-toggle,
	#header-top_2 nav.navbar.bootsnav .navbar-toggle,
	#header-top-6 nav.navbar.bootsnav .navbar-toggle{
		color: #fff;
		background-color:#14387f;
		padding:10px 15px;
		margin-bottom:20px;
		line-height: 1;
		margin-top:33px;
	}
	#header-top_2 .wrap-sticky nav.navbar.bootsnav.sticked {
	  height: auto;
	}
	#header-top_2 nav.navbar.bootsnav.no-background {
	  background-color: #fff;
	  height: auto;
	}
	.navbar-brand.mobile-logo {
	  display: block;
	}
	nav.navbar.bootsnav .navbar-brand.mobile-logo {
	  float: right !important;
	  display: block;
	  padding: 35px 0 0;
	}
	nav.navbar.bootsnav .navbar-collapse {
	  background: #fff;
	}
	.nav_1 .navbar-nav > li {
		display:block;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 5px 0;
		margin:0;
		border-bottom:none;
	}
	.nav_1 .navbar-nav {
		text-align: left;
	}
	.logistic_news > img {
	  width:auto;
	  max-width:100%;
	}
	#header-top_3 nav.navbar.bootsnav .navbar-toggle {
	  margin-bottom: 10px;
	  margin-top: 15px;
	}
	#header-top_3 nav.navbar.bootsnav .navbar-toggle {
	  float: left;
	}
	#header-top-5 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 18px;
	}
	#header-top-5 nav.navbar.bootsnav .navbar-nav {
	  background: #fff;
	}
	#header-top-8 nav.navbar.bootsnav.navbar-transparent.white {
	  background-color: #fff;
	}
	#header-top-8 nav.navbar.bootsnav .navbar-brand {
	  padding:35px 0 0 0;
	}
	#header-top-8 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 24px;
	}
	#header-top-8 nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a, 
	#header-top-8 nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a, 
	#header-top-8 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, 
	#header-top-8 nav.navbar.bootsnav.no-background.white ul.nav > li > a {
	  border-top: 2px solid #6f6f6f;
	  color: #6f6f6f;
	}
	#header-top_4 .get-tuch {

	  margin-left:18px;
	}
	.event-counter-event {
	  text-align: center;
	}
	.voulnteer-img > img {
		margin-top:30px;
	}
	.how-can-help-box{
		margin-bottom:30px;
	}
	.upcoming-link .read-more {
	  margin-right: 30px;
	}
	.item.partners_box a img {
	  width: 100%;
	}
	#header-top-9 nav.navbar.bootsnav .navbar-brand {
	  padding:28px 0 0;
	}
	#header-top-9 nav.navbar.bootsnav .navbar-toggle {
	  margin-bottom: 12px;
	  margin-top:24px;
	}
	.counters-item {
	  margin-bottom: 30px;
	}
	.special-services-img > img {
	  width: 100%;
	  margin-bottom:30px;
	}	
    #product-zoom {
      border: 1px solid #eaeaea;
      width: 100%;
    }
	.commerce_search > span {
	  z-index: 0;
	  top:10px;
	}
}
@media (max-width: 768px) {
    .heading > p {
      padding: 0 1%;
    }
	#header-top_1 .navbar.bootsnav .navbar-toggle {
	  float: left;
	  left: 15px;
	  margin: 21px 0 10px;
	  padding: 10px 16px;
	  position: relative;
	}
	#header-top_1 .navbar-nav > li {
		display: block;
		float: none;
	}
	#header-top_1 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 23px;
	}
	#header-top_1 .navbar-nav {
		text-align: left;
	}
	.wrap-sticky nav.navbar.bootsnav {
	  height: 70px;
	}
	nav.navbar.bootsnav .navbar-toggle {
	  float: right;
	  margin-right: 0;
	  margin-top: -5px;
	}
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 6px;
	}
	.tp-caption.tp-resizeme {
		display:none;
	}
	.nav_1 > ul::before{
		display:none;
	}
	.nav_1 > ul::after{
		display:none;
	}
	#header-top_3 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 24px;
	}
	.menu_button.pull-right {
	  margin-top: 25px;
	  width: 100%;
	  text-align: center;
	}
	.how_we_are_detail > p {
	  padding: 30px 20px;
	}
	.tabs_img > img {
	  width: 100%;
	}
	#logistic_team_slider .item .col-md-6:last-child {
	  padding-left:15px;
	}
	#logistic_team_slider .item .col-md-6:first-child {
	  padding-right: 15px;
	}
	.services-area .services-item {
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	}
	.services-area {
	  margin-top: 0;
	}
	.services-area .col-md-4 {
	  padding:15px;
	}
	#header-top-6 .navbar-brand {
	  padding: 30px 0;
	}
	#header-top-6 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 23px;
	}
	#header-top_7 nav.navbar.bootsnav .navbar-header {
	  margin-top:13px;
	}
	.blog_border {
		display:none;
	}
	#header-top_7 nav.navbar.bootsnav .navbar-toggle {
	  background-color: #d82c2e;
	  padding: 10px 16px;
	  margin: -9px 0 0 0;
	}
	.our_company_border {
		display:none;
	}
	.company_text > h3 {
	  padding: 18px 0 15px;
	}
	.footer-search .form-group .form-control {
	  width: 70%;
	}
	.search-btn {
	  width: 28%;
	}
	.about_gym_h > h2 {
	  font-size: 80px;
	}
	#the_best_portfolio .counters-item {
	  margin-bottom: 30px;
	}
	#header-top_7 nav.navbar.bootsnav.navbar-transparent.white {
	  background-color:#fff;
	}
	.banner_detail > p {
	  padding-top: 30px;
	}
	.services_detail.causes-box > a {
	  padding: 10px 9px;
	  display: inline-block;
	}
	.events-pic > img {
	  margin: 15px 0;
	}
	#download .col-md-4:first-child{
	  padding-right:15px;
	}
	#download .col-md-4:nth-child(2){
	  padding:0 15px;
	}
	#download .col-md-4:nth-child(3){
	  padding-left:15px;
	}
	.top-contact {
	  margin-bottom: 8px;
	  text-align: center;
	}
	.top_social-innaer {
	  text-align: center;
	}
  .review-tabs .nav-tabs > li {
    display: block;
    width: 100%;
  }
  #shop-section .shop-sidebar-box:first-child {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
	#header-bottom .get-tuch {
		display:block;
	}
	#header-bottom .get-tuch:last-child {
		display: none;
	}
	#header-bottom .get-tuch:nth-child(3) {
		display: none;
	}
	.get-tuch.text-left {
		padding: 15px 0;
		text-align: center;
		display:block;
	}
	.header_top_text p {
		padding: 15px 0;
		text-align: center;
	}
	.top_socials {
		text-align: center;
	}
	.creative_detail {
	  margin-bottom: 60px;
	}
	.counters-item {
	  margin-bottom: 30px;
	}
	.footer_bottom .col-md-7 {
	  text-align: center;
	}
	.footer_bottom .col-md-5 .socialicons {
	  margin-top: 30px;
	  text-align: center;
	}
	#header-top_4 .get-tuch:nth-child(2) {
	  display: none;
	}
	#header-top_4 .get-tuch {
	  display: inline-block;
	  margin-left: 0;
	}
	#header-top_4 .col-md-12 {
	  text-align: center;
	}
	#header-top_4 nav.navbar.bootsnav .navbar-header {
	  margin-top:0;
	}
	#header-top_4 .wrap-sticky .navbar-brand {
	  padding: 18px 0;
	}
	#header-top_4 nav.navbar.bootsnav .navbar-toggle {
	  margin-top: 3px;
	}
	#header-top_4 .header_set {
	  margin: 0;
	}
	#about_gym .col-md-6 {
	  text-align: center;
	}
	.gym_heading > h2::after {
	  width: 100%;
	}
	.about_gym_h > h2 {
	  font-size: 60px;
	}
	#header-top-commerce .cont_office {
	  width: 100%;
	}
	#header-top-commerce .col-md-9 {
	  text-align: center;
	}
	.commerce_links > li {
	  padding-left: 5px;
	  padding-right: 5px;
	  margin: 15px 0;
	}
	.commerce_links li a {
	  padding: 10px 0;
	}
	#header-top-5 .row {
	  text-align: center;
	}
	.web_detail > h3 {
	  font-size: 14px;
	}
	.blog_detail {
	  margin-bottom: 30px;
	}
	.html5lightbox.content-vbtn-color-blue > img {
	  width: 100%;
	}
	.banner_button a {
	  display: block;
	  margin: 6px 5px;
	}
	#footer-portfolio {
	  text-align: center;
	}
	.footer-box {
	  margin-top: 40px;
	}
	.search-btn {
	  width: 100%;
	}
	.footer-search .form-group .form-control {
	  margin-left: 0;
	  margin-right: 0;
	  width: 100%;
	}
	.help-me-text > h2 {
	  font-size: 69px;
	}
	.services_detail > h3 {
	  font-size: 15px;
	}
}
@media (max-width: 370px) {
	#header-top_4 .get-tuch:nth-child(2) {
	  display: none;
	}
	#header-top_4 .get-tuch:nth-child(3) {
	  display: none;
	}
	.commerce_heading > h2 {
	  font-size: 18px;
	}
	.commerce_heading > h2::after {
	  border-width: 40px;
	  right: -40px;
	}
}

/**
 * ITCSS port of Bootstrap v3.3.3
 *
 * 1. Settings................Global variables, config switches.
 * 2. Tools...................Default mixins and functions.
 * 3. Generic.................Ground-zero styles (resets, box-sizing).
 * 4. Base....................Unclassed HTML elements (type selectors).
 * 5. Objects.................Cosmetic-free design patterns.
 * 6. Components..............Designed components, chunks of UI.
 * 7. Trumps..................Helpers and overrides.
 *
 */
@font-face {
  font-family: 'gothamBold';
  src: url("../fonts2/gotham-bold.eot") format("embedded-opentype"), url("../fonts2/gotham-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'gothamBook';
  src: url("../fonts2/gotham-book.eot") format("embedded-opentype"), url("../fonts2/gotham-book.ttf") format("truetype"); }

@font-face {
  font-family: 'gothamMe@dium';
  src: url("../fonts2/gotham-medium.eot") format("embedded-opentype"), url("../fonts2/gotham-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'arialBold';
  src: url("../fonts2/arialBold.eot") format("embedded-opentype"), url("../fonts2/arialBold.ttf") format("truetype"); }

@font-face {
  font-family: 'arialRegular';
  src: url("../fonts2/arialRegular.eot") format("embedded-opentype"), url("../fonts2/arialRegular.ttf") format("truetype"); }

/*=======================================
============ STAR GENERAL ===============
=======================================*/
.estilo_select{
  border:1px solid rgba(196, 198, 200, 0.32) !important;
  height: 59px !important;
  text-transform: uppercase !important;
  color: #212529;
  font-size: 12px !important;
  font-family: "gothamMedium";
  line-height: 14px;
}
.estilo_select:focus{
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.estilo_select option{
  padding: 20px 0px;
}
.flechaCombo{
  position: relative;
}
.flechaCombo:before{
  content: "\F0D7";
  position: absolute;
  height: 25px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  right: 6px;
  color: #DC1C2E;
  background: #fff;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
/* .estilo_select option{

} */

.modalcompartir {
  width: 500px !important; }

body {
  overflow-x: hidden !important; }

.modal {
  background: rgba(19, 30, 50, 0.78);
  z-index: 1234 !important; }
  .modal-body {
    position: relative; }
    .modal-body .cerrar {
      background: #fff;
      opacity: 1;
      padding: 9px 10px;
      z-index: 1; }
      .modal-body .cerrar:hover, .modal-body .cerrar:focus {
        opacity: 1 !important;
        outline: none; }

.modalContacto .modal-content {
  border: 1px solid transparent; }

.modalContacto .modal-body {
  padding: 0; }
  .modalContacto .modal-body .cabecera__top {
    background-image: url("../img/background/bg-correo.png");
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .modalContacto .modal-body .cabecera__top__tituloPequeno {
      font-size: 16px !important; }
    .modalContacto .modal-body .cabecera__top__tituloGrande {
      font-size: 23px !important; }
    .modalContacto .modal-body .cabecera__top h5 {
      font-size: 18px;
      line-height: 19px;
      color: #fff;
      font-family: "gothamMedium"; }
    .modalContacto .modal-body .cabecera__top h3 {
      font-size: 25px;
      line-height: 28px;
      font-family: "gothamMedium";
      color: #fff; }
  .modalContacto .modal-body .contactar {
    background-image: url("../img/background/bg-contacto.png");
    color: #fff;
    background-color: #003DA5;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px;
    background-position: center; }
    .modalContacto .modal-body .contactar__icono {
      width: 174.19px;
      height: 174.19px;
      border: 1px dashed #fff;
      padding-top: 8px;
      border-radius: 50%;
      margin: auto; }
      .modalContacto .modal-body .contactar__icono .imagen {
        width: 154.52px;
        height: 154.52px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto;
        border: 3px solid #fff; }
    .modalContacto .modal-body .contactar__titulo {
      font-family: "gothamMedium";
      margin: 12px 0px; }
    .modalContacto .modal-body .contactar__subtitulo {
      color: #fff;
      font-family: "gothamMedium"; }
  .modalContacto .modal-body .formulario1 {
    text-align: center; }
  .modalContacto .modal-body .formulario {
    background: #fff; }
    .modalContacto .modal-body .formulario__redes {
      text-align: center; }
    .modalContacto .modal-body .formulario h3 {
      font-size: 16px;
      font-family: "gothamBold";
      line-height: 19px; }
    .modalContacto .modal-body .formulario .form-group label {
      font-size: 13px;
      line-height: 15px;
      color: #949CA1;
      font-family: "arialRegular"; }
    .modalContacto .modal-body .formulario .form-group textarea {
      resize: none; }
    .modalContacto .modal-body .formulario .form-group input {
      height: 45px; }
    .modalContacto .modal-body .formulario .form-group input, .modalContacto .modal-body .formulario .form-group textarea {
      border: 1px solid #E0E0E0;
      font-size: 13px;
      line-height: 15px;
      font-family: "gothamBold";
      color: #626366; }
      .modalContacto .modal-body .formulario .form-group input:focus, .modalContacto .modal-body .formulario .form-group textarea:focus {
        border: 1px solid #003DA5; }
      .modalContacto .modal-body .formulario .form-group input:focus, .modalContacto .modal-body .formulario .form-group textarea:focus {
        -webkit-box-shadow: 1px 1px 1px transparent;
                box-shadow: 1px 1px 1px transparent; }

a {
  text-decoration: none; }

.ease-all {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.boton {
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
          box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 15px 0px;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 12px;
  line-height: 14px; }
  .boton__transparent {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 60px; }
    .boton__transparent:hover {
      color: #fff;
      text-decoration: none;
      border: 1px solid #DC1C2E;
      background: #DC1C2E; }
  .boton__rojo {
    background: #14387f;
    color: #fff;
    padding: 20px 20px; }
    .boton__rojo:hover {
      color: #a5cf3c;
    background: #ffffff;
    text-decoration: none; }

.banner {
  text-align: center;
  background-size: cover;
  background-position: center; }

.box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
          box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
  border-radius: 5px; }

.titulo {
  font-family: "gothamBold";
  position: relative;
  margin-bottom: 50px; }
  .titulo--raya:after {
    content: "";
    position: absolute;
    background: #DC1C2E;
    width: 50px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  .titulo--banner {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 3.3rem; }
  .titulo--negro {
    color: #404041; }
  .titulo--blanco {
    color: #fff; }

.btn__link {
  position: relative;
  font-size: 11px;
  display: inline-block;
  padding: 18px 22px;
  color: #fff;
  font-family: "gothamMedium";
  width: 200px;
  line-height: 20px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  .btn__link--blanco svg rect {
    stroke: #fff !important; }
  .btn__link--blanco:hover {
    color: #fff !important; }
  .btn__link--blanco:hover svg rect {
    stroke: #fff !important;
    stroke-dasharray: 100,505 !important; }
  .btn__link i {
    margin-right: 5px; }
  .btn__link--rect:hover svg rect {
    stroke-dashoffset: 304 !important; }
  .btn__link:hover {
    color: #fff;
    text-decoration: none; }
  .btn__link:hover .flecha {
    background-position: -17px 0px; }
  .btn__link:hover svg rect {
    stroke-dashoffset: 280;
    stroke-dasharray: 100,487;
    stroke: #fff; }
  .btn__link svg rect {
    stroke: #fff;
    stroke-width: 2;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    stroke-dasharray: 540,500;
    stroke-dashoffset: 0; }
  .btn__link svg, .btn__link rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent; }

.card__pequenio {
  background: #fff;
  -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
          box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
  border-radius: 5px;
  margin-bottom: 23px; }
  .card__pequenio__img {
    height: 130px;
    max-width: 300px;
    text-align: center;
    padding: 0px 20px;
    margin: auto; }
  .card__pequenio__icono {
    padding: 0px 0px; 
    height: 250px;
    contain: strict; }
    .card__pequenio__icono .imagenBox {
      width: 144px;
      height: 144px;
      border: 1px dashed  #C4C6C8;
      padding-top: 4px;
      border-radius: 50%;
      margin: auto; }
      .card__pequenio__icono .imagenBox .imagen {
        width: 133.06px;
        height: 133.06px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto; }
  .card__pequenio__nombre h3 {
    font-size: 18px;
    line-height: 22px;
    color: #404041;
    font-family: "gothamBook"; }
  .card__pequenio__nombre h4 {
    font-size: 13px;
    line-height: 16px;
    font-family: "gothamBold"; }
  .card__pequenio__nombre ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .card__pequenio__nombre ul li {
      display: inline-block;
      padding: 10px; }
      .card__pequenio__nombre ul li a {
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 50%;
        padding-top: 5px;
        color: #fff; }
      .card__pequenio__nombre ul li .correo {
        background: #007DC3; }
      .card__pequenio__nombre ul li .compartir {
        background: #1A3668; }
  .card__pequenio__datos {
    padding: 20px 30px; }
    .card__pequenio__datos ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .card__pequenio__datos ul li {
        padding: 10px 0px; }
        .card__pequenio__datos ul li a {
          color: #007DC3;
          display: inline-block; }
          .card__pequenio__datos ul li a:hover {
            color: #003DA5; }
        .card__pequenio__datos ul li p {
          margin-bottom: 0; }
        .card__pequenio__datos ul li a, .card__pequenio__datos ul li p {
          position: relative;
          font-size: 13px;
          line-height: 16px;
          font-family: "gothamBook"; }
          .card__pequenio__datos ul li a i, .card__pequenio__datos ul li p i {
            position: absolute;
            top: 2px;
            left: 0; }
          .card__pequenio__datos ul li a span, .card__pequenio__datos ul li p span {
            display: block;
            padding-left: 30px;
            position: relative; }
  .card__pequenio__botones {
    width: 100%;
    height: 62px;
    text-align: center;
    border-top: 1px solid rgba(196, 198, 200, 0.25); }
    .card__pequenio__botones a {
      width: 50%;
      padding: 23px 10px;
      float: left;
      color: #DC1C2E;
      font-size: 12px;
      line-height: 14px;
      font-family: "gothamMedium";
      letter-spacing: 0.05em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-right: 1px solid rgba(196, 198, 200, 0.25); }
      .card__pequenio__botones a.grande {
        width: 100%; }
      .card__pequenio__botones a:last-child {
        border-left: 1px solid transparent; }
      .card__pequenio__botones a:hover {
        background: #DC1C2E;
        text-decoration: none;
        color: #fff; }

.cards {
  background: #fff; }
  .cards__img {
    position: relative;
    overflow: hidden;
    position: relative;
    background: #003DA5;
    border-top-left-radius: 5px; }
    .cards__img--radio {
      border-top-right-radius: 5px; }
    .cards__img--left {
      float: left; }
    .cards__img img {
      opacity: 1;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .cards__img:hover img {
      opacity: 0.4; }
    .cards__img:hover .cards__img__btn .btn__link {
      opacity: 1; }
    .cards__img__categoria {
      position: absolute;
      top: 0px;
      left: 0px;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      font-family: "gothamMedium";
      width: 100%; }
      .cards__img__categoria p {
        position: absolute;
        margin-bottom: 0;
        top: 24px;
        left: 28px;
        z-index: 12; }
      .cards__img__categoria:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(#1A3668), to(rgba(26, 54, 104, 0)));
        background: linear-gradient(180deg, #1A3668 0%, rgba(26, 54, 104, 0) 100%);
        mix-blend-mode: multiply;
        opacity: 0.4;
        z-index: 1; }
    .cards__img__btn {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      margin: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center; }
      .cards__img__btn .btn__link {
        opacity: 0; }
  .cards__content {
    background: #fff; }
    .cards__content--right {
      float: left;
      margin-bottom: 23px; }
    .cards__content__top {
      border-bottom: 1px solid rgba(196, 198, 200, 0.21); }
      .cards__content__top .area {
        padding-bottom: 12px; }
        .cards__content__top .area--rojo {
          color: #DC1C2E; }
        .cards__content__top .area--azul {
          color: #003DA5; }
        .cards__content__top .area__area {
          color: #404041; }
        .cards__content__top .area ul {
          padding: 0;
          list-style: none;
          margin-bottom: 0; }
          .cards__content__top .area ul li {
            display: inline-block;
            font-family: "gothamBook";
            color: #949CA1;
            padding-right: 15px;
            line-height: 16px; }
            .cards__content__top .area ul li a {
              text-decoration: none; }
            .cards__content__top .area ul li img {
              margin-right: 2px; }
            .cards__content__top .area ul li strong {
              font-family: "gothamBold"; }
      .cards__content__top .dinero__listado {
        padding: 0;
        list-style: none;
        margin-bottom: 0; }
        .cards__content__top .dinero__listado__item {
          display: inline-block;
          font-family: "gothamMedium";
          color: #404041;
          padding: 0px 10px;
          position: relative; }
          .cards__content__top .dinero__listado__item:first-child {
            padding-left: 0px; }
          .cards__content__top .dinero__listado__item:before {
            content: "";
            position: absolute;
            width: 5px;
            height: 2px;
            top: 10px;
            background: #404041;
            right: -5px; }
          .cards__content__top .dinero__listado__item:last-child:before {
            background: transparent; }
      .cards__content__top .distrito ul {
        padding: 10px 0px;
        list-style: none;
        margin: 0; }
        .cards__content__top .distrito ul li {
          color: #C4C6C8;
          display: inline-block;
          padding-right: 15px; }
          .cards__content__top .distrito ul li i {
            font-size: 12px; }
          .cards__content__top .distrito ul li strong {
            color: #626366; }
          .cards__content__top .distrito ul li span {
            font-family: "gothamBook";
            display: inline-block; }
      .cards__content__top .parrafo {
        padding: 12px 0px; }
        .cards__content__top .parrafo p {
          font-family: "arialRegular";
          color: #626366; }
      .cards__content__top .ver a {
        color: #DC1C2E;
        font-family: "gothamMedium";
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        .cards__content__top .ver a:hover{
          color: #1f55b0;
        }
    .cards__content__bottom {
      padding-left: 15px;
      position: relative;
      min-height: 90px;
      margin-left: 15px;
}
      .cards__content__bottom__perfil {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: 22px;
        }
        .cards__content__bottom__perfil--top {
          top: 0px; }
      .cards__content__bottom__nombre {
        margin-left: 5px; }
        .cards__content__bottom__nombre h3 {
          line-height: 17px;
          color: #404041;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .cards__content__bottom__nombre h3  a{
            color: #404041;
          }
        .cards__content__bottom__nombre p {
          font-size: 11px;
          line-height: 17px;
          color: #949CA1;
          margin: 0px; }
        .cards__content__bottom__nombre ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .cards__content__bottom__nombre ul li {
            display: inline-block;
            padding-right: 7px; }
            .cards__content__bottom__nombre ul li a {
              font-size: 12px;
              line-height: 14px;
              font-family: "gothamMedium";
              letter-spacing: 0.05em;
              color: #949CA1;
              text-transform: uppercase;
              text-decoration: none; }
              .cards__content__bottom__nombre ul li a:hover {
                color: #404041; }
      .cards__content__bottom__redes ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .cards__content__bottom__redes ul li {
          display: inline-block;
          padding: 0px 6px; }
          .cards__content__bottom__redes ul li .rojo {
            background: #14387f; }
            .cards__content__bottom__redes ul li .rojo:hover {
              background: #c51929; }
          .cards__content__bottom__redes ul li .verde {
            background: #23B559; }
            .cards__content__bottom__redes ul li .verde:hover {
              background: #1fa04e; }
          .cards__content__bottom__redes ul li .celeste {
            background: #01649C; }
            .cards__content__bottom__redes ul li .celeste:hover {
              background: #015483; }
          .cards__content__bottom__redes ul li .azul {
            background: #003DA5; }
            .cards__content__bottom__redes ul li .azul:hover {
              background: #114398; }
          .cards__content__bottom__redes ul li a {
            display: block;
            text-align: center;
            padding-top: 8px;
            color: #fff !important;
            -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
                    box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
            height: 40px;
            width: 40px;
            border-radius: 50%; }
            .cards__content__bottom__redes ul li a .fa-90 {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }

.icono-scroll {
  position: absolute;
  width: 54px;
  height: 104px;
  z-index: 12;
  bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  font-family: "gothamMedium"; }
  .icono-scroll:hover {
    text-decoration: none; }

.fade {
  -webkit-transition: opacity .15s linear !important;
  transition: opacity .15s linear !important; }

.fade.show {
  opacity: 1; }

.lugar {
  height: 670px;
  background-size: cover;
  background-position: center; }
  .lugar .item {
    background: red; }

/*=======================================
============ END GENERAL ================
=======================================*/
/*=======================================
============ END GENERAL ================
=======================================*/
.slider {
  padding: 0;
  position: relative; }
  .slider .item {
    overflow: hidden; }
  .slider__content {
    background-size: cover;
    height: 75vh; }
    .slider__content--pantallaGrande {
      height: 100vh; }
    .slider__content__item {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      .slider__content__item__titulo__h2 {
        color: #fff;
        font-family: "gothamBold";
        display: inline-block; }
      .slider__content__item__parrafo {
        font-family: "arialBold";
        line-height: 18px;
        color: #fff; }
    .slider__content .single-slider {
      background-attachment: scroll;
      background-clip: border-box;
      background-color: #353031;
      background-origin: padding-box;
      background-position: 50% 50% !important;
      background-repeat: repeat;
      background-size: cover !important;
      height: 100%; }
  .slider .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 12%;
    bottom: 10em;
    width: 300px;
    height: 30px;
    text-align: left !important; }
    .slider .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .slider .owl-dots .owl-dot:focus {
        outline: none !important; }
      .slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        background: transparent;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .slider .owl-dots .owl-dot:hover span {
        background: #fff; }
      .slider .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .slider .owl-dots .owl-dot.active span {
          background: #fff; }
  .slider .owl-nav {
    display: none; }

.activo {
  color: #DC1C2E !important;
  padding: 40px 0px 37px !important;
  border-bottom: 3px solid #DC1C2E !important; }

.activoCeleste {
  color: #fff !important; }

/*=======================================
============ END GENERAL ================
=======================================*/
/*===========================================
========= STAR MENURESPONSIVE ===============
===========================================*/
.menu__responsive {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1234;
  display: none;
  -webkit-box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06);
          box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06); }
  .menu__responsive .logo__responsive {
    width: 100%;
    padding: 14px 18px; }
    .menu__responsive .logo__responsive img {
      width: 87px; }
  .menu__responsive .lupa_top {
    position: absolute;
    top: 14px;
    right: 70px; }
    .menu__responsive .lupa_top a i {
      color: #f99300; }
    .menu__responsive .lupa_top a span {
      color: #fff; }

#menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Transform menu icon into close icon */ }
  #menu-icon-shape {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0px;
    right: 8px;
    display: none;
    z-index: 123;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #menu-icon #middle {
    margin: 4px 0; }
    #menu-icon #middle.active {
      opacity: 0; }
  #menu-icon #top.active {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg); }
  #menu-icon #bottom.active {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
    transform: translateY(-4px) translateX(0) rotate(-45deg); }

#top, #middle, #bottom {
  width: 100%;
  height: 2px;
  background: #DC1C2E;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

/* Navigation */
#overlay-nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  background: #003DA5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
  transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; }
  #overlay-nav.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible; }
  #overlay-nav #nav-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #overlay-nav #nav-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      #overlay-nav #nav-content ul li a {
        display: inline-block; }
    #overlay-nav #nav-content .menu__top {
      text-align: center;
      padding: 0px 14px;
      padding-bottom: 12px; }
      #overlay-nav #nav-content .menu__top li a {
        margin-bottom: 6px;
        font-family: "gothamBold";
        text-decoration: none;
        font-size: 16px;
        padding: 6px 15px;
        position: relative;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        color: #fff; }
        #overlay-nav #nav-content .menu__top li a:hover {
          background: #fff;
          -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
                  box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1);
          border-radius: 5px;
          color: #003DA5; }
    #overlay-nav #nav-content .menu__centro {
      border-top: 1px solid rgba(255, 255, 255, 0.22);
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
      padding: 14px 25px; }
      #overlay-nav #nav-content .menu__centro li {
        display: inline-block;
        padding: 6px 0px; }
        #overlay-nav #nav-content .menu__centro li a {
          color: rgba(255, 255, 255, 0.48);
          font-size: 13px;
          padding: 8px 15px;
          border-radius: 5px;
          border: 1px solid rgba(255, 255, 255, 0.48); }
          #overlay-nav #nav-content .menu__centro li a:hover {
            text-decoration: none;
            color: #fff; }
    #overlay-nav #nav-content .menu__bottom {
      padding: 15px 0px; }
      #overlay-nav #nav-content .menu__bottom__left {
        width: 50%;
        float: left;
        text-align: center; }
        #overlay-nav #nav-content .menu__bottom__left a {
          color: #fff;
          position: relative;
          padding: 0px 10px;
          text-decoration: none; }
          #overlay-nav #nav-content .menu__bottom__left a:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 4px;
            right: -4px;
            bottom: 0;
            top: 0;
            margin: auto;
            background: #eaeaea; }
          #overlay-nav #nav-content .menu__bottom__left a:last-child:before {
            background: transparent; }
      #overlay-nav #nav-content .menu__bottom__right {
        width: 50%;
        float: left;
        text-align: center; }
        #overlay-nav #nav-content .menu__bottom__right a {
          color: #fff;
          padding: 0px 9px; }
          #overlay-nav #nav-content .menu__bottom__right a:hover {
            text-decoration: none; }

#overlay-lupa {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  background: #003DA5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
  transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; }
  #overlay-lupa.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible; }
  #overlay-lupa .lupaOver {
    position: absolute;
    top: 86px;
    right: 22px;
    border-radius: 5px;
    padding: 7px;
    opacity: 1;
    background: #fff; }
  #overlay-lupa .lupa-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #overlay-lupa .lupa-content-input {
      width: 80%;
      margin: auto; }
      #overlay-lupa .lupa-content-input input {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        padding: 6px 11px;
        border: 1px solid transparent;
        color: #404041;
        font-family: "gothamBold"; }
        #overlay-lupa .lupa-content-input input::-webkit-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::-moz-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::-ms-input-placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
        #overlay-lupa .lupa-content-input input::placeholder {
          font-size: 14px;
          line-height: 16px;
          font-family: "arialRegular";
          color: #C4C6C8; }
    #overlay-lupa .lupa-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      #overlay-lupa .lupa-content ul li a {
        display: inline-block; }

/*===========================================
========== END MENURESPONSIVE ===============
===========================================*/
/*=======================================
============= STAR HEADER ===============
=======================================*/
.header {
  position: absolute;
  width: 100%;
  z-index: 123;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .header__top {
    background: #003DA5;
    height: 63px;
    padding: 10px 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .header__top__link {
      display: inline-block;
      padding: 0px 10px;
      position: relative; }
      .header__top__link:before {
        content: "";
        width: 1px;
        height: 6px;
        top: 12px;
        background: rgba(255, 255, 255, 0.35);
        right: 0;
        position: absolute; }
      .header__top__link:last-child:before {
        background: transparent; }
      .header__top__link .idiomas .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .header__top__link .idiomas .select {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 13px;
        width: 70px;
        color: #fff;
        height: 30px;
        text-align: left; }
      .header__top__link .idiomas .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        padding: 3px 10px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
        .header__top__link .idiomas .select-styled:after {
          content: "";
          width: 10px;
          height: 7px;
          background-image: url("../img/iconos/flechaBlanco.png");
          background-size: cover;
          position: absolute;
          top: 10px;
          right: 17px; }
        .header__top__link .idiomas .select-styled:hover {
          background-color: transparent; }
        .header__top__link .idiomas .select-styled:active, .header__top__link .idiomas .select-styled.active {
          background-color: #003DA5; }
          .header__top__link .idiomas .select-styled:active:after, .header__top__link .idiomas .select-styled.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .header__top__link .idiomas .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: transparent; }
        .header__top__link .idiomas .select-options li {
          margin: 0;
          padding: 7px 9px;
          text-align: left;
          font-family: "gothamMedium";
          background: #003DA5;
          border-top: 1px solid #e6e5e51f;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          position: relative; }
          .header__top__link .idiomas .select-options li:hover {
            color: #fff;
            background: #009fe3; }
          .header__top__link .idiomas .select-options li[rel="hide"] {
            display: none; }
      .header__top__link a {
        color: #fff;
        font-size: 12px;
        font-family: "gothamMedium";
        line-height: 14px;
        padding: 0px 7px;
        text-decoration: none; }
        .header__top__link a:hover {
          color: #fff;
          text-decoration: none; }
  .header__bottom {
    position: relative;
    top: -20px; }
    .header__bottom--color {
      background: #fff;
      height: 94px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .header__bottom .logo {
      padding: 0px 18px; }
      .header__bottom .logo img {
        height: 94px;
        padding: 11px 0px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .header__bottom .navegador {
      position: relative;
      text-align: center; }
      .header__bottom .navegador__link {
        padding: 0;
        padding-right: 31px;
        margin: 0; }
        .header__bottom .navegador__link li {
          display: inline-block;
          position: relative; }
          .header__bottom .navegador__link li:after {
            content: "";
            position: absolute;
            right: 0;
            width: 1px;
            height: 6px;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(117, 117, 117, 0.2); }
          .header__bottom .navegador__link li:last-child:after {
            background: transparent; }
          .header__bottom .navegador__link li .lupa {
            padding-left: 20px; }
          .header__bottom .navegador__link li .links {
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            color: #ffffff;
            font-size: 20px;
            text-decoration: none;
            border-bottom: 4px solid transparent;
            padding: 40px 0px;
            margin: 0 20px;
            display: inline-block;
            font-family: "gothamMedium";
            line-height: 14px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #626366; }
            .header__bottom .navegador__link li .links:hover {
              color: #DC1C2E;
              border-bottom: 3px solid #DC1C2E;
              padding: 37px 0; }

.fixed {
  position: fixed; }
  .fixed .header__bottom {
    background: #fff;
    -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
            box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1); }
    .fixed .header__bottom--color {
      height: 70px;
      -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0);
              box-shadow: 0px 3px 28px rgba(26, 54, 104, 0); }
    .fixed .header__bottom .navegador__link li .links {
      padding: 27px 0px; }
      .fixed .header__bottom .navegador__link li .links:hover {
        padding: 27px 0; }
    .fixed .header__bottom .activo {
      padding: 26px 0px 27px !important; }
  .fixed .logo img {
    height: 70px;
    width: 166px; }

.azulBarra {
  height: 0;
  padding: 0; }

/*=======================================
============== END HEADER ===============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.propiedades {
  background: #F4F5F7; }
  .propiedades .owl__propiedad .item {
    max-height: 269px;
    overflow: hidden;
    text-align: center;
    margin: auto; }
  .propiedades .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    bottom: 1em;
    right: 0;
    width: 100%;
    height: 30px;
    margin: auto;
    text-align: center; }
    .propiedades .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .propiedades .owl-dots .owl-dot:focus {
        outline: none !important; }
      .propiedades .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 1px solid #fff;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .propiedades .owl-dots .owl-dot:hover span {
        background: #F4F5F7; }
      .propiedades .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .propiedades .owl-dots .owl-dot.active span {
          background: #fff; }
  .propiedades__vermas {
    padding: 30px 0px;
    width: 100%;
    text-align: center; }
    .propiedades__vermas h4 {
      font-size: 15px;
      display: inline-block;
      line-height: 17px;
      font-family: "gothamMedium";
      color: #626366; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.cajas {
  padding: 0; }
  .cajas__content {
    width: 100%;
    color: #fff;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    .cajas__content__header {
      width: 100%;
      -webkit-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .cajas__content:hover .cajas__content__header {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .cajas__content__body {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .cajas__content__body h3 {
        font-size: 28px;
        line-height: 34px;
        font-family: "gothamBold"; }
      .cajas__content__body p {
        font-size: 15px;
        line-height: 18px;
        font-family: "arialBold";
        font-weight: 300; }
      .cajas__content__body a {
        font-family: "gothamMedium";
        color: #fff; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
.filtro__busqueda {
  display: none; }
  .filtro__busqueda__btn {
    display: block;
    text-align: center; }
    .filtro__busqueda__btn a {
      font-size: 12px;
      padding: 30px 30px;
      font-family: "gothamBold";
      text-transform: uppercase;
      text-decoration: none;
      display: block; }
      .filtro__busqueda__btn a:hover {
        text-decoration: none; }
    .filtro__busqueda__btn--filtro {
      background: #DC1C2E; }
      .filtro__busqueda__btn--filtro a {
        color: #fff; }
    .filtro__busqueda__btn--mapa a {
      color: #626366; }

.content {
  background: #F4F5F7;
  padding: 0; }
  .content .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    bottom: 1em;
    right: 0;
    width: 300px;
    height: 30px;
    margin: auto;
    text-align: center; }
    .content .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: transparent;
      border: 1px solid transparent;
      text-align: center;
      margin: 0px 6px; }
      .content .owl-dots .owl-dot:focus {
        outline: none !important; }
      .content .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 1px solid #fff;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .content .owl-dots .owl-dot:hover span {
        background: #F4F5F7; }
      .content .owl-dots .owl-dot.active {
        border-radius: 50%; }
        .content .owl-dots .owl-dot.active span {
          background: #fff; }
  .content__filtro {
    position: relative;
    top: -60px; }
    .content__filtro__top {
      padding: 28px 35px; }
      .content__filtro__top--border {
        border-bottom: 1px solid rgba(196, 198, 200, 0.2); }
      .content__filtro__top__derecha {
        text-align: right; }
      .content__filtro__top h3 {
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        color: #404041;
        font-family: "gothamBold"; }
      .content__filtro__top a {
        font-size: 12px;
        line-height: 14px;
        font-family: "gothamMedium";
        color: #949CA1; }
        .content__filtro__top a:hover {
          color: #DC1C2E;
          text-decoration: none; }
      .content__filtro__top .radioButtom .labels .size {
        font-size: 18px;
        padding-right: 2.3rem; }
      .content__filtro__top .radioButtom label {
        cursor: pointer;
        padding-right: 3.3rem;
        padding-left: 0px;
        font-family: "gothamMedium";
        font-size: 13px;
        line-height: 17px;
        color: #626366; }
        .content__filtro__top .radioButtom label a {
          color: #41341f; }
        .content__filtro__top .radioButtom label .label-numero {
          color: #949CA1; }
        .content__filtro__top .radioButtom label input[type="radio"] {
          display: none; }
          .content__filtro__top .radioButtom label input[type="radio"] + .label-text:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background-image: url("../img/iconos/desactivado.png");
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            top: 3px;
            margin-right: 7px; }
          .content__filtro__top .radioButtom label input[type="radio"]:checked + .label-text:before {
            display: inline-block;
            background-image: url("../img/iconos/activado.png"); }
      .content__filtro__top .radioButtom .form-check {
        margin-left: 25px; }
    .content__filtro__bottom .listado {
      list-style: none;
      padding: 0;
      margin: 0; }
      .content__filtro__bottom .listado__item {
        border-bottom: 1px solid rgba(196, 198, 200, 0.2);
        padding: 28px 35px; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal {
          height: .2em;
          margin: 20px 0px;
          background: #EAEAEA;
          border: 1px solid transparent; }
        .content__filtro__bottom .listado__item .ui-slider .ui-slider-handle {
          height: 13px;
          width: 13px; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-range {
          border: 1px solid #DC1C2E; }
        .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-handle {
          top: -.4em;
          border-radius: 50%;
          background: #fff;
          border: 2px solid #DC1C2E; }
          .content__filtro__bottom .listado__item .ui-slider-horizontal .ui-slider-handle:focus {
            outline: none; }
        .content__filtro__bottom .listado__item .ui-widget-header {
          background: #DC1C2E; }
        .content__filtro__bottom .listado__item__rango .input-group-text {
          background-color: transparent;
          border: 1px solid transparent; }
          .content__filtro__bottom .listado__item__rango .input-group-text label {
            font-size: 13px;
            line-height: 17px;
            font-family: "gothamBold";
            color: #626366;
            margin-bottom: 0; }
        .content__filtro__bottom .listado__item__rango input {
          border: 1px solid transparent;
          border-bottom: 1px solid #C4C6C8;
          padding: 7px;
          font-size: 14px;
          line-height: 17px;
          font-family: "gothamBook";
          color: #949CA1; }
          .content__filtro__bottom .listado__item__rango input:focus {
            -webkit-box-shadow: 1px 1px transparent;
                    box-shadow: 1px 1px transparent; }
        .content__filtro__bottom .listado__item .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .content__filtro__bottom .listado__item .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 50px;
          text-align: left; }
        .content__filtro__bottom .listado__item .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 17px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border: 1px solid #EDEEEF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 20px;
            right: 17px; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .content__filtro__bottom .listado__item .seleccionar .select-styled:active, .content__filtro__bottom .listado__item .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .content__filtro__bottom .listado__item .seleccionar .select-styled:active:after, .content__filtro__bottom .listado__item .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .content__filtro__bottom .listado__item .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .content__filtro__bottom .listado__item .seleccionar .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li:first-child {
              border-top: 1px solid transparent; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .content__filtro__bottom .listado__item .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .content__filtro__bottom .listado__item:last-child {
          border-bottom: 1px solid transparent; }
        .content__filtro__bottom .listado__item h3 {
          font-size: 14px;
          line-height: 17px;
          font-family: "gothamBold"; }
    .content__filtro__bottom .verDetalle {
      width: 100%;
      background: #DC1C2E;
      color: #fff;
      font-family: "gothamMedium";
      text-transform: uppercase;
      font-size: 13px;
      padding: 20px 10px;
      display: block;
      text-align: center; }
      .content__filtro__bottom .verDetalle:hover {
        text-decoration: none; }
  .content__buscador {
    position: relative;
    top: -60px;
    width: 100%; }
    .content__buscador__top {
      width: 100%;
      height: 59px; }
      .content__buscador__top__paginador__margen--left {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .content__buscador__top__paginador__margen--right {
        padding-right: 0 !important; }
      .content__buscador__top__paginador p {
        color: #626366;
        font-family: "gothamBook";
        font-size: 14px;
        padding: 12px;
        border: 1px solid #EDEEEF; }
      .content__buscador__top__paginador__left {
        border: 0px solid #ccc; }
      .content__buscador__top__paginador__right {
        border: 0px solid #ccc; }
        .content__buscador__top__paginador__right .select-styled {
          color: #626366; }
        .content__buscador__top__paginador__right .select {
          height: 48px !important; }
        .content__buscador__top__paginador__right__select {
          padding: 0 !important;
          border-bottom: 0 !important; }
      .content__buscador__top__item {
        width: 50%;
        height: 100%;
        float: left;
        border-right: 1px solid rgba(196, 198, 200, 0.32); }
        .content__buscador__top__item__asesores {
          width: 75%; }
        .content__buscador__top__item .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .content__buscador__top__item .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 59px;
          text-align: left; }
        .content__buscador__top__item .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 21px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .content__buscador__top__item .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 24px;
            right: 17px; }
          .content__buscador__top__item .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .content__buscador__top__item .seleccionar .select-styled:active, .content__buscador__top__item .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .content__buscador__top__item .seleccionar .select-styled:active:after, .content__buscador__top__item .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .content__buscador__top__item .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .content__buscador__top__item .seleccionar .select-options li {
            margin: 0;
            padding: 17px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .content__buscador__top__item .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .content__buscador__top__item .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .content__buscador__top__item--cien {
          width: 100%; }
        .content__buscador__top__item:nth-of-type(2) {
          width: 25%; }
        .content__buscador__top__item:nth-of-type(3) {
          width: 25%; }
        .content__buscador__top__item:last-child {
          border-right: 1px solid transparent; }
        .content__buscador__top__item .vermapa {
          font-size: 12px;
          line-height: 14px;
          color: #626366;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 100%;
          text-align: center;
          display: block;
          padding: 23px 10px;
          text-decoration: none;
          -webkit-transition: all .5s;
          transition: all .5s; }
          .content__buscador__top__item .vermapa:hover {
            color: #DC1C2E; }
          .content__buscador__top__item .vermapa i {
            color: #DC1C2E;
            margin-right: 7px; }
        .content__buscador__top__item .input-group {
          height: 100%; }
          .content__buscador__top__item .input-group .input-group-prepend span i {
            color: #C4C6C8; }
          .content__buscador__top__item .input-group .input-group-text {
            padding: .375rem 1.75rem;
            border: 1px solid transparent;
            background: transparent; }
          .content__buscador__top__item .input-group input {
            height: 100%;
            border: 1px solid transparent;
            font-family: "arialRegular";
            color: #626366;
            font-size: 14px;
            line-height: 16px; }
            .content__buscador__top__item .input-group input:focus {
              outline: none;
              -webkit-box-shadow: 1px 1px 3px transparent;
                      box-shadow: 1px 1px 3px transparent; }
            .content__buscador__top__item .input-group input::-webkit-input-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::-moz-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::-ms-input-placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
            .content__buscador__top__item .input-group input::placeholder {
              font-size: 14px;
              line-height: 16px;
              font-family: "arialRegular";
              color: #949CA1; }
    .content__buscador__bottom {
      border-top: 1px solid rgba(196, 198, 200, 0.32); }
      .content__buscador__bottom__chip {
        padding: 10px 20px; }
        .content__buscador__bottom__chip .chip {
          display: inline-block;
          padding: 0 8px;
          height: 25px;
          font-size: 13px;
          line-height: 15px;
          text-align: right;
          color: #949CA1; }
          .content__buscador__bottom__chip .chip .closebtn {
            padding-left: 10px;
            color: #949CA1;
            font-weight: bold;
            float: right;
            cursor: pointer; }

/*=======================================
========== STAR  PROPIEDADES ============
=======================================*/
/*=======================================
=========== STAR  DESCARGAR =============
=======================================*/
.descargar__card {
  background-repeat: no-repeat;
  background-size: cover; }
  .descargar__card:hover {
    text-decoration: none; }
  .descargar__card__parrafo h4 {
    font-family: "gothamBold";
    color: #fff; }

/*=======================================
=========== END  DESCARGAR ==============
=======================================*/
.footer__top__info--fondo {
  background-image: url("../img/background/Globos.jpg");
  background-size: contain;
  min-height: 264px;
  background-repeat: no-repeat; }

.footer__top__info__parrafo {
  font-size: 14px;
  line-height: 16px;
  font-family: "arialBold";
  color: #949CA1; }
  .footer__top__info__parrafo--color {
    color: #C4C6C8 !important;
    margin-top: 50px;
    font-family: "arialRegular"; }
    .footer__top__info__parrafo--color a {
      font-family: "arialBold";
      color: #C4C6C8 !important; }

.footer__top__info__suscri {
  width: 100%;
  position: relative;
  height: 66px; }
  .footer__top__info__suscri input {
    width: 100%;
    -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
            box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.2);
    border-radius: 5px;
    height: 66px;
    border: 1px solid transparent;
    padding: 10px 20px; }
    .footer__top__info__suscri input::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::-moz-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .footer__top__info__suscri input::placeholder {
      font-size: 14px;
      line-height: 16px;
      font-family: "arialRegular";
      color: #C4C6C8; }
  .footer__top__info__suscri .btn-enviar {
    background: #DC1C2E;
    color: #fff;
    position: absolute;
    top: 0;
    right: 8px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 12px;
    font-family: "gothamBold";
    line-height: 14px;
    padding: 40px 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: auto;
    height: 53px;
    bottom: 0;
    padding: 20px 40px; }

.footer__top__info__titulo {
  color: #DC1C2E;
  font-size: 20px;
  line-height: 24px;
  font-family: "gothamBold";
  margin-bottom: 20px; }

.footer__top__info__listado .listado {
  padding: 0px;
  list-style: none; }
  .footer__top__info__listado .listado__link {
    padding: 9px 0px;
    position: relative; }
    .footer__top__info__listado .listado__link--color a {
      color: #949CA1;
      font-family: "gothamMedium";
      letter-spacing: 0.05rem;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      -webkit-transition: all 1s;
      transition: all 1s; }
      .footer__top__info__listado .listado__link--color a:hover {
        text-decoration: none;
        color: #003DA5; }
    .footer__top__info__listado .listado__link .icono {
      position: absolute;
      color: #DC1C2E;
      width: 35px;
      display: block;
      height: 35px;
      border: 1px solid #DC1C2E;
      border-radius: 50%;
      text-align: center;
      padding-top: 3px; }
      .footer__top__info__listado .listado__link .icono--90 {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .footer__top__info__listado .listado__link .icono i {
        font-size: 12px; }
    .footer__top__info__listado .listado__link .descrip {
      margin-left: 50px; }
      .footer__top__info__listado .listado__link .descrip span {
        display: block;
        font-size: 13px;
        line-height: 17px;
        font-family: "gothamMedium";
        color: #949CA1;
        margin-bottom: 6px; }
      .footer__top__info__listado .listado__link .descrip a, .footer__top__info__listado .listado__link .descrip p {
        display: block;
        font-size: 16px;
        font-family: "arialBold";
        line-height: 18px;
        color: #626366;
        margin-bottom: 6px; }
        .footer__top__info__listado .listado__link .descrip a:hover, .footer__top__info__listado .listado__link .descrip p:hover {
          text-decoration: none; }
      .footer__top__info__listado .listado__link .descrip p {
        width: 75%; }

.footer__bottom {
  background: #003DA5; }
  .footer__bottom__redes {
    background: #fff;
    text-align: center;
    margin: auto;
    -webkit-box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1);
            box-shadow: 0px 2px 30px rgba(26, 54, 104, 0.1);
    border-radius: 5px;
    position: relative; }
    .footer__bottom__redes ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__bottom__redes ul li {
        display: inline-block; }
        .footer__bottom__redes ul li a {
          color: #003DA5;
          text-decoration: none; }
          .footer__bottom__redes ul li a:hover {
            color: #DC1C2E; }
  .footer__bottom__derechos {
    color: #fff;
    font-family: "arialRegular";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px; }
    .footer__bottom__derechos a{
      color: #fff;
      text-decoration: none;
    }

/*=======================================
============== END FOOTER ===============
=======================================*/
.masactivo:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #a5cf3c; }
  .video .vid {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7; }
  .video__filtro {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 90%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
    .video__filtro h1 {
      color: #fff;
      font-family: "gothamBold";
      margin-bottom: 50px; }
    .video__filtro__content {
      background: rgba(255, 255, 255, 0.18);
      border-radius: 5px;
      padding: 10px;
      width: 95%;
      margin: auto;
      position: relative; }
      .video__filtro__content .boton--flotante {
        position: absolute;
        bottom: 54px;
        padding: 26px 46px;
        right: 22px;
        margin: 0;
        z-index: 1; }
      .video__filtro__content__buscar {
        width: 100%; }
        .video__filtro__content__buscar .filtros .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .video__filtro__content__buscar .filtros .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          color: #949CA1;
          height: 85px;
          text-align: left; }
        .video__filtro__content__buscar .filtros .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 33px 34px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border-bottom: 1px solid rgba(196, 198, 200, 0.32);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px; }
          .video__filtro__content__buscar .filtros .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 35px;
            right: 30px; }
          .video__filtro__content__buscar .filtros .select-styled:hover {
            background-color: #fcfcfc; }
          .video__filtro__content__buscar .filtros .select-styled:active, .video__filtro__content__buscar .filtros .select-styled.active {
            background-color: #fcfcfc; }
            .video__filtro__content__buscar .filtros .select-styled:active:after, .video__filtro__content__buscar .filtros .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .video__filtro__content__buscar .filtros .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 999;
          margin: 0;
          max-height: 118px;
          overflow: auto;
          padding: 0;
          list-style: none;
          background-color: #f2f2f2; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar {
            width: 5px; }
          .video__filtro__content__buscar .filtros .select-optionst::-webkit-scrollbar-track {
            background: #f1f1f1;
            opacity: 0.6;
            cursor: pointer; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar-thumb {
            background: #DC1C2E;
            border-radius: 20px;
            cursor: pointer; }
          .video__filtro__content__buscar .filtros .select-options::-webkit-scrollbar-thumb:hover {
            background: #bc1827; }
          .video__filtro__content__buscar .filtros .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .video__filtro__content__buscar .filtros .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .video__filtro__content__buscar .filtros .select-options li[rel="hide"] {
              display: none; }
        .video__filtro__content__buscar__top {
          width: 100%;
          height: 85px; }
          .video__filtro__content__buscar__top__item {
            width: 17%;
            height: 100%;
            float: left;
            border-right: 1px solid rgba(196, 198, 200, 0.32); }
            .video__filtro__content__buscar__top__item:nth-of-type(2) {
              width: 24%; }
            .video__filtro__content__buscar__top__item:nth-of-type(3) {
              width: 59%; }
            .video__filtro__content__buscar__top__item:last-child {
              border-right: 1px solid transparent; }
            .video__filtro__content__buscar__top__item .inputs {
              width: 100%;
              height: 85px;
              position: relative; }
              .video__filtro__content__buscar__top__item .inputs input {
                border: 1px solid transparent;
                border-bottom: 1px solid rgba(196, 198, 200, 0.32);
                height: 100%; }
                .video__filtro__content__buscar__top__item .inputs input:focus {
                  -webkit-box-shadow: 1px 1px transparent;
                          box-shadow: 1px 1px transparent; }
                .video__filtro__content__buscar__top__item .inputs input::-webkit-input-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::-moz-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::-ms-input-placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }
                .video__filtro__content__buscar__top__item .inputs input::placeholder {
                  font-size: 14px;
                  line-height: 16px;
                  font-family: "arialRegular";
                  color: #949CA1; }

        /*inicio*/

        .video__filtro__content__buscar__bottom__item .inputs {
          width: 100%;
          height: 85px;
          position: relative;
        }
        .video__filtro__content__buscar__bottom__item .inputs input {
          border: 1px solid transparent;
          border-bottom: 1px solid rgba(196, 198, 200, 0.32);
          height: 100%; }
          .video__filtro__content__buscar__bottom__item .inputs input:focus {
            -webkit-box-shadow: 1px 1px transparent;
                    box-shadow: 1px 1px transparent; }
          .video__filtro__content__buscar__bottom__item .inputs input::-webkit-input-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::-moz-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::-ms-input-placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
          .video__filtro__content__buscar__bottom__item .inputs input::placeholder {
            font-size: 14px;
            line-height: 16px;
            font-family: "arialRegular";
            color: #949CA1; }
        /*fin*/

        .video__filtro__content__buscar__bottom {
          width: 100%;
          display: none; }
          .video__filtro__content__buscar__bottom__item {
            float: left;
            border-right: 1px solid rgba(196, 198, 200, 0.32); }
            .video__filtro__content__buscar__bottom__item:last-child {
              border-right: 1px solid transparent; }
      .video__filtro__content__mas a {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        padding: 13px 18px 7px 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: "gothamMedium";
        position: relative; }
        .video__filtro__content__mas a:before {
          content: "";
          width: 12px;
          right: 0;
          position: absolute;
          height: 7px;
          top: 16px;
          background-image: url("../img/iconos/flechaBlanco.png"); }
        .video__filtro__content__mas a:hover {
          color: #fff;
          text-decoration: none; }

@media (max-width: 375px) {
  .cards__content__bottom__nombre h3 {
    width: 200px !important; } }

@media (max-width: 575px) {
  .video__filtro__content__buscar__bottom__item .inputs {
    height: 63px; }
  .card__pequenio__datos ul li a, .card__pequenio__datos ul li p {
    font-size: 12px; }
  .modalcompartir {
    width: 100% !important; }
  .video__filtro h1 {
    padding: 0px 17px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px; }
  .video__filtro__content__buscar__top {
    height: 127px; }
    .video__filtro__content__buscar__top__item {
      width: 50%;
      height: 51%; }
      .video__filtro__content__buscar__top__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__top__item:nth-of-type(3) {
        width: 100%; }
  .video__filtro__content__buscar__bottom {
    height: 204px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 33%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 58%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 42%; }
  .video__filtro__content__buscar .filtros .select-styled {
    padding: 25px 15px; }
    .video__filtro__content__buscar .filtros .select-styled:after {
      top: 27px;
      right: 16px; }
  .video__filtro__content .boton--flotante {
    position: absolute;
    bottom: 53px;
    padding: 16px 31px;
    right: 19px; }
  .video__filtro__content__buscar .filtros .select {
    height: 65px;
    font-size: 9px; }
  .video__filtro__content__buscar__top__item .inputs {
    height: 63px; }
  .filtro__busqueda__btn a {
    padding: 20px 30px; }
  .modal-body .cerrar {
    position: fixed;
    right: 3%;
    top: 2%; }
  .modalContacto .modal-body .cabecera__top h5 {
    font-size: 15px;
    line-height: 17px; }
  .modalContacto .modal-body .cabecera__top h3 {
    font-size: 16px;
    line-height: 17px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 17px;
    line-height: 20px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 12px;
    line-height: 12px; }
  .modalContacto .formulario {
    padding: 35px 18px; }
  .banner {
    height: 225px; }
  .content__filtro {
    top: 0; }
  section {
    padding: 50px 0px; }
  .titulo--mediano {
    font-size: 21px;
    line-height: 60px; }
  .titulo--banner {
    font-size: 21px; }
  .cajas__content {
    height: 340px; }
  .descargar__card {
    height: 170px; }
    .descargar__card__parrafo {
      padding: 20px 35px;
      width: 57%; }
      .descargar__card__parrafo h4 {
        font-size: 18px;
        line-height: 24px; }
  .footer__top {
    padding: 50px 0px; }
    .footer__top__info__listado .listado__link .descrip a, .footer__top__info__listado .listado__link .descrip p {
      font-size: 14px; }
    .footer__top__info__listado .listado__link .descrip p {
      width: 83%; }
  .footer__bottom__redes {
    width: 90%;
    height: 60px;
    top: -28px; }
    .footer__bottom__redes ul li a {
      padding: 0px 15px;
      font-size: 24px; }
  .slider .owl-dots {
    bottom: 3em; }
  .slider__content__item {
    left: 6%;
    width: 300px;
    height: 180px; }
    .slider__content__item__titulo__h2 {
      font-size: 30px;
      padding: 5px 0px; }
    .slider__content__item__parrafo {
      font-size: 16px; }
  .cards__img--left {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px; }
  .cards__content--right {
    width: 100%; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 20px 37px; }
    .cards__content__top .parrafo p {
      font-size: 14px;
      line-height: 22px; }
    .cards__content__top .distrito ul li span {
      font-size: 14px;
      line-height: 17px; }
    .cards__content__top .area ul li {
      font-size: 14px; }
  .cards__content__bottom__redes--right {
    text-align: center; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 300px; }
  .FiltroResponsive {
    display: block; } }

@media (min-width: 576px) {
  .multipleSection__top{
    height: 750px !important;
  }
  .modal-body .cerrar {
    position: absolute;
    right: 0;
    top: -5%; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 22px;
    line-height: 28px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 15px;
    line-height: 19px; }
  .modalContacto .formulario {
    padding: 35px 40px; }
  .banner {
    height: 245px; }
  section {
    padding: 0px; }
  .titulo--mediano {
    font-size: 27px;
    line-height: 70px; }
  .titulo--banner {
    font-size: 27px; }
  .FiltroResponsive {
    display: block; }
  .video__filtro h1 {
    padding: 0px 30px;
    font-size: 30px;
    line-height: 34px; }
    .video__filtro__content__buscar .filtros .select-options{
      max-height: 236px;
    }
  .video__filtro__content__buscar__bottom {
    height: 173px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 15%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 25%; }
  .cajas__content {
    height: 430px; }
  .descargar__card {
    height: 300px; }
  .slider__content__item {
    left: 6%;
    width: 370px;
    height: 270px; }
    .slider__content__item__titulo__h2 {
      font-size: 40px;
      padding: 5px 0px; }
    .slider__content__item__parrafo {
      font-size: 16px; }
  .footer__top {
    padding: 70px 0px; }
  .footer__bottom__redes {
    width: 90%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 24px; }
  .cards__img--left {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 20px 37px; }
    .cards__content__top .parrafo p {
      font-size: 16px;
      line-height: 24px; }
    .cards__content__top .distrito ul li span {
      font-size: 14px;
      line-height: 17px; }
    .cards__content__top .area ul li {
      font-size: 14px; }
  .cards__content__bottom__redes--right {
    text-align: right; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 145px; } }

@media (min-width: 768px) {
  .multipleSection__top{
    height: 724px !important;
  }
  .modal-body .cerrar {
    position: absolute;
    right: -20px;
    top: -20px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 16px;
    line-height: 20px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 12px;
    line-height: 11px; }
  .modalContacto .formulario {
    padding: 35px 10px; }
  .banner {
    height: 280px; }
  section {
    padding: 0px; }
  .cajas__content {
    height: 292px; }
  .descargar__card {
    height: 123px; }
    .descargar__card__parrafo {
      padding: 20px 24px;
      width: 76%; }
      .descargar__card__parrafo h4 {
        font-size: 14px;
        line-height: 18px; }
  .container {
    max-width: 877px !important; }
  .footer__top {
    padding: 100px 0px; }
  .footer__bottom__redes {
    width: 60%;
    height: 74px;
    top: -37px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 30px; }
  .cards__img--left {
    width: 100%;
    border-bottom-left-radius: 5px; }
  .cards__content__top .parrafo p {
    font-size: 12px;
    line-height: 17px; }
  .cards__content--right {
    width: 100%; }
  .FiltroResponsive {
    display: none; }
  .video__filtro__content__buscar__bottom {
    height: 173px; }
    .video__filtro__content__buscar__bottom__item {
      width: 50%;
      height: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 50%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 15%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 30%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 25%; } }

@media (max-width: 991px) {
  .content {
    padding-top: 50px; }
  .menu__responsive {
    display: block; }
  .hidden-md {
    display: none; }
  .visualizar-md {
    display: block; }
  #menu-icon-shape {
    display: block; }
  .header {
    display: none !important; }
    .header__top__buscador {
      display: none !important; } }

@media (min-width: 992px) {
  .header__bottom .navegador__link li .links {
    font-size: 11px; }
  .propiedades .owl__propiedad .item {
    height: 145px; }
  .modalContacto .modal-body .contactar__titulo {
    font-size: 22px;
    line-height: 28px; }
  .modalContacto .modal-body .contactar__subtitulo {
    font-size: 15px;
    line-height: 19px; }
  .modalContacto .formulario {
    padding: 35px 70px; }
  .modal-dialog {
    max-width: 950px !important; }
  .banner {
    height: 390px; }
  .video__filtro h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 0px 115px; }
  .video__filtro__content__buscar__bottom {
    height: 85px;
    width: 100%; }
    .video__filtro__content__buscar__bottom__item {
      width: 16%;
      height: 100%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(2) {
        width: 24%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(3) {
        width: 9%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(4) {
        width: 18%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(5) {
        width: 18%; }
      .video__filtro__content__buscar__bottom__item:nth-of-type(6) {
        width: 15%; }
  .cajas__content {
    height: 327px; }
  .descargar__card {
    height: 163px; }
    .descargar__card__parrafo {
      width: 56%; }
      .descargar__card__parrafo h4 {
        font-size: 18px;
        line-height: 26px; }
  .footer__bottom__redes {
    width: 47%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 26px;
      font-size: 34px; }
  .container {
    max-width: 1060px !important; }
  .slider__content__item {
    left: 12%;
    width: 40%;
    height: 80%; }
    .slider__content__item__titulo__h2 {
      font-size: 40px;
      line-height: 48px; }
    .slider__content__item__parrafo {
      font-size: 15px; }
  .cards__img--left {
    width: 100%;
    border-bottom-left-radius: 5px; }
  .cards__content--right {
    width: 100%;
    border-top-left-radius: 5px;
    min-height: 275px; }
  .cards__content__top {
    padding: 12px 17px; }
    .cards__content__top .dinero__listado__item {
      font-size: 10px;
      line-height: 22px; }
      .cards__content__top .dinero__listado__item--grande {
        font-size: 18px;
        line-height: 22px; }
    .cards__content__top .distrito ul {
      padding: 4px 0px; }
      .cards__content__top .distrito ul li span {
        font-size: 9px;
        line-height: 11px; }
    .cards__content__top .area {
      padding-bottom: 0px; }
      .cards__content__top .area ul li {
        font-size: 9px; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 120px; }
  .titulo--banner {
    font-size: 32px; } }

@media (min-width: 1200px) {
  .header__bottom .navegador__link li .links {
    font-size: 12px; }
  .banner {
    height: 400px; }
  .titulo--mediano {
    font-size: 28px;
    line-height: 74px; }
  .video__filtro h1 {
    font-size: 40px;
    padding: 0px 45px;
    line-height: 48px; }
  .cajas__content {
    height: 600px; }
  .descargar__card {
    height: 214px; }
    .descargar__card__parrafo {
      padding: 20px 65px;
      width: 71%; }
      .descargar__card__parrafo h4 {
        font-size: 24px;
        line-height: 29px; }
  .footer__bottom__redes {
    width: 38%;
    height: 100px;
    top: -50px; }
    .footer__bottom__redes ul li a {
      padding: 0px 25px;
      font-size: 40px; }
  .cards__img--left {
    width: 44%;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    height: 373px;
    overflow: hidden; }
  .cards__content--right {
    width: 56%;
    border-top-left-radius: 5px;
    min-height: 275px; }
  .cards__content__top {
    padding: 20px 27px; }
    .cards__content__top--pad {
      padding: 10px 27px; }
    .cards__content__top .parrafo {
      padding: 5px 0px; }
      .cards__content__top .parrafo p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0; }
    .cards__content__top .area {
      padding-bottom: 5px; }
      .cards__content__top .area ul li {
        font-size: 12px; }
    .cards__content__top .distrito ul {
      padding: 4px 0px; }
      .cards__content__top .distrito ul li span {
        font-size: 13px;
        line-height: 15px; }
    .cards__content__top .dinero__listado__item {
      font-size: 15px;
      line-height: 20px;
      padding: 0px 10px; }
  .cards__content__bottom--pad {
    padding: 10px 30px; }
  .cards__content__bottom__nombre h3 {
    width: 190px;
    font-size: 12px; }
  .cards__content__bottom__nombre ul li a {
    font-size: 11px;
    line-height: 13px; }
  .container {
    max-width: 1330px !important; }
  .slider .slider .owl-dots {
    bottom: 5em; }
  .propiedades .owl__propiedad .item {
    height: 173px; } }

@media (min-width: 1300px) and (max-width: 1440px) {
  .truncate {
    width: 248px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .propiedades .owl__propiedad .item {
    max-height: 194px;
    overflow: hidden; }
  .cards__img--left {
    height: 274px; }
  .content__filtro__bottom .listado__item .seleccionar .select {
    font-size: 10px !important; }
  .content__filtro__bottom .listado__item {
    padding: 20px 20px; }
  .content__filtro__top {
    padding: 20px 20px; }
  .mapaPropiedad__filtro__item {
    padding: 6px !important; } }

@media (min-width: 1700px) {
  .propiedades .owl__propiedad .item {
    height: 210px; }
  .banner {
    height: 550px; }
  .cards__content__top--pad {
    padding: 44px 37px; }
  .cards__content__top .parrafo p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .cards__content__top .distrito ul li span {
    font-size: 14px;
    line-height: 17px; }
  .cards__content__top .area ul li {
    font-size: 14px; }
  .cards__content__top .dinero__listado__item {
    font-size: 18px;
    line-height: 22px; }
    .cards__content__top .dinero__listado__item--grande {
      font-size: 25px; }
  .cards__content__bottom--pad {
    padding: 20px 37px; }
  .cards__content__bottom__nombre h3 {
    font-size: 13px;
    width: 300px; }
  .titulo--mediano {
    font-size: 28px;
    line-height: 74px; }
  .descargar__card {
    height: 300px; }
    .descargar__card__parrafo {
      padding: 20px 65px;
      width: 54%; }
      .descargar__card__parrafo h4 {
        font-size: 28px;
        line-height: 34px; }
  .footer__bottom__redes ul li a {
    padding: 0px 40px; }
  .container {
    max-width: 1792px !important; } }

.container-form {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.premios__parrafo {
  visibility: visible;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.bombo {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text1 {
  visibility: visible;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.text2 {
  visibility: visible;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.text3 {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text4 {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.text5 {
  visibility: visible;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.form2 {
  visibility: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.label2 {
  visibility: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }


.mapaPropiedad {
  padding: 0px;
  position: relative; }
  .mapaPropiedad__flecha {
    position: absolute;
    left: 0%;
    width: 50px;
    height: 75%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    bottom: 0;
    margin: auto; }
    .mapaPropiedad__flecha .flecha {
      background: #DC1C2E;
      -webkit-box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
              box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
      border-radius: 0px 5px 5px 0px;
      width: 100%;
      height: 22%; }
  .mapaPropiedad__filtro {
    position: absolute;
    left: 0;
    width: 22%;
    height: 75%;
    left: -22%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto; }
    .mapaPropiedad__filtro__oficina {
      height: 50% !important; }
    .mapaPropiedad__filtro__item {
      background: #fff;
      padding: 10px;
      height: 100%;
      width: 100%;
      float: left; }
      .mapaPropiedad__filtro__item__flecha {
        width: 65px;
        height: 164px;
        right: -65px;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
                box-shadow: 5px 0px 9px rgba(26, 54, 104, 0.1);
        border-radius: 0px 5px 5px 0px;
        margin: auto;
        background: #DC1C2E;
        cursor: pointer;
        padding: 70px 26px; }
      .mapaPropiedad__filtro__item__left {
        width: 100%;
        max-height: 100%;
        overflow-y: scroll;
        position: relative; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar {
          width: 7px; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-track {
          background: #f1f1f1;
          opacity: 0.6;
          cursor: pointer; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-thumb {
          background: #DC1C2E;
          border-radius: 40px;
          cursor: pointer; }
        .mapaPropiedad__filtro__item__left::-webkit-scrollbar-thumb:hover {
          background: #bc1827; }
    .mapaPropiedad__filtro__texto {
      height: 100%; }
  .mapaPropiedad__propiedades {
    position: absolute;
    right: 0;
    height: 67%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    bottom: 6%;
    margin: auto; }
    .mapaPropiedad__propiedades__content {
      background: #fff;
      height: 100%;
      width: 100%;
      padding-right: 10px; }
      .mapaPropiedad__propiedades__content__bottom {
        width: 100%;
        max-height: 540px;
        overflow-y: scroll;
        position: relative;
        overflow-x: hidden; }
        .mapaPropiedad__propiedades__content__bottom__top {
          overflow: hidden; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar {
          width: 7px; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-track {
          background: #f1f1f1;
          opacity: 0.6;
          cursor: pointer; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-thumb {
          background: #DC1C2E;
          border-radius: 40px;
          cursor: pointer; }
        .mapaPropiedad__propiedades__content__bottom::-webkit-scrollbar-thumb:hover {
          background: #bc1827; }
      .mapaPropiedad__propiedades__content__bottom .item {
        padding: 0;
        margin: 0; }
        .mapaPropiedad__propiedades__content__bottom .item__listado {
          list-style: none; }
          .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina {
            padding: 0px 0px 0 0px;
            left: 25px;
            position: relative; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina a:hover img {
              opacity: inherit !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina a:hover .ides li {
              color: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .precio li {
              font-size: 14px !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .ides li {
              font-size: 14px !important; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina img {
              width: 100% !important;
              position: relative;
              top: 35px;
              right: -16px; }
            .mapaPropiedad__propiedades__content__bottom .item__listado__listaOficina .items__img {
              background: #fff !important; }
        .mapaPropiedad__propiedades__content__bottom .item .items {
          width: 100%;
          background: #fff;
          height: 117px;
          display: block;
          text-decoration: none;
          border-bottom: 1px solid rgba(196, 198, 200, 0.23); }
          .mapaPropiedad__propiedades__content__bottom .item .items:hover img {
            opacity: 0.5; }
          .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li {
            color: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li:before {
              background: #DC1C2E; }
            .mapaPropiedad__propiedades__content__bottom .item .items:hover .items__content .precio li:last-child:before {
              background: transparent; }
          .mapaPropiedad__propiedades__content__bottom .item .items__img {
            width: 30%;
            height: 117px;
            float: left;
            overflow: hidden;
            background: #003DA5; }
            .mapaPropiedad__propiedades__content__bottom .item .items__img img {
              width: 182px;
              -webkit-transform: translateX(-17px);
                      transform: translateX(-17px); }
          .mapaPropiedad__propiedades__content__bottom .item .items__content {
            width: 70%;
            float: left;
            height: 117px;
            padding: 2px 13px; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content ul {
              padding: 0;
              margin: 0; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content ul li {
                list-style: none;
                display: inline-block; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li {
              font-size: 13px;
              line-height: 17px;
              font-family: "gothamMedium";
              color: #949CA1;
              position: relative;
              padding: 0px 7px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                top: 8px;
                background: #949CA1;
                right: -6px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .ides li:last-child:before {
                background: transparent; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li {
              position: relative;
              font-size: 14px;
              line-height: 17px;
              font-family: "gothamBold";
              color: #404041;
              padding: 0px 7px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 2px;
                top: 8px;
                background: #404041;
                right: -5px; }
              .mapaPropiedad__propiedades__content__bottom .item .items__content .precio li:last-child:before {
                background: transparent; }
            .mapaPropiedad__propiedades__content__bottom .item .items__content .distrito {
              font-size: 14px;
              line-height: 17px;
              font-family: "gothamBook";
              color: #949CA1;
              padding: 3px 7px; }
  .mapaPropiedad__botom {
    position: absolute;
    right: 4%;
    height: 23%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    top: 12%;
    margin: auto; }
    .mapaPropiedad__botom .boton__rojo {
      padding: 20px 35px; }

.azul {
  color: #003DA5 !important; }

.rojo {
  color: #DC1C2E !important; }

.propiedadesDetalle__top--hr {
  border-bottom: 1px solid rgba(196, 198, 200, 0.22);
  padding-bottom: 30px; }

.propiedadesDetalle__top__miga {
  font-size: 12px;
  line-height: 14px;
  font-family: "gothamMedium"; }
  .propiedadesDetalle__top__miga a {
    color: #949CA1; }
    .propiedadesDetalle__top__miga a:hover {
      text-decoration: none;
      color: #9ba4b7; }
    .propiedadesDetalle__top__miga a i {
      font-size: 11px;
      margin-right: 5px; }

.propiedadesDetalle__top__descripcion ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .propiedadesDetalle__top__descripcion ul li {
    display: inline-block; }

.propiedadesDetalle__top__descripcion__botton .boton__rojo {
  margin: 0; }

.propiedadesDetalle__top__descripcion .dinero__listado__item {
  font-family: "gothamMedium";
  color: #404041;
  padding: 0px 10px;
  position: relative; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:first-child {
    padding-left: 0px; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
    content: "";
    position: absolute;
    width: 7px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #404041;
    right: -6px; }
  .propiedadesDetalle__top__descripcion .dinero__listado__item:last-child:before {
    background: transparent; }

.propiedadesDetalle__top__descripcion .distrito__listado__item {
  font-size: 14px;
  line-height: 17px;
  font-family: "gothamBook";
  color: #949CA1;
  padding-right: 16px; }
  .propiedadesDetalle__top__descripcion .distrito__listado__item .bold {
    color: #626366;
    font-family: "gothamBold"; }

.propiedadesDetalle__bottom {
  background: #F4F5F7;
  padding-top: 70px; }
  .propiedadesDetalle__bottom__item {
    margin-bottom: 35px; }
    .propiedadesDetalle__bottom__item--padcero {
      padding: 0 !important; }
    .propiedadesDetalle__bottom__item__titulo {
      font-size: 16px;
      line-height: 19px;
      color: #404041;
      font-family: "gothamBold";
      margin-bottom: 20px; }
    .propiedadesDetalle__bottom__item__parrafo{
      font-family: "arialRegular";
      color: #949CA1;
    }
    .propiedadesDetalle__bottom__item__parrafo p {
      font-family: "arialRegular";
      color: #949CA1; }
    .propiedadesDetalle__bottom__item .precio {
      color: #404041;
      font-family: "gothamMedium"; }
    .propiedadesDetalle__bottom__item .depa {
      list-style: none;
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .depa li {
        display: inline-block;
        padding-right: 12px;
        position: relative; }
        .propiedadesDetalle__bottom__item .depa li:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 1px;
          margin: auto;
          top: 0;
          bottom: 0;
          background: #949CA1;
          right: 1px; }
        .propiedadesDetalle__bottom__item .depa li:last-child:before {
          background: transparent; }
        .propiedadesDetalle__bottom__item .depa li a {
          font-size: 13px;
          line-height: 17px;
          font-family: "gothamMedium"; }
    .propiedadesDetalle__bottom__item .distrito {
      list-style: none;
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .distrito li {
        display: inline-block;
        padding-right: 4px;
        font-family: "gothamBook";
        color: #949CA1; }
    .propiedadesDetalle__bottom__item .descargar a {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-family: "gothamMedium";
      text-decoration: none;
      position: relative; }
      .propiedadesDetalle__bottom__item .descargar a:hover span {
        color: #003DA5; }
      .propiedadesDetalle__bottom__item .descargar a .plomobold {
        color: #626366; }
      .propiedadesDetalle__bottom__item .descargar a .plomo {
        color: #949CA1; }
      .propiedadesDetalle__bottom__item .descargar a img {
        top: -8px;
        position: absolute; }
      .propiedadesDetalle__bottom__item .descargar a .texto {
        margin-left: 30px; }
    .propiedadesDetalle__bottom__item .compartir {
      padding: 10px 0px 50px; }
      .propiedadesDetalle__bottom__item .compartir__listado {
        padding: 0;
        margin: 0; }
        .propiedadesDetalle__bottom__item .compartir__listado li {
          display: inline-block;
          padding: 10px 0px;
          padding-right: 18px; }
          .propiedadesDetalle__bottom__item .compartir__listado li a {
            font-size: 12px;
            line-height: 14px;
            font-family: "gothamMedium";
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #949CA1;
            text-decoration: none;
            position: relative; }
            .propiedadesDetalle__bottom__item .compartir__listado li a .item {
              position: absolute;
              width: 26px;
              height: 26px;
              border-radius: 50%;
              text-align: center;
              padding-top: 6px; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--facebook {
                background: rgba(59, 87, 157, 0.16); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--facebook i {
                  color: #3B579D; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--wsp {
                background: rgba(38, 211, 103, 0.13); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--wsp i {
                  color: #26D367; }
              .propiedadesDetalle__bottom__item .compartir__listado li a .item--mail {
                background: rgba(220, 28, 46, 0.15); }
                .propiedadesDetalle__bottom__item .compartir__listado li a .item--mail i {
                  color: #DC1C2E; }
            .propiedadesDetalle__bottom__item .compartir__listado li a span {
              display: inline-block;
              margin-left: 33px; }
    .propiedadesDetalle__bottom__item .caracteristicas__listado {
      padding: 0;
      margin: 0; }
      .propiedadesDetalle__bottom__item .caracteristicas__listado li {
        padding: 10px 0px;
        list-style: none;
        font-size: 13px;
        line-height: 16px;
        font-family: "arialRegular";
        color: #626366;
        position: relative; }
        .propiedadesDetalle__bottom__item .caracteristicas__listado li img {
          position: absolute;
          top: 8px;
          left: 0; }
        .propiedadesDetalle__bottom__item .caracteristicas__listado li span {
          margin-left: 26px;
          display: block; }
    .propiedadesDetalle__bottom__item .items {
      position: relative;
      padding: 16px 0px; }
      .propiedadesDetalle__bottom__item .items img {
        position: absolute;
        top: 17px; }
      .propiedadesDetalle__bottom__item .items__texto {
        margin-left: 60px; }
        .propiedadesDetalle__bottom__item .items__texto span {
          color: #949CA1;
          display: block;
          font-family: "gothamMedium"; }
        .propiedadesDetalle__bottom__item .items__texto h4 {
          font-family: "gothamMedium";
          color: #404041; }
  .propiedadesDetalle__bottom__contactar {
    background-image: url("../img/background/bg-contacto.png");
    color: #fff;
    background-color: #000000;
    background-position: center;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    padding: 30px; }
    .propiedadesDetalle__bottom__contactar h3 {
      font-size: 15px;
      line-height: 19px;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-family: "Roboto"; }
    .propiedadesDetalle__bottom__contactar__titulo {
      font-size: 16px;
      line-height: 24px;
      padding-top: 10px;
      font-family: "Roboto"; }
    .propiedadesDetalle__bottom__contactar__subtitulo {
      font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-family: "Roboto";
    margin-top: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;

 }
      .propiedadesDetalle__bottom__contactar__subtitulo a{
        color: #fff;
        text-decoration:none;
      }
      .propiedadesDetalle__bottom__contactar__subtitulo a:hover{
        text-decoration: none;
        color: #fff;
      }
    .propiedadesDetalle__bottom__contactar__icono {
      border: 1px dashed #fff;
      padding-top: 6px;
      border-radius: 50%;
      margin: auto;
      width: 124px;
      height: 124px; }
      .propiedadesDetalle__bottom__contactar__icono .imagen {
        width: 110px;
        height: 110px;
        overflow: hidden;
        border-radius: 50%;
        margin: auto;
        border: 3px solid #fff; }
        .propiedadesDetalle__bottom__contactar__icono .imagen img {
          width: 106px; }
  .propiedadesDetalle__bottom__formuContacto {
    padding: 25px 30px;
    margin-top: 30px; }
    .propiedadesDetalle__bottom__formuContacto .formulario {
      background: #fff; }
      .propiedadesDetalle__bottom__formuContacto .formulario h3 {
        font-size: 16px;
        line-height: 19px;
        font-family: "gothamBold";
        color: #404041;
        text-align: center;
        padding: 20px 0px;
        margin-bottom: 0; }
      .propiedadesDetalle__bottom__formuContacto__label {
        font-size: 13px;
        line-height: 15px;
        font-family: "arialRegular";
        color: #949CA1; }
      .propiedadesDetalle__bottom__formuContacto textarea {
        resize: none; }
      .propiedadesDetalle__bottom__formuContacto input, .propiedadesDetalle__bottom__formuContacto textarea {
        border: 1px solid #E0E0E0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
        .propiedadesDetalle__bottom__formuContacto input:focus, .propiedadesDetalle__bottom__formuContacto textarea:focus {
          -webkit-box-shadow: 1px 1px 1px transparent;
                  box-shadow: 1px 1px 1px transparent;
          border: 1px solid #003DA5; }

@media (max-width: 575px) {
  .content__buscador__top__paginador__margen--right {
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .propiedadesDetalle {
    padding: 34px 0px 0px; }
    .propiedadesDetalle__top__descripcion {
      padding: 22px 0px; }
      .propiedadesDetalle__top__descripcion .dinero__listado__item {
        font-size: 22px;
        line-height: 27px; }
        .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
          height: 2px; }
    .propiedadesDetalle__bottom__item {
      padding: 27px 33px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 11px;
        line-height: 15px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 19px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .distrito li {
        font-size: 13px;
        line-height: 12px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 14px;
        line-height: 25px; }
  .m-top {
    margin-top: 60px; }
  .mapaPropiedad__map {
    height: 500px; }
  .mapaPropiedad__propiedades {
    display: none; } }

@media (min-width: 576px) {
  .propiedadesDetalle {
    padding: 32px 0px 0px; }
    .propiedadesDetalle__top__descripcion {
      padding: 30px 0px; }
      .propiedadesDetalle__top__descripcion__botton {
        text-align: right; }
      .propiedadesDetalle__top__descripcion .dinero__listado__item {
        font-size: 25px;
        line-height: 30px; }
        .propiedadesDetalle__top__descripcion .dinero__listado__item:before {
          height: 3px; }
    .propiedadesDetalle__bottom__item {
      padding: 28px 30px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 11px;
        line-height: 14px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 23px;
        line-height: 36px;
        margin-bottom: 0; }
      .propiedadesDetalle__bottom__item .distrito li {
        font-size: 11px;
        line-height: 12px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 14px;
        line-height: 25px; }
  .m-top {
    margin-top: 60px; }
  .mapaPropiedad__map {
    height: 700px; } }

@media (min-width: 768px) {
  .mapaPropiedad__map {
    height: 700px; }
  .mapaPropiedad__propiedades {
    width: 36%; }
  .propiedadesDetalle__top__descripcion__botton {
    text-align: center; }
  .propiedadesDetalle__bottom__item {
    padding: 30px; }
    .propiedadesDetalle__bottom__item .distrito li {
      font-size: 14px;
      line-height: 17px; }
    .propiedadesDetalle__bottom__item .precio {
      font-size: 23px;
      line-height: 36px; } }

@media (max-width: 768px) {
  .mapaPropiedad__propiedades {
    display: none; } }

@media (max-width: 991px) {
  .mapa__detalle {
    height: 400px; }
  .mapaPropiedad__filtro {
    display: none; }
  .mapaPropiedad__flecha .flecha {
    display: none !important; }
  .mapaPropiedad__botom {
    display: none; } }

@media (min-width: 992px) {
  .m-top {
    margin-top: 63px; }
  .mapa__detalle {
    height: 492px; }
  .mapaPropiedad__map {
    height: 780px; }
  .mapaPropiedad__propiedades {
    width: 36%; }
  .propiedadesDetalle {
    padding: 100px 0px 0px; }
    .propiedadesDetalle__top__descripcion__botton {
      text-align: right; }
    .propiedadesDetalle__bottom__item {
      padding: 40px 50px; }
      .propiedadesDetalle__bottom__item .items__texto h4 {
        font-size: 17px;
        line-height: 23px; }
      .propiedadesDetalle__bottom__item .items__texto span {
        font-size: 13px;
        line-height: 17px; }
      .propiedadesDetalle__bottom__item__parrafo p {
        font-size: 16px;
        line-height: 28px; }
      .propiedadesDetalle__bottom__item .precio {
        font-size: 30px;
        line-height: 36px; } }

@media (min-width: 1200px) {
  .mapa__detalle {
    height: 602px; }
  .mapaPropiedad__map {
    height: 780px; }
  .mapaPropiedad__propiedades {
    width: 30%; }
  .propiedadesDetalle__bottom__item .items__texto h4 {
    font-size: 24px;
    line-height: 29px; } }

@media (min-width: 1700px) {
  .mapaPropiedad__propiedades {
    width: 22%; }
  .mapaPropiedad__map {
    height: 900px; } }

.ease-all {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.contactanos {
  background: #F4F5F7;
  position: relative; }
  .contactanos .letrero {
    position: absolute;
    bottom: 0;
    display: none;
    right: 95px; }
  .contactanos__form p {
    line-height: 17px;
    font-family: "gothamMedium";
    color: #626366; }
  .contactanos__form__enviar button {
    background: #DC1C2E;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 35px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 5px; }
  .contactanos__form__enviar a {
    font-size: 14px;
    line-height: 16px;
    font-family: "arialRegular";
    color: #C4C6C8;
    display: block;
    margin-top: 20px; }
  .contactanos__form label {
    font-size: 12px;
    line-height: 14px;
    font-family: "gothamMedium";
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #949CA1; }
  .contactanos__form input {
    height: 60px; }
  .contactanos__form textarea {
    resize: none; }
  .contactanos__form input, .contactanos__form textarea {
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px; }
    .contactanos__form input:focus, .contactanos__form textarea:focus {
      border: 1px solid #DC1C2E;
      -webkit-box-shadow: 1px 1px 1px transparent;
              box-shadow: 1px 1px 1px transparent; }
    .contactanos__form input::-webkit-input-placeholder, .contactanos__form textarea::-webkit-input-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::-moz-placeholder, .contactanos__form textarea::-moz-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::-ms-input-placeholder, .contactanos__form textarea::-ms-input-placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
    .contactanos__form input::placeholder, .contactanos__form textarea::placeholder {
      font-size: 13px;
      line-height: 15px;
      font-family: "arialRegular";
      color: #C4C6C8; }
  .contactanos__form .globo1 {
    position: absolute;
    top: -38px;
    left: -52px;
    width: 100px; }
  .contactanos__form .globo2 {
    position: absolute;
    bottom: -50px;
    right: -74px; }
  .contactanos__info h3 {
    font-family: "gothamBold";
    color: #404041; }
  .contactanos__info .listadoInfo {
    list-style: none;
    padding: 0;
    margin: 0; }
    .contactanos__info .listadoInfo__item {
      position: relative;
      padding: 25px 0px; }
      .contactanos__info .listadoInfo__item .iconos {
        position: absolute;
        top: 28px;
        border-radius: 50%;
        border: 1px solid #DC1C2E;
        text-align: center; }
        .contactanos__info .listadoInfo__item .iconos i {
          color: #DC1C2E; }
      .contactanos__info .listadoInfo__item .texto {
        margin-left: 65px; }
        .contactanos__info .listadoInfo__item .texto span {
          display: block;
          color: #626366;
          font-family: "gothamBold"; }
        .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
          font-family: "arialBold";
          display: block;
          color: #949CA1;
          margin-top: 5px; }
  .contactanos__info .redes {
    list-style: none;
    padding-left: 10px;
    margin-top: 10px; }
    .contactanos__info .redes li {
      display: inline-block; }
      .contactanos__info .redes li a {
        color: #003DA5;
        font-size: 30px; }
        .contactanos__info .redes li a:hover {
          color: #DC1C2E; }

.mapa_contacto {
  height: 800px; }

.box-2 {
  -webkit-box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
          box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
  border-radius: 5px;
  background: #fff; }
  .box-2 h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: "gothamBold";
    color: #404041; }

.app__content .aplicaciones {
  list-style: none;
  padding: 0;
  margin: 0; }
  .app__content .aplicaciones li {
    display: inline-block; }

.app__content .redes__sociales {
  list-style: none;
  padding: 0;
  margin: 0; }
  .app__content .redes__sociales li {
    display: inline-block;
    padding-right: 10px; }
    .app__content .redes__sociales li a {
      color: #DC1C2E;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: block;
      border: 1px solid #DC1C2E;
      text-align: center;
      padding-top: 20px; }
      .app__content .redes__sociales li a i {
        font-size: 25px; }

.app__content--pad {
  padding: 100px 0px; }

.app__content--pad2 {
  padding-bottom: 140px; }

.app__content--tamanio {
  height: 100vh;
  position: relative; }

.app__content h3 {
  font-size: 28px;
  line-height: 34px;
  color: #404041;
  font-family: "gothamBold"; }

.app__content__parrafo {
  padding-left: 20px;
  border-left: 1px solid #DC1C2E; }
  .app__content__parrafo p {
    font-size: 16px;
    line-height: 30px;
    font-family: "arialRegular";
    color: #949CA1; }

.app--1 {
  background-image: url("../img/background/bg-app-principal.png");
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center; }
  .app--1 .descubrela {
    position: absolute;
    left: 12%;
    width: 85px;
    height: 162px;
    bottom: 0;
    margin: auto; }
  .app--1__content {
    height: 100vh; }
    .app--1__content h1 {
      font-family: "gothamBold";
      color: #fff; }
    .app--1__content ul {
      padding: 0;
      margin-bottom: 117px; }
      .app--1__content ul li {
        display: inline-block;
        padding-right: 20px; }
        .app--1__content ul li a {
          display: block;
          padding-bottom: 12px; }

.app--2 {
  padding: 0px;
  background: #F4F5F7;
  height: 100vh;
  position: relative; }
  .app--2 .linea_L {
    position: absolute;
    left: 63px; }
  .app--2 .lines {
    position: absolute;
    left: -213px;
    margin-top: 13px; }
  .app--2__celular {
    position: relative;
    width: 78%;
    height: 100vh;
    margin: auto;
    margin-top: 90px; }
    .app--2__celular__mascara img {
      position: absolute;
      z-index: 1; }
    .app--2__celular__logo {
      width: 50%;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      text-align: center;
      height: 100vh;
      z-index: 1; }
      .app--2__celular__logo img {
        position: relative; }
  .app--2__edificios {
    background-image: url("../img/aplicacion/edificios.png");
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0; }

.app--3 {
  background-image: url("../img/background/bg-caracteristica.png");
  padding: 140px 0px;
  background-size: cover;
  position: relative;
  background-position: center; }
  .app--3__item {
    margin-top: 60px;
    position: relative; }
    .app--3__item--right {
      text-align: right; }
      .app--3__item--right .imagen {
        margin-left: auto; }
    .app--3__item--left {
      text-align: left; }
    .app--3__item .imagen {
      -webkit-box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
              box-shadow: 0px 3px 28px rgba(26, 54, 104, 0.1);
      background: #fff;
      width: 70px;
      height: 70px;
      text-align: center;
      border-radius: 50%;
      padding-top: 12px;
      margin-bottom: 7px; }
    .app--3__item h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: "gothamMedium";
      color: #fff; }
    .app--3__item p {
      font-size: 16px;
      line-height: 140%;
      color: #fff; }
    .app--3__item .flecha {
      position: absolute;
      z-index: 1;
      top: 37px; }
      .app--3__item .flecha--1 {
        left: -248px; }
      .app--3__item .flecha--2 {
        left: -158px; }

.app--4 {
  background-image: url("../img/background/bg-app-3.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 30px 0px;
  background-size: cover; }
  .app--4__content {
    position: relative;
    top: -100px; }
    .app--4__content .owl__app {
      z-index: auto; }
      .app--4__content .owl__app .owl-nav {
        position: absolute;
        display: block !important;
        z-index: 1;
        top: 0%;
        bottom: 0;
        height: 60px;
        margin: auto;
        width: 47%;
        left: -36px; }
        .app--4__content .owl__app .owl-nav .owl-prev,
        .app--4__content .owl__app .owl-nav .owl-next {
          padding: 16px !important;
          background: #fff;
          color: #DC1C2E;
          outline: none;
          -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
                  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
          position: absolute;
          width: 47.17px;
          height: 47.17px;
          border-radius: 50%; }
          .app--4__content .owl__app .owl-nav .owl-prev:hover,
          .app--4__content .owl__app .owl-nav .owl-next:hover {
            background: #DC1C2E; }
            .app--4__content .owl__app .owl-nav .owl-prev:hover span:before,
            .app--4__content .owl__app .owl-nav .owl-next:hover span:before {
              border-color: #fff !important; }
          .app--4__content .owl__app .owl-nav .owl-prev span,
          .app--4__content .owl__app .owl-nav .owl-next span {
            color: transparent;
            position: relative; }
            .app--4__content .owl__app .owl-nav .owl-prev span:before,
            .app--4__content .owl__app .owl-nav .owl-next span:before {
              position: absolute;
              content: "";
              border: 7px;
              border-style: solid;
              border-color: #DC1C2E;
              border-top-color: transparent !important;
              border-bottom-color: transparent !important; }
        .app--4__content .owl__app .owl-nav .owl-prev {
          left: 0; }
          .app--4__content .owl__app .owl-nav .owl-prev:hover span:before {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-bottom-color: transparent !important; }
          .app--4__content .owl__app .owl-nav .owl-prev span {
            display: block; }
            .app--4__content .owl__app .owl-nav .owl-prev span:before {
              border-left-color: transparent !important;
              left: 0;
              top: 0; }
        .app--4__content .owl__app .owl-nav .owl-next {
          right: 0;
          display: block; }
          .app--4__content .owl__app .owl-nav .owl-next:hover span:before {
            border-right-color: transparent !important;
            border-top-color: transparent !important;
            border-bottom-color: transparent !important; }
          .app--4__content .owl__app .owl-nav .owl-next span:before {
            border-color: #DC1C2E;
            border-right-color: transparent;
            border-top-color: transparent;
            border-bottom-color: transparent; }
    .app--4__content .esqueleto {
      position: absolute; }

@media (max-width: 360px) {
  .app--4__content .owl__app .owl-nav {
    width: 93%; }
  .app--4__content .esqueleto {
    left: -41px;
    top: -25px; } }

@media (max-width: 575px) {
 
  .contactanos .letrero {
    display: none; }
  .contactanos__form {
    padding: 40px 50px; }
    .contactanos__form p {
      font-size: 12px; }
    .contactanos__form .globo1 {
      display: none; }
    .contactanos__form .globo2 {
      display: none; }
  .contactanos__info {
    padding: 40px 0px; }
    .contactanos__info h3 {
      font-size: 20px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 35px;
      height: 35px;
      padding: 5px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 225px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 15px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 15px;
      line-height: 18px; }
    .contactanos__info .redes li a {
      padding-right: 45px; }
  .box-2 h3 {
    font-size: 20px;
    line-height: 27px; }
  .app--1 .descubrela {
    display: none; }
  .app--1__content h1 {
    font-size: 30px;
    line-height: 45px; }
  .app--1__content ul li a img {
    width: 195px; }
  .app--2 {
    height: auto; }
    .app--2__celular {
      height: 72vh;
      margin-top: 75px; }
      .app--2__celular__logo {
        height: 72vh; }
        .app--2__celular__logo img {
          width: 100px; }
    .app--2 .linea_L {
      display: none; }
    .app--2 .lines {
      display: none; }
  .app--3 {
    padding: 80px 0px; }
    .app--3 .titulo {
      font-size: 20px;
      margin-bottom: 0; }
  .app--4 .owl__app__content img {
    width: 240px !important; }
  .app--4 .owl__app .owl-nav {
    top: 44%;
    left: 36px; }
    .app--4 .owl__app .owl-nav .owl-prev span {
      left: -5px; }
  .app--4__content {
    top: 0px; }
    .app--4__content .esqueleto {
      left: -41px;
      top: -27px;
      width: 328px; } }

@media (min-width: 576px) {
  .contactanos .letrero {
    display: none; }
  .contactanos__form {
    padding: 70px 75px; }
    .contactanos__form p {
      font-size: 13px; }
    .contactanos__form .globo1 {
      display: block; }
    .contactanos__form .globo2 {
      display: block; }
  .contactanos__info {
    padding: 80px 0px; }
    .contactanos__info h3 {
      font-size: 20px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 45px;
      height: 45px;
      padding: 10px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 283px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 16px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 18px;
      line-height: 22px; }
    .contactanos__info .redes li a {
      padding-right: 34px; }
  .box-2 h3 {
    font-size: 20px;
    line-height: 27px; }
  .app--1__content h1 {
    font-size: 34px;
    line-height: 54px; }
  .app--1__content ul li a img {
    width: 195px; } }

@media (min-width: 768px) {
  .contactanos .letrero {
    display: block; }
  .contactanos__form {
    padding: 50px 40px; }
    .contactanos__form p {
      font-size: 12px; }
    .contactanos__form .globo1 {
      display: none; }
    .contactanos__form .globo2 {
      display: none; }
  .contactanos__info {
    padding: 50px 40px; }
    .contactanos__info h3 {
      font-size: 22px;
      line-height: 27px; }
    .contactanos__info .listadoInfo__item .iconos {
      width: 45px;
      height: 45px;
      padding: 10px; }
    .contactanos__info .listadoInfo__item .texto p {
      width: 215px; }
    .contactanos__info .listadoInfo__item .texto a, .contactanos__info .listadoInfo__item .texto p {
      font-size: 16px;
      line-height: 18px; }
    .contactanos__info .listadoInfo__item .texto span {
      font-size: 18px;
      line-height: 22px; }
  .box-2 h3 {
    font-size: 22px;
    line-height: 27px; }
  .app--1__content h1 {
    font-size: 42px;
    line-height: 62px; }
  .app--4__content .esqueleto {
    width: 357px;
    left: -44px;
    top: -27px; }
  .app--4 .owl__app__content img {
    width: 260px !important; } }

@media (max-width: 991px) {
  .flecha {
    display: none; }
  .celular__app {
    display: none; }
  .app--3__item--right {
    text-align: left; }
    .app--3__item--right .imagen {
      margin-left: 0; } }

@media (min-width: 992px) {
  .app--1__content h1 {
    font-size: 43px;
    line-height: 53px; }
  .app--4__content .owl__app .owl-nav {
    left: 3%; } }

@media (min-width: 1200px) {
  .contactanos .letrero {
    display: block; }
  .contactanos__form {
    padding: 80px 90px; }
    .contactanos__form p {
      font-size: 15px; }
    .contactanos__form .globo1 {
      display: block; }
    .contactanos__form .globo2 {
      display: block; }
  .contactanos__info h3 {
    font-size: 20px;
    line-height: 27px; }
  .contactanos__info .listadoInfo__item .iconos {
    width: 45px;
    height: 45px; }
  .contactanos__info .listadoInfo__item a, .contactanos__info .listadoInfo__item p {
    font-size: 16px;
    line-height: 18px; }
  .contactanos__info .listadoInfo__item .texto p {
    width: 280px; }
  .contactanos__info .redes li a {
    padding-right: 45px; }
  .box-2 h3 {
    font-size: 28px;
    line-height: 34px; }
  .app--1__content h1 {
    font-size: 60px;
    line-height: 80px; }
  .app--4__pad {
    padding: 0px !important; }
  .app--4__content .owl__app .owl-nav {
    left: -36px; } }

@media (min-width: 1700px) {
  .app--4__content .esqueleto {
    width: 513px;
    left: -63px;
    top: -37px; }
  .app--4 .owl__app__content img {
    width: 100% !important; } }

.multipleSection {
  background: #f4f5f7; }
  .multipleSection iframe{
    width: 100%;
    height: 900px;
  }
  .multipleSection__right {
    margin-top: 60px; }
  .multipleSection .asesor {
    font-size: 16px;
    font-family: "gothamMedium";
    color: #fff;
    line-height: 19px; }
  .multipleSection__franquicia__left .boton__rojo {
    padding: 20px 35px; }
  .multipleSection__franquicia__left__contenido {
    position: relative; }
    .multipleSection__franquicia__left__contenido p {
      font-family: "arialRegular";
      color: #626366;
      font-size: 16px;
      line-height: 30px;
      margin: 0px 0px 0px 25px;
      padding: 0 0 25px 0px; }
      .multipleSection__top{
        height: 566px;
        background-image: url("../img/franquicias-formulario.png");
        background-position: center;
        background-size: cover;
        position: relative;
      }

      .multipleSection__bottom__bg{
        background: #fff;
        padding: 25px 40px;
        border-radius:5px;
        box-shadow: 0px 15px 18px rgba(148, 156, 161, 0.05);
      }
      .multipleSection__bottom form .form-group label{
        font-size: 12px;
        line-height: 14px;
        font-family: "gothamMedium";
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #949CA1;
      }
      .multipleSection__bottom form .form-group textarea{
          resize: none;
      }
      .multipleSection__bottom form .form-group input{
        height: 60px;
      }
      .multipleSection__bottom form .form-group input,
      .multipleSection__bottom form .form-group textarea{
          border: 1px solid #E0E0E0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2px;
      }
    .multipleSection__franquicia__left__contenido:before {
      content: "";
      background: #DC1C2E;
      width: 1px;
      height: 93%;
      top: 1%;
      left: 0%;
      position: absolute; }
  .multipleSection__franquicia__left h2 {
    font-weight: bold; }
  .multipleSection__nosotros {
    position: relative; }
    .multipleSection__nosotros__left .boton__rojo {
      padding: 20px 35px; }
    .multipleSection__nosotros__left__contenido {
      position: relative; }
      .multipleSection__nosotros__left__contenido p {
        font-family: "arialRegular";
        color: #626366;
        margin: 0px 0px 0px 25px;
        padding: 0 0 25px 0px; }
      .multipleSection__nosotros__left__contenido:before {
        content: "";
        background: #DC1C2E;
        width: 1px;
        height: 88%;
        top: 2%;
        left: 0%;
        position: absolute; }
    .multipleSection__nosotros__left h2 {
      font-weight: bold; }
    .multipleSection__nosotros__right {
      position: relative;
      left: 50px;
      text-align: center; }
    .multipleSection__nosotros h2 {
      font-family: "gothamBold"; }
    .multipleSection__nosotros h5 {
      font-family: "gothamBook";
      color: #fff;
      font-size: 16px;
      margin-top: 100px;
      margin-bottom: 26px; }

.capt {
  background-color: grey;
  width: 300px;
  height: 100px; }

#mainCaptcha {
  position: relative;
  left: 60px;
  top: 5px; }

#refresh {
  position: relative;
  left: 230px;
  width: 30px;
  height: 30px;
  bottom: 45px;
  background-image: url(rpt.jpg); }

#txtInput, #Button1 {
  position: relative;
  left: 40px;
  bottom: 40px; }

.titulo--busca {
  margin-top: 0.3rem; }

.bannerAsesores {
  text-align: center;
  height: 750px; }
  .bannerAsesores a {
    color: #fff;
    text-decoration: none !important; }
  .bannerAsesores .boton__rojo {
    padding: 20px 60px; }
  .bannerAsesores__titulos {
    top: 3%; }
  .bannerAsesores h2 {
    font-size: 35px;
    margin-bottom: 30px; }
  .bannerAsesores h3 {
    margin-bottom: 15px; }

.formulario {
  background: #f4f5f7;
  position: relative; }
  .formulario__globo--1 {
    position: absolute;
    left: 7%;
    top: 11%; }
  .formulario__globo--2 {
    position: absolute;
    left: 12%;
    bottom: 19%; }
  .formulario__globo--3 {
    position: absolute;
    top: 31%;
    right: 5%; }
  .formulario__contenedor {
    position: relative;
    top: -180px;
    background: #fff; }
    .formulario__contenedor input {
      border:1px solid #dadada; }
      .formulario__contenedor input:focus {
        -webkit-box-shadow: 1px 1px 0px transparent;
                box-shadow: 1px 1px 0px transparent;
        border: 1px solid #003DA5; }
    .formulario__contenedor textarea {
      border: 1px solid #dadada;
      resize: none; }
    .formulario__contenedor__intro {
      padding: 50px 0; }
      .formulario__contenedor__intro h2 {
        text-align: center;
        font-size: 28px;
        font-family: "gothamBold"; }
      .formulario__contenedor__intro p {
        font-size: 16px;
        font-family: "arialRegular";
        color: #626366;
        text-align: center;
        margin-top: 20px; }
    .formulario__contenedor__campos {
      border-radius: 5px;
      padding: 50px 0px 50px 50px; }
      .formulario__contenedor__campos__bottom {
        margin-top: 20px; }
      .formulario__contenedor__campos__listado__label {
        padding: 0 0 0 0; }
      .formulario__contenedor__campos__listado__radio {
        padding-right: 0 !important; }
      .formulario__contenedor__campos__listado__filtro {
        padding-bottom: 0;
        padding-left: 10px; }
      .formulario__contenedor__campos__listado__filtros {
        padding-top: 0 !important; }
      .formulario__contenedor__campos__boton {
        padding: 20px 50px; }
      .formulario__contenedor__campos .seleccionar .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .formulario__contenedor__campos .seleccionar .select {
        cursor: pointer;
        display: inline-block;
        margin-right: 11px;
        position: relative;
        font-size: 12px;
        font-family: "gothamBook";
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        width: 100%;
        height: 50px;
        text-align: left; }
      .formulario__contenedor__campos .seleccionar .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 17px 10px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: 1px solid #EDEEEF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px;
        color: #C4C6C8;
        text-transform: capitalize; }
        .formulario__contenedor__campos .seleccionar .select-styled:after {
          content: "";
          width: 10px;
          height: 7px;
          background-image: url("../img/iconos/flecha.png");
          background-size: cover;
          position: absolute;
          top: 20px;
          right: 17px; }
        .formulario__contenedor__campos .seleccionar .select-styled:hover {
          background-color: #fcfcfc; }
        .formulario__contenedor__campos .seleccionar .select-styled:active, .formulario__contenedor__campos .seleccionar .select-styled.active {
          background-color: #fcfcfc; }
          .formulario__contenedor__campos .seleccionar .select-styled:active:after, .formulario__contenedor__campos .seleccionar .select-styled.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .formulario__contenedor__campos .seleccionar .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fcfcfc; }
        .formulario__contenedor__campos .seleccionar .select-options li {
          margin: 0;
          padding: 12px 0;
          text-indent: 15px;
          border-top: 1px solid #e6e6e6;
          -webkit-transition: all 0.15s ease-in;
          transition: all 0.15s ease-in; }
          .formulario__contenedor__campos .seleccionar .select-options li:first-child {
            border-top: 1px solid transparent; }
          .formulario__contenedor__campos .seleccionar .select-options li:hover {
            color: #fff;
            background: #DC1C2E; }
          .formulario__contenedor__campos .seleccionar .select-options li[rel="hide"] {
            display: none; }
      .formulario__contenedor__campos h3 {
        font-family: "gothamBold";
        font-size: 16px;
        color: #404041; }
      .formulario__contenedor__campos label {
        color: #949CA1;
        font-family: "gothamBook";
        font-size: 12px;
        text-transform: uppercase; }
      .formulario__contenedor__campos input {
        height: 50px; }
      .formulario__contenedor__campos__primeraSeccion {
        border-bottom: 1px solid rgba(204, 204, 204, 0.31); }
      .formulario__contenedor__campos__buscapropiedad {
        padding: 50px 58px 50px 50px; }
        .formulario__contenedor__campos__buscapropiedad .content__filtro {
          position: initial;
          -webkit-box-shadow: 0px 0px 0px rgba(26, 54, 104, 0.1);
                  box-shadow: 0px 0px 0px rgba(26, 54, 104, 0.1);
          border-radius: 5px;
          margin-top: 20px; }
          .formulario__contenedor__campos__buscapropiedad .content__filtro .radioButtom label {
            float: left;
            padding-right: 1.3rem; }
          .formulario__contenedor__campos__buscapropiedad .content__filtro__top {
            padding: 0px 0px;
            border-bottom: 0px solid rgba(196, 198, 200, 0); }
        .formulario__contenedor__campos__buscapropiedad__boton {
          margin-top: 40px; }
        .formulario__contenedor__campos__buscapropiedad__call {
          font-size: 14px;
          color: #626366;
          font-family: "arialRegular"; }
        .formulario__contenedor__campos__buscapropiedad__click {
          color: #DC1C2E;
          font-family: "gothamBold";
          font-size: 12px; }
          .formulario__contenedor__campos__buscapropiedad__click:hover {
            text-decoration: none;
            color: #DC1C2E; }
    .formulario__contenedor__asesores__intro {
      background: #fff;
      padding: 50px 0px 50px 50px; }
      .formulario__contenedor__asesores__intro h2 {
        font-size: 20px;
        font-family: "gothamBold";
        color: #404041;
        margin-bottom: 0px; }
    .formulario__contenedor__asesores__asesores {
      margin-bottom: 25px;
      background: #fff; }
      .formulario__contenedor__asesores__asesores p {
        padding: 0 80px !important;
        text-align: left !important; }
    .formulario__contenedor__asesores__campos {
      padding: 50px 50px 50px 50px !important; }
    .formulario__contenedor__busqueda {
      padding: 50px 0;
      border-radius: 5px; }
      .formulario__contenedor__busqueda h2 {
        text-align: center;
        font-size: 28px;
        color: #404041;
        font-family: "gothamBold"; }
      .formulario__contenedor__busqueda p {
        font-size: 16px;
        font-family: "arialRegular";
        color: #626366;
        text-align: center;
        margin-top: 20px;
        padding: 0 170px; }
      .formulario__contenedor__busqueda__campos {
        border-radius: 5px;
        padding: 50px 50px 50px 50px; }
        .formulario__contenedor__busqueda__campos textarea {
          height: 115px !important; }
        .formulario__contenedor__busqueda__campos__boton {
          padding: 20px 50px; }
        .formulario__contenedor__busqueda__campos .seleccionar .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .formulario__contenedor__busqueda__campos .seleccionar .select {
          cursor: pointer;
          display: inline-block;
          margin-right: 11px;
          position: relative;
          font-size: 12px;
          font-family: "gothamMedium";
          line-height: 14px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          width: 100%;
          height: 50px;
          text-align: left; }
        .formulario__contenedor__busqueda__campos .seleccionar .select-styled {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          padding: 17px 10px;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          border: 1px solid #EDEEEF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 2px;
          color: #C4C6C8; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:after {
            content: "";
            width: 10px;
            height: 7px;
            background-image: url("../img/iconos/flecha.png");
            background-size: cover;
            position: absolute;
            top: 20px;
            right: 17px; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:hover {
            background-color: #fcfcfc; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-styled:active, .formulario__contenedor__busqueda__campos .seleccionar .select-styled.active {
            background-color: #fcfcfc; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-styled:active:after, .formulario__contenedor__busqueda__campos .seleccionar .select-styled.active:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        .formulario__contenedor__busqueda__campos .seleccionar .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 1;
          margin: 0;
          padding: 0;
          list-style: none;
          background-color: #fcfcfc; }
          .formulario__contenedor__busqueda__campos .seleccionar .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #e6e6e6;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li:first-child {
              border-top: 1px solid transparent; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li:hover {
              color: #fff;
              background: #DC1C2E; }
            .formulario__contenedor__busqueda__campos .seleccionar .select-options li[rel="hide"] {
              display: none; }
        .formulario__contenedor__busqueda__campos h3 {
          font-family: "gothamBold";
          font-size: 16px;
          color: #404041; }
        .formulario__contenedor__busqueda__campos label {
          color: #949CA1;
          font-family: "gothamBook";
          font-size: 12px;
          text-transform: uppercase; }
        .formulario__contenedor__busqueda__campos input {
          height: 50px; }
          .formulario__contenedor__busqueda__campos input:focus {
            -webkit-box-shadow: 1px 1px 0px transparent;
                    box-shadow: 1px 1px 0px transparent;
            border: 1px solid #003DA5; }
        .formulario__contenedor__busqueda__campos__primeraSeccion {
          border-bottom: 1px solid rgba(204, 204, 204, 0.31); }

/* Copiar desde aquí*/
.label-text {
  font-family: "gothamBook";
  color: #949CA1;
  text-transform: capitalize;
  font-size: 14px; }


  label a {
    color: #41341f; }
  label input[type="checkbox"] {
    display: none; }
    label input[type="checkbox"] + .label-text:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/cuadro.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 3px;
      margin-right: 5px; }
    label input[type="checkbox"]:checked + .label-text:before {
      display: inline-block;
      background-image: url("../img/check.png"); }
  label input[type="checkbox"] {
    display: none; }
    label input[type="checkbox"] + .label-text:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/cuadro.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      top: 3px;
      margin-right: 5px; }
    label input[type="checkbox"]:checked + .label-text:before {
      display: inline-block;
      background-image: url("../img/check.png"); }

.fileUpload {
  position: relative;
  height: auto; }
  .fileUpload__buscar {
    position: absolute;
    top: 18px;
    right: 80px;
    font-size: 13px;
    line-height: 12px;
    font-family: "arialRegular" !important;
    color: #DC1C2E;
    text-transform: inherit !important; }
  .fileUpload__subir_archivo {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "gothamBold" !important;
    font-size: 13px;
    color: #626366 !important;
    height: 50px;
    border-right: 1px solid #ccc;
    padding: 15px 25px 0px 25px; }

.fileUpload--label {
  z-index: 100;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  padding: 24px 0;
  position: relative;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  border: 1px solid rgba(132, 129, 136, 0.2); }

/* Tienen que agregar sus propios iconos png o svg y reemplazar aquí y en el archivo .js, que es el que cambia el icono cuando el archivo esta adjunto*/
.fileUpload--icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  height: 30px;
  position: absolute;
  top: .7em;
  right: 2.5em;
  width: 20px; }

.fileUpload--input {
  display: none; }

.fileUpload--archivo {
  color: #9B9B9B;
  display: inline-block;
  font-size: 14px;
  margin-left: .5em;
  text-align: left;
  vertical-align: middle;
  width: 45%; }

/* Hata aquí*/
@media (max-width: 575.98px) {
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--right {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__filtro__bottom {
    overflow: hidden; }
    .content__filtro__bottom .listado__item {
      padding: 28px 0; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 16px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__botones__responsive {
    margin: auto !important;
    padding: 15px 0; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; }
  .fileUpload__buscar {
    display: none; }
  .formulario__contenedor {
    top: -80px; }
    .formulario__contenedor__campos {
      padding-left: 0; }
      .formulario__contenedor__campos__listado__rango {
        padding: 15px !important; }
      .formulario__contenedor__campos__listado .habitacion-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__listado__filtro {
        margin-top: 40px;
        padding: 0;
        padding-left: 15px; }
      .formulario__contenedor__campos__listado__filtros .precio-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__listado__filtros .area-range {
        margin-right: 25px !important; }
      .formulario__contenedor__campos__buscapropiedad {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .formulario__contenedor__campos__primeraSeccion {
        padding-left: 0 !important;
        padding: 0px 0px 50px 0px !important; }
    .formulario__contenedor__busqueda p {
      padding: 0 15px !important; }
    .formulario__contenedor__listado__filtros .precio-range {
      margin-right: 20px; }
    .formulario__contenedor__asesores__intro {
      padding: 15px 15px 15px 15px !important;
      text-align: left !important; } }

@media (max-width: 768px) {
  .mapaPropiedad__filtro__item__left {
    overflow-y: hidden; }
  .content__filtro__bottom .listado__item {
    padding: 28px 0px;
    overflow: hidden; }
  .content__buscador__top__paginador__margen--left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .content__buscador__top__paginador__margen--right {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__botones__responsive {
    margin: auto !important;
    padding: 15px 0; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; } }

@media (max-width: 991.98px) {
  .mapaPropiedad__filtro__item__left {
    overflow: hidden; }
  .content__filtro__bottom .listado__item {
    padding: 28px 15px; }
  .content__buscador__top__paginador__margen--left {
    padding-right: 15px !important; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; }
  .formulario__contenedor {
    top: -80px; }
    .formulario__contenedor__campos {
      padding-left: 0; }
      .formulario__contenedor__campos__buscapropiedad {
        padding-left: 50px; }
    .formulario__contenedor__asesores__intro {
      padding: 50px 15px 50px 15px;
      text-align: center; }
  .fileUpload__buscar {
    left: 38%; } }

@media (max-width: 1199.98px) {
  .formulario__contenedor__campos label {
    font-size: 11px; }
  .fileUpload__buscar {
    right: -11%; }
  .multipleSection__left {
    margin-top: 45px; }
  .multipleSection h2 {
    font-size: 16px;
    line-height: 27px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 14px;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .formulario__contenedor__campos label {
    font-size: 11px; }
  .multipleSection__left {
    margin-top: 160px; }
  .multipleSection h2 {
    font-size: 20px;
    line-height: 42px; }
  .multipleSection h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0px 10px; }
  .multipleSection__nosotros__left__contenido p {
    font-size: 16px;
    line-height: 30px; }
  .fileUpload__buscar {
    right: -45px; }
  .formulario__contenedor__campos__buscapropiedad {
    padding: 50px 58px 50px 50px; } }

@media (min-width: 1700px) {
  .multipleSection__left {
    margin-top: 200px; }
  .multipleSection h2 {
    font-size: 28px;
    line-height: 30px; }
  .fileUpload__buscar {
    right: 57px; }
  .formulario__contenedor__campos__buscapropiedad {
    padding: 50px 50px 50px 50px; } }

.modal__header__compartir {
  font-family: "gothamBook";
  color: #fff;
  font-size: 16px; }

.modal__header__nombre {
  font-size: 23px;
  font-family: "gothamBold";
  color: #FFFFFF; }

.mapa {
  padding: 0px;
  margin-bottom: 0; }
  .mapa a {
    color: #007DC3; }
  .mapa__correo {
    color: #007DC3;
    font-family: "gothamBook"; }
    .mapa__correo i {
      margin: 0 0px 0 0px !important; }
    .mapa__correo:hover {
      text-decoration: none;
      color: #006daa; }
  .mapa__direccion {
    font-family: "gothamBook";
    color: #404041; }
    .mapa__direccion i {
      margin: 0 0px 0 0px !important; }
  .mapa_logo {
    max-width: 100% !important; }
  .mapa__nombre {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px; }
    .mapa__nombre a {
      color: #fff; }
  .mapa__contenido i {
    margin: 0 10px 0 0px; }
  .mapa__contenido__oficina {
    padding: 0;
    padding-bottom: 10px; }
  .mapa__imagen {
    width: 350px; }
  .mapa__botones {
    font-family: "gothamBold";
    font-size: 12px;
    width: 50%;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0; }
    .mapa__botones a {
      color: #DC1C2E;
      padding: 20px 10px;
      display: block; }
      .mapa__botones a:hover {
        text-decoration: none;
        color: #fff;
        background: #DC1C2E; }

.contenedor_mapa {
  width: 395px;
  height: 390px;
  padding: 20px; }
  .contenedor_mapa .correo i {
    margin: 5px 0 0 0; }
  .contenedor_mapa .compartir i {
    margin: 5px 0 0 0; }
.arribabajo10{
  padding-top: 10px;
  padding-bottom: 10px
}
.arribabajo15{
  padding-top: 15px;
  padding-bottom: 15px
}
.parrafopreciosstyle{
  font-size: 13px;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#00000069;
}
.shadow-card{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.postingVerticalCard .postingVerticalCardInfo, .postingVerticalCard .postingVerticalCardTop {
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .postingVerticalCard .postingVerticalCardTop {
    position: relative;
    padding-right: 0;
    height: 200px;
  }
  .postingVerticalCard .postingVerticalCardInfo, .postingVerticalCard .postingVerticalCardTop {
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .postingVerticalCard {
    
    position: relative;
    width: 290px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
  }
  .postingVerticalCardButtons button {
    background: none;
    padding: 0;
    display: inline-block;
    line-height: 0;
  }
  .eqUClA {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    line-height: 40px;
    border: 1px solid rgb(255, 85, 0);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 10px !important;
  }
  
  .postingVerticalCardButtons button {
    background: none;
    padding: 0;
    display: inline-block;
    line-height: 0;
  }
  .loTFvI {
    color: rgb(255, 255, 255);
    max-height: 100%;
    height: 100%;
    line-height: 20px;
    margin-left: 16px;
    border-radius: 50%;
    background-color: rgb(2 231 41) !important;    
    padding: 0px 12px !important;
    border: thin;
  }
  .ljYJCM {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px 12px;
    border-radius: 15px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    background-color: inherit;
    color: inherit;
    width: auto;
    line-height: 48px;
  }
  
  .postingVerticalCard {
    
    position: relative;
    width: 290px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
  }
  .postingCard {
    
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
  }
  .postingVerticalCardButtons button {
    background: none;
    padding: 0;
    display: inline-block;
    line-height: 0;
  }
  
  .postingVerticalCardButtons .postingCardContactButton {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    color: #fff;
    padding: 0 20px;
    border-radius: 12px;
    transition: background-color .3s;
    background-color: #14387f;
    border: thin;
    margin-left: 15px;
  }
  .postingVerticalCardRow {
    display: flex;
    width: 100%;
    flex-grow: 1;
  }
  .postingVerticalCardBottom {
    padding-top: 15px;
    width: 100%;
    max-height: 57px;
    border-top: 1px solid rgba(124,152,167,.2);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  .postingVerticalCardButtons .postingVerticalCardButtonsColumns {
    display: flex;
  }
  .postingVerticalCardButtons {
    display: flex;
    width: 100%;
    margin-left: auto;
  }
  .postingVerticalCardButtons .postingVerticalCardButtonsColumns:last-child {
    margin-left: auto;
  }
  
  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
  }
  .postingCard {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
  }
  .postingVerticalCardRowPriceLocation {
    flex-direction: column!important;
  }
  
  .postingVerticalCard .postingVerticalCardInfo {
    padding: 15px;
    height: 100%;
  }
  
  
  
  .postingCard {
    
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
  }
  .postingVerticalCardPriceBlock {
    min-width: 185px;
    display: flex;
    justify-content: space-between;
  }
  
  .postingVerticalCardPriceBlock .postingVerticalCardPrices {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
  }
  .ciudadesstyleasesore{
    text-align: center;
    font-size: 13px;
  }
  .postingVerticalCardLocationBlock {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .postingVerticalCardLocationBlock .postingVerticalCardLocation {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    color: #7c98a7;
    font-size: 12px;
    font-weight: 500;
  }
  .postingVerticalCardMainFeaturesBlock {
    margin-left: -2px;
    flex-grow: 5;
    align-items: center;
    padding-bottom: 5px;
    min-height: 31px;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;

}
  .postingVerticalCardRow {
      display: flex;
      width: 100%;
      flex-grow: 1;
  }
  
  .postingVerticalCardMainFeaturesBlock .postingVerticalCardMainFeatures {
    display: flex;
    line-height: 12px;
    max-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    white-space: nowrap;
    flex-wrap: wrap;
    text-overflow: ellipsis;
  }
  .postingVerticalCardMainFeaturesBlock .postingVerticalCardMainFeatures>li {
    display: flex;
    color: #a5cf3c;
    margin-right: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }
  .postingVerticalCardDescription {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 5px;
    color: #7c98a7;
  }
  
  .postingVerticalCardTitle {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }
  .postingVerticalCardDescription, .postingVerticalCardTitle a div {
      text-overflow: ellipsis;
      overflow: hidden;
  }
  
  
  .postingVerticalCardLocationBlock .postingVerticalCardLocationTitle {
    display: block;
    font-style: normal;
    line-height: 130%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
  }
  
  .postingVerticalCardPublisher .publisherLogo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    object-fit: contain;
  }
  
  .postingVerticalCardPublisher {
    display: flex;
    height: 100%;
    align-items: baseline;
  }
  .postingVerticalCardPublisher .publisherLogo {
    position: relative;
    width: 65px;
    margin-right: 6px;
    max-height: 35px;
  }
  
  
  .postingVerticalCardPriceBlock .postingVerticalCardPrices .firstPrice {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5cf3c;
    display: block;
    font-weight: 600;
    font-size: 16px;
  }
  
  
  .postingVerticalCardGallery .posting-gallery {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  

.postingVerticalCard {
    
    position: relative;
    width: 290px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #cbd6dc;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .6s;
}
.postingVerticalCardGallery {
  position: relative;
  min-height: 230px;
  min-width: 290px;
  height: 246px;
  border-bottom: 1px solid rgba(124,152,167,.2);
}

.styleform {
  margin: auto;
  padding: 15px 20px;
  background-color: rgba(72,69,64,.5);
  border-radius: 20px;
  /* margin-top: 60px; */
  box-sizing: border-box;
}
.postingCard {
  
  position: relative;
  width: 100%;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #cbd6dc;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .6s;
}
.postingVerticalCard .postingVerticalCardContent {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.postingVerticalCard .postingVerticalCardTop {
  position: relative;
  padding-right: 0;
  height: 200px;
}
.postingVerticalCardRow {
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.postingVerticalCardGallery {
  position: relative;
  min-height: 230px;
  min-width: 290px;
  height: 246px;
  border-bottom: 1px solid rgba(124,152,167,.2);
}

.product-section-tittle, .product-icono-tittle {
  display: -webkit-inline-box;
}

.product-detail-section{
  display: inline-grid
}
.product-section-tittle{
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-ubicacion-tittle p{
  margin-left: 3px;
  margin-right: 3px;
  margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #909090;
    display: inline-table;
}

.product-ubicacion-tittle i{
  color: #909090;
  margin-bottom: 10px;
}

.product-icono-description span{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
}
.product-icono-description p{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bolder;
    font-size: 22px;
    color: #14387f;
    text-align: -webkit-center;
}
.product-negocio-description span{
  color: #909090;
  font-size: 15px;
  font-weight: bolder;

}
.product-negocio-description p{
  color: #666666;
  font-size: 22px;
  font-weight: bolder;

}
.product-negocio-description{
margin-right: 30px;
}

.espacio100{
  width: 100px;
  height: 150px;
}

.product-descripcion-description span{
  color: #909090;
  font-size: 15px;
  font-weight: bolder;

}
.product-descripcion-description p{
  color: #666666;
  font-size: 12px;
  

}


#maper{
  height: 500px;
  width: 100%;
}

.sliderimagesprod{
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 1%;
}

.product .sliderimagesprod{
  height: 100%;
  width: 100%;
}
.sliderimagesprod img{
  height: 100%;
  width: 100%;
  image-rendering: pixelated;
  inline-size: auto;
}

.product-image{
display: flex;
align-items: center;
justify-content: center;
}

.btn-sliderimage{
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.btn-sliderimage span{
  height: 15px;
  width: 50px;
  border: 2px solid white;
  margin: 0px 3px;
  cursor:pointer;
}
.btn-sliderimage span:hover{
  background: #fff;
}

.product-image .slida{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  
  background: rgba(255,255,255,0);
  cursor: pointer;
}
.product-image .slida:hover{
  background: rgba(255,255,255,0.3);
}

.slida span{
  font-size: 35px;
  color: #fff;
  line-height: 41px;
  
}
.slida span:hover{
  font-size: 35px;
  color: #14387f;
  line-height: 41px;
  
}
.product-image .rightt{
  right: 10px;
}
.product-image .leftt{
  left: 25px;
}

.h2anun{
  text-transform: uppercase;
  font-size: 25px;
}
.h3anun{
  font-size: 17px;
  padding-top: 15px;
  font-weight: 400;
}
.h3dir{
  font-size: 22px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 500;
}

.fs-1 {
  font-size: 3rem;    /* 48px */
}

.fs-2 {
  font-size: 2.5rem;  /* 40px */
}

.fs-3 {
  font-size: 2rem;    /* 32px */
}

.fs-4 {
  font-size: 1.5rem;  /* 24px */
}

.fs-5 {
  font-size: 1.25rem; /* 20px */
}

.fs-6 {
  font-size: 1rem;    /* 16px */
}

.fs-7 {
  font-size: 0.875rem; /* 14px */
}

.fs-8 {
  font-size: 0.75rem; /* 12px */
}

.fs-9 {
  font-size: 0.625rem; /* 10px */
}

.fs-10 {
  font-size: 0.5rem;  /* 8px */
}


.img-responsive-custom {
    max-width: 100%;
    height: auto;
    display: block;
}

.card-img-fixed {
    width: 100% !important;
    height: 300px !important; /* Puedes ajustar este alto */
    object-fit: cover; /* Recorta sin deformar */
    border-radius: 8px; /* Opcional para bordes redondeados */
    display: block;
}




#btn-whatsapp{
	display:none;
}
.container-whatsapp{
	position: fixed !important;
	bottom: 30px;
	right: 30px;
	text-align: left;
	z-index: 999;
}
.btn-whatsapp{
	display:block !important;
	text-decoration: none !important;
	background:#2db742 !important;
	color: #fff !important;
	width: 55px !important;
	height: 55px !important;
	text-align: center !important;
	border-radius: 50% !important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.4) !important;
	transition: all 500ms ease !important;
	float:right !important;
	cursor: pointer !important;
}
.user-whatsapp{
	display:block;
	text-decoration: none;
	background:#fff;
	color: #fff;
	width: 350px;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
	transition: all 500ms ease;
}

.header-whatsapp{
	height: 100px;
	background:#2db742;
	padding-top: 12px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	border-radius: 8px 8px 0px 0px;
}
.titulo-whatsapp{
	font-size: 1.1rem;
	color:#fff;
	padding-left: 9px;
	font-weight: bold;
}
.header-whatsapp i{
	padding: 17px;
}

.parrafo-whatsapp{
	display:block;
	font-size: .7rem;
	color:#fff;
	padding-left: 9px;
}

.body-whatsapp{
	background:#fff;
	padding: 12px;
	border-radius: 8px 8px 8px 8px;
}
.text-nuestroequipo{
	color: #626d78;
	font-size: .65rem;
}
.enlace-whatsapp{
	margin-top: 10px;
	background:rgba(0,0,0,0.05);
	padding: 12px 12px 12px 20px;
	border-radius: 8px;
	border-left: 3px solid #2db742;
	text-decoration: none;
}
.enlace-whatsapp i{
	color:#2db742;
}
.enlace-whatsapp:hover{
	margin-top: 10px;
	background:#fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.enlace-whatsapp .titulo-enlace{
	text-decoration: none;
	font-size: 1rem;
	color:#000000;
	font-weight: bold;
	padding-left: 9px;
}

.enlace-whatsapp .parrafo-enlace{
	display:block;
	font-size: .6rem;
	color:#848484;
	padding-left: 9px;
}

.user-whatsapp{
	margin-bottom: -25px;
	display: none;
}
#btn-whatsapp:checked ~ .user-whatsapp{
	margin-bottom: 10px;
	display: block;
}
.icon-whatsapp i{
	text-align: center !important;
	line-height: 55px !important;
	font-size:1.8rem !important;
	cursor: pointer !important;
}

#btn-whatsapp:checked ~ .btn-whatsapp .icon-whatsapp i{
	transform: rotate(360deg);
	transition: all 500ms;
}
.widget .social-icons i{
	font-size:1.2rem;
}

.widget .social-icons .iconss{
	font-size:2.2rem;
}

div > div > div >.fa-whatsapp{
font-size: 32px;
}

#header-bottom {
    background:#14387f;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 !important;
    height: 32px !important;
    overflow: hidden;
}

/* usamos flex en el container para centrar vertical y pegar a la derecha */
#header-bottom > .container,
#header-bottom > .container-fluid {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;  /* 👉 todo a la derecha */
    padding: 0 !important;
}

/* limpiamos row y col */
#header-bottom .row {
    width: 100%;
    margin: 0 !important;
}

#header-bottom .col-md-12,
#header-bottom .col-sm-12,
#header-bottom .col-xs-12 {
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important;
    white-space: nowrap;   /* no se baja a segunda línea en desktop */
}

/* bloques uno al costado del otro */
#header-bottom .get-tuch,
#header-bottom .get-tech-line {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 6px !important;
    padding: 0 !important;
    color: #fff;
}

/* limpiar márgenes internos */
#header-bottom ul,
#header-bottom li,
#header-bottom p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
}

#header-bottom p {
    font-size: 12px !important;
}

/* iconos */
#header-bottom i {
    font-size: 15px !important;
    margin-right: 4px !important;
    color: #9bd52f !important;
}

/* por si .text-left molesta */
#header-bottom .text-left {
    text-align: right !important;
}

/* En móviles dejamos que se rompa normal y centrado */
@media (max-width: 767px) {
   #header-bottom {
        display: none !important;
    }
}


.navbar-blue {
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* quitar triángulos de bootsnav */
.navbar-blue:before,
.navbar-blue:after,
.navbar-blue .nav.navbar-nav:before,
.navbar-blue .nav.navbar-nav:after {
    display: none !important;
}

/* LOGO más cercano y alineado verticalmente */
.navbar-blue .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-right: 4px !important;   /* poco espacio después del logo */
}

/* Menú: menos espacio entre items y más cerca del logo */
.navbar-blue .navbar-nav {
    margin-left: 0 !important;       /* pega el "Inicio" al logo */
    margin-right: 0 !important;
}

.bootsnav .navbar-nav {
    margin-left: 0 !important;
}

/* Links de menú más compactos */
.navbar-blue .navbar-nav > li > a {
    color: #006eb9 !important;
    padding-top: 16px !important;
    padding-bottom: 8px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.navbar-blue .navbar-nav > li > a:hover,
.navbar-blue .navbar-nav > li.active > a {
    background: transparent !important;
    color: #9bd52f !important;
}

/* Responsive: menú hamburguesa con fondo azul */
@media (max-width: 767px) {

    .navbar-blue .navbar-header {
        float: none !important;
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: space-between;   /* extremos */
        padding: 0 10px;
    }

    /* LOGO */
    .navbar-blue .navbar-header .navbar-brand {
        order: 1;
        float: none !important;
        width: auto !important;          /* pisa el width:100% de bootsnav */
        text-align: left !important;     /* no centrado */
        margin-left: 0 !important;
        margin-right: auto !important;   /* empuja hacia la izquierda */
        padding: 6px 0 !important;
    }

    .navbar-blue .navbar-header .navbar-brand img {
        height: 34px;
        display: block;
    }

    /* HAMBURGUESA */
    .navbar-blue .navbar-header .navbar-toggle {
        order: 2;
        float: none !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 6px !important;
        background: transparent !important;
        border: none !important;
    }

    .navbar-blue .navbar-header .navbar-toggle .fa,
    .navbar-blue .navbar-header .navbar-toggle .fa-bars {
        font-size: 22px;
        color: #14387f;
    }
}