/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       ISD Graphics
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
	font-family: "Ubuntu", sans-serif;
	background-color: #FFFFFF;
	color: #2f2f2f;
	font-size: 16px !important;
}
a, a:visited, a:hover, a:focus {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #0f70b7;
}
input[type="submit"] {
	border-radius: 4px;
}
input[type="submit"]:hover {
	background-color: #0f70b7;
}
body .grid-container {
	max-width: 1200px;
}
.separate-containers .page-header-image, .separate-containers .page-header-content {
  margin-top: 0;
}
.separate-containers .site-main {
  margin-top: 100px;
}
div.grid-container.page-header-image {
	max-width: none;
	width: 100vw !important;
	max-height: 460px;
  	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	background-color: #3C3C3B;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: -242px;
}
.page-header-image img {
	width: 100% !important;
	height: auto;
	align-self: center;
}
.container .site-content {
  max-width: 100%;
  padding: 0;
}
.inside-article {
	width: 96% !important;
	max-width: 1200px;
  	margin: 0 auto 0 auto;
	padding: 52px 0 52px 0 !important;
	background: none !important;
}
.inside-right-sidebar {
	padding-top: 52px;
	padding-bottom: 32px;
}
/**/
/* Seccion head */
.site-header {
	width: 100%;
	height: 100px;
	background-color: #2B2B2AED;
	color: #808080 !important;
	margin: 0 auto 0 auto;
	position: fixed;
	z-index: 1001;
}
.site-header a, .site-header a:visited, .site-header a:focus {
	color: #808080 !important;
}
.site-header a:hover {
	color: #0f70b7 !important;
}
.inside-header {
	background-color: transparent !important;
	padding: 0;
	position: relative;
	height: 100px;
}
.header-widget {
  color: #000000 !important;
  	float: none;
  	overflow: visible;
	width: 100vw;
  	margin-left: calc(-50vw + 50%);
	display: block;
	margin-top: 0;
	padding: 0 !important;
  	text-align: right;
 	max-width: none;
  	position: absolute;
	top: 0 !important;
}
.header-widget .widget {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
	vertical-align: middle;
}
.nav-float-right .inside-header .site-branding {
	display: block;
	position: absolute;
	bottom: 22px;
	left: 200px;
}
.site-logo {
	display: inline-block;
	max-width: 100%;
	margin: -2px 0 0 24px;
}
.site-logo img {
	max-width: 340px !important;
}
.main-title {
	font-size: 24px;
	margin: 0 !important;
}
.site-description {
  font-size: 14px;
	margin: 0 !important;
}
.redes-sociales {
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
	margin: 12px auto;
}
.redes-sociales i {
	padding: 0 3px;
}
.site-header .redes-sociales a, .site-header .redes-sociales a:active {
	color: #b3b3b3 !important;
}
.site-header .redes-sociales a:hover {
	color: #FFFFFF !important;
}
.site-header .redes-sociales {
	position: absolute;
	right: 8%;
	top: 18px;
	z-index: 1003;
}
/* Menu principal head */
.espacio-anclas {
	height: 0px;
	position: relative;
	top: -100px;
}
.inside-navigation {
	background: none !important;
}
.main-navigation {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
	position: fixed !important;
	z-index: 1002 !important;
	top: 0;
	width: 35%;
	height: 100px;
	right: 21%;
}
.main-navigation ul {
	position: absolute;
	top: 32px;
	right: 2%;
	margin: 0 auto;
}
.main-navigation .main-nav ul li a {
	font-size: 16px;
	font-weight: 600;
	padding: 9px 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
  	position: relative;
}
.main-navigation .main-nav ul li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 3px;
	height: 2px;
	width: 0;
	background: #77A9D4;
	-webkit-transition:width .20s;
	-moz-transition:width .20s;
	-ms-transition:width .20s;
	-o-transition:width .20s;
	transition:all .20s;
}
.main-navigation .main-nav ul li a:hover:before {
  	width:100%;
  	left:0;
}
.main-navigation .main-nav ul li ul li a:hover:before {
	content: none;
}
.main-navigation .main-nav ul li ul li a {
	font-size: 16px;
  	padding: 9px;
  	line-height: normal;
	text-transform: normal;
	color: #FFFFFF;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.main-navigation .main-nav ul li ul li[class*="current-menu-"] > a {
	color: #FFFFFF !important;
  	background-color: transparent !important;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a {
  	color: #77A9D4 !important;
  	background-color: transparent !important;
}
.main-navigation .main-nav ul li ul {
	color: #FFFFFF !important;
  	background-color: #333333 !important;
}
.main-navigation .main-nav ul li a:hover {
	color: #77A9D4 !important;
}
.main-navigation .main-nav ul li ul li a:hover {
	color: #77A9D4 !important;
	background-color: #000000 !important;
}
.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.main-navigation ul ul {
	width: 150%;
	top: auto;
	left: 0 !important;
}
.main-navigation ul ul ul {
	left: 100% !important;
	width: auto;
}
.main-navigation ul ul ul li {
  	width: auto;
}
/**/
/* Seccion slide */
.seccion-slide {
	margin-top: 0;
	padding: 0;
	position: relative;
	width: 100vw;
  	margin-left: calc(-50vw + 50%);
	background-color: #3C3C3B;
	z-index: 0;
}
.seccion-slide p {
	margin-bottom: 0 !important;
}
.centrar-slide {
	max-width: 1200px;
	margin: 32px auto;
}
.centrar-contenidos {
	margin: 5em auto;
	max-width: 1160px;
}
.wrap-slide {
	position: absolute;
	bottom: 42px;
	top: 42px;
	left: 42px;
	right: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap-slide p {
	text-align: center !important;
}
.texto-slide {
	width: 100%;
	margin: auto;
	text-align: center;
}
.texto-slide h1 {
	font-size: 42px;
	font-weight: bold;
	border-bottom: none;
	line-height: 42px;
	color: #FFFFFF;
	margin: 6px 0;
	text-shadow: 0 0 9px #000000;
}
.texto-slide h2 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: none;
	line-height: 32px;
	color: #FFFFFF;
	margin: 6px 0;
	text-shadow: 0 0 9px #000000;
}
.texto-slide h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: none;
	line-height: 24px;
	color: #FFFFFF;
	margin: 6px 0;
	text-shadow: 0 0 9px #000000;
}
.texto-slide span.boton-mas a {
	display: inline-block;
	margin: 12px;
}
/* Slider textos*/
.metaslider .caption-wrap {
	background: none !important;
	bottom: 10% !important;
	left: 0 !important;
	opacity: 1 !important;
}
.metaslider .flexslider {
	margin: 0 !important;
}
.metaslider .flex-control-nav {
	bottom: 27px !important;
}
.boton-mas a {
	color: #E5E5E5;
	display: inline-block;
	margin: 0.9em 0;
	padding: 9px 12px;
	width: auto;
	-webkit-transition: all 150ms linear 0s, color 150ms linear 0s;
	-o-transition: all 150ms linear 0s, color 150ms linear 0s;
	transition: all 150ms linear 0s, color 150ms linear 0s;
	background-color: #4D4D4D;
}
.boton-mas a:hover {
	color: #FFFFFF;
	background-color: #0f70b7;
	border-color: #EA6A31;
}
.volver-anterior {
	display: block;
	margin-top: 42px;
	margin-bottom: 12px;
	border-top: 1px solid #CCCCCC;
}
span.flecha-bajar {
	position: absolute;
	left: 49%;
	bottom: 2%;
}
span.flecha-bajar a {
	color: #77A9D4;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
span.flecha-bajar a:hover {
	color: #77A9D4;
}
span.flecha-bajar a::before {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	bottom: 0;
	font-size: 72px;
	margin-left: 23%;
}
/**/
/* datos contacto slide*/
.datos-slide {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrar-datos-slide {
	display: table;
	align-self: baseline;
	margin: auto;
	max-width: 800px;
	text-align: center;
}
.datos-slide h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000000;
	border: none;
	margin-bottom: 0;
}
.datos-slide .leer_mas a {
	background-color: #0f70b7;
	font-size: 1.3em;
	font-weight: bold;
	display: table;
	margin: 12px auto !important;
}
.datos-slide .leer_mas a:hover {
	background-color: #888888;
}
/* Personalizar por proyecto */
#post-2 .entry-title {
	display: none;
}
#post-2 .inside-article {
	padding: 0 !important;
	margin-bottom: -20px;
}
/**/

