/*
Theme Name: Ramberto Sosa
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #081238;
	--yellow: #B5A26A;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #f8f8f8;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	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);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-yellow {
	background: var(--yellow);
}
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: 1px solid var(--blue);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	border-radius: 26px;
	font-size: 15px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #0d1d59;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 15px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 80px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #ffffff;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Roboto', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 10px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.container-menu {
	position: relative;
	padding-right: 100px;
}
.container-menu .redes {
	position: absolute;
	right: 0;
	top: 10px;
}
.container-menu .redes a {
	display: inline-block;
	margin-left: 5px;
}
.container-menu .redes img {
	width: 22px;
}


.carousel-home .item {
	height: 680px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: center;
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.content-carousel h1 {
	font-size: 46px;
	color: #ffffff;
}
.content-carousel h2, .content-carousel h3 {
	font-size: 46px;
	color: #ffffff;
	margin-bottom: 20px;
}
.content-carousel .estrecho {
	padding-left: 6%;
	padding-right: 6%;
}
main {
	position: relative;
	padding-top: 50px;
}
main::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url(images/sombra.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100px;
}
.buscador {
	position: relative;
	padding-right: 72px;
}
.buscador .myrow {
	margin: 0 -5px;
}
.buscador .myrow .col-5 {
	width: 20%;
	float: left;
	padding: 0 5px;
}
.buscador select, .buscador input {
	background: #ffffff;
	border: 1px solid #DEDEDE;
	height: 40px;
	padding: 8px 10px;
	width: 100%;
	margin-bottom: 10px;
}
.buscador button {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--blue);
	color: #fff;
	height: 90px;
	width: 60px;
	border: none;
	outline: none;
	font-size: 24px;
}
h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.servicio {
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 0 20px 30px 20px;
	width: 200px;
	height: 200px;
	background: var(--blue);
	border-radius: 50%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	font-size: 17px;
	vertical-align: top;
}
.servicio img {
	width: 56px;
	margin-bottom: 15px;
}
.property {
	border:1px solid #e9e9e9;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
}
.property-thumb {
	position: relative;
}
.property-thumb .image {
	display: inline-block;
	width: 100%;
	height: 250px;
}
.property .property-thumb span.tipopropiedad {
	position: absolute;
	top: 8px;
	left: 11px;
	background: var(--blue);
	display: inline-block;
	padding: 5px 12px 5px 12px;
	font-weight: 600;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 8px;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.property .property-data {
	padding-left: 15px;
	padding-right: 15px;
}
.property-data .tipopropiedad {
	display: none;
}
.property-data .location {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.property-data .precio {
	float: left;
	width: 40%;
	text-align: right;
}
.property-data .precio span {
	display: none;
}
.property .property-data p.caracteristicas {
	padding-bottom: 0;
	margin-bottom: 10px;
	min-height: 24px;
	padding-top: 1px;
}
.property .property-data span.beds, .property .property-data span.baths, .property .property-data span.garage {
	padding-left: 24px;
	font-size: 13px;
	margin-right: 8px;
}
.property .property-data span.beds {
	background: url(images/beds.png) no-repeat center left;
	background-size: 21px;
}
.property .property-data span.baths {
	background: url(images/baths.png) no-repeat center left;
	background-size: 21px;
}
.property .property-data span.garage {
	background: url(images/garage.png) no-repeat center left;
	background-size: 21px;
}
span.super {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	color: var(--blue);
}
.ramberto {
	position: relative;
	padding-right: 50%;
	padding-top: 100px;
	padding-bottom: 50px;
}
.ramberto img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
}
.border {
	height: 8px;
	width: 100%;
	background: var(--yellow);
}
.imgblog {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}
.noticia {
	font-size: 15px;
	margin-bottom: 40px;
}
.noticia .titulo {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
footer {
	border-top: 8px solid var(--yellow);
	background: var(--blue);
	padding-top: 40px;
	color: #bababa;
}
footer h4 {
	font-weight: normal;
	margin-bottom: 15px;
}
footer p.contactos2 {
	position: relative;
	padding-left: 20px;
}
footer p.contactos {
	position: relative;
	padding-left: 27px;
}
footer p.contactos2 img {
	position: absolute;
	left: 0;
	width: 14px;
}
footer p.contactos img {
	position: absolute;
	left: 0;
	width: 20px;
}
.copyright {
	background: #000000;
	color: #cacaca;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright a {
	color: #cacaca !important
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
	.sidebar {
		padding-left: 30px;
	}
}
.redesfooter img {
	width: 26px;
	margin-right: 6px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 100px;
}
.cab h1 {
	color: #fff;
	padding-left: 10px;
}
.sidebar .noticia {
	margin-bottom: 30px;
}
.sidebar .imgblog {
	height: 200px;
}
.formulario input, .formulario textarea {
	border: 1px solid #d0d0d0;
	background: #f0f0f0;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
.formulario textarea {
	height: 150px;
}
.mapa iframe {
	width: 100%;
	height: 330px;
}
.paginacion {
	margin-top: 8px;
}
.paginacion a, .paginacion span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	margin: 0 2px;
	font-size: 15px;
	text-align: center;
	vertical-align: top;
	background: #fff;
}
.paginacion a.selected {
	background: var(--blue);
	color: #fff;
}
.paginacion a.inactive {
	color: #000;
	background: #fff;
}
span.arrows3 {
  background: url(images/siguiente.png) no-repeat center center;
  background-size: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
span.arrows2 {
  background: url(images/anterior.png) no-repeat center center;
  background-size: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mainimage {
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
	border: 2px solid #fff;
}
a.thumbnail-prop {
	display: inline-block;
	float: left;
	width: 16.66%;
	height: 90px;
	border: 4px solid #fff;
}
.preciosingle {
	font-weight: 600;
	color: var(--blue);
	font-size: 18px;
}
.preciosingle span.black {
	display: block;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
}
.linea {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
}
p.detalle {
	position: relative;
	padding-left: 26px;
}
p.detalle img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.detalles h4 {
	font-size: 20px;
}
#formularioagente {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(0,0,0,0.7);
	padding-top: 100px;
}
#formularioagente .contentform {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	position: relative;
}
#formularioagente .contentform form {
	margin-top: 20px;
}
#formularioagente .contentform a.cerrarinfo {
	position: absolute;
	top: 5px;
	right: 15px;
}
#formularioagente .contentform input, #formularioagente .contentform select, #formularioagente .contentform textarea {
	width: 100%;
	margin-bottom: 14px;
	border: 1px solid #e9e9e9;
	padding: 9px 15px;
}
#formularioagente .contentform input[type="submit"] {
	background: var(--blue);
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #fff;
	border-radius: 4px;
	padding: 9px 15px;
}
#formularioagente .contentform input[type="submit"]:hover {
	background: var(--blue);
	color: #fff;
}


@media(max-width:767px) {
	.container-menu {
  		position: relative;
  		padding-right: 0;
	}
	.container-menu .redes {
	  position: absolute;
	  right: 84px;
	  top: 10px;
	}
	.navbar-collapse {
  		background: var(--blue);
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 2px;
	  margin-right: 12px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	    border-top-color: transparent;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    border-left-color: transparent;
	  border-radius: 4px;
	  color: #fff !important;
	  background: none !important;
	}
	.content-carousel h1 {
  		font-size: 34px;
  	}
  	.content-carousel > div {
  		font-size: 17px;
	}
	.buscador {
  		padding-right: 0;
	}
	.buscador button {
	  position: relative;
	  right: inherit;
	  top: inherit;
	  background: var(--blue);
	  color: #fff;
	  height: auto;
	  width: 100%;
	  border: none;
	  outline: none;
	  font-size: 24px;
	  padding-top: 9px;
	  padding-bottom: 9px;
	}
	h2 {
  		font-size: 30px;
  	}
  	.property, .noticia {
  		width: 450px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	.ramberto {
	  position: relative;
	  padding-right: 15px;
	  padding-top: 0;
	  padding-bottom: 0;
	}
	.ramberto img {
	  position: relative;
	  bottom: inherit;
	  right: inherit;
	  width: 400px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	}
	footer {
		padding-bottom: 30px;
	}

}


@media(max-width:598px) {
	.buscador .myrow .col-5 {
  		width: 50%;
  		float: left;
  		padding: 0 5px;
	}
	.buscador .clearfix {
		display: none;
	}
}