/*
Theme Name: Resa
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team.residence-city h3
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:



$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)


---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}


---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
*/
ul.cnss-social-icon li a, ul.cnss-social-icon li a img {
	width: 24px;
	height: 24px;
}

span.cv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wpcf7-not-valid {
  border: 1px solid #F00 !important;
}

.wpcf7-form input[type="checkbox"] {
  width: auto;
  margin: 0;
  margin-right: 5px;
}

.conenido_resahub_destacado a {
  color: inherit;
}

.responsive-cover-image-large .responsive-cover-image{
  height: 600px;
}
@media (max-width: 767px) {

  .responsive-cover-image-large .responsive-cover-image{
      height: 300px;
  }
}

h2.tl-headline {
  font-size: 41px;
  line-height: 41px;
}
@media (max-width: 767px) {

  h2.tl-headline {
    font-size: 28px;
    line-height: 28px;
  }
}


.tl-text {
  padding-left: 10% !important;
}
.tl-headline-date, .tl-headline-date small {
  font-size: 21px !important;
  color: #337ab7 !important;
}


.tl-slide .tl-timeline h2 {
  font-size: 38px !important;
  line-height: 38px !important;
}

.tl-timemarker-text  h2.tl-headline {
    padding: 0;
}
h2.tl-headline {
  text-align: left;
  padding: 10px 0;
}
.habitaciones p.precio {
  display: none !important;
}

.reservas {
  max-width: 1275px;
  width: 100%;
  margin: auto;
  padding: 60px 15px;
}
.reservas h1 {
  font-family: "Roboto", "RooneyPro","Times New Roman","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  color: #148DE0;
  font-size: 20px;
  font-weight: bold;
  display: block;
    
}

.reservas p {
    
    font-weight: normal !important;
    font-size: 14px;
    padding: 14px 0px;
    font-family: 'Roboto Slab' !important;
}

.reservas p b {
  font-weight: 700;
}
.reservas ul {
    margin-left: 15px;
    list-style-image: url(cub.gif);
    list-style-type: none;
    padding-left: 20px!important;
}

.reservas ul.llistaCiutat {
    margin-left: 15px;
    list-style-image: url(cub.gif);
    list-style-type: none;
    padding-left: 20px!important;
    
    
}

.reservas ul li {
  line-height: 26px !important;
}

.reservas #form-bank-date, #deposit-dates {
    width: 620px;
    margin: 0 auto;
}
.reservas .residencia-overlay-box {
    box-shadow: 0px 0px 10px #aaa;
    background: #F2F2F2;
    margin-top: 10px;
}
.reservas .box-dates #datos-residencia-wrapper {
    border-top: 0;
}
.reservas h2 {
    font-family: 'Roboto Slab';
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    color: #5D5D5D;
    margin: auto;
    padding: 30px 0;
    width: auto;
    line-height: 48px;
    float: none;
    background: white;
    border-top: 8px solid #28aae0;

}
.reservas #form-bank-date .box-dates-line {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.reservas a {
   color: #77be34;
   font-weight: bold !important;
}
.llistaCiutat a, .llistaCiutat a:visited {
      background-image: url(ico_obert.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 16px;
    color: #77be34;
    text-decoration: none;

}
.vc_row-fluid {
  margin: auto !important;
}

.vc_column-inner {
  padding: 0 !important;
}

.container {
  padding: 0 !important;
}

#lang_sel_list.lang_sel_list_vertical {
  width: 150px;

}

.languages .language-list ul li {
  margin-right: 0 !important;
  padding-left: 0 !important;
}

.wpml-ls-sidebars-footer-4, .wpml-ls-sidebars-footer-4 .wpml-ls-sub-menu, .wpml-ls-sidebars-footer-4 a {
  border: none;
}
.wpml-ls-sidebars-footer-4 {
  background: transparent;
}
#lang_sel_list.lang_sel_list_vertical.wpml-ls-sidebars-footer-4 {
  width: 100%;
}
.instashow-gallery-media-image:hover:after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  transition: all .4s ease;  
  background-color: rgba(0,0,0,0.5);  
}
.fixed_white {padding-bottom: 0 !important }

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot@dprcjw');
	src:url('icomoon.eot@') format('embedded-opentype'),
		url('icomoon.woff@dprcjw') format('woff'),
		url('icomoon.ttf@dprcjw') format('truetype'),
		url('icomoon.svg@dprcjw') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tp-caption img {
	width: 455px !important;
}

.resap p {margin-bottom: 15px}
.cookies {
margin-bottom: 40px !important;
}
.cookies h5, .aviso h5, .privacidad h5{
margin-top: 25px;
margin-bottom: 15px;
text-transform: uppercase;
}
.cookies p, .aviso p, .privacidad p {
margin-bottom: 15px;
}
.cookies ul, .aviso ul {
font-family: 'Roboto' !important;
font-weight: lighter !important;
}
.cookies ul li {
margin-bottom: 5px
}
.cookies ul li ul {
	margin-top: 15px
}
.cookies ul li ul li {
margin-bottom: 10px
}
.icon-lupa:before {
	content: "\e621";
}

.icon-telefono:before {
	content: "\e622";
}

.icon-msn2:before {
	content: "\e600";
}



.form-contact1.custom input{
width: 90%
}
.form-contact1.custom input[type="submit"] {
width: 90%; margin: 5px; float: none
}
.acceptance-336 input{
    width: auto !important;  
    width: auto; 
    margin-top: 0; 
    margin-bottom: 0

}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-x: hidden;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.roboto {
  font-family: 'Roboto Slab';
}

.font-roboto, .font-roboto *{
  font-family: 'Roboto';
}

.site-content p, .site-content p *, .font-roboto-light, .font-roboto-light *{
  font-family: 'Roboto';
  font-weight: lighter;
}

.site-content p strong, .site-content p strong *{
  font-family: 'Roboto';
  font-weight: bold;
}

/*.image img{width: 100%; height:auto}*/

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */
.ultimahora p {margin-bottom: 15px}
.wpcf7-form {overflow: auto}
.row-height {
display: table; height: 100%; width: 100%; table-layout: fixed ! important; margin: auto
}
.col-height {
display: table-cell;   float: none;   height: 100%; vertical-align: top
}
@media (max-width: 768px) {
.row-height {
	display: block
}
.col-height {
	display: block;
}

.banner_content {display: none}
}
.current-menu-item {text-decoration: underline}
.rev_slider a,.rev_slider a:hover {
color: inherit!important;
}
.blue_spearator {
  height: 5px;
  background-color: #28aae0;
}

/*.atuservicio:last-child {background-color: #f2f2f2}*/
.limit-width, .wpb_text_column {
	max-width: 1275px !important;
	margin: 0 auto !important;
}


* {
  font-family: 'Roboto Slab';
}

.container {
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.nopaddingright {
  padding-right: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.back-grey {
  background-color: #F2F2F2;
}

.back-white {
  background-color: #FFF;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.responsive-cover-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

.wpb_row.opinan,
#content > .vc_row {
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip{
   display: none;
}

/* OFERTAS +*/
#jobs-list {
 
 
  margin-top: 50px !important;
  background-color: #f3f2f3 !important; 
  padding-top: 90px !important;
   padding-bottom: 50px !important
}

.job-offer {
   max-width:  900px;
   margin: auto;
}

#pageOfertas {
  
}

#pageOfertas .cita-previa {
  /*margin-top: 600px !important;*/
  position: relative; 
  top: 0px; 
  margin-bottom: 50px;
  margin-top: 300px !important


}

/* FORMULARIO DE BUSQUEDA */
#resa-way {
  color: white;
  position: absolute;
  top: -63%;
  left: 0;
}

#resa-way h2, #resa-way p {
  color: white;
  white-space: nowrap;
}

#resa-way img {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: auto;
}

#search-form-wrapper {
  position: relative;
}

.search_form_content {
  background-color: #fff;
  border-top: 5px solid #00aeef;
  bottom: -30px;
  display: inline-block;
  left: 100px;
  position: absolute;
  text-align: center;
  z-index: 99;
  box-shadow: 5px 5px 10px #CCC;
  width: 300px;
}

.search_form_content .sup {
  padding: 15px 0;
}

.search_form_content .inf {
  background-color: #f2f2f2;
  padding: 30px 10px;
}

.search_form_content select {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #CCC;
}

.search_form p {
  clear: both;
}

.search_form .boton {
  margin-bottom: 10px;
}

/* MENU SUPERIOR */

#main_header {
  padding: 20px 20px;
  overflow: auto;
  background-color: #FFF;
}

.header-logo {
  border-right: 1px solid #000;
  padding-right: 20px;
  margin-right: 20px;
  float: left;
}

