@charset "utf-8";
/* 
Cambio color principal: # 34B7F1 - # 18417D

*/


/* header */
.nav-brand img {
	max-height: 60px;
}
.top-header-area .phone-number, .main-header-area .searchbtn:hover, .search-close .searchbtn {
	background-color: #18417D;
}
.breakpoint-off .classynav ul li .dropdown {
    width: max-content;
}


/* loader */
.south-load {
  border-top-color: #18417D;
  border-left-color: #18417D;
  border-right-color: #18417D;
}


/* principal slider */
/*
.single-hero-slide {
    height: 100vh;
}
*/
.hero-area .owl-prev, .hero-area .owl-next, .hero-area .owl-dot, .south-search-area .advanced-search-form .search-title {
	background-color: #18417D;
}
.hero-slides-content h4 a {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
    padding: 10px 15px;
	margin-top: 20px;
    text-transform: uppercase;
    background-color: #000000;
    line-height: 1;
    display: inline-block;
}
.hero-slides-content h4 a:hover {
    color: #ffffff;
    background-color: #18417D;
}
@media only screen and (max-width: 767px) {
	.hero-slides-content h4 a {
		font-size: 12px;
	}	
}
/* WA ico de slider */
.hero-slides-content h2 a {
    color: #ffffff;
    font-size: 60px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hero-slides-content h2 a {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-slides-content h2 a {
		font-size: 16px;
	}
}




/* trampa para formularios */
.ciudad {
	display: none;
}





/* busca propiedades */
.south-btn {
    background-color: #18417D;
}


/* principal propiedades destacadas */
.single-featured-property .property-thumb .tag span a {
    color: #ffffff;
}
/* tooltips */
.tooltip-inner {
	background-color: #18417D;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #18417D !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #18417D !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #18417D !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #18417D !important;
}



/* principal testimonios */
.section-heading p {
    color: #18417D;
}
.testimonials-slides a {
	color: #000000;
}
.testimonials-slides a:hover {
	color: #18417D;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
    color: #18417D;
}
.testimonials-slides .owl-prev:hover, .testimonials-slides .owl-next:hover {
    background-color: #18417D;
}
.testimonials-slides .owl-prev:hover, .testimonials-slides .owl-next:hover {
    background-color: #18417D;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info {
    margin-top: 25px;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
	object-fit: cover;
    width: 80px;
    height: 80px;
}


/* acerca */
.editor-content-area .address h6 .color {
	width: 40px;
	margin: 0 auto;
	color: #18417D;
	font-size: 30px;
}
.south-editor-area .editor-content-area p a {
	color: #18417D;
	white-space: nowrap;
}
.south-editor-area .editor-content-area p a:hover {
	color: #000000;
}
.south-editor-area .editor-content-area .address h6 a {
	color: #000000;
}
.south-editor-area .editor-content-area .address h6 a:hover {
	color: #18417D;
}
.photo-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.object-fit-cover {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}



/* lista contenidos */
/* video thumb responsive 16:9 */
.video-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}
.video-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* sidebar lista categorias */
.south-catagories-card ul li a:hover {
	color: #18417D;
}
/*
.south-catagories-card ul li {
	border-bottom: 1px solid #f0e9ff;
}
.south-catagories-card ul li:last-child {
	border-bottom: 0;
}
*/
.south-catagories-card ul li a {
	display: flex;
}
.south-catagories-card ul li a .cat-name {
	width: 100%
}
.south-catagories-card ul li a .cat-numb {
	flex-shrink: 1;
}
/* etiquetas */
.south-catagories-card.etiquetas ul li a {
    display: inline-block;
    border: 1px solid #18417D;
    color: #18417D;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    font-size: 13px;
}
.south-catagories-card.etiquetas ul li a:hover {
	background: #18417D;
    color: #FFF;
}
.blog-sidebar-area .featured-properties-slides .owl-prev, .blog-sidebar-area .featured-properties-slides .owl-next {
    background-color: #18417D;
}
.single-blog-area .post-content .post-meta p {
    margin-bottom: 0px;
}
.single-blog-area .post-content .post-meta {
    margin-bottom: 10px;
}


/* listas propiedades */
.single-featured-property .property-thumb .tag span {
	background-color: #18417D;
}
.single-featured-property:hover .tag span, .single-featured-property:focus .tag span {
    background-color: #000000;
}
.single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
    background-color: #18417D;
}
.single-featured-property .property-thumb .list-price p {
    color: #18417D;
}
.single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
    color: #ffffff;
}
.single-featured-property .property-content .location {
    color: #18417D;
}
.property-content p a {
    color: #000000;
}
.property-content p a:hover {
    color: #18417D;
}
.property-content span {
    font-size: .8em;
}
.property-content i {
    margin-left: 10px;
    color: #18417D;
}




/* paginacion */
#SoloMovil {
    display: none;
}
@media (max-width: 768px) {
	#hide {
		display:none;
	}
	#SoloMovil {
		display:inline;
		font-size: 12px;
		line-height: 20px;
		padding: 0px 10px;
	}
}
.pagination .page-link {
    background-color: #18417D;
}



