@font-face {
    font-family: 'JostRegular';
    src: url('../fonts/JostRegular.eot');
    src: url('../fonts/JostRegular.eot') format('embedded-opentype'),
         url('../fonts/JostRegular.woff2') format('woff2'),
         url('../fonts/JostRegular.woff') format('woff'),
         url('../fonts/JostRegular.ttf') format('truetype'),
         url('../fonts/JostRegular.svg#JostRegular') format('svg');
}
@font-face {
    font-family: 'JostBold';
    src: url('../fonts/JostBold.eot');
    src: url('../fonts/JostBold.eot') format('embedded-opentype'),
         url('../fonts/JostBold.woff2') format('woff2'),
         url('../fonts/JostBold.woff') format('woff'),
         url('../fonts/JostBold.ttf') format('truetype'),
         url('../fonts/JostBold.svg#JostBold') format('svg');
}
@font-face {
    font-family: 'TrentoTypeface';
    src: url('../fonts/TrentoTypeface.eot');
    src: url('../fonts/TrentoTypeface.eot') format('embedded-opentype'),
         url('../fonts/TrentoTypeface.woff2') format('woff2'),
         url('../fonts/TrentoTypeface.woff') format('woff'),
         url('../fonts/TrentoTypeface.ttf') format('truetype'),
         url('../fonts/TrentoTypeface.svg#TrentoTypeface') format('svg');
}
body {
	background-color:#FFF;
}
h1 {
  font-family: 'JostRegular';
  font-size: 35px;
  font-weight: normal;
  color:#000;
  line-height: 100%;
  margin:16px 0 10px 0;
  letter-spacing: 2px;
}
h1.headers {
   font-family: 'TrentoTypeface';
  font-size: 25px;
  letter-spacing: 2px;
  color:#FFF;
}
h2 {
	font-family: 'JostRegular';
  font-size: 25px;
  font-weight: bold;
  color:#000;
  line-height: 100%;
  margin:0;
  letter-spacing: 2px;
}
h3 {
	font-family: 'JostRegular';
  font-size: 20px;
  font-weight: bold;
  color:#000;
  line-height: 100%;
  margin:0;
  letter-spacing: 2px;
}
h1.news {
  font-family: 'TrentoTypeface';
  font-size: 15px;
  color:#FFF;
  line-height: 100%;
  margin:0;
}
h4 {
	font-family: 'JostRegular';
	font-size: 20px;
	color:#000;	
	line-height: 120%;
}
input:focus, button:focus, a {
	outline: none;
}
img.responsive { max-width: 100%;
  height: auto;}
p {
	font-family: 'JostRegular';
	font-size: 16px;
	color:#000;	
	text-align: left;
	margin:0;
  line-height: 120%;
}
a:hover { 
	text-decoration:none;
	color:#000;
 }
.header {
	background:url(../img/encabezado.png) no-repeat;
  height: 300px;

}
.dropdown-menu { 
    background-color:transparent !important;
 }
.dropdown-menu.show {
   top: 45px !important;
    left: -15px !important;
}
ul.inline{
	list-style: none;
	padding:0;
}
ul.inline li {
	padding:3px 0;
	text-align:center;
}
ul#menu-header li {
  padding:6px 35px;
}
ul#menu-header li a {
	font-family: 'JostRegular';
	font-size: 16px;
	color:#FFF;
  text-transform: uppercase;
}
ul#menu-header li a:hover {
  color:#27AAE1;
}
ul#menu-header li.active a {
  color:#27AAE1;
}
.dropdown-menu {
	padding:0;
}
.relatives {
  position: relative;
}
#footer {
  padding:0px 0;
}
/* Menu entero */  

a.categorias {
    background-color: red;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 5px 0;
}
a.categorias:hover {

}
.ui-accordion .ui-accordion-header {
    background-color: transparent;
    border: 2px solid #fff !important;
    margin: 10px 0 0 0 !important;
    color: #FFF;
}
.ui-state-active  {
    border: 2px solid #FFF !important;
}
.ui-icon-triangle-1-e {
    margin: -5px 7px 0 0;
    background-color: #FFF;
}
.ui-widget-content {
    background-color: transparent !important;
    border: 2px solid #FFF !important;
}
a.follows {
    background-color: #FFF;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
    margin: 0 5px;
}
.titus {
    background-color: RGBA(0,0,0,0.6);
    position: absolute;
    bottom: 67px;
    width: 100%;
    max-width: 350px;
}
span.titulo {
    color: #FFF;
    display: block;
    padding: 10px 20px;
    text-align: left;
    font-family: 'CrafterRegular';
    font-size: 30px;
}
a.nexts {
    background-color: #000;
    padding: 5px 10px;
    color: #FFF;
    margin: 0 5px;
}
a.nexts:hover {

}
.black {
    background-color: #000;
}
span.eventoss {
    color: #FFF;
    font-size: 50px;
    display: block;
    text-align: center;
    padding: 15px 0;
}
ul#simple {
    padding: 0;
}
ul#simple li {
    list-style: none;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 68%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: opacity(0.7);
  filter: brightness(0.1);
  -webkit-filter: brightness(0.4);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 27px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  text-align: center;
  font-size: 18px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* Fin Menu entero */
/* css nuevo */
li.categories { 
    list-style: none;
    padding: 0;
 }  /* outermost list item */
li.cat-item { 
    list-style: none;
 }