.header-logo a {
  display: block;
}

#site-navigation .header-logo {
  margin-top: 5px;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  opacity: 0;
  -moz-transition: opacity 1s ease, line-height 1s ease;
  -webkit-transition: opacity 1s ease, line-height 1s ease;
  -o-transition: opacity 1s ease, line-height 1s ease;
  transition: opacity 1s ease, line-height 1s ease;
}

#menu-right {
  float: right;
  color:#00aeef;
  font-size: 1.5em;
  line-height: 24px;
}

.top-menu-item {
  font-family: 'Roboto Slab';
  padding: 10px 14px;
  color: #00AEEF;
  text-transform: uppercase;
  display: block;
  float: left;
  cursor: pointer;
  border-left: 1px solid #00aeef;
}

.top-menu-item:first-child {
  border: none;
}

.top-menu-item:hover {
  background-color: #00AEEF;
  color: #FFF;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.frase {
  font-family: 'Roboto Slab';
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding-top: 12px;
  float: left;
}

#main_header .boton {
  font-size: 1.2em;
  float: right;
  margin-right: 20px;
}


#call-center i {
  margin-right: 10px;
}

.menu_mobile {
  display: none;
}

.logo_mobile {
  float: left;
  height: 35px;
}

.btn_mobile {
  float: right;
}

.btn_mobile img {
  height: 55px;
}

#menu-menu-2 {
  margin-top: 9px;
}

.nav-menu-mobile {
  overflow: auto;
  clear: both;
  display: none;
}

.nav-menu-mobile li {
  margin-bottom: 20px;
}

.nav-menu-mobile .boton {
  float: none;
  display: block;
  margin: 0px 10px 20px;
}

.nav-menu-mobile #lang_sel_list ul li {
  margin: 0 5px !important;
}

.nav-menu-mobile #lang_sel_list ul li a {
  color: #337ab7;
  font-size: 100%;
  font-weight: normal !important;
}





.languages {

}

.languages .language-list {
  position: absolute;
  margin-top: 10px;
  margin-left: -15px;
  font-family: 'Roboto Slab';

  display: none;
  z-index: 99;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  border-top: 5px solid #00AEEF;
}

.languages:hover {
  box-shadow: 2px 0px 3px rgba(0,0,0,0.3);
}

.languages:hover .language-list {
  display: block;
}

.languages .language-list ul li {
  display: block;
  padding-left: 5px;
  color: #444;
  text-align: left;
  font-size: 15px;
}

.languages .language-list ul li a {
  line-height: 30px !important;
  font-size: 15px !important;
}

.languages .language-list ul li a:hover {
  background: #00AEEF !important;
  color: white !important;
}

/* LIGHTBOX CALL CENTER */



#call-center-lightbox {
	display: none;
}

#searcher-lightbox {
  display: none;
}


.featherlight.nopadding .featherlight-content {
	padding: 0;
  border: none;
}

.featherlight #call-center-lightbox {
	display: block;
}

.featherlight #searcher-lightbox {
  display: block;
}

#user-lightbox{
	display: none;
}

.featherlight #user-lightbox {
	display: block;
}


#call-center-lightbox-content {
	background: #F2F2F2;
	border-top: 8px solid #28aae0;
	padding: 25px 40px;
}

#call-center-lightbox h2 i {
	color: #28aae0;
}

#call-center-lightbox h2 {
	font-weight: bold;
	font-size: 30px;
	padding: 15px 0;


}


#call-center-lightbox-content h3  {
	font-weight: bold;
	margin-bottom: 20px;
	color: #28aae0;
}

#call-center-lightbox-content h2 {
	padding: 0;
	text-align: left;
	color: #28aae0;
	font-weight: normal;
}

#call-center-lightbox h4 {
	text-align: left;
	margin-top: 10px;
}

#resultados .resultado {
  background-color: #f2f2f2;
  
}
#resultados .resultado .listaResultado {
  max-width: 530px;
  margin: auto;
 
}
#resultados .resultado .listaResultado ul {
 padding: 0;
}
#resultados .resultado .listaResultado ul li ul {
 padding: 0; 
}
#resultados .resultado .listaResultado {
  padding: 0 
}
#resultado {
 font-family: 'Roboto Slab';
}
#resultados h2 {
  background-color: #FFF;
  font-size: 24px;
  border-top: 6px solid #69a9da;
  color: #69a9da;
  padding: 30px;
  font-weight: bold;
}

#resultados .ciudadConte {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 35px;
  
  font-family: 'Roboto Slab';
  color: #5d5d5d;
  font-weight: 400;
}

#resultados .searchFor {
  color: #5d5d5d;
  font-family: 'Roboto Slab';
}
#resultados .searchFor span {
 font-family: 'Roboto Slab'; 
}
#resultados .residenciaConte {
  font-weight: bold;
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 5px;
  margin-top: 7px;
  font-family: 'Roboto Slab';
  color: #5d5d5d;
}
#resultados .linksConte {
  font-weight: bold;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 0px;
  color: #28aae0;
  font-family: 'Roboto Slab';
}
#resultados .linksConte a {
 font-family: 'Roboto Slab'; 
}


/* SUBMENU RESIDENCIAS */
.submenu_residencias {
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
}

.submenu_residencias ul {
  text-align: center;
}

.submenu_residencias li {
  display: inline-block;
  padding: 20px 0;
  margin: 0 20px;
  font-size: 1.1em;
  white-space: nowrap;
}

.submenu_residencias li a {
  color: #333333;
}

.submenu_residencias li.current_page_item {
  border-bottom: 3px solid #28aae0;
}

/* SUBMENU RESIDENCIAS */
.submenu_residencia {
  background-color: #333333;
  color: #999999;
  font-size: 30px;
  overflow: auto;
  padding-left: 85px;
  padding-top: 20px;
  position: relative;
}

.submenu_residencia .volver {
  width: 76px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  border-right: 1px solid #999;


}

.submenu_residencia .volver a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('chevron-left.png') center center no-repeat;
  background-size: contain;
}

.submenu_residencia .ciudad {
  line-height: 31px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-top: 4px;
  float: left;
}

.submenu_residencia .title {
  color: #FFF;
  padding-bottom: 20px;
  margin-top: 4px;
  float: left;
}

.submenu_residencia .boton {
  margin-bottom: 20px;
  margin-right: 20px;
  float: right;
  color: #fff;
  cursor: pointer;
}

.submenu_residencia a {
  color: inherit;
  text-decoration: none;
}

.wpb_text_column p,
p.resa-link {
  line-height: 1.4em;
}


.resa-link a{
   font-weight: bold;
}

/*** HABITACIONES Y PRECIOS ***/
/* Habitaciones */

.habitaciones p {
  width: 80%;
  margin: 15px auto;
}

.habitaciones p.tipo {
  font-size: 18px;
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 40px
}

.slider_habitaciones .flex-direction-nav a { opacity: 1;}
.slider_habitaciones .flex-direction-nav .flex-prev {left: 0}
.slider_habitaciones .flex-direction-nav .flex-next {right: 0}
.habitaciones p.precio {
  font-size: 16px;
  margin: auto;
  margin-bottom: 5px;
  font-weight: lighter;
}

.habitaciones p.link {
  font-size: 14px;
  margin: auto;
  margin-bottom: 10px;
  font-weight: normal;
  text-decoration: underline;
}

.habitaciones p.boton {
  cursor: pointer;
  margin-bottom: 40px;
}

.slider_habitaciones {
  position: relative;
  margin-top: 30px !important;
}

.slider_habitaciones li.selected {
  position: relative;
}

.slider_habitaciones li.selected:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-bottom: solid 20px rgb(51,51,51);
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}

.slider_habitaciones li.selected p.boton {
  border: 1px solid black;
  background: white;
  color: black;
}

.slider_habitaciones .flex-control-paging {
  position: absolute;
  bottom: 0;
}