/* Clases para videos responsive automaticos - adjuntar con functions.php */
div.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 24px;
  height: 0;
  overflow: hidden;
  clear: both;
}
div.flex-video iframe, div.flex-video object, div.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
/**/
/* Configuracion galerias */
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: auto;
}
/**/
.vp-id-104 .vp-portfolio__item-meta-title {
	font-size: 14px;
	font-weight: normal;
}
.vp-id-104 .vp-portfolio__item-meta-category {
	font-size: 10px;
}
.vp-filter__style-default {
	font-size: 14px;
}
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
  color: #fff;
  cursor: default;
  background-color: #0f70b7;
  border: 1px solid #0f70b7;
}
.vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active) > a:hover, .vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active) > a:focus {
  border: 1px solid #0f70b7;
	color: #0f70b7;
}
/**/
/* Footer */
.site-footer {
	background-color: #3C3C3B;
	color: #FFFFFF !important;
}
.site-footer a, .site-footer a:visited, .site-footer a:focus {
	color: #FFFFFF !important;
}
.site-footer a:hover {
	color: #77A9D4 !important;
}
.footer-widgets {
	background: none;
	width: 90%;
	max-width: 1160px;
	margin: auto;
	padding: 40px 0 0 0 !important;
	display: table;
}
.inside-footer-widgets {
	background: none;
	padding: 0 0 2em 0;
	text-align: left;
	display: flex;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}
