/*
Theme Name: Coldwell Banker DR 
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'FONTSPRING';
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.eot');
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular.svg#FONTSPRINGDEMO-GeometosNeueBlackRegular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'FONTSPRING';
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.eot');
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueExtraLightRegular.svg#FONTSPRINGDEMO-GeometosNeueExtraLightRegular') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'FONTSPRING';
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.eot');
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueBlackRegular_1.svg#FONTSPRINGDEMO-GeometosNeueBlackRegular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING';
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.eot');
    src: url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-GeometosNeueLightRegular.svg#FONTSPRINGDEMO-GeometosNeueLightRegular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {	
	--white: #ffffff;
	--blue: #13377c;
	--black: #000000;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 1.6em;
}
.container, .container-fluid {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-grey {
	background: #f6f6f6;
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: none;
	padding: 13px 43x;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	border-radius: 25px 0px 25px 0px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #16357a;
}
.btn {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: none;
	padding: 10px 23x;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	border-radius: 6px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 42px;
	line-height: 1.3em;
}
h2 {
	font-size: 34px;
	line-height: 1.3em;
}
h3 {
	line-height: 1.3em;
}
h4 {
	line-height: 1.3em;
}

/**** HEADER ****/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .4s;
}
header.sticky {
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin: 0;
    padding: 0;
}
header .navbar-brand {
	padding: 0;
	margin: 0;
	min-height: none;
	height: auto !important;
	width: 300px;
}
.navbar-default .navbar-nav li a {
	color: var(--blue);
	font-size: 15px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav li.active a {
	background: none !important;
	color: var(--blue);
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	background: none !important;
	color: #daa414;
	border: none;
	padding-top: 15px;
	padding-bottom: 25px;
}
.navbar-default .navbar-nav li {
	padding-right: 11px;
	padding-left: 11px;
}
.navbar-default .navbar-nav li.social {
	padding-top: 14px;
}
.navbar-default .navbar-nav li.social a, .topbar .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	margin: 0 1px;
	padding: 0;
	text-align: center;
	color: #fff !important;
	background: #345494;
	border-radius: 50%;
}
.navbar-default .navbar-nav li.dropdown .fa {
	margin-left: 4px;
}
.navbar-default .navbar-nav li.idioma a {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.navbar-default .navbar-nav li.whatsapp {
	padding-top: 10px;
}
.navbar-default .navbar-nav li.whatsapp a {
	background: #25d366 !important;
	color: #fff !important;
	border-radius: 6px;
	padding: 10px;
	font-size: 13px;
}
.navbar-default .navbar-nav li.whatsapp a .fa {
  font-size: 15px;
  margin-right: 5px;
}
.language-chooser {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-chooser li {
	padding-top: 15px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.language-chooser li.active {
	display: none;
}
.language-chooser li img {
	width: 30px;
}
.gtranslate_wrapper {
	padding-top: 14px;
}
.gtranslate_wrapper a.glink span {
  margin-right: 5px;
  margin-left: 4px;
  font-size: 13px !important;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-right {
    padding-top: 12px;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--blue) !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0 !important;
	padding: 0;
	list-style-type: none !important;
	border: none;
	background: var(--blue);
	min-width: 240px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #365590 !important;
	font-size: 13px !important;
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
    display: block;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #365590 !important;
	background: #365590 !important;
	color: #fff;
}
.topbar {
	display: none;
}

/* Home */
.btnbuscador {
	display: inline-block;
	padding: 8px 15px;
	width: 100px;
	text-align: center;
	background: #fff;
	margin-right: 4px;
	color: var(--blue);
	border-radius: 4px;
	height: 44px;
	margin-bottom: 10px;
}
.buscador-home select {
	width: 250px;
	max-width: 100%;
	background: #fff;
	padding: 9px 15px;
	border-radius: 4px;
	border: none;
	height: 44px;
	margin-bottom: 10px;
}
.ciudadbuscador {
	background: #fff;
	padding: 5px 5px 0 5px;
	border-radius: 5px;
	position: relative;
}
.ciudadbuscador select {
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	padding: 5px 15px;
	width: 100%;
}
.ciudadbuscador button {
	background: #418fde;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 7px;
	height: 41px;
	border-radius: 4px;
	border: none;
	outline: none;
	padding: 8px 20px;
}
.btnbuscador.active {
	background: #418fde;
	color: #fff;
}
#video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#video-background video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#video-background .contenido {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  background: rgba(0,0,0,0);
}
#video-background .contenido h1 {
  color: #fff;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.65);
}
.myrow {
	margin: 0 -10px;
}
.myrow .col-sm-4 {
	padding: 0 10px;
}
.featured {
	margin-bottom: 20px;
}
.featured a {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.featured a div.background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s ease-in;
}
.featured a:hover div.background {
	transform: scale(1.07);
}
.featured a div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	background: rgba(0,0,0,0.1);
	transition: all .3s;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
}
.featured a:hover div.bg {
	background: rgba(0,0,0,0.3);
}
.nosotros-home {
	padding: 30px 40px;
}
.nosotros-home h1 {
	font-size: 48px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.line {
	background: var(--blue);
	width: 140px;
	height: 4px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
.line span {
	display: inline-block;
	width: 70px;
	height: 4px;
	background: #447bc9;
	position: absolute;
	right: 0;
	top: 0;
}
.btncontacto {
	background: #fff;
	color: var(--blue);
	font-size: 22px;
	display: inline-block;
	padding: 16px 40px;
	font-weight: 600;
	width: 400px;
	max-width: 100%;
	border: 1px solid var(--blue);
}
.btncontacto:hover {
	background: var(--blue);
	border: 1px solid #fff;
	color: #fff;
	margin-top: -5px;
	margin-bottom: 5px;
}
.contact-bar {
	padding-top: 50px;
	padding-bottom: 50px;
}
.faldon {
	background: #323232;
	padding-top: 60px;
	font-size: 17px;
}
.faldon h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
}
.faldon img {
	border: 20px solid var(--blue);
	margin-top: -90px;
}
.boton2 {
	background: var(--blue);
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
}
.boton2:hover, .boton2:focus {
	background: #fff;
	color: var(--blue);
}
.suscripcion {
	position: relative;
}
.suscripcion input {
	width: 100%;
	background: #fff;
	height: 46px;
	padding: 10px;
	border: none;
	outline: none;
}
.suscripcion button {
	background: #222;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	padding: 10px 40px;
	height: 46px;
}
footer {
	border-top: 4px solid #447bc9;
	background: #fafafa;
	padding-top: 40px;
	font-size: 14px;
	line-height: 1.4em;
	color: #555;
}
.logofooter {
	width: 240px;
	max-width: 90%;
	margin-top: 10px;
}
.pie {
	border-top: 1px solid #333;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 12px;
}
footer h4 {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
footer h4::after {
	content: '';
	display: block;
	margin: 8px 0 20px 0;
	width: 150px;
	height: 2px;
	background: var(--blue);
}
.menufooter a {
	color: #555;
}
.menufooter a:hover {
	color: var(--blue);
}
footer .socialfooter a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	margin: 0 1px;
	padding: 0;
	text-align: center;
	color: #fff !important;
	background: #345494;
	border-radius: 50%;
}
.politicas {
	text-align: right;
}
.politicas a {
	color: #555;
	margin: 0 5px;
}
.response {
	color: #fff;
	margin: 8px 0 0 0;
	font-size: 14px;
}
/* Paginas */
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	height: 350px;
}
.cab2 {
	background: url(images/cab2.jpg) no-repeat center center;
	background-size: cover;
	height: 350px;
}
.imgnosotros {
	padding: 0 5%;
	text-align: center;
}
.imgnosotros img {
	width: 400px;
	max-width: 90%;
}
.txtnosotros {
	padding: 20px 30px 30px 30px;
}
.team {
	margin-bottom: 50px;
	text-align: center;
}
.team a {
	color: #333;
	font-weight: 600;
}
.team a:hover {
	color: var(--blue);
}
.imgagente {
	display: block;
	width: 100%;
	height: 400px;
}
.team h4 {
	margin: 30px 0 20px 0;
}
h4 {
	font-size: 22px;
	font-weight: 600;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario select {
	width: 100%;
	background: #fff;
	border: 1px solid #888;
	margin-bottom: 15px;
	padding: 11px;
	height: 46px;
	border-radius: 5px;
}
.formulario textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #888;
	height: 80px;
	margin-bottom: 15px;
	padding: 11px;
	border-radius: 5px;
}
.formulario label {
	display: inline-block;
	width: auto;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 6px;
}
.formulario label input {
	margin-right: 4px;
}
.formulario .boton {
	padding: 12px 50px;
}
.formulario .boton:hover {
	background: #111;
}
.contenidos-tabs {
	padding: 10px 24px;
	background: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.contenidos-tabs a {
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenidos-tabs a .fa {
	position: absolute;
	right: 0;
	top: 15px;
}
.nofound {
	text-align: center;
	margin-bottom: 140px;
	color: var(--blue);
}
.fichapropiedad {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.imgpropiedad {
	display: block;
	width: 100%;
	height: 230px;
}
.fichapropiedad {
	margin-bottom: 30px;
}
.fichacontent {
	padding: 15px;
}
.fichacontent h4 {
	font-size: 18px;
}
.fichacontent .precio {
	color: #020202;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.fichacontent .caracteristicas .fa {
	color: var(--blue);
}
.fichacontent .caracteristicas span {
	margin-right: 8px;
	font-size: 15px;
	color: #666;
}
.fichacontent .linkpropiedad {
	display: block;
	width: 100%;
	border: 1px solid var(--blue);
	color: var(--blue);
	padding: 8px 12px;
	text-align: center;
	border-radius: 6px;
}
.fichacontent .linkpropiedad:hover {
	background: var(--blue);
	color: #fff;
}
.single-detalles {
	color: #333;
}
.linea {
	display: block;
	width: 100%;
	height: 1px;
	border-top: 2px dashed #ccc;
}
.height15 {
	height: 15px;
}
.localizacion p {
	margin: 3px 0;
}
.share-icons span, .share-icons a {
  color: #fff;
}
.share-icons .facebook, .share-icons .twitter, .share-icons .pinterest,  .share-icons .email, 
.share-icons .whatsapp, .share-icons .comments {
  display: inline-block;
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 1px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  border: 2px solid #fff;
  cursor: pointer;
}
.share-icons .facebook {
  background: #365396;
}
.share-icons .twitter {
  background: #00a8f0;
}
.share-icons .pinterest {
  background: #cc1919;
}
.share-icons .email {
  background: #f1bb06;
}
.share-icons .comments {
  background: #ea5338;
}
.share-icons .whatsapp {
  background: #5cbe4b;
}
.lg-sub-html {
    display: none;
}
.galeria {
    width: 100%;
    white-space: nowrap !important
}
.galeria .lightgallery2 a {
    display: inline-block;
    width: 100%;
    height: 68px;
    overflow: hidden;
    border-left: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-radius: 8px;
    border: 8px;
}
.galeria .lightgallery2 a img {
    margin-top: -18px
}
.caracteristicas-single span {
	width: 33%;
	float: left;
	text-align: center;
}
.caracteristicas-single img {
	width: 70px;
	max-width: 100%;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
p.fecha {
	color: #777;
	font-size: 14px;
	font-style: italic;
}
.noticia div {
	height: 160px;
}
.paginacion a {
	display: inline-block;
	text-align: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 0 2px;
	line-height: 32px;
	border: 1px solid var(--blue);
}
.sidebar .noticia {
	height: 180px;
	display: block;
}
.sidebar h4 {
	padding-top: 0;
	font-size: 15px;
}
.owl2 {
	padding-left: 40px;
	padding-right: 40px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
	display: block !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
  	top: 110px !important;
  	font-size: 50px;
  	color: #111 !important;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.iconos {
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.iconos h4 {
	color: #fff;
	font-size: 18px;
}
.unete {
	position: relative;
	padding-left: 600px;
	padding-top: 40px;
	padding-bottom: 60px;
}
.unete img {
	position: absolute;
	left: 300px;
	width: 250px;
	bottom: 0;
}
.blogentry {
	margin-bottom: 30px;
}
.blogentry a {
	color: #fff;
	font-weight: bold;
}
.imgblog {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	border-radius: 8px;
}
.buqueda .row {
	margin: 0 -8px;
}
.buqueda .row .col {
	float: left;
	width: 14.28%;
	padding-left: 8px;
	padding-right: 8px;
}
.buqueda .row .col select {
	width: 100%;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 8px 10px;
	margin-bottom: 10px;
	height: 42px;
	border-radius: 4px;
}
.buqueda .row .col button {
	width: 100%;
	border: 1px solid var(--blue);
	padding: 8px 10px;
	margin-bottom: 10px;
	background: var(--blue);
	color: #fff;
	height: 42px;
	border-radius: 4px;
}
body.headerblanco {
	padding-top: 100px;
}
.headerblanco header {
	background: #fff;
}
.botonregistro {
	padding-top: 80px;
	text-align: center;
}
.botonregistro .btn {
	font-size: 18px;
	padding: 12px 30px;
}
.owl3 {
	padding-left: 60px;
	padding-right: 60px;
}
.owl3 .item {
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.owl3 .item h1 {
	font-weight: normal;
	font-size: 60px;
	margin-bottom: 0;
	line-height: 70px;
}
.owl3 .owl-dots, .owl3 .owl-nav {
	display: block !important;
}
.owl3 .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
  	top: 70px;
  	font-size: 50px;
  	color: #fff;
}
.owl3 .owl-nav button.owl-prev {
	left: 0;
}
.owl3 .owl-nav button.owl-next {
	right: 0;
}
.owl3 .owl-dots {
	text-align: center;
	width: 100%;
	margin: 30px 0 0 0;
}
.owl3 .owl-dots .owl-dot {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	margin: 0 2px;
	background: #fff;
}
.owl3 .owl-dots .owl-dot.active {
	background: var(--blue);
}
.cabnosotros {
	background: url(images/nosotroscab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 140px;
}
.cabnosotros h2 {
	text-align: center;
	color: var(--blue);
}
.counters {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.counters h3 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	color: #418fde;
}
.owl4 {
	padding-left: 60px;
	padding-right: 60px;
}
.owl4 .item {
	text-align: left;
	position: relative;
	padding-left: 260px;
	min-height: 170px;
}
.owl4 .item .image {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.owl4 .owl-dots, .owl4 .owl-nav {
	display: block !important;
}
.owl4 .owl-nav button.owl-prev, .owl4 .owl-nav button.owl-next {
	position: absolute;
  	top: 70px;
  	font-size: 50px;
  	color: #fff;
}
.owl4 .owl-nav button.owl-prev {
	left: 0;
}
.owl4 .owl-nav button.owl-next {
	right: 0;
}
.owl4 .owl-dots {
	text-align: center;
	width: 100%;
	margin: 30px 0 0 0;
}
.owl4 .owl-dots .owl-dot {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	margin: 0 2px;
	background: #ccc;
}
.owl4 .owl-dots .owl-dot.active {
	background: var(--blue);
}
.cabagentes {
	background: url(images/cabagentes.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
}
.cabagentes h2 {
	background: var(--blue);
	color: #fff;
	display: inline-block;
	width: 390px;
	margin: 0;
	padding: 12px;
	max-width: 100%;
}
.categorias {
	border-bottom: 1px solid var(--blue);
}
.categorias a {
	padding: 5px 10px;
	color: var(--blue);
	display: inline-block;
}
.categorias a.active {
	font-weight: bold;
	color: #418fde;
}
.whatsappfix {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.whatsappfix img {
	width: 54px;
}
.sobrenosotros {
	font-size:18px;
}


@media(max-width: 1300px) {
	header {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	header .navbar-brand {
 		margin-top: -30px;
	}
	.topbar {
		display: block;
		text-align: right;
		margin-top: -5px;
	}
	.navbar-default .navbar-nav li.idioma, .navbar-default .navbar-nav li.social {
		display: none;
	}
	.topbar .idioma, .topbar .social {
		display: inline-block;
		margin-left: 15px;
	}
	.navbar-right {
  		padding-top: 5px;
	}
	.navbar-default .navbar-nav li.whatsapp {
  		padding-top: 10px;
  		padding-left: 30px;
  		padding-right: 30px;
	}
}

@media(max-width: 1100px) {
	header .container-fluid {
		padding: 0;
	}
	.navbar-header, .topbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar .idioma {
		margin-right: 4px;
	}
	.navbar-header {
   		float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-default .navbar-toggle {
 		border-color: none;
    	background: var(--blue) !important;
    	color: #fff !important;
    	margin: 0;
    	margin-top: 0px;
    	padding: 6px 12px;
    	border: none;
    	margin-top: 16px;
  	}
  	.navbar-collapse {
	  border-top: 1px solid #fff !important;
	  box-shadow: none !important;
	  background: #fff;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		padding-left: 36px;
		padding-right: 36px;
		border-bottom: 1px solid #f0f0f0 !important;
	}
	.navbar-default .navbar-collapse {
		overflow-x: hidden !important;
		max-height: 500px;
	}
	.navbar-nav > li.submenu > .dropdown-menu {
	    position: relative !important;
	    top: inherit;
	    left: inherit;
	    right: inherit;
	    background: #fff;
	    width: 100% !important;
	    padding-left: 32px;
	    box-shadow: none !important;
	    margin-bottom: 10px !important;
  	}
	.navbar-nav > li.submenu > .dropdown-menu li a {
		padding-top: 12px;
		padding-bottom: 12px;
		color: var(--blue) !important;
		border-bottom: 1px solid #f0f0f0 !important;
	}
	.navbar-nav > li.submenu > .dropdown-menu li a:hover {
		border-bottom: 1px solid #f0f0f0 !important;
		background: #fff !important;
		color: var(--blue);
	}
}


@media(max-width: 991px) {
	.featured a {
  		height: 283px;
  	}
  	.nosotros-home h1 {
 		font-size: 40px;
	}
	.faldon {
 		font-size: 16px;
	}
	.faldon h2, h2 {
  		font-size: 30px;
  	}
  	.unete {
		padding-left: 300px;
		padding-top: 50px;
	}
	.unete img {
		left: 0;
		width: 220px;
	}
	.buqueda .row .col {
		float: left;
		width: 33.33%;
		padding-left: 8px;
		padding-right: 8px;
	}
}


@media(max-width: 767px) {
	header .navbar-brand {
  		width: 230px;
  		margin-top: 6px !important;
	}
	.social a {
  		width: 30px;
  		height: 30px;
  		line-height: 30px;
  	}
  	.nosotros-home h1 {
    	font-size: 32px;
  	}
  	.btncontacto {
  		font-size: 17px;
  		padding: 15px 30px;
  		width: 300px;
  	}
  	.faldon img {
 		border: 15px solid var(--blue);
  		width: 400px;
  		max-width: 100%;
  		display: block;
  		margin-top: 20px;
	}
	footer img {
		width: 300px;
		max-width: 92%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.politicas {
		text-align: left;
		margin-top: 5px;
	}
	.politicas a {
		margin-left: 0;
		margin-right: 8px;
		white-space: nowrap;
	}
	.socialfooter {
		margin-bottom: 20px;
	}
	.unete {
		padding-left: 160px;
		padding-top: 0;
	}
	.unete img {
		left: -50px;
		width: 200px;
	}
	.botonregistro {
		padding-top: 0;
		text-align: left;
	}
	.botonregistro .btn {
		font-size: 16px;
	}
	.owl3 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.owl4 .item {
		text-align: center;
		position: relative;
		padding-left: 0;
		min-height: 1px;
	}
	.owl4 .item .image {
		width: 160px;
		height: 160px;
		border-radius: 50%;
		display: block;
		position: relative;
		left: inherit
		top: inherit;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

@media(max-width: 498px) {
	body {
		font-size: 15px;
	}
	header {
    	padding-top: 5px;
    }
    .topbar {
   		margin-bottom: 10px;
  	}
  	header .navbar-brand {
    	width: 215px;
    }
    .navbar-default .navbar-nav li.social a, .topbar .social a {
	 	width: 28px;
	  	height: 28px;
	  	line-height: 28px;
	  	font-size: 16px;
	}
	h1 {
 		font-size: 32px;
	}
	.faldon h2, h2 {
   		font-size: 28px;
  	}
	.nosotros-home {
		padding: 20px 20px;
		margin-top: -20px;
	}
	.nosotros-home h1 {
   		font-size: 28px;
  	}
  	.suscripcion button {
  		padding: 10px 24px;
  	}
  	footer h4 {
  		margin-top: 0;
  		padding-top: 0;
  	}

  	.buscador-home select {
		width: 100%;
	}
	.ciudadbuscador select {
		width: auto;
		padding-left: 10px;
	}
	.buqueda .row .col {
		float: left;
		width: 50%;
	}
	.buqueda .row .colbuscar {
		float: left;
		width: 100%;
	}
	.owl3 .item {
		font-size: 18px;
	}
	.owl3 .item h1 {
		font-size: 42px;
		line-height: 50px;
	}
}