.slider_habitaciones .flex-control-paging li a {border: 1px solid #666; }
.slider_habitaciones .flex-control-paging li a:hover { background: #666; background: rgba(0,0,0,0.7); }
.slider_habitaciones .flex-control-paging li a.flex-active { background: #fff;}

.flexslider.flex-centered { white-space: nowrap; }
.flex-centered .slides {width: 100%!important; text-align: center;}
.flex-centered .slides li {display: inline-block!important; *display: inline!important; float: none!important;}


/* A tu servicio */
.atuservicio p {
  margin: 15px auto;
}

.atuservicio img {
  display: block;
}

.atuservicio .boton {
  text-align: center;
  display: block;
  float: none;
  max-width: 235px;
  width: auto !important;
  margin: auto;
  margin-top: 30px;
}

/* Servicios Residencia */

.atuservicio + .vc_row {
  background: #F2F2F2;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.servicios_residencia p {
	margin-bottom: 15px;
}
.servicios_residencia {
  background-color: #F2F2F2;
  overflow: auto;
}

.servicios_residencia .servicio {
  padding: 0;
}

.servicios_residencia .servicio .servicio_content {
  background-color: #FFF;
  border-left: 3px solid #00AEEF;
  overflow: auto;
  height: 120px;
  margin: 5px;
  box-shadow: 5px 5px 5px #999;
}

.habitaciones  .detalles_habitaciones {
  background: #333;
  overflow: auto;
}

.habitaciones  .detalle_habitacion {
  overflow: auto;
  padding: 20px;
}

.habitaciones  .detalle_habitacion p {
  width: 100%;
  margin-left: 0;
  font-weight: 300;
}

.habitaciones  .detalle_habitacion p.titulo {
  font-size: 42px;
  font-weight: 300;
  color: #999999;
}

.habitaciones  .detalle_habitacion p.detalle {
  font-size: 16px;
  line-height: 1.3em;
  color: #F2F2F2;
}

.habitaciones  .detalle_habitacion .content_detalle {
  overflow: auto;
}

.habitaciones  .detalle_habitacion .content_detalle .col-sm-6,
.habitaciones  .detalle_habitacion .content_detalle .col-sm-12 {
  padding: 0;
}



.habitaciones  .detalle_habitacion .galeria_carrousel .flex-control-paging {
  position: absolute;
  bottom: 0;
}

.habitaciones  .detalle_habitacion .galeria_carrousel .flex-direction-nav a {
  opacity: 1;
  background: white;
}

.habitaciones  .detalle_habitacion .galeria_carrousel .flex-direction-nav .flex-prev {
  left: 15px;
  padding-top: 8px;

}

.habitaciones  .detalle_habitacion .galeria_carrousel .flex-direction-nav .flex-next {
  right: 15px;
  padding-top: 8px;
  padding-right: 7px;
}

.habitaciones  .detalle_habitacion .nombre_Servicio:before {
  content: '\2022';
  margin-right: 5px;
}

.habitaciones  .detalle_habitacion .nombre_Servicio {
  margin-bottom: 10px;
  font-size: 16px;
  color: #F2F2F2;
  padding-right: 10px !important;
}

.habitaciones .detalle_habitacion .boton {
  text-align: center;
  display: block;
  float: none;
  max-width: 235px;
  width: auto !important;
  margin-left: 0;
  margin-top: 30px;
  clear: both;
}


/* QUIEN VIVE AQUI */

.nuestros_residentes {
  max-width: 1275px;
  margin: 0 auto !important;
}

.nuestros_residentes .conoce p {
  margin-bottom: 35px !important;
  text-align: center;
  line-height: 1.4em;
}

.nuestros_residentes .estadisticas .residentes {
  text-align: center;
  margin-top: 60px;
}

.nuestros_residentes .estadisticas .residentes h2 {
  padding: 0;
  font-weight: bold;
  color: #28aae0;
  font-size: 4em;
  margin-bottom: 10px;
}

.nuestros_residentes .estadisticas .edad_media {
  margin-top: 50px;
  line-height: 30px;
  text-align: center;
}

.nuestros_residentes .estadisticas #median-age {
  background: #ddd;
  position: relative;
  height: 30px;
  margin-top: 10px;
}

.nuestros_residentes .estadisticas #median-age-tooltip {
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background: #28aae0;
  color: white;
  position: absolute;
  bottom: -60px;
  left: 30%;
  margin-left: -30px;
}

.nuestros_residentes .estadisticas #median-age-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 10px #28aae0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}


.nuestros_residentes .estadisticas #median-age-inner {
  width: 30%;
  height: 30px;
  background: #00aeef;
  border-right: 1px solid white;
}


.nuestros_residentes .estadisticas h3 {
  font-size: 22px;
}

.nuestros_residentes .estadisticas .col-sm-6 {
  padding-left: 75px;
  margin-bottom: 15px;
}

.nuestros_residentes .estadisticas .vc_col-sm-6 {
  margin-bottom: 25px;
}

.vc_col-sm-12 {
  padding: 0 !important;
}


.wpb_revslider_element {
  background: #ddd;
}

/* MAPA RESIDENCIA */

#mapa-residencia {
  position: relative;
}

#mapa-residencia-overlay {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 300px;
}

.residencia-overlay-box {
  box-shadow: 0px 0px 10px #aaa;
  background: #F2F2F2;
  margin-top: 10px;
}

#datos-residencia-wrapper {
  border-top: 8px solid #28aae0;
}


#mapa-residencia-overlay h3 {
  background: white;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}

#mapa-residencia-overlay .datos_residencia {
  color: #666;
  font-size: 16px;
  padding: 20px;
}

#mapa-residencia-overlay .datos_residencia  ul li {
  margin-bottom: 20px;
}

#mapa-residencia-overlay .datos_residencia  ul li p {
  color: #666;
}

#mapa-residencia-overlay .datos_residencia .boton {
  display: block;
  width: 100%;
  text-align: center;
}



#mapa-residencia-canvas {
  height: 500px; margin: 0; padding: 0;
}


#mapa-residencia-dropdown {
  text-align: center;
  padding: 20px;
}

#mapa-residencia-dropdown #distance {
  display: none;
  font-size: 13px;
}

#mapa-residencia-dropdown #distance strong {
  color: #00aeef;
}

#mapa-residencia-dropdown select {
  margin: 10px 0;
  width: 100%;
}

.nuestros_residentes .tops {
  margin-top: 15px;
  font-size: 16px;
  list-style: inside decimal;
  margin-left: 85px !important;
  margin-bottom: 20px !important;
}

.nuestros_residentes .tops span {
  font-size: 1.2em;
  color: #29a6dd;
  margin-bottom: 5px;
}

.nuestros_residentes .tops li {
  margin: 5px 0;
  list-style-type: decimal;
  list-style-position: inside;
}

#porcentajes {
  margin-bottom: 15px;
}

.opinan {
  color: #5d5d5d;
  background-color: #f2f2f2;
  margin-bottom: 0;
}

.opinan > .wpb_column .wpb_wrapper {
  max-width: 1275px;
  margin: 0 auto !important;
}

.equipo {
  padding-bottom: 35px;
  color: #5d5d5d;
  max-width: 1275px;
  margin: 0 auto !important;
}

.equipo .ayuda {
background-color: #f2f2f2 !important;
}

.equipo .ayuda p {

}

.descripcion_equipo {
  width: 80% !important;
  margin: auto !important;
}

.descripcion_equipo .nombre {
  font-size: 16px;
  font-weight: bold;
}

.descripcion_equipo .nombre p {
  margin-bottom: 0;
}

.descripcion_equipo .puesto {
  font-size: 16px;
  color: #00AFEA;
  font-weight: lighter;
}

.equipo .texto {
  font-size: 16px;
  font-weight: lighter;
  margin-top: 10px;
  width: 100%;
  margin: auto;
}

.equipo .texto p {
  width: 100%;
}

.equipo .ayuda p.boton {
  display: block;
  float: none;
  width: 250px;
  margin: auto;
}

.equipo .imagen_equipo img {
  width: 80%;
  max-width: 150px;
}

h2 {
  font-family: 'Roboto Slab';
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #5D5D5D;
  margin: auto;
  padding: 30px 0;
  width: auto;
  line-height: 48px;
  float: none;
}

#footer h2 {
  padding: 0;
  line-height: normal;
  text-align: left;
}

.section4 .title_section {
  width: 100%;
}

.subsection {
  font-family: 'Roboto Slab';
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin: auto;
  padding: 20px 0;
}

.boton {
  background-color: #72D54A;
  color: #FFF;
  font-family: Arial;
  display: inline-block;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

.boton.boton-blue {
  background-color: #37a8db;
}

.boton.boton-grey {
  color: #4d4d4d;
  background-color: transparent !important;
  border: 1px solid #4d4d4d;
  padding: 10px;
  margin-bottom: 5px;
}

.listado-cell .boton.boton-grey a {
 background-color: transparent !important
}
.boton.disabled {
	opacity: 0.3;
}

.red-pulse {
  animation: shadowThrob 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowThrob 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}

@keyframes shadowThrob {
  from {box-shadow: 0 0 10px 3px rgba(190,65,12, 0.5);}
  to {box-shadow: 0 0 10px 3px rgba(190,65,12, 0.2);}
}
@-webkit-keyframes shadowThrob {
  from {box-shadow: 0 0 10px 3px rgba(190,65,12, 0.5);}
  to {box-shadow: 0 0 10px 3px rgba(190,65,12, 0.2);}
}

.boton_blanco {
  color: #FFF;
  font-family: 'Roboto Slab';
  float: left;
  text-align: center;
  padding: 11px;
  border: 1px solid #FFF;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.boton_blanco a {
	color: inherit;
}
.boton_gris {
  color: #808080;
  font-family: Arial;
  float: left;
  text-align: center;
  padding: 11px;
  border: 1px solid #808080;
  font-size: 16px;
  white-space: nowrap;
}

.boton a {
  color: inherit;
}

.tp-bullets.simplebullets.round .bullet {
  float: none;
  margin-bottom: 5px;
  margin-right: 5px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 12px;
}


/* HOME */

#home-down-arrow-wrapper {
  position: relative;
  margin-top: -100px;
  height: 100px;
  z-index: 50;

  background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.23)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#home-down-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
  color: white;
  z-index: 50;
  cursor: pointer;
}