.footer-widgets .widget-title {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}
.copyright-bar {
	font-size: 14px;
}
.site-info, .inside-site-info  {
	background-color: #1D70B7 !important;
}
.site-footer .redes-sociales {
	width: 100%;
	font-size: 36px;
	text-align: center !important;
	margin-top: -2px !important;
	margin-bottom: 4px !important;
}
.generate-back-to-top, .generate-back-to-top:visited {
  background-color: #808080;
  color: #ffffff;
	bottom: 14px;
	right: 20px;
}
.footer-widgets-container.grid-container {
	padding: 0 !important;
}
.generate-back-to-top:hover, .generate-back-to-top:focus {
	background-color: #0f70b7;
	color: #ffffff;
}
.parrafo-creditos {
	font-size: 14px !important;
}
.footer-widget-3.grid-parent.grid-33 {
  width: auto !important;
  margin-right: 0;
  margin-left: auto;
}
.footer-widget-3 h2 {
	text-align: center;
}
#block-3, #block-4 {
	text-align: center !important;
}
/**/
/* Seccion videos */
/**/
/* Banda servicios home */
.banda-servicios-home {
	width: 100%;
  	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	padding: 0;
	margin: auto;
}
.banda-servicios-home p {
	margin: 0;
	padding: 0;
}
.frame-servicio {
	width: 33%;
	margin: 54px 28px;
	padding: 0;
	align-self: center;
	background-color: #3C3C3B;
	position: relative;
	display: inline-block;
	vertical-align: top;
	align-self: center;
}
.imagen-frame {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	display: table;
	vertical-align: top;
}
.imagen-frame img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.texto-frame {
	color: #FFFFFF;
	position: absolute;
	bottom: 20%;
	left: 5%;
	right: 5%;
	text-align: center;
}
.texto-frame h2 {
	font-size: 24px;
	text-shadow: 0 0 9px #000000;
	border-bottom: none;
	color: #FFFFFF;
}
.frame-servicio a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0;
	z-index: 10;
	display: block;
	transition: all 0.5s;
}
.frame-servicio a:hover {
	opacity: 0.3;
}
.frame-servicio .leer-mas {
	display: table;
	z-index: 100;
	padding: 3px 12px;
	background-color: #4D4D4D;
	margin: 9px auto 0;
	transition: all 0.5s;
}
.frame-servicio:hover .leer-mas {
	background-color: #0f70b7 !important;
}
.col-50 {
	width: 46%;
	display: inline-block;
	vertical-align: middle;
	margin: 32px 16px;
}
.col-50 img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.col-50 h1 {
	font-size: 46px;
	font-weight: bold;
	margin: 6px 0;
	border: none;
}
.col-50 h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 3px 0;
}
.col-50 h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0;
}
.col-50 p {
	font-weight: 600;
	margin: 12px 0;
}
.col-50 ul {
	margin: 32px 12px;
	font-size: 18px;
}
.col-30 {
	width: 29%;
	display: inline-block;
	vertical-align: top;
	margin: 32px 16px !important;
	position: relative;
}
.col-30 img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.col-30 h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0f70b7;
	margin: 6px 12px !important;
	border: none;
}
.col-30 h2 {
	font-size: 24px;
	font-weight: 600;
	color: #0f70b7;
	margin: 24px 12px 3px 12px !important;
}
.col-30 h3 {
	font-size: 20px;
	font-weight: 600;
	color: #666;
	margin: 0px 12px 3px 12px !important;
}
.col-30 h4 {
	font-size: 16px;
	color: #878787;
	margin: 0px 12px 3px 12px !important;
}
.col-30 .leer-mas {
	margin: 24px 12px !important;
	font-weight: 600;
	color: #0f70b7;
	font-size: 18px;
}
.col-30 p {
	margin: 12px 0;
	font-size: 18px;
}
.col-30 .imagen-banner {
	width: 100%;
	margin: 12px auto;
	padding: 0;
	max-width: 512px;
	max-height: 180px;
	overflow: hidden;
  }