li.cat-item a {
    background-color: red;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 5px 0;
    box-shadow: inset 0 0 0 0 #FFF;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
li.cat-item a:hover {
    box-shadow: inset 635px 0 0 0 #000;
    color: #fff;

}
li.cat-item-7 { ... }  /* category ID #7, etc */
li.current-cat { ... }
li.current-cat-parent { ... }
ul.children { padding:0; }
ul#comidas, ul#comidas ul {
    padding: 0;
}
.dark {
	background-color: #414042;
}
.item p {
	font-family: 'JostRegular';
	font-size: 17px;
	color:#FFF;
	padding: 0px 20%;
    text-align: center;
    line-height: 120%;
}
.owl-carousel .owl-nav button.owl-next {
	background: url(../img/close.png) no-repeat !important;
	width: 31px;
    height: 27px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-14px;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url(../img/open.png) no-repeat !important;
	width: 31px;
    height: 27px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-14px;
}
.owl-nav span {
	display:none !important;
}
span.client-name {
	display: block;
	color:#FFF;
	font-family: 'JostBold';
	font-size:16px;
	text-align: center;
	margin:10px 0;

}
.direccion p {
    white-space: pre-wrap;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #00598D !important;
}
span.comp {
    display:block;
    text-align:center;
    font-family: 'JostBold';
    color:#000;
    font-size:27px;
}
span.dire {
    text-align:left;
    font-family: 'JostBold';
    color:#000;
    font-size:27px;
}
span.titulo {
    color:#FFF;
    font-size:30px;
    font-family: 'JostBold';
    text-align:center;
}
.image-container {
  position: relative;
  display: inline-block;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  padding: 10px;
  width:100%;
  height:100%;
}

.text-overlay h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
iframe {
	width:100%;
}
span.contact {
	font-family: 'JostRegular';
	font-size: 17px;
	color:#00598D;
	font-weight:bold;
	display: block;
	margin-bottom:10px;
}
p.foot { 
  text-align: center !important; 
  font-family: 'JostRegular';
	font-size: 13px;
  color:#FFF;

}
.bg-buyers {
	background: url(../img/buyers.jpg)no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center -24px;
    background-repeat: no-repeat;
 	height:400px;
}
.bg-footer {
  padding: 30px 0;
  background-color: #000;
}
.h100 { height:100px; }
.ui-tabs .ui-tabs-nav {
    margin: 0 auto;
    text-align: center;
    display: table;
}
.circle {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
  overflow: hidden;
  margin: 20px auto;
}

.circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
/* fin css nuevo*/
#galleria {
	height:400px;
	width:100%;
}

  /*Dropdown Css*/
.dropdown-menus {display:none;}
.men {display: none;}

/*./Dropdown Css*/
/* #Forms
================================================== */

  form {
  }
  fieldset {
    margin-bottom: 20px; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    border: none;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: 16px 'JostRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #888;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    background: #fff; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 1px solid #aaa;
    color: #888;
    
  }
  textarea {
        height: 50px;
     }
  label,
  legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
  select {
    width: 220px; }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }
input[type="submit"] {
  border:none !important;
  font-family: 'ubuntubold';
  font-size: 10px;
  float:right;
  padding:6px 8px;
}
button#wpforms-submit-43 {
	border:none;
	font-family: 'JostBold';
	font-size:16px;
	color:#00598D;
	float:right;
	background: transparent;
}
div.wpcf7-response-output {
  color:red;
}
/*tabs*/
.ui-widget.ui-widget-content {
  border:none !important;
}
.ui-widget-header {
  border:none !important;
}
.ui-tabs .ui-tabs-panel {
  padding:0 !important;
}
.ui-widget-content {
	background: transparent !important;
}
/* media queries*/
/* iphone 5s*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
     
img.bigs { width:260px; }
.blues { height:350px; }
.bg-abou, .bg-properties, .bg-buyers, .bg-sellers, .bg-contact { height:200px; background-position: center;}
.fondo { height:200px; }

img.valor { margin:-12px 0 0 0; }
#galleria { height:300px; }
.h100 { height:0; }
#imageGallery img { height:100%; }
.men {display: none;}
.dropdown-menus{display: block;}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menus {    
    display: block;
    position: relative;
    margin: 0px 0 0 0;
    background-color: #0075C9;
    width:100%;
}
.menn {display:none !important;}
.logos {
        text-align: center;
        display: block;
    }  
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dropdown .dropdown-menu {
    position: relative;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin:0;
    width: 100%;
    text-align: center;
    z-index: 9000000;
    position: relative;
}
.dropdown button {
    background-color: #0075C9;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 1em;
    text-align: center;
    float:none;
}
.dropdown a {
    display: block;
    padding: 5px 5px;
        text-decoration: none;
    background-color: #0075C9;
    color: #fff;
}
.dropdown a:hover {
    background: #088ABF;
}
.blue { position: relative; }
}


/*iphone portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 
.collapse{ display:block; }
img.bigs { width:260px; }
#imageGallery img { height:100%; }
.navbar-nav {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

}
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .collapse{ display:block; }
#imageGallery img { height:100%; }
img.bigs { width:200px; }
.navbar-nav {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: unset;
    padding-left: 0;
    margin-bottom: 0;
}
ul#menu-header li { padding:6px 5px; }
ul#menu-header li a { font-size: 12px; }
}
/*ipad pro*/ 	
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {

  .collapse{ display:block; }
#imageGallery img { height:100%; }
img.bigs { width:200px; }
.navbar-nav {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: unset;
    padding-left: 0;
    margin-bottom: 0;
}
ul#menu-header li { padding:6px 5px; }
ul#menu-header li a { font-size: 12px; }
}
/* fin media queries*/