#home-down-arrow a {
  display: block;
  width: 60px;
  height: 40px;
  margin-top: -20px;
  border: none;
  outline: 0;
}

#home-down-arrow a:active, #home-down-arrow a:focus, #home-down-arrow a:hover  {
  border: none;
  outline: 0;
}

#home-down-arrow {
  text-align: center;
  padding: 2px;
  margin-bottom: 6px;
  height: 00px;
  width: 60px;
}
/*
#home-down-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: white;
  -webkit-transform: skew(0deg, 40deg);
  -moz-transform: skew(0deg, 40deg);
  -ms-transform: skew(0deg, 40deg);
  -o-transform: skew(0deg, 40deg);
  transform: skew(0deg, 40deg);
}

#home-down-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: white;
  -webkit-transform: skew(0deg, -40deg);
  -moz-transform: skew(0deg, -40deg);
  -ms-transform: skew(0deg, -40deg);
  -o-transform: skew(0deg, -40deg);
  transform: skew(0deg, -40deg);
}​
*/

.home .section1 {
  border-bottom: 5px solid #28aae0;
}

.section1 article {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0px;
}

.section1 article .entry-title {
  font-weight: 700;
  font-size: 26px;
  padding: 0 30px;
  position:absolute;
  bottom:20px;
  text-align:center;
  color: #FFF;
}

.section1 article  .entry {
  background-color: #FFF;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 35px;
  color: #5D5D5D;
  font-size: 14px;
}

.section1 article {
  cursor: pointer;
}

.section1 .description img {
  width: 100%;
}

.section1 .description div.content {
  display: none;
}

.section1 .description div.content:first-child {
  display: block !important;
}

.section1 .despliegue {
  background-color: #00aeef;
  color: #FFF;
}

.section1 .despliegue  div.description {
  display: none;
  padding: 50px;
}

.section1 .despliegue  div.description img {
  width: 100%;
  height: auto;
}

.section1 .despliegue  div.description:first-child {
  display: block;
}

.section1 .despliegue  div.description .titulo {
  font-size: 42px;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 300;
  line-height: 1.3;
}

.section1 .despliegue  div.description .texto {
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
  line-height: 19px;
  margin-bottom: 20px;
}

.descripcion {
  line-height: 21px !important;
}

.section2 .tipo .title, .section2 .perfil .title {
  border-right: 1px solid #28aae0 !important;
}

.section2 .tipo .title_cont:last-child .title, .section2 .perfil .title_cont:last-child .title:last-child {
  border-right: none !important;
}

.title_cont {
  height: 80px;
}

.section3 {
  font-family: 'Roboto Slab';
  border-bottom: 5px solid #28aae0;
}

.section3 .title {
  font-family: 'Roboto Slab';
  font-size: 16px;
  padding: 15px 0;
  color: #00AEEF;
  cursor: pointer;
  font-weight: 700;
}

.section3 .title.active {
  color: #FFF;
  background-color: #00AEEF;
}

.section3 .contenedor {
  color: #FFF;
}

.section3 .titulo {
  font-weight: 300;
  font-size: 36px;
}

.section3 .contenido {
  font-weight: 300;
  font-size: 15px;
  max-width: 1275px;
  margin: 0 auto;
}

.section3 .contenido .texto {

  font-family: 'Roboto';
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 22px;
}
.section3 .contenido .texto p {
	padding-right: 35px
}
.section3 .contenido .perfil {

  display: none;
  cursor: pointer;
}

.section3 .perfiles_btn, .section3 .medida_btn {
  cursor: pointer;
}

.section3 .perfiles_btn .inactive, .section3 .medida_btn .active {
  display: inline-block;
}

.section3 .perfiles_btn .active, .section3 .medida_btn .inactive {
  display: none;
}

.section3 .perfiles_btn .subsection {
  color: #CCC;
}

.section3 .perfiles_btn .subsection,
.section3 .medida_btn .subsection {

  line-height: 1.3em;
}

.section3 .boton_blanco {
  margin-right: 10px;
}

.section3 .contenedor {
  display: none;
}

.section3 .contenedor.active {
  display: block;
}



/* SECION 4 - OPINIONES HOME */
.opiniones_home {
  font-family: 'Roboto Slab';
  padding: 0 60px;
  /*box-shadow: 0 34px 25px -29px #000;*/
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}

.opiniones_home .title {
  color: #333333;
  font-size: 22px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.opiniones_home .content {
  color: #808080;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 19px;
}

.opiniones_home .nombre {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.opiniones_home .edad,
.opiniones_home .estudiante,
.opiniones_home .residencia {
  color: #4D4D4D;
  font-size: 14px;
  margin: 0;
  line-height: 19px;
}

.opiniones_home .boton {
  margin-right: 15px;
}

/* FOOTER */
#footer .logo_pie {
  max-width: 90px;
}

footer {
  box-shadow: 0 0px 30px rgba(0,0,0,.7);
}

#footer a {
	font-weight: bold;
}

#footer {
  display: table;
  padding: 20px 0px;
}

#footer > div {
  float: none;
  display: table-cell;
  vertical-align: top;
}

#colophon {
  position: relative;
  z-index: 2;
}

#footer-widget1,
#footer-widget2,
#footer-widget3,
#footer-widget4 {
  font-family: 'Roboto Slab';
  line-height: 1.3em;
}

#footer-widget1 {
  padding: 0;
}

#footer-widget1 img {
  width: 80%;
}

#footer-widget1_div,
#footer-widget2_div,
#footer-widget3_div {
  border-right: 1px solid #CCC;
  min-height: 155px;
}

#footer-widget1 a,
#footer-widget2 a,
#footer-widget3 a,
#footer-widget4 a {
  color: inherit;
  font-weight: 700;
}


#footer-widget4 ul li a {font-family: Arial !important}
#footer-widget1 a {font-family: Arial !important}
#footer-widget2 a {font-family: Arial !important}
#footer-widget2 p strong  {font-family: Arial !important}
#footer-widget3 a {font-family: Arial !important}


#footer-widget1 h2,
#footer-widget2 h2,
#footer-widget3 h2,
#footer-widget4 h2 {
  color: #00AEEF;
  font-size: 18px;
  margin-bottom: 10px;
}

#footer-widget1 .textwidget,
#footer-widget2 .textwidget,
#footer-widget3 .textwidget,
#footer-widget4 .textwidget {
  color: #333333;
  font-size: 13px;
}
.textwidget p {font-family: Arial !important}
#footer-widget4 #lang_sel_list ul,
.nav-menu-mobile #lang_sel_list ul {
	border: none;
	text-align: left;
}

#footer-widget4 #lang_sel_list ul li,
.nav-menu-mobile #lang_sel_list ul li {
	display: inline-block;
	width: auto;
	margin-right: 10px;
  float: none;
}

#footer-widget4 #lang_sel_list ul li a,
.nav-menu-mobile #lang_sel_list ul li a {
	border: none;
	font-weight: bold;
	padding: 0;
  font-size: 13px;
}

.section5 {
  background-color: #4D4D4D;
  color: #FFF;
  padding: 35px 25px;
  font-family: 'Roboto Slab';
}

.section5 .col-md-4 {
  margin-top: 15px;
}

.section5 .title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 25px;
}

.section5 .content {
  font-size: 14px;
  margin-top: 15px;
  line-height: 19px;
  min-height: 50px;
}

.section5 .boton {
  margin-top: 15px;
}

.section5 .destacado .superior {
  display: none;
}

.section5 .destacado:hover .superior {
  display: block;
}

.description_tipos {
  background-color: #00AEEF;
  padding: 85px 0;
}

/****  LISTADO DE RESIDENCIAS ****/

.contenedor_listado {
	font-family: 'Roboto Slab';
}