.col-30 .imagen-banner img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.col-30 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: #1D70B7;
	opacity: 0;
	z-index: 10;
	display: block;
	transition: all 0.5s;
}
.col-30 a:hover {
	opacity: 0.2;
}
.col-despliegue {
	width: 68%;
	display: inline-block;
}
.col-despliegue h2 {
	border-bottom: none;
}
.col-unica-ancha {
	width: 90%;
	margin: 24px auto;
}
/**/
/* Varios */
.divisor {
	display: none;
}
.seccion {
	width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.espacio-inferior-separador {
	height: 52px;
	width: 100%;
	clear: both;
	display: table;
}
/**/
/* meta slider flechas */
.flex-direction-nav .flex-prev {
	left: 12px !important;
}
.flex-direction-nav .flex-next {
	right: 12px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
	width: 12px;
  height: 12px;
  border-radius: 5px;
  background: #9C9B9B !important;
  margin: 3px;
}
/**/
/**/
/* Menu - Footer */
.menu-icono-telefono {
	padding-left: 0px !important;
}
.menu-icono-telefono::before {
	font-family: FontAwesome;
	content: "\f095";
	float: left;
	margin-top: 0;
	margin-right: 9px;
	color: #FFFFFF;
}
.menu-icono-no-telefono {
	padding-left: 20px !important;
}
.menu-icono-no-telefono::before {
	float: left;
	margin-top: 2px;
	margin-right: 9px;
	color: #FFFFFF;
}
.menu-icono-email {
	padding-left: 0px !important;
}
.menu-icono-email::before {
	font-family: FontAwesome;
	content: "\f0e0";
	float: left;
	margin-top: 1px;
	margin-right: 9px;
	color: #FFFFFF;
}
.menu-icono-maps {
	padding-left: 0px !important;
}
.menu-icono-maps::before {
	font-family: FontAwesome;
	content: "\f041";
	float: left;
	margin-top: 1px;
	margin-right: 9px;
	color: #FFFFFF;
}
.col-formulario {
	font-size: 14px;
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	margin-right: 24px;
}
.g-recaptcha {
	display: table;
	margin: 14px 0 !important;
}
.grecaptcha-badge { /* ocultar icono reCaptcha V3 */
	visibility: collapse !important;
}
.col-formulario input[type="text"], .col-formulario input[type="email"], .col-formulario input[type="tel"], .col-formulario textarea {
	width: 100% !important;
}
.col-formulario p {
	margin-bottom: 0.9em;
}
.centrar-formulario {
	width: 90%;
	margin: 0 auto;
}
/**/
/* Iconos contactos */
.contacto p {
	margin: 3px;
}
p.icono-phone {
	font-size: 16px;
}
p.icono-phone::before {
  font-family: "FontAwesome";
  content: "\f095";
  float: left;
  text-align: center;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 12px;
  color: inherit;
}
p.icono-mail {
	font-size: 16px;
}
p.icono-mail::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  float: left;
  text-align: center;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 12px;
  color: inherit;
}
p.icono-whatsapp {
	font-size: 16px;
}
p.icono-whatsapp::before {
  font-family: "FontAwesome";
  content: "\f232";
  float: left;
  text-align: center;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 12px;
  color: inherit;
}
p.icono-maps {
	font-size: 16px;
}
p.icono-maps::before {
  font-family: "FontAwesome";
  content: "\f041";
  float: left;
  text-align: center;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 12px;
  color: inherit;
}
/* News on homepage */
.banda {
	width: 100vw;
  	margin-left: calc(-50vw + 50%);
	height: auto;
	display: table;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #E6E6E6;
	position: relative;
	z-index: 1;
}
.banda-borde-superior {
	margin-top: -44px !important;
}
.banda-borde-inferior {
	margin-bottom: -72px !important;
}
.banda-media {
	background-color: #b7d0e6;
}
.banda-oscura {
	background-color: #77A9D4;
	color: #FFFFFF !important;
}
.banda-oscura h1, .banda-oscura h2, .banda-oscura h3, .banda-oscura h4 {
	color: #FFFFFF !important;
}
.banda h1, .banda h2, .banda h3, .banda h4 {
	font-weight: bold !important;
	margin-bottom: 9px;
}
/* imagen paralax */
.paralax-fondo1 {
	background: url("../../../wp-content/uploads/2024/03/paralax-1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF !important;
}
.paralax-fondo2 {
	background: url("../../../wp-content/uploads/2024/03/paralax-5.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF !important;
}
.paralax-fondo2 a {
	color: #A5C6E2;
}
.paralax-fondo2 a:hover {
	color: #77A9D4;
}
.paralax-fondo2 .texto-color {
	color: #77A9D4;
}
.paralax-fondo3 {
	background: url("../../../wp-content/uploads/2024/03/paralax-6.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF !important;
}
.paralax-fondo4 {
	background: url("../../../wp-content/uploads/2024/03/paralax-8.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.texto-color {
	color: #0f70b7;
}
/**/
.display-posts-title {
	color: inherit;
	font-size: 32px;
	border-bottom: 1px solid #0f70b7;
}
.cuadro-noticias {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.cuadro-noticias .listing-item {
	width: 25%;
	display: inline-block;
	margin: 12px;
	align-self: stretch;
	background-color: #FFFFFF;
	padding: 12px;
	border: 1px solid #E6E6E6;
}
.cuadro-noticias .listing-item .image {
	display: block !important;
	height: 120px;
	overflow-y: hidden;
	background-color: #000000;
}
.cuadro-noticias .listing-item .image img {
	transition: all 0.5s;
}
.cuadro-noticias .listing-item .image img:hover {
	opacity: 0.7;
	cursor: pointer;
}
.cuadro-noticias .listing-item .title {
	display: block !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin: 12px 0;
}
.cuadro-noticias .listing-item .read-more {
	display: block !important;
	font-weight: bold;
	margin: 12px 0;
}
.cuadro-noticias .listing-item .excerpt-more, .cuadro-noticias .listing-item .excerpt-dash {
	display: none;
}
span.boton-mas a {
	background-color: #808080;
	color: #FFFFFF;
	padding: 12px 18px;
	margin: 24px auto;
	display: table;
	transition: all 0.5s;
	border-radius: 4px;
	font-weight: normal !important;
}
span.boton-mas a:hover {
	background-color: #0f70b7;
}
span.boton-izquierda a {
	margin-left: 0 !important;
	margin-right: auto;
}
/**/
h1 {
	font-weight: bold;
	font-size: 2.2em;
}
h2 {
	font-weight: bold;
	font-size: 1.9em;
}
h3 {
	font-weight: bold;
	font-size: 1.6em;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
}
h5, h6 {
	font-weight: bold;
}
.entry-title {
	color: #ffffff;
	font-size: 3em;
	margin-bottom: 74px;
}
.post .entry-title, .error404 .entry-title { /** titulo solo en paginas tipo blog y otras **/
	color: #0f70b7 !important;
	margin-bottom: 0;
}
.foto-derecha {
	float: right;
	margin-left: 32px;
}
.foto-derecha-listas {
	float: right;
	margin-left: 42px;
	width: auto;
	max-width: 320px;
	height: auto;
	max-height: 240px;
	clear: right;
}
.foto-izq-listas {
	float: left;
	margin-right: 42px;
	width: auto;
	max-width: 320px;
	height: auto;
	max-height: 240px;
	clear: left;
}
.emparejador {
	height: 42px;
	clear: both;
	border-bottom: 5px solid #E6E6E6;
	margin-bottom: 32px;
}
.separador {
	height: 42px;
	clear: both;
	margin-bottom: 32px;
}
.separate-containers .inside-right-sidebar {
	margin-top: 140px;
	margin-bottom: 20px;
}
.widget-area .widget {
	padding: 0 40px 0 40px;
}
.sidebar .widget .widget-title {
  color: #0f70b7;
	border-bottom: 1px solid #CCCCCC;
}
.entry-meta {
	display: none;
}
.widget ul li {
	list-style-type: disc;
	position: relative;
	padding-bottom: 18px;
	margin-left: 12px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}
.menu-menu-lateral-container ul li {
  font-size: 14px !important;
	font-weight: bold !important;
	line-height: 16px;
}
.page-header {
	display: none;
}
.byline {
	display: none;
}
.inside-article .cat-links {
	display: none;
}
.entry-summary {
  margin: 12px 0 0;
}
.author {
	display: none;
}
footer.entry-meta {
	margin-top: 12px;
}
.page-header-image-single {
	display: none;
}
.post-image {
	margin: 12px 24px 12px 0;
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 42px;
	clear: both;
}
.paging-navigation {
	margin-top: 12px;
	clear: both;
}
.entry-content p {
	text-align: justify;
}
/**/
/* Listado noticias y galerias */
.listado-noticias {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.listado-noticias .listing-item {
	width: 96%;
	display: inline-block;
	margin: 12px 0;
	align-self: center;
	background-color: #F2F2F2;
	padding: 12px;
	border: 1px solid #E6E6E6;
}
.listado-noticias .listing-item .image {
	display: block !important;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background-color: #000000;
	float: left;
	margin-right: 32px;
	clear: both;
}
.listado-noticias .listing-item .image img {
	min-width: 130%;
	height: auto;
	transition: all 0.5s;
}
.listado-noticias .listing-item .image img:hover {
	opacity: 0.7;
	cursor: pointer;
}
.listado-noticias .listing-item .title {
	display: block !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 12px 0;
	clear: right;
}
.listado-noticias .listing-item .read-more {
	display: block !important;
	font-weight: bold;
	margin: 12px 0;
}
.listado-noticias .listing-item .excerpt-more, .listado-noticias .listing-item .excerpt-dash {
	display: none;
}
.excerpt {
	font-size: 14px;
}
/* banner portada */
.separador {
	height: 0px;
	clear: both;
}
.seccion-banners{
	width: 100%;
	margin: 0 auto 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.col-banners {
	width: 32%;
	margin: 24px auto;
	align-self: stretch;
	text-align: center;
}
.imagen-banner {
	width: 220px;
	margin: 12px auto;
	padding: 0;
}
.imagen-banner img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.col-banners h2 {
	color: #22757d;
	font-size: 20px;
}
.col-banners h4 {
	color: #898989;
	font-size: 16px;
	line-height: 18px;
	max-width: 280px;
	margin: 24px auto;
}
.col-banners a {
	font-weight: bold;
	color: #FFFFFF;
	display: table;
	margin: 12px auto;
	padding: 9px 16px;
	border-radius: 4px;
	background-color: #22757d;
}
.col-banners a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/**/
/* Panel de control */
/* Banda servicios home */
.banda-panel {
	width: 100%;
  max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	padding: 0;
	margin: auto;
}
.frame-panel p {
	margin: 0;
	padding: 0;
}
.frame-panel {
	width: 33%;
	margin: 54px 28px;
	padding: 0;
	align-self: center;
	background-color: #000000;
	position: relative;
	display: inline-block;
	vertical-align: top;
	align-self: center;
}
.imagen-panel {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	display: table;
	vertical-align: top;
}
.imagen-panel img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.texto-panel {
	color: #FFFFFF;
	position: absolute;
	bottom: 20%;
	left: 5%;
	right: 5%;
	text-align: center;
}
.texto-panel h2 {
	font-size: 24px;
	text-shadow: 0 0 9px #000000;
	border-bottom: none;
	color: #FFFFFF;
}
.frame-panel a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0;
	z-index: 10;
	display: block;
	transition: all 0.5s;
}
.frame-panel a:hover {
	opacity: 0.2;
}
.frame-panel .leer-mas {
	display: table;
	z-index: 100;
	padding: 3px 12px;
	background-color: #4D4D4D;
	margin: 9px auto 0;
	transition: all 0.5s;
}
.frame-panel:hover .leer-mas {
	background-color: #0f70b7 !important;
}
/**/
.marcas {
	display: table;
	margin: auto;
}
.marcas img {
	max-width: 200px !important;
	height: auto;
	display: inline-block;
	margin: 12px;
}
/* video home full pantalla */
.video-full {
	margin-top: -100px;
	padding: 0;
	position: relative;
	width: 100vw;
  margin-left: calc(-50vw + 50%);
	height: auto;
	z-index: 0;
	background-color: transparent;
	margin-bottom: -32px;
}
#html .arve {
  display: block;
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 100% !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item a {
	margin-right: 12px !important;
	margin-bottom: 12px !important;
}
/**/
@media only screen and (max-width: 1080px) {
	.site-logo {
	  	max-width: 200px !important;
		margin-bottom: -42;
		margin-top: 24px;
	}
	.espacio-anclas {
		top: 0;
	}
	.redes-sociales {
    margin: 12px;
	}
	/**/
	/* datos contacto slide*/
	.centrar-datos-slide {
		max-width: 100%;
	}
	.datos-slide {
		position: relative;
		top: 0;
		bottom: 0;
		background-color: #000000;
		padding-bottom: 12px;
	}
	.buscador-propiedades {
		width: 96%;
		max-width: none;
		margin: auto;
		background: transparent;
	}
	.background-transparencia {
		display: none;
	}
	.datos-slide h1 {
		font-size: 1.1em !important;
		margin: 0 !important;
		line-height: 1.2em !important;
	}
	.datos-slide .leer_mas a {
		font-size: 1.2em !important;
		margin-top: 3px !important;
		margin-bottom: 0px !important;
		padding: 3px 12px;
	}
	.main-navigation {
		width: 100%;
		height: 100px;
		right: 0;
	}
	.main-navigation ul {
		top: -60px;
		right: 24px;
		margin: 0 auto;
	}
	/**/
}
@media only screen and (max-width: 1300px) {
	.main-navigation {
		width: 55%;
		right: 4%;
	}
}
@media only screen and (max-width: 1600px) {
	.main-navigation {
		width: 55%;
		right: 6%;
	}
}
@media only screen and (max-width: 1080px) {
	.inside-navigation {
		height: auto !important;
	}
	.site-header {
		background-color: #000000;
		position: relative;
		height: auto;
	}
	.inside-header {
		height: auto;
	}
	.separate-containers .inside-right-sidebar {
		margin-top: 0 !important;
		padding-top: 12px;
	}
	.site-header .header-widget {
		margin-top: 0;
	}
	.site-logo {
	  	display: table;
	  	width: 100%;
		text-align: center;
		margin: 0;
	}
	.site-logo img {
	  	height: 45px !important;
		width: auto;
		padding: 0;
		margin: 9px !important;
	}
	.banda-servicios-home {
		margin-left: 0;
		width: 100%;
		flex-direction: column;
	}
	.frame-servicio {
		width: 80%;
		height: auto;
		margin: 32px 12px 12px;
	}
	.frame h2 {
		font-size: 16px;
	}
	.texto-frame {
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.banda-borde-inferior {
    	margin-bottom: -24px !important;
	}
	.main-navigation {
		position: relative !important;
		width: 100%;
		top: auto;
		background-color: #3b3b3a !important;
		border-bottom: none;
		box-shadow: none;
		margin-top: 0;
		height: auto;
	}
	.site-header {
		margin: 0 auto 0 auto;
	}
	.header-widget {
		position: relative;
		margin: 0;
		text-align: center;
		padding: 0;
	}
	.site-header .redes-sociales {
		position: relative !important;
		right: 0;
		top: 0;
		z-index: 1003;
	}
	.inside-header > :not(:last-child):not(.main-navigation) {
		margin-bottom: 9px !important;
	}
	.redes-sociales {
		margin: 4px auto 12px auto;
	}
	.seccion-slide {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.inside-article {
		width: 90% !important;
		padding: 0 !important;
		margin: 24px auto;
	}
  .menu-toggle {
    padding: 0 12px;
    line-height: 48px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    cursor: pointer;
  }
	.main-navigation .menu-toggle {
		color: #FFFFFF;
	}
	button.menu-toggle:hover, button.menu-toggle:focus {
	  color: #77A9D4;
	}
  .inside-navigation {
  	background: #000000; !important;
  }
  .main-navigation {
    margin-top: 0;
  	margin-bottom: 0;
  	background-color: #000000;
	right: 0;
  }
  .main-navigation ul {
    position: relative;
    top: 0;
    right: 0;
  	margin: 0 auto;
  }
  .main-navigation .main-nav ul li a {
  	padding: 12px 24px;
  }
  .main-navigation .main-nav ul li ul li a {
    padding-left: 24px;
  }
  .main-navigation .main-nav ul li a::before {
    content: none;
  }
  .main-navigation .main-nav ul li ul li a:hover:before {
  	content: none;
  }
  .main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a {
    color: #77A9D4 !important;
    background-color: #333333 !important;
  }
  .main-navigation .main-nav ul li ul {
  	color: #FFFFFF !important;
    background-color: #333333 !important;
  }
  .main-navigation .main-nav ul li a:hover {
  	color: #77A9D4 !important;
  }
  .main-navigation .main-nav ul li ul li a:hover {
  	color: #77A9D4 !important;
  	background-color: #666666 !important;
  }
  .menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
  }
	.footer-widget-1 .widget ul li {
    display: block !important;
		padding-top: 0;
    padding-left: 0;
	}
	.footer-widget-1 .widget ul li a {
		border-left: none;
	}
	.footer-widgets .widget {
		font-size: 14px;
		padding-left: 0;
		margin: 0;
	}
	.contacto {
		margin: 0;
	}
	.site-footer .redes-sociales {
		font-size: 32px;
		text-align: left;
		display: block;
	}
	.footer-widget-2.grid-50 {
    float: none;
	}
	.site-info {
		padding-right: 15%;
	}
	.footer-widget-2 {
		display: none;
	}
	.footer-widget-3 h2 {
    text-align: left;
	}
	.display-posts-title {
		width: 90%;
		margin: auto;
	}
	.cuadro-noticias {
		width: 90%;
		margin: auto;
		flex-direction: column;
	}
	.cuadro-noticias .listing-item {
		width: 100%;
		display: block;
		margin: 24px 0;
		padding: 0;
		border: none;
		background-color: inherit;
	}
	.col-50 {
		width: 100%;
		display: block;
		vertical-align: middle;
		margin: 12px 0;
	}
	.foto-derecha {
		float: none;
		margin-left: 0;
		max-width: 100%;
	}
	.foto-derecha-listas, .foto-izq-listas {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 320px;
		height: auto;
		max-height: none;
	}
	.col-formulario {
		display: block;
		width: 100%;
		margin: 0;
	}
	input[type="submit"].wpcf7-form-control.wpcf7-submit {
		display: block;
		margin-left: 0 !important;
	}
	.listado-noticias {
		flex-direction: column;
	}
	.listado-noticias .listing-item {
		width: 100%;
		display: block;
		margin: 0 0 32px 0;
		padding: 0;
		background-color: inherit;
		border: none;
	}
	.listado-noticias .listing-item .image {
		display: block !important;
		width: 100%;
		height: 200px;
		overflow: hidden;
		float: none !important;
		margin-top: 9px;
		margin-right: none;
		clear: both;
		margin-bottom: 9px;
	}
	.col-despliegue {
		width: 96%;
		display: block;
		margin: auto;
	}
	.col-buscador {
		width: 96%;
		display: block;
		margin: auto;
		padding-left: 0;
	}
	.col-buscador .col-md-4 {
	  width: 100% !important;
	}
	.col-buscador .col-md-2 {
	  width: 100% !important;
	}
	/**/
	/* datos contacto slide*/
	.datos-slide {
		bottom: 9px;
	}
	.datos-slide h1 {
		font-size: 13px !important;
		line-height: 1.1em !important;
		margin: 0;
		text-shadow: 0 0 2px #000000;
	}
	.datos-slide .leer_mas a {
		font-size: 16px !important;
		margin-top: 3px !important;
		margin-bottom: -14px !important;
		padding: 3px 12px !important;
	}
	.separate-containers .site-main {
	  	margin-top: 0;
	}
	div.grid-container.page-header-image {
		margin-bottom: -44px;
	}
	.banda-borde-superior {
		margin-top: -24px !important;
	}
	.entry-title {
		font-size: 1.2em;
		margin-bottom: 12px;
		margin-top: -12px;
	}
	.page-header-image img {
		margin-top: 0;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-weight: bold;
		font-size: 1.6em;
	}
	h3 {
		font-weight: bold;
		font-size: 1.4em;
	}
	#post-32 .inside-article {
		padding: 0 !important;
		margin: -32px 0 -20px 0 !important;
		width: 100% !important;
	}
	.buscador-propiedades {
		width: 92%;
	}
	/**/
	.single-property .property-info-action {
	  margin-top: 0;
	}
	.frame-servicio .leer-mas {
		margin: 9px auto 12px;
	}
	.banda-panel {
		margin-left: 0;
		width: 100%;
		flex-direction: column;
	}
	.frame-panel {
		width: 80%;
		height: auto;
		margin: 32px 12px 12px;
	}
	.frame-panel h2 {
		font-size: 16px;
	}
	.texto-panel {
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.frame-panel .leer-mas {
		margin: 9px auto 12px;
	}
	.marcas  img {
		max-width: 100px !important;
		height: auto;
		display: inline-block;
		margin: 9px;
	}
	.marcas .gallery-columns-3 .gallery-item {
		max-width: none;
	}
	.centrar-contenidos {
		width: 90% !important;
		margin: 32px auto;
	}
	.centrar-contenidos h2 {
		font-size: 1.4em;
		margin-bottom: 24px;
	}
	/**/
	span.boton-izquierda a {
		margin-left: auto !important;
		margin-right: auto;
	}
	.texto-slide h1, .texto-slide h2, .texto-slide h3, span.flecha-bajar {
		display: none;
	}
	span.boton-mas a, input[type="submit"].wpcf7-form-control.wpcf7-submit {
		padding: 6px 12px;
		font-size: 14px;
	}
	.texto-slide span.boton-mas a {
		margin: 2px 3px;
	}
	.site-main .gallery {
    	text-align: center;
	}
	.col-50 p {
    	font-size: 16px;
    	font-weight: normal;
		line-height: normal;
	}
	.g-recaptcha {
		margin: 18px auto !important;
		display: table;
	}
	.centrar-formulario {
		width: 100%;
		margin: 0 auto;
	}
	.copyright-bar, .footer-bar {
    	text-align: center !important;
		padding-left: 12px;
	}
	input[type="submit"].wpcf7-form-control.wpcf7-submit {
		margin-left: auto !important;
		margin-right: auto !important;
		display: table;
		margin-top: 12px;
		margin-bottom: 0;
	}
	/* lightbox video */
	div.pp_pic_holder {
		width: 100% !important;
		top: 6px !important;
		left: 0 !important;
	}
	#pp_full_res iframe {
		width: 100% !important;
	}
	#block-3, #block-4, .has-text-align-center {
		text-align: left !important;
	}
	.footer-widgets-container {
		padding: 12px;
	}
	.video-full {
		margin-top: -32px;
		margin-bottom: -32px;
	}
	#html .arve {
		display: block;
		margin-bottom: 0;
		width: 100%;
		max-width: 100% !important;
	}
	.col-30 {
		width: 100%;
		display: block;
		margin: 32px 0 !important;
		text-align: center !important;
	}
	.col-30 p {
		text-align: center !important;
	}
	#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
		width: 100% !important;
	}

}
/**/
