/*
Theme Name: Ewer
Author: YOU MEDIA
Author URI: http://www.youmedia.es/
Description: Theme creado por YOU MEDIA para la web de ewer.
Version: 4.0
License: Copyright
Text Domain: ewer
*/

@import url(css/reset.css);
@import url(css/fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url("https://use.typekit.net/efa2oor.css");



/* Structure
//////////////////////////////////////////////////// */
body {font: normal 15px/100% 'Outfit', sans-serif; color: #000;letter-spacing: .1em;
    min-height: 100%;background:#dcdcdc;letter-spacing:0;
}



.wrapper {position: relative; margin: 0; min-height: 100%; height:auto;width: 100%; outline:none;}

.noscroll {overflow: hidden;}
.nofull {height: auto;}

section {position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover;/*background:#fff;*/ }

.fullheight {height: 100%;/*min-height: 680px;*/ }
.fullwidth {width: 100%; max-width: 1000%;display:block;}

section{background-attachment: fixed;}

a {outline:none !important; color: #fff;}
a, a svg path {-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
a:hover {color: #666}
a.btn-toggle{color:#034251;}

.theme-purple a.btn-toggle{color:#48374f;}

b, strong, .bold {font-family: 'Outfit'; font-weight: 700;}
.nobold {font-family: 'Outfit';font-weight:400;}
.special{font-family: 'Goudy'; }
.special-bold{font-family: 'Outfit';font-weight: 900; }

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-right {text-align: right}

.text-xxsmall {font-size: 70%; line-height: 130%}
.text-xsmall {font-size: 80%; line-height: 130%}
.text-small {font-size: 90%; line-height: 130%}
.text-med {font-size: 110%; line-height: 130%}
.text-big {font-size: 120%; line-height: 120%}
.text-xbig {font-size: 130%; line-height: 120%}
.text-xxbig {font-size: 145%; line-height: 110%}
.text-xxxbig {font-size: 205%; line-height: 110%}
.text-huge {font-size: 400%; line-height: 110%}


mark {color: #FFF; background: #00ffbe}
::-moz-selection {color: #FFF; background: #00ffbe; opacity: 1}
::selection {color: #FFF; background: rgba(0,0,0,.7)}

.animado {visibility: hidden;}
.upper {text-transform: uppercase;}
.capitalize{text-transform: capitalize;}

/* Colores */
.white {color: #FFF}
.black {color: #000}
.yellow{color: #f0f392;}
.green{color:#00ffbe;}
.green-dark{color:#009877;}
.grey-dark{color:#5a716d;}


.bg-grey {background:#f5f5f5;}
.bg-green{background:#00ffbe;}



/* Preloader */
#preloader {position: fixed; top: 0; width: 100%; height: 100%; z-index: 3000;}
#preloader.preload-ct {background: none}

/* Videos de fondo */
.video-bg {width: 100%;position: relative; z-index: 0;}

/* For Decorations */
.ct {position: relative;}
.ct::before,
.ct::after,


/* Columnas */
.col-80{width: 80%;float:left;}
.col-75{width: 75%;float:left;}
.col-70{width: 70%;float:left;}
.col-65{width: 65%;float:left;}
.col-60{width: 60%;float:left;}
.col-55{width: 55%;float:left;}
.col-50{width: 50%;float:left;}
.col-48{width: 48%;float:left;}
.col-45{width: 45%;float:left;}
.col-40{width: 40%;float:left;}
.col-35{width: 35%;float:left;}
.col-30{width: 30%;float:left;}
.col-28{width: 28%;float:left;}
.col-25{width: 25%;float:left;}
.col-20{width: 20%;float:left;}
.col-15{width: 15%;float:left;}
.col-10{width: 10%;float:left;}
.col-10 img{width: 90%;margin:0 auto;}

/* Container */
.container {margin: 0 auto; padding: 4em 0; width: 80%; max-width: 1480px; position: relative;}
.container.xsmall-width {width: 30%}
.container.small-width {width: 40%}
.container.inter-width {width: 50%}
.container.medium-width {width: 63%}
.container.big-width {width: 92%}
.container.full-width {width: 100%;}



/* Header
//////////////////////////////////////////////////// */
.header {width: 100%; overflow:hidden;}
.header .site-title {display: block; position: absolute; top: 3.2em; left: 3%; width: 13%; 
    min-width: 200px; max-width: 25%; z-index: 900}
.header .site-title svg {width: 90%; height: 100%}
.header-text {height: 16em}
.section-noheader .container {max-width: 1024px;}


/************************************************************************
    MENU
************************************************************************/
li.nav-home{display: none!important;}
ul.menu {position: relative; z-index: 20;}
ul.menu > li {display: inline-block; position: relative;font-family: 'Outfit';text-transform: uppercase;font-weight: 400;}
ul.menu > li a {display: inline-block; text-decoration: none; cursor: pointer; position: relative;
 font-weight: 600; font-style: normal; color: #666;}
.site-navigation ul.menu > li a:hover,
.site-navigation ul.menu li.current-menu-item > a {color: #000!important;}

.page-template-inversores .site-navigation ul.menu > li a:hover,
.page-template-inversores .site-navigation ul.menu li.current-menu-item > a {color:#e7e997!important;}


/* Menus del header */
.main-nav-ct {width: 94%;position: absolute;top:2em;left: 3%;border-bottom: 5px solid #000;height: 44px;z-index: 2;}
.menu-wp {display: flex; align-items: center; justify-content: space-between; position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 600;}
.site-navigation {line-height: 1;display: flex; justify-content: flex-end; align-items: center; margin-right: 0;
  -ms-transition: margin .4s linear;
  -webkit-transition: margin .4s linear;
  transition: margin .4s linear;
  position: relative;
}
.site-navigation:before{position: absolute;content: '';width: 100%;height: 1px;right: 0;bottom: 0;}
.site-navigation ul.menu {display: flex; /*justify-content: flex-end; align-items: center;*/}
.site-navigation ul.menu > li {display: block; margin: 0; padding: .5em .4em 0 .4em;float: left;}
.site-navigation ul.menu > li > a {
padding: .3em 0;position: relative; display: block; font-weight: 500;font-family: 'Outfit';font-size: 1.15em;color: #fff;}
.site-navigation ul.menu > li > a:after{content: '/' ;padding-left:.55em;}
.site-navigation ul.menu > li:last-child > a:after{content: '';}
.site-navigation ul.menu > li > a:hover{text-decoration: none;color: #000!important;}
.site-navigation ul.menu > li > a:hover after{color: #fff!important;}

/* MENÚ Área privada */
.private-area{width: 100%;position: absolute;}
.site-navigation-private{position: absolute;top: 1em;right:0;width: auto;}
.site-navigation-private ul li a{background: #000;padding: .6em 1.5em;font-size: .9em;color: #fff!important;}
.site-navigation-private ul li a:hover{color: #666!important;}
/* Menu principal */
body.page-template-home .site-navigation ul li.item-home {display: none;}

/* Menu trigger */
.nav-trigger {display: none;}

/* Hover & active state */
.nav-trigger:hover .btn-nav-icon i, 
.nav-trigger:hover .btn-nav-icon i:after, 
.nav-trigger:hover .btn-nav-icon i:before,
.nav-trigger.hover .btn-nav-icon i, 
.nav-trigger.hover .btn-nav-icon i:after, 
.nav-trigger.hover .btn-nav-icon i:before {background-color: #fff;background-color: #fff;}

/* Open menu state */
body.menu-open .nav-trigger {z-index: 1001; top: 1em;}
body.menu-open .nav-trigger .btn-nav-icon {}
body.menu-open .nav-trigger .btn-nav-icon i {background-color: transparent !important; box-shadow: none !important}
body.menu-open .nav-trigger .btn-nav-icon i:before,
body.menu-open .nav-trigger .btn-nav-icon i:after {background-color: #fff !important; box-shadow: none !important;}
body.menu-open .nav-trigger .btn-nav-icon i:before {
    -ms-transform: translate3d(0em, -1em, 0) rotate(45deg);
    transform: translate3d(0em, -1em, 0) rotate(45deg);
    -webkit-transform: translate3d(0em, -1em, 0) rotate(45deg);
}
body.menu-open .nav-trigger .btn-nav-icon i:after {
    -ms-transform: translate3d(0em, -1em, 0) rotate(-45deg);
    transform: translate3d(0em, -1em, 0) rotate(-45deg);
    -webkit-transform: translate3d(0em, -1em, 0) rotate(-45deg);
}

.touch .nav-trigger.nav-white:hover .btn-nav-icon,
.touch .nav-trigger.nav-white.hover .btn-nav-icon,
.touch.menu-open .nav-trigger:hover .btn-nav-icon,
.touch.menu-open .nav-trigger.hover .btn-nav-icon,
.touch .nav-trigger.nav-white.active:hover .btn-nav-icon,
.touch .nav-trigger.nav-white.active.hover .btn-nav-icon,
.nav-trigger.nav-white.active:hover .btn-nav-icon,
.nav-trigger.nav-white.active.hover .btn-nav-icon {background-color: #FFF}


/* SUBMENÚ */

.sub-menu{background: #000;}

/* Redes sociales
///////////////////////////////////////////////////// */
.navsocial{width: auto;position: absolute;right: 5.5em;top: 7em;z-index: 20}


/* Idiomas
//////////////////////////////////////////////////// */

.navlang {position:relative;float: left;display: inline-block;padding-left: 1em;padding-top: .9em; z-index: 120; font-family: 'Heebo';font-weight: 800;}
.wpml-ls-legacy-dropdown {width: auto;}
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {padding: 0; background: none; color: #666;}
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {border: none;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {padding-top: 4px;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {padding: 3px 0}
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {background: none; color: #666}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {border: 5px solid transparent; border-top: 6px solid; right: -18px;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);}
.navlang li:last-child{border-right: 0}
.navlang .wpml-ls-flag {display: none}
.navlang a:before {display: inline-block; content: ''; color: #666;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.wpml-ls-current-language a:before { color: #666; }
.navlang a:hover:before {opacity: .8}

li.wpml-ls-item-es a:before {content: 'ES';}
ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before {content: 'ES' !important;}
li.wpml-ls-item-en a:before {content: 'EN';}
ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before {content: 'EN' !important;}
li.wpml-ls-item-fr a:before {content: 'FR';}
ul.wpml-ls-sub-menu li.wpml-ls-item-fr  a:before {content: 'FR' !important;}
li.wpml-ls-item-pt-pt a:before {content: 'PT';}
ul.wpml-ls-sub-menu li.wpml-ls-item-pt-pt a:before {content: 'PT' !important;}

.is-white .wpml-ls-legacy-dropdown a,
.is-white .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.is-white.navlang a:before {color: #FFF} 


/* Scroll Down
//////////////////////////////////////////////////// */ 
.dummy {position: absolute; top: 0; z-index: 0; width: 100%;}
#dummytop {max-height: 240px; height: 37%;}
#dummytray {height: 100px;}
#dummytray2 {height: 100px;top: 100px;}
#dummyhome {height: 100px; background: red}
#dummyhome2 {height: 100px;top: 100px; background: green}





/* Menú redes sociales 
//////////////////////////////////////////////////// */
.social-follow {}
.social-follow ul {margin: 1em 0 !important}
.social-follow li {padding-bottom: .6em; display: inline-block;}
.social-follow li::before {display: none !important}
.social-follow a {border: none !important; background-color: #FFF}
.social-follow a:hover {background-color: #484848 !important}
.social-follow * {display: block;}
.social-link {display: inline-block;}
.social-link i svg {width: 2em; height: 2em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.social-link i svg path,
.social-link i svg circle {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;}
.social-link:hover{
  /*-webkit-animation-name: rubberBand;
  animation-name: rubberBand;*/
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
/*  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}
.social-link:hover svg circle {fill:#484848;}
.social-link:hover svg path {fill:#FFF;}


/* Menú abierto
//////////////////////////////////////////////////// */
.down-open.main-nav-ct {right: 0;}

/* Content
//////////////////////////////////////////////////// */

h1, h2 {font-weight: normal; font-family: 'Cy'; line-height: 1; text-transform:lowercase;
font-variant-ligatures: no-contextual; /* Desactiva las variantes de la 'e' */}

h1 {font-size: 6em;font-weight: 500;}
h2 {font-size: 6em; padding-bottom: .2em;}
h3 {font-size: 126%; padding-bottom: .4em; padding-top:0;}
h4 {font-size: 90%; margin-top: 1.5em; padding-bottom: .5em;}

p {margin: .7em 0;line-height: 1.2em;}

/*ul + h3:first-of-type ,
ol + h3:first-of-type ,
p + h3:first-of-type  {padding-top: 1em}*/
h3 + h4 { margin-top: 0 }  
h3 + p,
h4 + p { margin-top: 0 !important }  

.floatLeft {float: left;}
.floatRight {float: right;}

/* Imagenes */
img.aligncenter {display: block; margin: 0 auto; clear: both; overflow: hidden;}
img.alignleft {float: left; margin: 0 3.7% 8px 0;}
img.alignright {float: right; margin: 0 0 8px 3.7%;}



.entry-summary{margin-bottom:2em;width: 73%;}
.entry-content a {}
.entry-content a:hover {}
.entry-content img {max-width: 100%; height: auto}
.entry-content ul,
.noticia-content ul,
.entry-content ol,
.noticia-content ol {margin-top: 1.3em; margin-bottom: 1.3em;}
/*.entry-content ul,*/
.noticia-content ul {margin-left: 2.8em}
.entry-content ol,
.noticia-content ol {margin-left: 4.5em}
.entry-content ul li,
.noticia-content ul li {padding-bottom: .2em;}
.entry-content ol li,
.noticia-content ol li {padding-bottom: .2em; list-style-type: decimal-leading-zero;}




/* En los casos que va en 2 columnas*/
.col2-ct {
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em;
    -webkit-column-rule: none;
}




/* ALINEACION VERTICAL */
.vertical-align-container {height: 100%; width: 100%; display: block; position: absolute; top: 0; left: 0}
.vertical-align-ct {height: 100%; display: table !important; width: 100%}
.vertical-align-inner {display: table-cell !important; vertical-align: middle; text-align: center}

/* PESTAÑAS / TABS 
//////////////////////////////////////////////////// */
.tabs {position: relative; clear: both; margin-top: 2em;}
.tab-nav {position: relative; margin-top: 1em; clear: both; overflow: hidden; }
.tab-nav li {display: inline-block; color: #000; font-size: 1.4em; text-transform: uppercase; letter-spacing: -0.02em;font-family: 'Gotham-Medium';}
/*.tab-nav li::after {content: '/'; display: inline-block;}*/
.tab-nav li a {color: #fff; padding: 0.6em 1em 0.4em; display: block;}
.tab-nav li a span {display: block; padding-top: .5em;}
.tab-nav li.active a,
.tab-nav li a:hover {color: #00896d;}


.tab-container {margin-top: 2em; border-top: 1px solid rgba(0, 0, 0, 0.1)}




/* TABLAS */
table {width: 100%;}
table th,
table td {padding: 1.5em .8em;}
table th {font-weight: bold}
table tr{border-bottom: 2px solid #5d5c5c;}


/* Scrollbar 
//////////////////////////////////////////////////// */

.mCSB_scrollTools .mCSB_draggerContainer {left: 20px; }
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, 
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {opacity: 0}
.showscroll.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, 
.showscroll.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {opacity: 1}


/* Footer
//////////////////////////////////////////////////// */

.footer {width: 100%;position: relative;text-align: center;color: #000; letter-spacing: 0;padding:2em 0 2em 0;background:#000;}
.footer .nav-social {right: 2em; top: 1em;}
.footer .menu{margin:0 0 0 0;}
.footer a.footer-imago{position: absolute;width:3em;height:3em;top:1.5em;left: 48.6%;} 


.footer .credits {position: absolute; right: 2%; top: 2.5em;}
.dragoon-link {display: block;}
.dragoon-link svg {width: 6em; height: 2em}
.footer a:hover svg path {fill: #0066ff;}
.footer .footer-navigation {text-align:left; position: relative;font-size: 120%;}
.footer .footer-navigation ul{padding-left:2em;}
.footer .footer-navigation ul,
.footer .footer-navigation p,
.footer .footer-navigation ul li,
.footer .navlang {vertical-align: top; display: inline-block;}
.footer .footer-navigation ul li {margin-right: .4em}
.footer .footer-navigation a {color: #626262;font-family: 'Outfit';font-size:.6em;letter-spacing: 2px;text-align: center;font-weight: 800;}
.footer .footer-navigation a:hover {color: #fff;}






/* BOTONES
//////////////////////////////////////////////////// */

.btn {
    -webkit-appearance:none !important;
    cursor: pointer;
    display: inline-block;  
    text-transform: uppercase;
    font-family: 'Outfit';
    color: #FFF;
    width: auto;
    margin: 1em 0;
    text-align: center;
    padding: 0em .5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.wrapper.bg-grey .btn,
.blog .wrapper .btn {background: none;}
.wrapper.bg-grey .btn.bg-white,
.blog .wrapper .btn.bg-white {background: rgba(255,255,255,1); border: 1px solid #e5e5e5}
*/
/* Por defecto / Default */
.btn {}
.btn:hover {color: #fff}
.mostrar{width: 100%; text-align: center;padding-bottom:.5em;}
.mostrar p{margin:0 0!important;}
.down .icon-stable{transform: rotate(180deg);/*position: absolute;bottom:1em;left:50%;right:50%;*/}
.down.active .icon-plus {transform: rotate(45deg);/*position: absolute;bottom:1em;left:50%;right:50%;*/}


/* Cerrar / Close */
.btn-close {position: absolute;top:14em; right:1em;z-index:1250;font-size:1.2em;}
.btn-close:hover::before {}

/* Para acceder al contenido */
.btn-access-ct {position: absolute; top: 1em; left: 0; text-align: center; width: 100%; z-index: 300}
.btn-access-ct a:hover {opacity: .65; color: #00ffbe}
.btn-access-ct.access-down a {display: inline-block;
    animation: 1.4s ease-out normal none infinite floating;
    -webkit-animation: 1.4s ease-out normal none infinite floating
}
.blog-index .btn-access-ct.access-down a {color: #000}


@-webkit-keyframes floating{0%{-webkit-transform:translateY(-8px)}50%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-8px)}}
@-moz-keyframes floating{0%{-moz-transform:translateY(-8px)}50%{-moz-transform:translateY(8px)}100%{-moz-transform:translateY(-8px)}}


/* Toggle */
.toggle-content {display: none;}
.btn-toggle.active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.btn-toggle.btn-plus.active {
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg); 
}

.btn-toggle.active i {
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg); 
}

.btn-toggle span{display:none;}
.btn-toggle span.active{display:inline;}




/* Varios
//////////////////////////////////////////////////// */

.overlay {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,.6); z-index: 1; 
    visibility: hidden; opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.overlayscr {position: fixed}
.overlay.active {position: fixed}

.clear {clear: both;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
.imagen {width: 100%;}
.mobile, .none {display: none;}
.hidden {visibility: hidden !important; opacity: 0 !important;}
.active {visibility: visible !important; opacity: 1 !important;}
.fixed {position: fixed;}
footer.fixed {bottom: 0}


/* ==========================================================================
   Corección plugin de cookies
   ========================================================================== */

#cookie-law-info-bar {position: absolute; opacity: .7; font-size: .8em; z-index: 1500;}
/*#cookie-law-info-bar span {color: #000 !important;}*/
#cookie-law-info-bar .cli-plugin-button, 
#cookie-law-info-bar .cli-plugin-button:visited, 
#cookie-law-info-bar .medium.cli-plugin-button,
#cookie-law-info-bar .medium.cli-plugin-button:visited {
    -webkit-border-radius: 0;
        -moz-border-radius: 0;
         -ms-border-radius: 0;
          -o-border-radius: 0;
              border-radius: 0;
    text-shadow: none; 
    border-bottom: 0
}


/* ==========================================================================
   COLORBOXES 
   ========================================================================== */

#cboxOverlay {background-color: rgba(0,0,0,.8) !important;}
#cboxLoadedContent {border: none !important; background: #000 !important}
#cboxClose {
    background: none !important; background-size: 100%;
    height: 35px !important;
    right: 0 !important;
    top: 0 !important;
    width: 35px !important;
    text-indent: 0 !important;
    /*padding: 8px 10px 0 !important;*/
    overflow: hidden !important;
    color: #FFF !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 0;
}

#cboxClose:before { font-family: "Outfit"; content: 'X'; font-size:1.6em; line-height: 30px; margin-bottom: 1.5em;
    display: inline-block;background: #000;color:#fff;padding:.2em .5em 0 .5em;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3)

}
#cboxPrevious, #cboxNext, #cboxSlideshow {overflow: hidden !important;}
.gallery-colorbox #cboxLoadedContent {background: #000 !important;}
#cboxPrevious,
#cboxNext {background: none !important; text-indent: 0 !important; width:40px!important; height: 40px !important;line-height: 1 !important; color: rgba(0,0,0,.8);top:47%; }
#cboxPrevious {left: .5em !important;margin-top:0;}
#cboxNext {right: .5em !important;margin-top:0;}
#cboxPrevious:before,
#cboxNext:before {display: block; font-family: "icons"; font-size: 1.5em; color: #000;text-shadow: 0px 0px 10px rgba(255,255,255,0.4);padding:10px; }
#cboxPrevious:before {content: '\e805'; font-family: "icons";color:#fff !important;background: #000;transform: rotate(-90deg);padding:10px;}
#cboxNext:before {content: '\e805'; font-family: "icons";color:#fff !important;background:#000;transform: rotate(90deg);}


/* BLUE */
.postid-250 #cboxClose:before,
.postid-186 #cboxClose:before,
.postid-271 #cboxClose:before,
.postid-316 #cboxClose:before,
.postid-306 #cboxClose:before,
.postid-364 #cboxClose:before,
.postid-363 #cboxClose:before,
.postid-358 #cboxClose:before,
.postid-351 #cboxClose:before{background:#034251;color:#00ffff;}
.postid-250 #cboxNext:before,
.postid-186 #cboxNext:before,
.postid-271 #cboxNext:before,
.postid-316 #cboxNext:before,
.postid-306 #cboxNext:before,
.postid-364 #cboxNext:before,
.postid-363 #cboxNext:before,
.postid-358 #cboxNext:before,
.postid-351 #cboxNext:before{background:#034251!important;color:#00ffff!important;}

.postid-250 #cboxPrevious:before,
.postid-186 #cboxPrevious:before,
.postid-271 #cboxPrevious:before,
.postid-316 #cboxPrevious:before,
.postid-306 #cboxPrevious:before,
.postid-364 #cboxPrevious:before,
.postid-363 #cboxPrevious:before,
.postid-358 #cboxPrevious:before,
.postid-351 #cboxPrevious:before{background:#034251!important;color:#00ffff!important;}


/* PURPLE */
.postid-273 #cboxClose:before,
.postid-259 #cboxClose:before,
.postid-383 #cboxClose:before,
.postid-405 #cboxClose:before{background:#48374f;color:#eccdff;}

.postid-273 #cboxNext:before,
.postid-259 #cboxNext:before,
.postid-383 #cboxNext:before,
.postid-405 #cboxNext:before{background:#48374f!important;color:#eccdff!important;}

.postid-273 #cboxPrevious:before,
.postid-259 #cboxPrevious:before,
.postid-383 #cboxPrevious:before,
.postid-405 #cboxPrevious:before{background:#48374f!important;color:#eccdff!important;}



/* SHARE */
.heateor_sss_sharing_title{font-family: 'Outfit'!important; margin-top:1.5em;border-top:1px solid #000;padding-top:1em;}

/* MAPS */
.acf-map {
    width: 100%;
    height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}




/* LOGOS */
.logo {position: relative;}
.logo.white svg path {fill: #FFF;}

/* FLEXSLIDER */
.flexslider.slider{margin:0 0 0 0;}
.flexslider.slider li.slider-item,
.flexslider.slider li.slider-item > a {position: relative;}
.flexslider.slider li.slider-item > a {display: block;}
.flexslider.slider img{width: 100%!important;display:block;}
.flex-direction-nav a.flex-prev:before{background-color: #000;border-radius: 0;content: '\e805';font-family: 'icons';color:#fff;font-size:1.4em;transform: rotate(-90deg);padding:1em;}
.flex-direction-nav a.flex-next:before{background-color: #000;border-radius: 0;content: '\e805';font-family: 'icons';color:#fff;font-size:1.4em;transform: rotate(90deg);padding:1em 1em 1em .7em;}

.theme-purple .flex-direction-nav a.flex-prev:before{background-color: #48374f;color:#eccdff;}
.theme-purple .flex-direction-nav a.flex-next:before{background-color: #48374f;color:#eccdff;}

.flex-direction-nav a{width: 50px;height: 42px;top:46%;}

/* //// FEEDS REDES SOCIALES
///////////////////////////////////////////////*/
.tab-container#tab-instagram {border-top: 1px solid rgba(0, 0, 0, 0.1)}

/* Facebook */
.fts-jal-fb-header {display: none;}
.fts-powered-by-text {color: #FFF !important}
.fts-jal-single-fb-post,
.fts-tweeter-wrap {display: inline-block; vertical-align: top; width: 41%; margin: 1em 2%; font-size: 85%;}
.fts-jal-fb-message {line-height: 130%; }

/* Por páginas
//////////////////////////////////////////////////// */

/* HOME
//////////////////////////////////////////////////// */
.sec-home {width: 100%;position: relative;overflow:hidden;}
.sec-home .home-top{width: 100%;position:relative;background: url('images/bgs/home/bg-home-top.jpg') no-repeat 0 0;background-size: 100%;}
.sec-home .home-top .entry-header{margin-bottom: 2em;}
.sec-home .home-top .content{width: 100%;position: relative;overflow: hidden;}
.logos-top{padding:12em 0 8em 0; margin: 0 auto;position: relative;float: none;}
.sec-home .home-top .logo-ewer{width: 36em;display:block;margin: 0 auto;}
.sec-home .home-top .col-left{width: 35%;padding: 4em 0 4em 8em;position: relative;float: left;}
.sec-home .home-top .col-left .link-inmuebles{position: relative;margin-top: 1.5em;}
.sec-home .home-top .col-left .link-inmuebles a{color: #000;font-size: 2em;font-weight: 300;}
.sec-home .home-top .col-right{width: 50%;position: relative;float: left;min-height: 300px;}
.sec-home .home-top .col-right img.torre-glories{width: 100%;}
.sec-home .home-bottom{width: 100%;position: relative;overflow:visible;float: left;background: url('images/bgs/home/bg-home-bottom.jpg') no-repeat 0 0;background-size: 100%;color: #fff;padding-bottom: 2em;}
.sec-home .home-bottom .content{width: 45%;position: relative;float: left;padding:42em 0 4em 8em;}
.sec-home .home-bottom .link{width: 42%;position: relative;float: left;font-size: 2em;padding-top: 32em;font-weight: 300;text-align: right;}
.sec-home h2{color:#f0f392;font-weight: 500;}
.sec-home .home-bottom .w{width: 75%;position: absolute;right: 0;top: -10em;}


.home-inm{width: 100%;position:relative;overflow: hidden;}
.home-inm .line-inlong{width: 22%;position: absolute;left:0;bottom:0;z-index:1;}
.home-inm .line-inshort{width: 42%;position: absolute;right:0;bottom:0;z-index:1;}
.home-inm h2{font-size: 1.2em;line-height: 1.1em;padding-left:8%;}
.home-inm .theme-blue,
.home-inm .theme-purple{width: 50%;float:left;padding-top:4em;padding-bottom:0;position: relative;z-index:2;}
.home-inm .theme-purple{color:#48374f;}


.home-inm .family{width: 40%;font-family: 'Gotham-Medium';position: relative;margin:1em 0 4em 0;font-size:1.5em;padding:1.2em 0 .5em 3.5em;}
.home-inm .family:before{content: '\e805';font-family: 'icons';position: absolute;top: .8em;left: 1.5em;font-size: 1.2em;}
.home-inm .theme-blue .family{color: #06fcfc;}
.home-inm .theme-purple .family{color: #eccdff;}
.theme-blue .family{background:#034251;color:#06fcfc;}
.theme-purple .family{background:#48374f;color:#eccdff;}
.home-inm .btn{float:left;padding:0;font-family: 'Outfit';margin-left:8%;}
.home-inm .theme-blue a.btn{/*background:#034251;color:#06fcfc;*/;color:#fff;}
.home-inm .theme-blue a:hover.btn {/*background:#06fcfc;color:#034251;*/color:#000;}
.home-inm .theme-purple .btn{/*background:#48374f;color:#eccdff;*/color:#fff;}
.home-inm .theme-purple a:hover.btn{/*background:#baa0cb;color:#48374f;*/color:#000;}


.home-inm .producto-prev{margin-top:-10em;margin-top:0;
font-size:1em!important;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
background: rgba(0,0,0,.8);
padding: 1.5em 5em;
}
.home-inm a:hover .producto-prev{margin-top:0;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;}

/* EWER 
/////////////////////////////////*/
.sec-ewer{width: 100%;position: relative;background: #000 url('images/bgs/ewer/bg-ewer.jpg') no-repeat 0 0;background-size: cover;padding-bottom: 8em;}
.sec-ewer .ewer-top{width: 100%;position: relative;padding-top: 10em;}
.sec-ewer .ewer-top .container h2{color: #fff;font-size: 4em;font-weight: 500;text-transform: lowercase;}
.sec-ewer .ewer-top .container h3{color: #fff;font-size: 2em;font-weight: 300;text-transform: lowercase;}
.sec-ewer .ewer-top .container .col-right{width: 42%;position: relative;float: right;}
.sec-ewer .ewer-top .quienes,
.sec-ewer .ewer-top .hacemos,
.sec-ewer .ewer-top .estrategia{position: relative;margin-bottom: 2em;}
.sec-ewer ul{padding-left: 2em;position: relative;padding-top: 1em;}
.sec-ewer ul li{position: relative;margin-bottom: 1em;}

/* MODELO
//////////////////////////////////////////////////// */
.page-template-modelo{width: 100%;position:relative;overflow:auto;background: #f4f4f4 url('images/bgs/modelo/bg-modelo.jpg') no-repeat 0 0;background-size: cover;}
.page-template-modelo .footer{background: none;}
.page-template-modelo .l-left{width: 35%;position:absolute;left:0;bottom:0;top:inherit;}
.sec-modelo{width: 100%;position: relative;}
.sec-modelo .modelo-top{width: 100%;position: relative;background:rgba(0,255,190,.8);}
.sec-modelo .modelo-top .logo{width: 32%;padding:3em 0;margin-left:44%;}
.sec-modelo .modelo-top .logo .logo-stable-green{width: 33em;}
.sec-modelo .modelo-top .logo .claim-stable{width: 11em;margin-top:.8em;}
.sec-modelo .modelo-bottom .col-48{margin-left:50%;margin:6em 0 4em 52%;}
.sec-modelo .modelo-bottom header{border-bottom: 2px solid #009877;padding:1.5em 0;margin-bottom:2em;}
.sec-modelo .modelo-bottom h1{}
.sec-modelo .modelo-bottom .content{width: 44%;}
.sec-modelo .modelo-bottom .infografia{width: 96%;}
.sec-modelo .modelo-bottom .content-green{width: 52%;color:#009877;margin-top:3em;}

/* LISTADO INMUEBLES
//////////////////////////////////////////////////// */

/* HEADER 
/////////////////////////////////////////////////// */
.logo-header{width: 9em;position: absolute;top: 1em;left: 3em;z-index: 3;}

/*Filtrado*/
.filter{width: 100%;position: relative;color:#000;}

.sec-tipo{width: 100%;position: relative;}
.sec-tipo header{width: 100%;position: relative;}
.sec-tipo header .logo{width: 25em;position:absolute;top:3.5em;left:4em;}
.sec-tipo header h1 {width: 14%;padding:.5em 2em .2em 2.5em;margin-top:2.5em;font-size:2.8em;}


.sec-tipo-top{position: relative;background: #f4f4f4 url('images/bgs/inmuebles/bg-mapa.jpg') no-repeat 0 0;background-size: cover;padding-bottom: 7em;}
.sec-tipo-top h1{font-size: 5.8em;}
.theme-blue .sec-tipo-top h1 a{color:#00ffff;}
.theme-purple .sec-tipo-top h1 a{color:#eccdff;}
.sec-tipo-top .mapa-inmuebles{width: 80%;position: absolute;top: 8em;right: 1.5em;z-index: 2;}
.sec-tipo-top .mapa-inmuebles img.mapa-spain{margin-top: 3em;}
.sec-tipo-top .mapa-inmuebles span.title{text-transform: uppercase;font-size: 1.2em;font-weight: 800;position: absolute;right: 1em;top:0;}

.producto-desc-ct a:hover img{
  opacity: .7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.producto-desc-ct{width: 100%;position: relative;}
.sec-tipo-top-content{width: 100%;overflow:hidden;padding-bottom: 3em;}
.sec-tipo-top-content h2{font-size:130%;margin-bottom:2.5em;}
.sec-tipo-top-content .col-30{margin-left:7%;margin-top:2em;position: relative;}
.sec-tipo-top-content .col-30 .datos{position: relative;float: right;margin-top: 2em;font-size: 1.2em;}
.sec-tipo-top-content .col-35{padding-bottom:5em;}
.sec-tipo-top-content .col-35 ul{padding-left:1em;list-style: none}
.sec-tipo-top-content .col-35 ul li{position: relative;}
.sec-tipo-top-content .col-35 ul li:before{
  display: block;
    position: absolute;
    left: -1em;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    margin-right: 5px;
    top: 0.4em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.sec-tipo-top-content .ico-family{width: 18%;margin-bottom:1em;}
.theme-purple .sec-tipo-top-content .ico-family{width: 35%;}
.producto-prev{position: absolute;top:2em;left:0;}
.theme-blue .producto-prev{background:rgba(0,0,0,.6);color:#fff;font-family: 'Outfit';font-size:1.6em;font-weight: 600;padding:1.2em 2em .8em 2em;}

.theme-purple .producto-prev{background:#48374f;color:#fff;font-family: 'Outfit';font-size:1.3em;font-weight: 600;padding:1.2em 2em .8em 3.5em;}
.theme-purple .producto-prev:before {
    content: '\e805';
    font-family: 'icons';
    color: #eccdff;
    position: absolute;
    top: .8em;
    left: 0.7em;
    font-size: 1.5em;
}
.productos-listado .producto-prev{font-size:.95em;}
span.loc{display: block;font-size:.8em;text-transform: uppercase;font-family: 'Gotham-Book'}
.productos-listado{width:100%;}
.productos-listado ul li{width: 49.3%;float:none;display:inline-block;margin:0;vertical-align: top;}
.productos-listado ul li img{width: 100%;}
.productos-listado ul li .state{width: 100px;height: 100px;font-size:.7em;bottom:2em;}




  .no-inmuebles{padding:5em 0;text-align: center;font-size:180%;}

/* FICHA INMUEBLE
//////////////////////////////////////////////////// */ 
.inmuebles-template-default{background: #000;}
.inmuebles-template-default .main-nav-ct{border-bottom: 5px solid #fff;}
.inmuebles-template-default .site-navigation-private ul li a{background: #fff;color:#000!important}
.inmuebles-template-default .site-navigation-private ul li a:hover{color: #ccc!important;}
.inmuebles-template-default .site-navigation ul.menu > li > a:hover{color: #ccc!important;}
.term-in-short .nav-trigger .btn-nav-icon,
.term-in-short .nav-trigger .btn-nav-icon:after, 
.term-in-short .nav-trigger .btn-nav-icon:before{background:#48374f;}
.term-in-long .nav-trigger .btn-nav-icon,
.term-in-long .nav-trigger .btn-nav-icon:after, 
.term-in-long .nav-trigger .btn-nav-icon:before{background:#034251;}


.theme-purple .logo-family{width: 34em;position: absolute;right:3em;bottom:1em;}
.theme-purple .logo-family .ico-family{width: 50%;}


.inmueble-ficha{width: 100%;position: relative;background:#000;}
.inmueble-ficha .header{width: 100%;position: relative;}
.inmueble-ficha .header .logo{width: 25em;margin:3em 0 2em 4em;}
.inmueble-ficha .inmueble-top{width: 100%;position: relative;overflow:visible;}
.inmueble-ficha .inmueble-top h1{text-transform: uppercase;font-size: 2.5em;font-weight: 800;}
.inmueble-ficha .inmueble-top .inmueble-title{font-size:70%;font-family: 'Gotham-Black';padding:1.2em 2em 1.5em 3.5em;}
.inmueble-ficha .inmueble-top .inmueble-title h2{font-size:150%;text-transform: uppercase;}

.inmueble-center{width: 100%;position: relative;padding:0 0;}
.inmueble-line{width: 15%;position: absolute;bottom:0;right:0;z-index:2;}
.inmueble-body{width: 32%;position: relative;float:left;margin-left:12%;margin-bottom:5em;}
.inmueble-body h2{font-size: 245%;padding-top:2em;font-weight: 500;}
.prod-descrip-ct{width: 100%;position: relative;margin:0 auto;overflow: hidden;background:#fff;}
.inmueble-datos-container{width: 48%;position: relative;float:left;margin-left:8%;margin-top:6em;padding-top:2em;}
.inmueble-datos-generales{border-bottom:1px solid #000;padding-bottom:1.5em;margin-bottom:1em;position: relative;}
.inmueble-datos-generales a{text-decoration: underline;font-family: 'Outfit';}
.inmueble-datos-generales a:hover{color:#666;}
.theme-purple .inmueble-datos-generales a:hover{color:#eccdff;}
.inmueble-datos-generales p{line-height: 1.6em;width: 80%;}
.inmueble-datos-generales strong{font-size:140%;}
.inmueble-cifras{width: 100%;position: relative;padding:2em 0;display:block;text-align: center;background:#000;}
.nbr-datos-container{width: 60%;position: relative;margin: 0 auto 2em auto;overflow:hidden;display:flex;}
.item-datos{width: 33.333%;/*float:left*/;position: relative;}
.inmueble-bottom{width: 100%;position: relative;margin-top:-3em;}
.inmueble-bottom h2{font-size: 145%;padding-top: 2em;margin:0 0 0 4em;position: relative;}
.inmueble-bottom h2:before{position: absolute;
    top: 0;
    left:0;
    font-size: 1.5em;
    padding:0;
    margin-bottom:2em;}

.documentos{width: 100%;margin:2em 0 1em 0;border-bottom:1px solid #000;padding-bottom:1em;}
.shared{width:100%;margin:0 0 3em 0;display:block;float:left;font-family: 'Outfit';font-size:.8em;}
.item-doc{width: 20%;display:inline-block;}
.item-doc a{color:#000;}
.theme-purple .item-doc a:hover{color:#eccdff;}
.theme-blue .item-doc a:hover{color:#00ffff;}
h2.nbr-datos-num{font-size:5em;font-family: 'Outfit';margin-top:.2em;font-weight: 800;}
span.prefijo {font-size:1em;vertical-align: text-top;text-transform: uppercase;font-family: 'Outfit';position: absolute;left:1em;right:1em;}

.nbr-datos-tit{text-transform: uppercase;font-family: 'Outfit';font-weight: 800;}



/* PRINT */
.print:before{content:'| ';font-family: 'Outfit';color:#000;}



/* Contenido privado y público*/
.media-body{display:none;}
.card-body{}
.card-body a{width: 100%;color:#000;}
.theme-blue .card-body a:hover{color:#00ffff;}
.theme-purple .card-body a:hover{color:#48374f;}
.card-body a.btn{padding:0 0;font-family: 'Outfit';}
.inm-doc{width: auto;max-width: 20%;}
.wpdm_icon{width: 40%;margin:0 30%;}
img.wpdm_icon{filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */}
.item-doc{text-align: center;vertical-align:top;}
.item-doc h4{font-size:100%;font-family: 'Outfit';margin-top:.5em;}

/* Estado inmueble */
.theme-blue .state{
  background: #034251;     
  }
.theme-purple .state{
  background: #48374f;     
  }
.state{
  width: 130px;
  height: 130px;
  position: absolute;
  bottom:2em;
  right:2em;
  z-index:10;
  font-family: 'Gotham-Black';
  font-size: 110%;
  line-height: 1.2em;
  transform: rotate(-25deg);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;text-align: center;
  color:#00ffff;
  display:grid;
  align-items:center;
} 

.theme-purple .state{
  color:#eccdff;
}
.state span.text{text-align:center;}
/* Carousel */
.owl-carousel.owl-loaded{margin-top:1em;overflow:hidden;}
.owl-theme .owl-nav{width: 100%;top:40%;position: absolute;margin-top:0;}
.owl-next, .owl-prev{position: absolute;}
.owl-next{right:0;}
.owl-prev{left:0;}
.theme-blue .owl-theme .owl-nav .owl-next{background-color:#000;padding:0 0 0 0;border-radius:0;display: block;text-shadow:none;color:transparent;width: 40px;height: 50px;}
.theme-blue .owl-theme .owl-nav .owl-prev{background-color:#000;padding:0 0 0 0;border-radius:0;display: block;text-shadow:none;color:transparent;;width: 40px;height: 50px;}

.theme-purple .owl-theme .owl-nav .owl-next{background-color:#48374f;padding:0 0 0 0;border-radius:0;display: block;text-shadow:none;color:transparent;width: 40px;height: 50px;}
.theme-purple .owl-theme .owl-nav .owl-prev{background-color:#48374f;padding:0 0 0 0;border-radius:0;display: block;text-shadow:none;color:transparent;width: 40px;height: 50px;}
.owl-theme .owl-nav [class*=owl-]{margin: 0;}


.theme-blue .owl-theme .owl-nav [class*=owl-]:before{font-family: "Outfit"; font-size: 2.5em; color:#fff;text-shadow:none;padding:0;content:'>';position: absolute;top:18px;left:13px;font-weight: 700; }

#cboxPrevious, #cboxNext, #cboxSlideshow {overflow: hidden !important;}
.gallery-colorbox #cboxLoadedContent {background: #000 !important;}
#cboxPrevious,
#cboxNext {background: none !important; text-indent: 0 !important; width:35px!important; height: 35px !important;line-height: 1 !important; color: rgba(0,0,0,.8);top:47%; }
#cboxPrevious {left: 0 !important;margin-top:0;}
#cboxNext {right: 0 !important;margin-top:0;}
#cboxPrevious:before,
#cboxNext:before {display: block; font-family: "Outfit"; font-size: 1.4em;font-weight: 800; color: #000;text-shadow: 0px 0px 10px rgba(255,255,255,0.4);padding:10px; }
#cboxPrevious:before {content: '>'; font-family: "Outfit";color:#fff !important;background: #000;padding:10px;}
#cboxNext:before {content: '<'; font-family: "Outfit";color:#fff !important;background:#000;}

/* Mapa google */
.map{min-height: 150px;background: #fff;padding:0;text-align: center;}

/* PLUGIN Shared */
.theChampFacebookBackground,
.theChampTwitterBackground,
.theChampLinkedinBackground,
.theChampWhatsappBackground{background-color:#000;}

.theChampFacebookBackground:hover,
.theChampTwitterBackground:hover,
.theChampLinkedinBackground:hover,
.theChampWhatsappBackground:hover{background-color:#00ffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.theme-purple .theChampFacebookBackground,
.theme-purple .theChampTwitterBackground,
.theme-purple .theChampLinkedinBackground,
.theme-purple .theChampWhatsappBackground{background-color:#48374f;}

.theme-purple .theChampFacebookBackground:hover,
.theme-purple .theChampTwitterBackground:hover,
.theme-purple .theChampLinkedinBackground:hover,
.theme-purple .theChampWhatsappBackground:hover{background-color:#eccdff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}


/* Theme Blue*/
.theme-blue{}
.theme-blue .filter a{color:#034251;}
.term-in-long-1 .theme-blue .filter #inm-8 a{color:#fff;}
.term-in-long-2 .theme-blue .filter #inm-9 a{color:#fff;}
.theme-blue .header,.theme-blue header{MIN-HEIGHT:200PX;}
.theme-blue .inmueble-title{background: rgba(0,0,0,.6);position: absolute;top:7em;left:0;z-index:2;color:#fff;padding-left:6em;}


.theme-blue .item-datos{color:#e7e997;}
.theme-blue .inmueble-bottom h2:before{
  content: '\e805';
    font-family: 'icons';
    color: #00ffff;
}

.theme-blue .owl-carousel.owl-loaded{border-bottom:12px solid #000;z-index:3;background:#000;}

/* Theme Purple*/
.no-photo .theme-purple .inmueble-title{position: relative;}
.theme-purple{background:#eccdff;}
.theme-purple .filter a{color:#48374f;}
.theme-purple .header,.theme-purple header{background:#eccdff;MIN-HEIGHT:200PX;}
.theme-purple .inmueble-title{background: #48374f;position: absolute;top:7em;left:0;z-index:2;color:#eccdff;padding-left:6em;}
.theme-purple .inmueble-title:before {
    content: '\e805';
    font-family: 'icons';
    color: #eccdff;
    position: absolute;
    top: 1.2em;
    left:.5em;
    font-size: 3.2em;
}
.theme-purple .inmueble-body:before{
  content: '\e805';
    font-family: 'icons';
    color: #eccdff;
    position: absolute;
    top: 0;
    left:0;
    font-size: 2.5em;
    padding:1.5em 0;
}
.theme-purple .inmueble-datos-generales:before{
  content: '\e805';
    font-family: 'icons';
    color: #eccdff;
    position: absolute;
    top: -1em;
    left:0;
    font-size: 2.5em;
    padding:0;
    margin-bottom:2em;
}
.theme-purple .item-datos{color:#48374f;}
.theme-purple .inmueble-bottom h2:before{
  content: '\e805';
    font-family: 'icons';
    color: #eccdff;
}

.theme-purple .owl-carousel.owl-loaded{border-top:4px solid #48374f;border-bottom:4px solid #48374f;z-index:3;background:#fff;}
.theme-purple .inmueble-line polygon{fill:#eccdff;}

.theme-purple .sec-tipo-top-content .col-30{display:none;}
.theme-purple .sec-tipo-top-content .col-35{margin-left:48%;}

.theme-blue.no-photo .inmueble-title,
.theme-purple.no-photo .inmueble-title{position:relative}

.theme-blue.no-photo .inmueble-title.animado,
.theme-purple.no-photo .inmueble-title.animado{ 
  -webkit-animation-name: none;
   animation-name: none;
   visibility: visible !important;
 }

/* NO PHOTO */
.no-photo .inmueble-top{float:left;}
.no-photo .inmueble-center{margin-top:5em;float:left;}
.inmueble-bottom{float:left;}
.theme-blue.no-photo .inmueble-title,
.theme-purple.no-photo .inmueble-title{top:inherit;}

.no-photo .state{top:-7em;bottom:inherit;}

/* INVERSORES 
/////////////////////////////////*/
.sec-inversores{width: 100%;position: relative;background: #000 url('images/bgs/inversores/w.svg') no-repeat 0 0;background-size: cover;padding-bottom: 8em;}
.sec-inversores h2{color: #e7e997;font-size: 3em;margin-bottom: .4em;text-transform: inherit;}
.sec-inversores p{font-size: 1.3em;}
.table-admin{margin-top: 6em;}
.table-admin table th .text-center{text-align: center;}

.page-template-inversores{background: #000;}
.page-template-inversores .main-nav-ct{border-bottom: 5px solid #fff;}
.page-template-inversores .site-navigation-private ul li a{background: #fff;color:#000!important}
.page-template-inversores .site-navigation-private ul li a:hover{color: #ccc!important;}
.page-template-inversores .site-navigation ul.menu > li > a:hover{color: #ccc!important;}

.sec-inversores .inversores-top{width: 100%;position: relative;overflow: hidden;padding-top: 11em;color: #fff;}
.sec-inversores .inversores-top .container{width: 60%;position: relative;margin: 0 auto;}

.sec-inversores .inversores-bottom{width: 100%;position: relative;overflow: hidden;padding-top: 2em;color: #fff;}
.sec-inversores .inversores-bottom .container{width: 60%;position: relative;margin: 0 auto;}
.sec-inversores .inversores-bottom .table-admin{width: 80%;position: relative;margin: 0 auto;}

/* CONTACTO 
/////////////////////////////////*/


body.page-template-contacto .header-logo {width: 36em;}
.sec-contacto{width: 100%;position: relative;overflow: hidden;background:#e7e7e7;}
.sec-contacto .contacto-top{width: 100%;position: relative;float: left;padding-top: 10em;}
.sec-contacto .contacto-top .entry-content{width: 50%;position: relative;margin: 0 auto;}
.sec-contacto .contacto-top .entry-content h1{text-align: center;position: relative;margin-bottom: .3em;}
.sec-contacto .contacto-top .entry-content label{text-align: left!important;}
.sec-contacto .contacto-bottom {width:100%;position: relative;float: left;min-height: 400px;}
.sec-contacto .contacto-bottom .container {padding: 0; margin-top: -2em; z-index: 10}
.sec-contacto form.wpcf7-form p {
    display: inline-block;
    width: 49%;
    margin-top: 0;
    position: relative;
    margin-top: 1em;
}
.sec-contacto form.wpcf7-form p.acceptance{position: absolute;left: 0;width: 50%;}
.sec-contacto form.wpcf7-form p.acceptance a{color: #000;text-decoration: underline;}
.sec-contacto form.wpcf7-form p.acceptance a:hover{color: #cecece;}
.sec-contacto form.wpcf7-form p.submit{position: absolute;right: 0;width: 50%;}
.sec-contacto form.wpcf7-form p.submit input{background: #000;color: #f0f392;}
.sec-contacto p.submit{width:20%!important;}
.sec-contacto form.wpcf7-form .mensaje p.textarea{width: 100%!important;}

.address{position: absolute;left: 0;top:8em;z-index:10;background: #000;color: #fff;padding-bottom: 2em;}
.address .ct-content{position: relative;padding: 2em 2em 4em 4em;font-size: 1.1em;}
.address .ct-content .col-left{width: 16%;position: relative;float: left;margin-right: 8%;}
.address .ct-content .col-right{width: 70%;position: relative;float: left;}
.address h2{font-size: 1.1em;color: #f0f392;font-weight: 900;text-transform: uppercase;position: relative;margin-bottom: 1em;}
.address p{margin:0 0;font-size:.9em;}
.address p a {font-family: 'Outfit';margin-top:.5em;color:#fff!important;text-decoration: underline;font-weight: 800;float: left;margin-top: 1em;}
.sec-contacto .wp-block-contact-form-7-contact-form-selector{position: relative;margin-top: 2em;padding-bottom: 8em;}
.sec-contacto .address-item {cursor: pointer;}
button.si-close-button{display:none;}

#map_div {width: 100%;height: 400px;}
/*.map-info {background-color: #000; color: #FFF}*/
.map-info img {width: 5em;}
button.si-close-button {width: 26px; height: 26px; padding: 0; position: absolute; opacity: 1}

#map_div{/*border-radius: 33em 0 0 33em!important;*/}

.sec-contacto .si-wrapper-top{}

/* REGISTRO */
.sec-contacto.registro{padding-bottom: 8em;}



/* Formularios / FORMS
//////////////////////////////////////////////////////*/
input,
select,
textarea,
button:not(.mgbutton) {padding: .5em 0; background: #fff; color: #000; width: 100%; border: none; outline: none !important;font-size: 85%; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; font-family: 'Outfit';
}

textarea {resize: none; height: 10em;padding: 2%;width: 96%;}

input[type="text"],input[type="search"], textarea {-webkit-appearance: none; resize:none;}
input[type="checkbox"] {display: inline; width: auto;}

input:focus,
textarea:focus {border-bottom-color: #000; text-transform: none;}
select:focus {box-shadow: none; outline: none; }

/*input[type=button],
input[type="reset"],
input[type=submit] {background: none; }*/

input[type=button]:hover,
input[type=button]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type=submit]:hover,
input[type=submit]:focus {background: #f11713; text-transform: uppercase; border: none;}

input[type=button]:disabled,
input[type="reset"]:disabled,
input[type=submit]:disabled,
input[type=button]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type=submit]:disabled:hover,
input[type=button]:disabled:focus,
input[type="reset"]:disabled:focus,
input[type=submit]:disabled:focus {opacity: 1;}


/* Alineación */
.text-center input,
.text-center select,
.text-center select option,
.text-center textarea {text-align: center}

/* Changing behaviour in Safari because of contacts-auto-fill*/
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    background-color: #f11713 !important;
    margin-top: 4px !important;
    right: .5em !important;
    position: absolute !important;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

input::-webkit-contacts-auto-fill-button:hover,
input::-webkit-credentials-auto-fill-button:hover {
    background-color: #f11713 !important;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 100000px #FFF inset !important;
    /*border-color: #FFF;*/
    -webkit-text-fill-color: #000 !important;
}

input::selection,
textarea::selection,
select::selection {-webkit-text-fill-color: #000 !important;}

option {-moz-appearance: none;}

select {width: 100%; background: #FFF url('images/icons/webfonts/arrow-down.svg') no-repeat 94%; background-size: 1em; 
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {margin: .4em 0 .4em 0;font-size:90%;float: left;}
/*

.input {margin: 1em 0;}
.wpcf7-form p {margin: 1em 0;}
*/
/*input[type=checkbox],
input[type=radio] {display: inline-block; width: auto; margin-right: .4em; vertical-align: middle; }
*/

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.checkbox label, .radio label {display: inline; text-transform: none; font-weight: 400; font-size: 100%;}

.entry-comments input[type=checkbox],
.acceptance input[type=checkbox] {
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;margin-right: 6px;
  /*vertical-align: text-bottom;*/
}
.acceptance label,
.entry-comments label {}

.checkbox .wpcf7-list-item,
.radio .wpcf7-list-item {
  width: 10px;
  height: 10px;
  background: #CCC;
  margin: 0 .8em;
  position: relative;
  border-radius: 100%;
}

.acceptance.checkbox .wpcf7-list-item,
.acceptance.radio .wpcf7-list-item {background: none; width: auto; margin: 0}

.radio .wpcf7-list-item {width: auto; height: auto; background: none; margin: 0}
.radio .wpcf7-list-item .wpcf7-list-item-label {margin: 0 1em 0 2em;}

.checkbox .wpcf7-list-item .wpcf7-list-item-label,
.radio .wpcf7-list-item .wpcf7-list-item-label::before {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: -3px;
  background: #CCC;
  text-indent: -3000px;
}

.radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: ''; top: 2px; left: 0;
}

/*.radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content:''; width: 14px; height: 14px; top: 4px; left: 2px;
}*/

input[type=checkbox]:checked + .wpcf7-list-item-label,
input[type=radio]:checked + .wpcf7-list-item-label::before{
  background: #f11713;
}

/* Campos agrupados */
div.group-input {display: flex; justify-content: space-between;}
div.group-input .input {width: 48%;}
div.group-input .input input,
div.group-input .input textarea {padding: .8em 0; width: 100%;text-align: center;}
div.group-input .input select {background-position: 97%; padding-left: 4%}

/*.input.acceptance {padding-bottom: 0;}*/
.acceptance input[type=checkbox] {opacity: 1; width: auto; height: auto; position: relative; display: inline-block; }
.acceptance span.wpcf7-list-item {margin-left: 0;}
.acceptance label {display: inline; text-transform: none; font-weight: 200}


/* Estilos del CONTACT 7 FORM */
div.wpcf7 {position: relative;}
.entry-content div.wpcf7 p.input {margin: 10px 0}
span.wpcf7-not-valid-tip {margin: 0; color: #FFF; display: inline-block; text-align: center; background: #000; padding: .25em .5em .2em; font-size: 90%; 
  margin-top: 0; }
.radio span.wpcf7-not-valid-tip {display: inline;}

span.wpcf7-not-valid-tip::before {content: '^'; font-family: 'icons';  padding-right: 4px; font-size: 90%;
    display: inline-block; vertical-align: middle; }
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
    background: #f11713; font-family: 'Muli-Bold'; text-transform: uppercase;
    color: #FFF; border: 0 !important; bottom: 0; left: 0;
    width: 84%; z-index: 520; margin: 0 !important; padding: 2em 8% !important; line-height: 110%; font-size: 100%; text-align: center;
    -webkit-border-radius: 0; 
    border-radius: 0;}
div.wpcf7-mail-sent-ok {background: #00ffa8; color: #FFF}
div.wpcf7 .ajax-loader {background: url('images/loading.svg') no-repeat center; 
  width: 50px; height: 50px; position: absolute; top: 0; left: 50%; margin: -50px 0 0 -25px; background-size: 50px; opacity: 1;
}
.wpcf7 .ajax-loader::before {display: none;}

/* Placeholder */
::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff; opacity: 1;}
::-moz-placeholder {color: #fff; opacity: 1;}
:-ms-input-placeholder {color: #fff;}

/* DOCUMENTOS PRIVADOS*/
.single .w3eden .modal.show .modal-dialog{font-family: 'Gotham-Medium'!important;}
.single .w3eden .color-purple{color:#000!important;}



/* //// DEFAULT
///////////////////////////////////////////////*/
.section-default .container{width: 60%;max-width: 1280px;padding-top:12em;}


/* //// ERROR 404
///////////////////////////////////////////////*/
.error404-ct{min-height: 100vh;}

/* //// DEFAULT
///////////////////////////////////////////////*/
.section-default .ct-logos{background:#000 url('images/bgs/header-default.jpg') no-repeat 0 0;background-size:100%;}
.section-default .logos-top {padding:6em 8em 8em 8em;}
.section-default .logo-stable-green{width: 38em;display:block;}
.section-default .claim-stable{width: 12em;display:block;margin-top:1.2em;margin-left:.5em;}
.section-default .container h1{font-size:200%;letter-spacing: 0;font-size: 4em;padding-top: relative;margin-bottom: .5em;}
.section-default .container h2{font-size:2em;margin-top:1em;font-weight: 500;text-transform: inherit;}



/*RECAPTCHA V3*/
.grecaptcha-badge {display:none !important;}










/* Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}


/* LOGIN */
.login-bg{
    background-image: url('/ewer/wp-content/uploads/2026/04/fondo_area-cliente.jpg');  
    display: flex;
    background-size: cover;
    background-position: center;
    height: 94vh;
}
.login-container {  
    background-color: #f2f2f2;
    width: 36vw;
    margin: 100px auto;
    padding: 40px;
    border-radius:0;
    text-align: center;
    align-content: center;
    align-self: center;
}


.login-container h2{
    font-size: 2.5vw;
    font-weight: 500;
    text-transform: initial;

}

.login-container p{
    font-size: 1.15vw;
    padding: 0 1vw;
} 

.login-container button {
    width:auto;
    padding: 10px;
    background: #000000;
    color: #f0f392;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0.8vw;
    position: relative;
    margin-bottom: 1.5em;
}

.login-form {
    width: 70%;
    justify-self: center;
    padding: 1.75vw 0 0.5vw;
}

.login-form input[type="text"],
.login-form input[type="password"]{
    width: 26vw;
    margin-bottom: 1.5vw;
    border: none;
    text-transform: inherit;
    background: #ffffff;
}

.login-form input[type="checkbox"]{
    margin-right: 0.3vw;
    opacity: 1;
    position: relative;
    height: 1.2vh;
}
.recuerdame{
    font-size: 0.9vw;
}
.login-container .bottom-sum{
    padding-top: 2vh;
}
.login-form label{
    display: flex;
}

.login-form h3{
    font-size: 1vw;
    justify-self: left;
    padding-bottom: .6vw;
    FLOAT: LEFT;
    text-transform: uppercase;
}
.login-form .forgot-password{
    text-decoration: underline;
    font-size: 1vw;
    display: flex;
    padding-bottom: 0.75vw;
}
.login-form a.forgot-password{color: #000!important;}
.link-form-contacto{
    color: #000000;
}
/* area-privada */
.section-area-privada{
    background:url('/ewer/wp-content/uploads/2026/04/fondo_area_cliente_interior-scaled.jpg');
    min-height: 82vh;
    background-size: cover;
}
.area-privada-container {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    color: #fff;
}

.area-privada-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    padding: 20px 30px; 
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    position: relative;
    justify-self: right;
    margin: 0 10vw;
    gap: 2vw;
}

.user-info h2 {
    margin: 0;
    font-size: 24px;
}

.user-info p {
    margin: 5px 0 0;
    color: #aaa;
    font-size: 14px;
}

.logout a {
    background: #e63946;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.logout a:hover {
    background: #ff4d5a;
}
.area-privada-content {
    background: #f3f3f3;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: #000;
}

.area-privada-content .card {
    background: #222;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.area-privada-content h3 {
    margin-top: 0;
    font-size: 150%;
}

.area-privada-container ol{
    list-style: decimal;
    padding-left: 5vw;
}
.area-privada-container li{
    padding: 0.8vh 0;
}

.area-privada-content figure{
    gap: 0 !important;
    margin: 0 -1.44vw -3vh;
}

.area-privada-content ol li span{
    cursor: pointer;
}
.area-privada-content ol li span:hover{
    font-weight: bold;
}

.area-privada-content .wp-block-group{
    padding: 1vh;
}
.wp-block-group{
    font-size: 1.1vw;
}
#titulo-galeria{
    background-color: #000;
    color: #f0f392;
    width: 7.5vw;
    margin: 0 -1.5vw;
    padding: 1vh 1vw;
    font-size: 1.1vw;
}
.area-privada-intro{
    padding: 0 0.5vw;
}

/* REGISTRO */
.sec-registro{
    height: 94vh;
}