#residence-list-header {
	font-family: 'Roboto Slab';
	margin-bottom: 10px;
	font-size: 20px;
	color: #777;
	font-weight: 200;
}

.contenedor_listado .listado-row {
	background-color: #f2f2f2;
	border-top: 5px solid #00aeef;
	display: flex;
	flex-direction: row;
	text-align: center;
	margin-bottom: 5px;
}

.contenedor_listado .listado-row .listado-cell {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #FFF;
}

.nombre_residencia {
	font-size: 24px;
	font-weight: bold;
	color: #555;
}

.contenedor_listado .listado-row .listado-cell.datos_residencia {
  text-align: left;
  justify-content: unset;
  font-size: 14px;
	display: flex;
	align-items: center;
}

.datos_residencia ul {
  padding: 0 15px;
}

.datos_residencia ul li {
  margin: 10px 0;
  line-height: 20px;
}

.datos_residencia ul li i {
	color: #aaa;
	font-size: 25px;
	width: 25px;
	float: left;
	margin-right: 10px;
}

.datos_residencia ul li p {
	overflow: hidden;
}

.residencia_direccion a {
	color: #00AEEF;
}

.residencia_email a{
	color: #555;
	font-weight: bold;
	text-decoration: underline;
}

.ventajas_residencia {
	padding: 0 10px !important;
}

.ventajas_residencia ul {
    list-style: none;
    padding:0;
    margin:0;
}

.ventajas_residencia li {
    padding-left: 1em;
    text-indent: -.7em;
    text-align: left;
    margin-bottom: 10px;
}

.ventajas_residencia li:before {
    content: "\002022";
    padding-right:7px;
    color: #00AEEF; /* or whatever color you prefer */
}

.precio_residencia h3 {
	display: inline;
	font-size: 30px;
	font-weight: bold;
}

/*** CIUDADES ***/

.residences-city-list {
  text-align: center;
  margin-bottom: 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.residences-city-list h1 {
  text-align: left;
  font-size: 35px;
  color: #4d4d4d;
  font-weight: bold;
  padding: 20px;
}

.residence-city {
  display: inline-block;
  width: 393px;
  background: #efefef;
  border: 1px solid #cdcdcd;
  border-top: 5px solid #00aeef;
  text-decoration: none;
  margin: 10px;
  text-align: left;
}


.residence-city h3 {
  padding: 20px 17px;
  font-size: 19px;
  color: #1a1a1a;
}

.residence-city .city-image {
  background-size: cover;
  background-position: center center;
  height: 167px;
}

.residence-city .city-footer {
  padding: 10px;
  color: #999;
  line-height: 40px;

}

.residence-city .city-footer .boton {
  line-height: 16px;
}

.residence-city .city-footer .boton i {
  font-weight: lighter;
}

.residence-city .boton {
  float: right;
}

#residence-city-footer {
  background: #efefef;
}

#residence-city-footer .row {
  margin: 0 auto;
}

#residence-city-footer .other-hosting-options {
  background: white;
  position: relative;
  padding: 30px 15px 0px 210px;
  box-shadow: 0px 0px 5px #CCC;
  margin: 30px 0px 50px 0px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

#residence-city-footer .other-hosting-options h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

#residence-city-footer .other-hosting-options p {
  margin: 15px 0px;
  color: #888;
  line-height: 1.3em;
}

#residence-city-footer .residence-city-footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 175px;
  border-right: 5px solid #00aeef;
  padding-top: 25px;
  padding-left: 40px;
}



/*** RESIDENCIAS ***/
.interests {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: #4d4d4d !important;
}

.interests .wpb_column {
  padding: 0;

}

.interests .wpb_wrapper {
  max-width: 1275px !important;
  margin: 0 auto !important;
  padding: 15px !important;
}

.interests h2 {
  padding: 30px 0;
  font-weight: 700;
  color: #FFF;
}


.interests .titulo1 {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 25px;
  padding-left: 0px;
  font-family: 'Roboto Slab';
}

.interests .titulo2 {
	font-size: 14px;
    line-height: 19px;
    margin-top: 15px;


}

.interests .boton {
  margin-top: 15px;
}


/*** RESIDENCIA ****/
.descripcion_residencia {
  color: #5D5D5D;
}


.descripcion_residencia .boton,
.descripcion_ciudad .boton,
.localizacion .boton,
.resa-link.boton {
  margin-top: 30px;
  display: block !important;
  margin: auto !important;
  margin-top: 30px !important;
  max-width: 250px !important;
  float: none;
}

.vc_col-sm-12.descripcion_ciudad.wpb_column.vc_column_container{
   margin-bottom: 25px;
}

.vc_row.wpb_row.vc_row-fluid.convenios{
   margin-top: 25px !important;
}

.partners.vc_custom_1435225682935 {padding-bottom: 0 !important}
.localizacion > .vc_column_container {margin-bottom: 35px !important}

.localizacion {margin-bottom: 15px !important}
.descripcion_residencia p {
  margin: auto;
  margin-bottom: 15px;
}

.ciudad_residencia {
  padding-bottom: 30px;
}

.ciudad_residencia p {
  margin: auto;
  margin-bottom: 15px;
}

.localizacion {
  box-shadow: 0 34px 25px -29px #000;
  position: relative;
  z-index: 2;
}

.localizacion p {

  margin: auto;
  margin-bottom: 15px;
}

.convenios {
  max-width: 100% !important;
  margin: 0 !important;
}

.convenios p,
.ciudad_residencia p {
  max-width: 1275px;
  margin: 0 auto;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.convenios img {
  width: 100%;
  margin: 0 10px;
  margin-top: 30px;
  min-width: 150px;
  max-width: 250px !important;
}

.partners {
	max-width: 1400px;
	margin:auto !important;
	padding-bottom: 0 !important;
}
.destacado_residencia {
  overflow: hidden;
  margin-bottom: 15px;
  color: #FFF;
}

.external_link .destacado_residencia a{
  background-color: #37a8db;
}

/*** QUIEN VIVE AHI ***/
.porcentaje_circle {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

#porcentajes .chart-legend {
  font-size: 20px;
}

.comentario {
  margin-bottom: 20px;
	min-height: 165px;
}
.comentario a {
color: inherit;
}
.btn_comentario {
	text-align: center;
	margin: 30px auto !important;
	clear: both;
}
.content_comentario .col-sm-3 {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}

.content_comentario .origin {
  position: absolute;
  width: 30%;
  height: 35%;
  bottom: 0px;
  left: 10px;
}

.content_comentario .fullwidth {
  border-radius: 100%;
  margin: 0 auto;
}

.content_comentario p {
  margin-top: 10px;
}

/* MENU BAR */


.menu-toggle {
  display: none;
}

.menu-button {
  float: right;
  margin: 26px 5px 0;
  -moz-transition: margin 1s ease, line-height 1s ease;
  -webkit-transition: margin 1s ease, line-height 1s ease;
  -o-transition: margin 1s ease, line-height 1s ease;
  transition: margin 1s ease, line-height 1s ease;
}

.nav-menu {
  background-color: #FFF;
  color: #FFF;
  height: 100px;
  font-family: 'Roboto Slab';
  -moz-transition: height 1s ease, line-height 1s ease;
  -webkit-transition: height 1s ease, line-height 1s ease;
  -o-transition: height 1s ease, line-height 1s ease;
  transition: height 1s ease, line-height 1s ease;
  line-height: 100px;
  float: right;
}

.nav-menu-inside {
  background-color: #FFF;
  color: #FFF;
  font-family: 'Roboto Slab';
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  float: left;
}

.nav-menu li, .nav-menu-inside li {
  background-color: #FFF;
  color: #00AEEF;
  display: inline-block;
  padding: 0px 10px;
  font-size: 1.2em;
  font-weight: 300;
  border-right: 1px solid #00AEEF;
  line-height: normal;
}

.nav-menu  li.last, .nav-menu-inside  li.last {
  border: none;
}

.nav-menu  li a, .nav-menu-inside li a {
  color: inherit;
}

#site-navigation.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  border-bottom: 5px solid #28aae0;
}

#site-navigation.fixed .menu-button {
  margin-top: 5px;
}

#site-navigation.fixed .nav-menu {
  height: 50px;
  line-height: 50px;
}

#site-navigation.fixed .header-logo {
  opacity: 1;
}

.section3.nav-fixed {
  animation: marginTop 1s ease forwards;
  animation-direction: forwards;
  -webkit-animation: marginTop 1s ease forwards;
  -webkit-animation-direction: forwards;
}

div.event-content{
   margin-bottom: 70px;
}

div.event-content .vc_row:first-child {
  margin-bottom: 0;
}

div.event-content .vc_row:first-child .wpb_column {
  height: auto;
  min-height: 0;
}