/* contenidos */
.single-blog-area .post-content .headline {
	font-weight: 600;
}
.single-blog-area .post-content .post-date {
    font-size: 14px;
    color: #18417D;
    margin-bottom: 10px;
    display: block;
	font-weight: 600;
}
.single-blog-area .post-content .headline a {
	color: #18417D;
}
.single-blog-area .post-content .headline a:hover {
	color: #000000;
}
.compartir a {
	font-size: 26px;
    color: #18417D;
	margin-right: 6px;
}
.compartir a:hover {
    color: #000000;
}
/* texto contenido */
/*
.single-blog-area .post-content {
    padding: 0;
}
*/
/*Estilos para summernote */
.texto-summernote ul li {
	list-style-type:disc;
	margin-left: 40px;
}
.texto-summernote ol li {
	list-style-type:decimal;
	margin-left: 40px;
}
/* anexos: mapa */
.map-responsive {
    overflow:hidden;
    position:relative;
    height:0;
}
.ratio-4-3 {
    padding-bottom:80%;
}
.ratio-16-9 {
    padding-bottom:40%;
}
.ratio-custom {
    padding-bottom:30%;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* navegador contenidos */
.navigation-area {
    border-top: 1px solid #E5E1E6;
    border-bottom: 1px solid #E5E1E6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.navigation-area .nav-left {
    text-align: left;
}
.navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}
.navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.miniatura-60-60 {
    object-fit: cover;
    width: 60px;
    height: 60px;
}
.navigation-area p {
    margin-bottom: 0px;
}
.navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}
.navigation-area .arrow {
    position: absolute;
}
.navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navigation-area .arrow .lnr {
    font-size: 20px;
}
.navigation-area .nav-left:hover .lnr {
    opacity: 1;
}
.navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}
@media (max-width: 767px) {
  .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.navigation-area .nav-right {
  text-align: right;
}
.navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}


/* mapa responsivo (contenidos y contacto) */
.map-responsive{
    overflow: hidden;
    position: relative;
    height: 0;
}
.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* ratios para mapa */
.ratio-16-9 {
    padding-bottom: 56.25%;
}
.ratio-21-9 {
    padding-bottom: 42.85%;
}


/* PROPIEDAD DETALLE */
.listings-content .list-price p {
	color: #18417D;
}
.listings-content p {
    margin-bottom: 0px;
}
.listings-content .listings-core-features {
    padding: 0px;
}
.contact-realtor-wrapper .realtor---info p {
    color: #18417D;
}
.location a {
	font-size: inherit;
	color: #18417D;
}




/* contacto */
.text-danger {
    margin-left: 17px;
    font-style: italic;
    margin-top: 5px;
}
.alert {
    border-radius: 0;
}
.content-sidebar .address h6 {
    padding-left: 0;
}
.contact-heading h6 {
    border-bottom: 2px solid #18417D;
}





/* footer */
.footer-widget-area .widget-title h6 {
    border-color: #18417D;
}
.footer-widget-area .useful-links-nav li a:hover, .footer-widget-area .useful-links-nav li a:focus {
    color: #18417D;
}
.footer-widget-area .address h6 {
    padding-left: 0px;
}
.footer-widget-area .address a {
	color: #7d7d7d;
}
.footer-widget-area .address a:hover {
	color: #ffffff;
}
.footer-logo img {
	max-width: 180px;
}
.footer-area .copywrite-text p a:hover {
    color: #ffffff;
}
.gradient-background-overlay:before {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0) 100%);
}
.footer-widget-area a {
	color: #7d7d7d;
}
.footer-widget-area a:hover {
	color: #ffffff;
}


/* lista de telefonos y contacto */
/* detalle propiedad sidebar, contacto y footer */
.realtor---info i, .address i {
	font-size: 16px;
	width: 20px;
	color: #18417D;
}
.realtor---info a, .address a {
	color: #7d7d7d;
}
.realtor---info a:hover, .address a:hover {
	color: #18417D;
}



/* noticias footer */
.single-featured-properties-slide img {
	margin-bottom: 30px;
}
.single-featured-properties-slide h6, .single-featured-properties-slide p {
	padding: 0 5px
}
.single-featured-properties-slide h6 a {
	font-size: 1.2em;
}
.single-featured-properties-slide h6 a, .single-featured-properties-slide p a {
	color: #ffffff;
}
.single-featured-properties-slide h6 a:hover, .single-featured-properties-slide p a:hover {
	color: #7d7d7d;
}
.footer-widget-area .featured-properties-slides .owl-prev, .footer-widget-area .featured-properties-slides .owl-next {
    top: 20%;
	background-color: #18417D;
}

/* subidor */
#scrollUp {
    background-color: #18417D;
}



/* directorio */
.section-heading i {
	color: darkgoldenrod;
}
.realtor---info span a {
	font-size: 12px;
}



/* resumen */
.listings-content .listings-core-features li i {
    background-color: #18417D;
}
.listings-content .listings-core-features li a {
    color: #18417D;
}
.listings-content .listings-core-features li a:hover {
    color: #000000;
}






