.events .content_comentario{
  height: auto;
  overflow: hidden;
  padding: 20px 0 35px 0;
}

.events .main-event{
  position: relative;
  top: -220px;
  margin-bottom: -170px;
}

.main-event .info{
  border-left: 1px solid #cdcdcd;
}

.main-event h2{
  font-weight: bold;
  text-align: left;
  padding: 15px 0;
}

.main-event h5{
  margin-top: 10px;
  font-size: 22px;
  font-weight: lighter;
}

.main-event p.content{
  font-size: 19px;
  font-weight: lighter;
  line-height: 1.4em;
  margin-top: 0;
}

.main-event .content_comentario{
  overflow: hidden !important;
}

.main-event .resa-link{
  margin-right: 20px !important;
}

.events .main-event .content_comentario{
    height: auto;
   /*360px*/
}

.other-events-main.wpb_content_element{
   padding-top: 120px;
   margin-bottom: 0;
}

.other-events.wpb_content_element{
   padding-top: 40px;
   background-color: #f2f2f2;
   margin-left: 15px;
   margin-right: 15px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.other-events h2{
   margin-bottom: 20px;
}

.other-events h2 span{
  font-weight: bold;
}

.events .day, .events .year{
   color: #00afea;
}

.events p.day{
  font-size: 110px;
  font-weight: bolder;
}

.events p.month, .events p.year{
  font-size: 40px;
  font-weight: lighter;
}

.small-event p{
  margin: 0 10px;
}

.small-event p.date{
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}

.small-event .day{
  font-size: 45px;
  margin-right: 15px;
}

.small-event .month{
  font-size: 25px;
  font-weight: lighter;
  vertical-align: 8px;
  margin-right: 15px;
}

.small-event .year{
  font-size: 25px;
  vertical-align: 8px;
  font-weight: lighter;
}

.small-event .title{
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

.small-event .content{
  line-height: 1.4em;
}

.small-event .read-more{
  margin-top: 10px;
  display: block;
  color: #00afea;
}

.special-empty{
  margin-top: -90px;
  background-color: white;
}

.ofertas-shadow{
  -webkit-box-shadow: 0px 23px 55px 4px rgba(207,207,207,1);
  -moz-box-shadow: 0px 23px 55px 4px rgba(207,207,207,1);
  box-shadow: 0px 23px 55px 4px rgba(207,207,207,1);
}

.jobs-list{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

#jobs-list h3{
    font-family: 'Roboto Slab';
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #5D5D5D;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 48px;
    float: none;
}

.job-offer p{
    text-align: left;
    font-weight: lighter;
    font-size: 110%;
    line-height: 1.2em;
}

.job-offer h4{
    padding-top: 5px;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #00AEEF;
}

.job-offer .view-offer{
   text-align: right;
}

.job-offer{
    margin-bottom: 20px;
    min-height: 165px;
}

.job-offer .boton{
    width: 54%;
    min-width: 200px;
}
.job-offer .boton:hover{
    cursor: pointer;
}

.job-offer .list-foot{
    margin-top: 25px;
}

#offer-details .content .vc_row > .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#offer-details .form-content{
    background-color: #f2f1f2;
}

#offer-details .offer-heading{
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCB;
}

#offer-details .city{
    padding-top: 5px;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #00AEEF;
}

#offer-details .residence{
    padding-top: 5px;
    text-align: right;
    font-size: 30px;
    font-weight: lighter;
    color: #5E5D5D;
}

#offer-details h1{
    padding-top: 5px;
    margin: 30px 0;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    color: #5E5D5D;
}

#form-header{
    font-weight: lighter;
    font-size: 17px;
    margin-bottom: 20px;
}

.partners-img .responsive-cover-image{
    background-position-y: 13%;
}

@keyframes marginTop {
  from {margin-top: 110px}
  to {margin-top: 60px}
}
@-webkit-keyframes marginTop {
  from {margin-top: 110px}
  to {margin-top: 60px}
}


@media (max-width: 991px) {
  #colophon {
    text-align: center;
  }

  #footer, #footer > div {
    display: block;
  }

  #footer h2 {
    text-align: center;
    margin-top: 15px;
  }

  #footer-widget1_div, #footer-widget2_div, #footer-widget3_div {
    border: none;
  }

  #lang_sel_list.lang_sel_list_vertical {
    margin: auto;
    text-align: center;
  }

  #lang_sel_list.lang_sel_list_vertical ul {
    text-align: center !important;
  }

  .opinion_content .circle_student {
    max-width: 200px;
  }

  .opinion_content .nombre {
    margin-top: 30px;
  }

  .opinion_content .image {
    margin-top: 30px;
  }

  .cnss-social-icon {
    text-align: center !important;
  }
}

@media (max-width: 1240px) {

  #main_header {
    /*font-size: 80%;*/
  }

  .position_menu {
    margin-top: 3px;
  }

}

@media (max-width: 1110px) {

  #main_header {
    /*font-size: 70%;*/
  }

  .top-menu-item {
    padding: 0px 9px;
    margin-top: 11px;
  }

}

@media (max-width: 945px) {

  #main_header {
    /*font-size: 45%;*/
  }

}



@media (min-width: 768px) and (max-width: 991px) {
  .frase {
    display: none;
  }

  .login_menu {
    display: none;
  }

  .position_menu {

  }

  .position_menu  .nav-menu-inside {
    margin-right: 0 !important;
  }


}

@media (max-width: 767px) {

  #search-form-wrapper {
    display: block !important;
  }

  .search_form_content {
    width: 100% !important;;
    position: relative !important;;
    margin: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  .search_form_content .inf .search_form {
    max-width: 280px;
    margin: auto;
  }

  h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .title_section {

  }

  .subsection {
    font-size: 20px;
  }

  .title_cont {
    height: 40px;
  }

  #home-residence-type {
    zoom: .8;
  }

  .tp-caption {
    display: none !important;
  }

  .despliegue, .flecha_arriba {
    display: none !important;
  }

  #mapa-residencia-overlay {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }

  .destacadohome .entry-header .wp-post-image {
    display: none;
  }

  .section1 article .entry-title {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    color: #666;
    text-align: left;
  }

  .section1 article .entry {
    padding-bottom: 10px;
  }

  .section1 article .descripcion {
    font-size: 1.3em;
  }

  .opiniones_home {
    padding-left: 30px;
    padding-right: 30px;
  }

	/* MENU */
  .menu_mobile {
    display: block;
    text-align: center !important;
    overflow: hidden;
  }

  #main_header {
    display: none !important;
  }

  #site-navigation {
    display: none !important;
  }

  #main_header_inside {
    display: none !important;
  }

  .submenu_residencias li {
    width: 100%;
    margin: 0;
  }

  .destacadohome {
    margin-bottom: 25px !important;
  }

  .description_tipos div {
    text-align: center !important;
  }

  .description_tipos div img {
    margin-bottom: 20px;
  }

  .description_tipos .boton_blanco, .description_tipos .boton {
    float: none;
    margin-bottom: 15px;
  }

  .opinion_content .image img {
    height: auto !important;
  }

  .contenedor_listado .listado-row {
  	display: block;
  }

  .residences-city-list h1 {
    text-align: center;
    font-size: 25px;
  }

  .residence-city {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }



  #residence-city-footer .other-hosting-options {
    padding: 15px;
    height: auto;
  }

  #residence-city-footer .residence-city-footer-logo {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    border-right: none;
    border-bottom: 5px solid #00aeef;
    padding: 0;
    margin-bottom: 15px;
  }

  .submenu_residencia {
    font-size: 1em;
  }

  .submenu_residencia .ciudad, .submenu_residencia .title  {
    line-height: 100%;
    margin: 0;
  }

  .submenu_residencia .title {
    margin-right: 10px;
  }

  .submenu_residencia .boton {
    float: left !important;
  }

  .submenu_residencia .volver {
    padding: .5em;
  }

  .submenu_residencias li {
    padding: 10px 0;
  }

  .page-template-page-templatesinterioir_residencia-php .wpb_revslider_element,
  .page-template-page-templatesresidencia-php .wpb_revslider_element  {
    display: none;
  }

  .habitaciones .detalle_habitacion p.titulo {
    font-size: 20px;
  }

  .wpb_wrapper h2 {

  }

  .wpb_text_column  {
    padding: 10px;
  }


  #mapa-residencia-canvas {
    height: 300px;
  }

  .slider_habitaciones li.selected:after {
    content: none;
  }

  .responsive-cover-image {
    height: 200px;
  }

  .habitaciones p {
    width: 100%;
  }

  .vc_row.wpb_row.vc_row-fluid {
    margin-bottom: 0;
  }

  .nuestros_residentes .conoce p {
    margin-bottom: 0 !important;
  }

  .nuestros_residentes .tops {
    margin-top: 30px !important;
  }

  .nuestros_residentes .estadisticas .residentes {
    margin-top: 5px;
  }

  .wpb_single_image {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }

  .opiniones_home .col-md-7.image {
    display: none;
  }

  #porcentajes .col-sm-2, #porcentajes .col-sm-3 {
    margin-bottom: 40px;
  }

  .flex-direction-nav {
    zoom: 0.7;
  }

  .residentes h2 {
    line-height: 100%;
  }

  #porcentajes .col-sm-2 {
    padding: 0 30px;
  }
}


@media (max-width: 380px) {

  #home-residence-type {
    zoom: .6;
  }
}

.site-content input#formsub{
    font-size: 1.2em !important;
    font-weight: bold !important;
}

#hiddeninput{
display:none;
}

.site-content span.btn-file{
    position: relative;
    overflow: hidden;
    width: 250px;
    padding: 8px 10px;
    margin: -12px 20px 10px 0;
    border-radius: 0;
    color: #FFF;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
}

.site-content span.btn-file:hover{
    cursor: pointer;
}

.btn-file input[type=file]{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
   width: 100%;
    min-height: 100%;
   min-width: 100%;
}

.btn-file br{
    display: none;
}

.wpcf7-form input::-webkit-input-placeholder{
    color:black;
}

.wpcf7-form input:-moz-placeholder {
    color:black;
}
.wpcf7-form textarea::-webkit-input-placeholder{
    color:black;
}

.wpcf7-form textarea:-moz-placeholder {
    color:black;
}

.wpcf7-form .wpcf7-submit{
    font-weight: bold;
}

/* ESTILOS LOGIN LIGHTBOX */
 #login-lightbox {
      background: #fff;
      margin: 0 auto;
      width: 100%;
    }

    #login-lightbox h2 {
      color: #5D5D5D;
      font-family: 'Roboto Slab';
      font-size: 30px;
      font-weight: bold;
      line-height: 35px;
      margin: auto;
      padding: 25px 0;
      text-align: center;
      width: auto;
    }

    #login-lightbox-content {
      border-top: 8px solid #28aae0;
      clear: both
;      overflow: auto;
      width: 100%;
    }

    #login-lightbox .form-content {
      background: #F2F2F2;
      padding: 25px 40px;
      position: relative;
    }

    #login-lightbox .form-content:after,
    #login-lightbox .form-footer:after {
      clear: both;
      content: "";
      display: table;
    }

    #login-lightbox .form-footer {
      background-color: #fff;
      height: 100px;
      line-height: 100px;
      padding: 0 40px;
    }

    #login-lightbox .form-group {
      margin: 10px 0px;
      position: relative;
      text-align: center;
      width: 100%;
    }

    #login-lightbox .form-group a {
      color: #4e4e4e;
      text-decoration: none;
    }

    #login-lightbox input[type="text"],
    #login-lightbox input[type="password"] {
      border: 1px solid #999999;
      color: #333;
      font-size: 1em;
      height: 45px;
      max-width: 310px;
      padding: 10px;
      width: 100%;
    }

    #login-lightbox input[type="submit"] {
      background-color: #96bf15;
      border: 1px solid #999999;
      cursor: pointer;
      color: #fff;
      font-size: 1em;
      margin: 10px 0;
      padding: 10px;
      -webkit-appearance: button;
      width: 160px;
	line-height: normal;
    }

     #login-lightbox .form-footer-checkbox {
      color: #4d4d4d;
	float: left;

    }

.form-footer-checkbox input[type="checkbox"] {
	margin-right: 10px;
}

     #login-lightbox.left {
      float: left !important;
    }

    #login-lightbox .right {
      float: right !important;
    }

    @media only screen and (max-width: 40.063em) {
      #login-lightbox .left {
        float: none !important;
      }

      #login-lightbox .right {
        float: none !important;
      }

      #login-lightbox .form-footer {
        height: auto;
        line-height: initial;
        padding: 20px;
        text-align: center;
      }

      #login-lightbox .form-content {
        padding: 25px 20px;
      }
    }


/* Misc fixes */
.current-page-ancestor {
    text-decoration: underline;
}

.boton.resa-link a,
.boton {
	font-weight: 300 !important;
}

.residences-city-list {
	text-align: left;
}

.partners {
	max-width: 900px;
}

.partners .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.partners .wpb_content_element {
	margin-bottom: 0;
}

.page-template #main_header,
.single-ciudades #main_header {
	position: fixed;
	width: 100%;
/*	border-bottom: 5px solid #28aae0;*/
	z-index: 201;
	overflow: visible;
	box-shadow: 1px -1px 5px gray;
}

.page-template .blue-spearator {
	display: none;
}

.page-template-home .blue-spearator {
	display: block;
}

.page-template #main,
.single-ciudades #main {
	padding-top: 89px;
}

.page-template-home .site-header {
	padding-top: 89px;
}

.limit-width- {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.content_comentario {
    box-shadow: 5px 5px 5px #CCC;
    max-width: 1000px;
    margin: auto;
}

.habitaciones .detalle_habitacion .content_detalle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction column;
    flex-direction: column;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    height: 170px;
}

.habitaciones .detalle_habitacion .boton {
	margin-top: 0;
}

.site-content input#formsub {
    font-size: 1.2em !important;
    font-weight: 300 !important;
}

.partners {
    background-color: #fff;
    max-width: initial;
}

.vc_custom_1436868761152 {
    background-position: bottom center !important;
  //  height: 600px;
  //  margin-bottom: 650px !important;
}

.page-id-2097 .cita-previa {
    left: 0;
    position: relative;
    right: 0;
   // bottom: -400px;
    box-shadow: 3px 2px 10px rgba(95, 95, 95, 0.51);
    z-index: 200;
    background-color: #fff;
    border-left: 4px solid #29abe3;
}

.convenios + div {
	background: #fff !important;
}

.resa-tooltip {
    background-color: #5D5D5D;
    padding: 5px 10px;
    position: absolute;
    top: -16px;
    color: #fff;
    display:none;
}

.resa-tooltip:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #5D5D5D;
    display: block;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
}

/* Reajuste de botones*/

.boton {
	padding: 0px;
}

#main_header .boton {
	padding: 12px;
}

.boton_blanco a {
    padding: 12px;
    display: block;
}

.boton a {
	display: block;
        padding: 12px;
}

.boton_blanco {
	padding: 0;
	font-weight: 300;
}

.boton.boton-grey {
	padding: 0;
}

.boton.boton-grey a {
	padding: 12px;
}

a.boton {
    padding: 12px;
}

p.boton {
    padding: 12px;
}

p.boton a {
    padding: 0;
}

p.boton.resa-link {
    padding: 0;
}

p.boton.resa-link a {
    padding: 12px;
}

.search_form .boton {
	padding: 12px;
}

a div.boton {
    padding: 12px;
}

/* Misc */

.menu-scroll {
	display: none;
}

.menu-scroll .nav-menu-inside,
.nav-menu-inside {
    height: 50px;
    margin: 0;
    line-height: 50px;
}

.menu-scroll.scroll-on {
	display: inline-block;
}

.submenu_residencias.fixed {
    position: fixed;
    top: 89px;
    width: 100%;
    z-index: 100;
}

.submenu_residencias.fixed #primary {
	padding-top: 60px;
}

.border-top-azul {
	box-shadow: 1px 3px 10px #B1B1B1;
}

#main_header .boton {
    margin-top: 5px;
}

.residence-city .city-footer .boton i {
    font-weight: lighter;
    margin-left: 10px;
}

.ayuda {
    background-color: #fff;
}

.frase {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
    padding-top: 0;
}

#menu-menu-2 {
    margin-top: 0;
}

.header-logo {
    height: 50px;
}

.nav-menu-inside li:last-of-type {
	border-right: 0;
}

 .header-logo img {
  max-width: 110px; 
 }
@media (max-width: 945px) {

  #main_header {
    padding: 10px 20px;
  }

    .header-logo img {
        height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-logo {
        padding-right: 10px;
        margin-right: 10px;
    }

    .frase {
        font-size: 1.2em;
    }

    #menu-right {
	display: none;
    }

    #main_header .boton {
        margin-right: 0;
        margin-left: 13px;
    }

    .submenu_residencias.fixed {
        position: initial;
        top: 0;
    }
}

@media (max-width: 767px) {
   .page-template #main {
		padding-top: 0px;
	}

	.page-template-home .site-header {
		padding-top: 0px;
	}

	.single-ciudades #main {
		padding-top: 0px;
	}
}

.habitaciones .detalles_habitaciones {
    position: relative;
}

.habitacion-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2em;
    cursor: pointer;
    z-index: 99;
}

.habitacion-close:hover {
    color: #fff;
}

.boton_blanco {
	border: 0;
}

.boton_blanco a {
	border: 1px solid #fff;
}

/* Fixes typos */

.rev_slider a,
.boton,
.boton-blanco,
.boton a,
.boton-blanco a,
.destacadohome .descripcion,
.section1 .despliegue div.description .texto,
#residence-list-header div,
.section3 .titulo,
.ventajas_residencia li,
#mapa-residencia-dropdown select {
	font-family: 'Roboto';
}

.destacadohome .descripcion {
	font-size: 1.2em;
}

#searchform select {
    background: #FFF url('arrow_search.png');
    background-position: 220px center;
    background-repeat: no-repeat;
    padding: 10px;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#searchform select::-ms-expand {
    display: none;
}

#searchsubmit {
	border: 0;
}

.search_form a {
    text-decoration: underline;
}

input[type="submit"],
a,
.boton {
    outline: none;
}

#lang_sel_list li {
    margin-right: 3px !important;
}

@media (max-width: 991px) {
	.opinion_content .image-student{
		width: 100px;
		height: 100px;
	}
}

.destacado_residencia .titulo1 {
	height: 35px;
}

.destacado_residencia p.titulo2 {
	    height: 40px;
}

.destacado_residencia a.titulo2:hover {
	    color: #fff !important;
}

.destacado_residencia a.titulo2 {
	    font-size: 16px;
}

.page-id-1825 #mapa-residencia-canvas {
	height: 610px;
}

/* Ajustes altura slider */

@media screen and (min-width: 1920px) {
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner {
		height: 800px !important;
		max-height: 800px !important;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner {
		height: 700px !important;
		max-height: 700px !important;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner,
  .fullwidthbanner-container .fullwidthabanner .tp-bgimg.defaultimg {
		height: 600px !important;
		max-height: 600px !important;
	}
}

@media screen and (min-width: 620px) and (max-width: 1366px) {
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner,
  .fullwidthbanner-container .fullwidthabanner .tp-bgimg.defaultimg {
		height: 500px !important;
		max-height: 500px !important;
	}
}

/* Ajustes altura header */

@media screen and (min-width: 1366px) and (max-width: 1600px) {
  #main_header {
    padding: 10px 15px;
  }

  .page-template-home .site-header,
  .page-template #main,
  .single-ciudades #main {
    padding-top: 69px;
  }

  .header-logo img {
      height: 45px;
      margin-top: 4px;
  }

  #main_header .frase {
    font-size: 1.1em;
  }

  .submenu_residencia .title {
      margin-top: 10px;
      font-size: .8em;
  }

  .submenu_residencia .ciudad {
      padding-right: 20px;
      margin-top: 7px;
      font-size: .8em;
  }

  .submenu_residencias.fixed {
    top: 69px !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1366px) {
  #main_header {
    padding: 5px 15px;
  }

  .page-template-home .site-header,
  .page-template #main,
  .single-ciudades #main {
    padding-top: 59px;
  }

  .header-logo img {
      height: 40px;
      margin-top: 6px;
  }

  #main_header .frase {
    font-size: 1em;
  }

  #main_header .boton {
    font-size: 1em;
  }

  .submenu_residencia {
    padding-top: 5px;
  }

  .submenu_residencia .title {
      margin-top: 18px;
      padding-bottom: 0;
      font-size: .6em;
  }

  .submenu_residencia .ciudad {
      padding-bottom: 0;
      margin-top: 12px;
      font-size: .6em;
  }

  .submenu_residencia .boton {
    margin: 10px 20px;
  }

  .submenu_residencias {
    height: 50px;
    line-height: 50px;
  }

  .submenu_residencias li {
    padding: 0;
    font-size: 1em;
  }

  #menu-menu-2 {
    font-size: .8em;
  }

  .submenu_residencias.fixed {
    top: 59px !important;
  }
}

.residencia-arrow {
  content: '';
  display: block;
  background-image: url('arrow.png');
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0 auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tp-caption h2 {
	text-align: left !important;
}

@media screen and (max-width: 1200px) {
	.tp-caption {
		left: 0% !important;
	}
}

.owl-carousel {
display: block !important;
opacity: 1 !important
}

#cp_form .wpcf7-submit{
  float: left !important;
  margin-left: 5px !important;

}

/*    MODIFICACIONES IKER REVISAR CON ALVARO  */
@media screen and (min-width: 768px) and (max-width: 855px) {
  .submenu_residencias{
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 946px) and (max-width: 1052px) {
  .submenu_residencias{
    padding-top: 50px !important;
  }
}

.cita-previa_title h1 {
    font-size: 30px;
    color: #00aeef;
}





.menu-desplegable ul {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
    padding: 10px 0;
    min-width: 150px;
    display: none;
    z-index: 1
 }
 .menu-desplegable ul li {
  font-size: 20px;
  border:none !important;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
 }

 .menu-desplegable ul li:hover {  
  text-decoration: underline;
 }

 .menu-desplegable ul li a {
  text-decoration: none;
 }


 /*CITA PREVIA*/

.c-cita-previa__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-cita-previa {
    background: url(fondo_cita.jpg@id=2464);
    background-position: center !important;
    background-size: cover !important;
    padding: 10px 0 60px 0;
}

.c-cita-previa__title {
    font-family: 'Roboto Slab';
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #00aeef;
    margin: 20px auto;
    padding: 30px 0;
    width: auto;
    line-height: 48px;
    float: none;
}

.c-cita-previa .ea-bootstrap .disabled .block {
    opacity: 0.1 !important;
}

.c-cita-previa .step.calendar {
    margin-top: 30px;
}

.c-cita-previa .ea-bootstrap .form-control {
    border-radius: 1px !important;
    height: 40px !important;
    margin-top: 5px;
}

.c-cita-previa div#booking-overview {
    background: #fff;
    padding: 10px;
}

.c-cita-previa h3#booking-overview-header {
    background: #fff;
    margin-bottom: 0 !important;
    margin-top: 20px;
    padding: 10px;
}

.c-cita-previa .ea-bootstrap .small {
    padding-bottom: 13px !important;
    display: block;
}

.c-cita-previa .ea-bootstrap .btn {
    border-radius: 0 !important;
    padding: 12px !important;
}

.c-cita-previa .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    margin-bottom: 10px;
}

.c-cita-previa .ui-datepicker .ui-datepicker-calendar td {
    border-radius: 0 !important;
}

.c-cita-previa .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 8px 0 !important;
}

.c-cita-previa__legal {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 39px;
    background: #ffffff45;
}

.c-cita-previa__legal--texto {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.c-cita-previa .checkbox a,
.c-cita-previa .checkbox label {
    color: #000 !important;
    font-weight: 600 !important;
}

.c-cita-previa .checkbox {
    display: block;
    width: 100%;
    white-space: initial;
}


.c-cita-previa h3 {    
    background: #fff;
    display: block;
    padding: 18px;
}

.c-cita-previa__mensaje p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.c-cita-previa__mensaje {
    width: 100%;
    max-width: 450px;
    display: block;
    padding: calc(4px * 1) calc(4px * 5);
    top: 760px;
    position: absolute;
}


@media (max-width: 992px) {
  .c-cita-previa .row-worker .value {
      white-space: break-spaces;
  }

  .c-cita-previa .ea-bootstrap label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold;
      white-space: break-spaces;
      margin-top: 15px;
  }

  .c-cita-previa__legal {
    margin-top: 20px;
  }

  .c-cita-previa__mensaje {
    top: 0;
    position: relative;
  }
}


/*IFRAME MAP*/

.active_iframe_map,
.active_iframe_overlay #mapa-residencia-dropdown {
  display: none;
}

.active_iframe_overlay {
  bottom: 155px !important;
  top: unset !important;
  right: 32px !important;
}

.active_iframe_overlay h3 {
    padding: 12px !important;
}

@media (max-width: 767px) {
  .active_iframe_overlay {
      bottom: 0 !important;
      right: 0 !important;
      top: 0 !important;
  }
}



/* Formulario Posibles Clientes */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 16px !important;
}

.select2-search__field::placeholder {
    color: #525252 !important;
    font-size: 14px;
}


.residencia-interesada .select2-container--default:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 6px;
    top: 28%;
    z-index: 1;
    text-align: center;
    width: auto;
    /* height: 100%; */
    pointer-events: none;
    box-sizing: border-box;
}

@media (max-width: 767px) {
  .menu_mobile {
      height: 100%;
      min-height: 54px;
  }
}
