@charset "UTF-8";
/*
Theme Name: Pryconsa
Theme URI: http://www.pryconsa.es
Description: Tema para Pryconsa
Author: ElEquipoE
Author URI: https://www.elequipoe.es
Version: 1.0.0
Template: bridge
*/
/* ********************************************************************************************************************* VARS */
/* ********************************************************************************************************************* IMPORTS */
@import url(css/animsition.min.css);
@import url(css/lightgallery.css);
@import url(css/slick.css);
@import url(css/flickity.css);
@import url(css/animate.css);
@import url(css/cookie.css);
/* ********************************************************************************************************************* GLOBALS */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,700,700i,800&display=swap");
@import url(css/tooltipster.css);
:root { interpolate-size: allow-keywords; }

body, html { font-family: 'Montserrat', sans-serif; font-weight: 300; }

textarea:focus, select:focus, input:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 300; letter-spacing: 0; line-height: 1.2; text-transform: none; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 800; }

h1 { font-size: 34px; }

h2 { font-size: 28px; }

h3 { font-size: 22px; }

h4 { font-size: 16px; }

p { margin-top: 20px; font-size: 14px; line-height: 1.3; }
p.bigger-margin-top { margin-top: 30px; }

/* .alt-font {
	font-family: 'Montserrat', sans-serif;
} */
.text-light, .text-light a { font-weight: 300 !important; }

.text-regular, .text-regular a, input, textarea { font-weight: 400; }

.text-medium, .text-medium a { font-weight: 600; }

.text-bold, .text-bold a, strong { font-weight: 700; }

.text-bigger { font-size: 18px !important; }

.text-even-bigger { font-size: 18px !important; }

.text-smaller { font-size: 12px !important; }
.text-smaller p { margin-bottom: 20px; font-size: 12px !important; }

.text-spaced { letter-spacing: 2px; }

.white { color: #fff; }
.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span { color: #fff; }

.black { color: #000; }

.grey { color: #898989; }

.light-grey { color: #eeeeee; }

.dark-grey { color: #303030; }

.colored { color: #bd2830; }

.orange { color: #ee7e23; }

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }

.no-margin { margin: 0; }

.no-padding { padding: 0; }

.margin-10-below { margin-bottom: 10px; }

.margin-20-below { margin-bottom: 20px; }

.margin-10-above { margin-top: 10px; }

.margin-20-above { margin-top: 20px; }

.sp-row { padding: 0 90px; }

.sp-row-with-vertical-padding-60 { padding: 60px 90px; }

.element-with-side-padding-100 { padding: 0 100px; }

.element-with-vertical-padding-60 { padding: 60px 0; }

.row-with-vertical-padding-100 { padding: 100px 0; }

.row-with-top-padding-100 { padding-top: 100px; }

.row-with-bottom-padding-100 { padding-bottom: 100px; }

.column-no-padding-right .vc_column-inner { padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner { padding-left: 0 !important; }

.centered { margin: 0 auto; text-align: center; }

.vertical-centered { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.border-top { border-top: 1px solid #eeeeee; }

.border-bottom { border-bottom: 1px solid #eeeeee; }

.no-text-transform { text-transform: none !important; }

.no-letter-spacing { letter-spacing: 0 !important; }
.no-letter-spacing a { letter-spacing: 0 !important; }

.no-block { display: inline; }
.no-block + p { margin-top: -10px; }

.boxed { padding: 6px 10px; background-color: #bd2830; color: #fff; }

.boxed-white { border: 1px solid #fff; }
.boxed-white:hover { background-color: #fff; }

.title-boxed { display: inline-block; line-height: 1.3; color: #303030; /* + br {
	display: block !important;
	margin-bottom: 20px;
	content: " ";
} */ }
.title-boxed span { background-color: #eeeeee; padding: 0 10px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.title-boxed.accent { color: #fff; }
.title-boxed.accent span { background-color: #bd2830; }
.title-boxed.orange { color: #303030; }
.title-boxed.orange span { background-color: #ef9f61; }
.title-boxed.orange-white { color: #fff; }
.title-boxed.orange-white span { background-color: #ee7e23; }
.title-boxed.white span { color: #303030; background-color: #fff; }
.title-boxed.dark { color: #fff; }
.title-boxed.dark span { background-color: #303030; }
.title-boxed .text-smaller { font-size: 23px !important; }

.hidden, .hide { display: none !important; }

.hide-on-desktop { display: none; }

a, a:before, a:after { -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }

a.accent-link { color: #bd2830; }
a.accent-link:hover { text-decoration: underline; }

a.orange-link { color: #ee7e23; }
a.orange-link:hover { text-decoration: underline; }

a.white-link { color: #fff; }
a.white-link:hover { color: #bd2830 !important; }

a.black-link { color: #000; }
a.black-link:hover { color: #bd2830 !important; }

a.dark-grey-link { color: #303030; }
a.dark-grey-link:hover { color: #bd2830 !important; }

a.grey-link { color: #898989; }
a.grey-link:hover { color: #bd2830 !important; }

a.hoverfade:hover { opacity: 0.8; }

a.hoverscale:hover { transform: scale(1.05); }

a.hoverbright:hover { filter: brightness(1.1); }

a.boxed-link { padding: 6px 10px; font-size: 15px; background-color: #bd2830; color: #fff; }
a.boxed-link:hover { padding: 6px 14px; background-color: #fff; color: #bd2830; }
a.boxed-link.white { color: #303030; background-color: #fff; }
a.boxed-link.white:hover { color: #bd2830; }
a.boxed-link.orange { color: #fff !important; background-color: #ee7e23 !important; }
a.boxed-link.yellow { color: #000; background-color: #e8c023; }
a.boxed-link.rounded { padding: 10px 20px; font-weight: 800; border-radius: 25px; }
a.boxed-link.rounded:hover { padding: 10px 24px; }
a.boxed-link.bordered { color: #303030; background-color: #fff; border: 1px solid #303030; }
a.boxed-link.bordered:hover { background-color: #eeeeee; }
a.boxed-link.bordered-white { color: #fff; background-color: transparent; border: 1px solid #fff; }
a.boxed-link.bordered-white:hover { background-color: #ee7e23; border-color: #ee7e23; }
a.boxed-link.medium { font-size: 18px; padding: 10px 15px; }
a.boxed-link.medium:hover { padding: 10px 19px; }
a.boxed-link.big { font-size: 23px; padding: 10px 15px; }
a.boxed-link.wider { padding: 10px 30px; }
a.boxed-link.wider:hover { padding: 10px 34px; }
a.boxed-link.more-padding { font-size: 18px; padding: 25px 35px; }
a.boxed-link.bold { font-weight: 800; }
a.boxed-link.inline { display: inline-block; }

a.border-link { padding: 10px 30px; font-size: 15px; background-color: transparent; color: #000; border: 1px solid #000; }
a.border-link.white { color: #fff; border-color: #fff; }
a.border-link:hover { padding: 10px 35px; background-color: #eeeeee; color: #bd2830 !important; }

.with-line-below { margin-top: 90px; }
.with-line-below:after { content: ''; width: 100%; height: 1px; margin: 20px 0 60px 0; display: block; background-color: #ccc; }
.with-line-below.small:after { width: 50px; height: 3px; margin-top: 8px; }
.with-line-below.not-centered:after { margin: 20px 0 0 0; }

.big-bullet-list { margin-top: 20px; padding-left: 70px; }
.big-bullet-list li { margin-bottom: 20px; list-style-type: disc; list-style-position: inside; text-indent: -1em; padding-left: 1em; }

.only-home { display: none; }

.only-admin { display: none; }

body.logged-in .only-admin { display: block; }
body.logged-in .only-admin.inline { display: inline-block; }

/* ********************************************************************************************************************* THEME GLOBAL REPLACEMENTS  */
.grid_section .section_inner, .container_inner, .slider_content_outer { /* width: 1100px !important;
max-width: 1100px; */ }

body > .wrapper { opacity: 0; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

.qbutton { height: 37px; padding: 0 18px; font-size: 15px; line-height: 37px; font-weight: 400; letter-spacing: 0 !important; border: 1px solid #898989; border-radius: 0; }
.qbutton:hover { padding: 0 24px; color: #fff; background-color: #ee7e23; }
.qbutton:hover span, .qbutton:hover i { color: #fff !important; }

.pagination ul li a, .pagination ul li span { margin-right: 5px; width: 30px; height: 30px; font-size: 15px; line-height: 30px; border: 1px solid #ccc; border-radius: 0; }

#back_to_top { bottom: 30px; right: 30px !important; }
#back_to_top span { width: 20px; height: 20px; line-height: 20px; border-radius: 0; background: transparent !important; border: 0; }
#back_to_top span i { font-size: 20px !important; line-height: 20px; }

.page_not_found h2:after { content: 'La página que buscas no existe o tiene ahora una ruta distinta. Usa el menú para acceder a las distintas secciones de la web. '; display: block; font-size: 18px; }
.page_not_found h2 + p { display: none; }

@-webkit-keyframes element-from-bottom { 0% { -webkit-transform: translate(0, 10%); opacity: 0; }
  100% { -webkit-transform: translate(0, 0); opacity: 1; } }
@-moz-keyframes element-from-bottom { 0% { -moz-transform: translate(0, 10%); opacity: 0; }
  100% { -moz-transform: translate(0, 0); opacity: 1; } }
@-o-keyframes element-from-bottom { 0% { -o-transform: translate(0, 10%); opacity: 0; }
  100% { -o-transform: translate(0, 0); opacity: 1; } }
@keyframes element-from-bottom { 0% { transform: translate(0, 10%); opacity: 0; }
  100% { transform: translate(0, 0); opacity: 1; } }
/* ********************************************************************************************************************* SHARED ELEMENTS */
a#botonllamada { position: fixed; transform-origin: 100% 0; z-index: 2000; top: 50%; right: 50px; height: 50px; margin-top: -110px; padding: 0 15px 0 20px; font-size: 23px; line-height: 50px; color: #fff; background-color: #ee7e23; border: 1px solid #fff; transform: rotate(-90deg); }
a#botonllamada:after { content: url("../../../media/tf-icon.svg"); position: relative; display: inline-block; vertical-align: middle; width: 40px; height: 40px; margin: 0 0 0 10px; }
a#botonllamada:hover { right: 60px; height: 60px; line-height: 60px; }

.icon-box-left img { float: left; }
.icon-box-left h2, .icon-box-left p { padding: 0 50px 0 100px; }
.icon-box-left h2 a:hover { color: #ee7e23; }
.icon-box-left p { line-height: 1.5; }

.sede-block:before { content: url("../../../media/sede-icon.svg"); float: left; width: 100px; height: 100px; line-height: 135px; text-align: center; background-color: #ee7e23; border-radius: 50%; }
.sede-block p { margin-top: 0; padding-left: 130px; font-size: 18px; }
.sede-block p.dire { margin-top: 20px; }
.sede-block.link:before { content: url("../../../media/sede-icon-orange.svg"); background-color: #fff; border: 2px solid #ee7e23; }
.sede-block.link a { display: block; padding: 25px 0 0 130px; font-size: 18px; font-weight: 800; color: #ee7e23; }
.sede-block.link a:hover { text-decoration: underline; color: #bd2830; }

.slick-slider + .paging { position: relative; width: 140px; margin: -70px 0 0 100px; font-size: 13px; line-height: 70px; text-align: center; background-color: rgba(255, 255, 255, 0.8); }
.slick-slider.with-paging .slick-prev, .slick-slider.with-paging .slick-next { top: auto; bottom: 20px; }
.slick-slider.with-paging .slick-prev { left: 115px; transform: scale(0.6) rotate(180deg); }
.slick-slider.with-paging .slick-next { right: auto; left: 195px; transform: scale(0.6); }
.slick-slider.arrows-top-right .slick-prev, .slick-slider.arrows-top-right .slick-next { top: -30px; }
.slick-slider.arrows-top-right .slick-prev { left: auto; right: 40px; }
.slick-slider.arrows-top-right .slick-next { right: 0; }
.slick-slider.arrows-bottom-right .slick-prev, .slick-slider.arrows-bottom-right .slick-next { top: auto; bottom: -50px; }
.slick-slider.arrows-bottom-right .slick-prev { left: auto; right: 40px; }
.slick-slider.arrows-bottom-right .slick-next { right: 0; }
.slick-slider.arrows-outside .slick-prev { left: -100px; }
.slick-slider.arrows-outside .slick-next { right: -100px; }
.slick-slider.arrows-outside-closer .slick-prev { left: -35px; }
.slick-slider.arrows-outside-closer .slick-next { right: -35px; }
.slick-slider.arrows-bordered .slick-prev, .slick-slider.arrows-bordered .slick-next { box-sizing: content-box; padding: 5px; background-color: #fff; border: 1px solid #d2d2d2; }
.slick-slider.arrows-bordered .slick-prev { border-left: 0; }
.slick-slider.arrows-bordered .slick-next { border-left: 0; }
.slick-slider.arrows-circled .slick-prev, .slick-slider.arrows-circled .slick-next { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: rgba(137, 137, 137, 0.1); border-radius: 50%; transition: background .4s ease; }
.slick-slider.arrows-circled .slick-prev:before, .slick-slider.arrows-circled .slick-next:before { display: inherit; }
.slick-slider.arrows-circled .slick-prev:hover, .slick-slider.arrows-circled .slick-next:hover { background-color: rgba(137, 137, 137, 0.3); }
.slick-slider.arrows-circled .slick-prev.slick-disabled, .slick-slider.arrows-circled .slick-next.slick-disabled { pointer-events: none; opacity: 0.3; }
.slick-slider.arrows-circled--negative .slick-prev, .slick-slider.arrows-circled--negative .slick-next { background-color: rgba(255, 255, 255, 0.6); }
.slick-slider.arrows-circled--negative .slick-prev:hover, .slick-slider.arrows-circled--negative .slick-next:hover { background-color: rgba(255, 255, 255, 0.9); }
.slick-slider.arrows-style-2 .slick-prev:before, .slick-slider.arrows-style-2 .slick-next:before { content: url("https://www.pryconsa.es/media/slider-arrow2.svg"); }
.slick-slider.arrows-style-3 .slick-prev:before, .slick-slider.arrows-style-3 .slick-next:before { content: url("https://www.pryconsa.es/media/slider-arrow3.svg"); }
.slick-slider.dots-inside .slick-dots { margin-top: -50px; }
.slick-slider.dots-negative .slick-dots li button::before { color: #fff; }

/* .slick-slide {
	height: 100%;
	min-height: 1px;
} */
.slick-prev, .slick-next { position: absolute; z-index: 100; cursor: pointer; display: block; outline: none; width: 30px; height: 30px; top: 50%; margin-top: -15px; padding: 0; color: transparent; border: none; background: transparent; }
.slick-prev:before, .slick-next:before { content: url("https://www.pryconsa.es/media/slider-arrow.svg"); -webkit-transition: opacity 0.3s linear !important; -moz-transition: opacity 0.3s linear !important; transition: opacity 0.3s linear !important; }
.slick-prev:hover:before, .slick-next:hover:before { opacity: 0.6; }

.slick-prev { left: 30px; transform: rotate(180deg); }

.slick-next { right: 30px; }

.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; display: block; list-style: none; width: 100%; margin-top: 30px; padding: 0 !important; text-align: center; }
.slick-dots li { position: relative; display: inline-block; cursor: pointer; width: 20px; height: 20px; padding: 0; }
.slick-dots li button { display: block; cursor: pointer; width: 20px; height: 20px; padding: 5px; font-family: 'Montserrat', sans-serif; font-size: 0; line-height: 0; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { content: '•'; position: absolute; top: 0; left: 0; width: 20px; height: 20px; font-size: 34px; line-height: 24px; font-weight: 600; text-align: center; color: #000; opacity: 0.3; transition: opacity .4s ease; }
.slick-dots li.slick-active button:before { opacity: .75; color: #000; }

.lg-outer .lg-toolbar { height: 0; }
.lg-outer #lg-counter { float: right; margin-right: 20px; font-size: 14px; font-weight: 800; color: #fff; }
.lg-outer.lg-thumb-open .lg-sub-html { bottom: 80px !important; }
.lg-outer .lg-toogle-thumb { right: auto; left: 20px; }
.lg-outer .lg-thumb-item { border-radius: 0; }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #ee7e23; }
.lg-outer .lg-sub-html { padding: 20px 40px; font-size: 14px; line-height: 1.3; background-color: rgba(0, 0, 0, 0.6); }

.tablepress thead th { text-transform: uppercase; background-color: #ef9f61 !important; color: #fff; }
.tablepress tbody { line-height: 1.4; }
.tablepress tbody tr td:first-child { color: #ef9f61; font-weight: 700; }
.tablepress span.plano { color: #bd2830; padding: 0 10px; }
.tablepress tr:hover { background-color: white !important; }
.tablepress .even td, .tablepress .odd td { background: transparent; }
.tablepress.tablepress-responsive tbody .dtr-details { width: 100%; }
.tablepress.tablepress-responsive tbody > tr > td:first-child::before { top: 11px !important; width: 20px !important; height: 20px !important; font-size: 18px; font-weight: 600; line-height: 20px !important; border-radius: 20px; background-color: #ee7e23 !important; box-shadow: 0 0 2px #999; }
.tablepress.tablepress-responsive tbody > tr.child span.dtr-title { display: block; }
.tablepress.tablepress-responsive tbody > tr.child span.dtr-title br { display: none; }
.tablepress.tablepress-responsive tbody > tr.child .dtr-data { width: 100%; }
.tablepress.tablepress-responsive tbody > tr.child .dtr-data img { padding-top: 6px; }
.tablepress.tablepress-responsive td.child { font-weight: 300; color: #303030; }

.social ul li { width: 35px; height: 35px; margin-right: 3px; display: inline-block; vertical-align: top; overflow: hidden; border-radius: 100%; background-color: #ee7e23; -webkit-transition: all 0.7s ease !important; -moz-transition: all 0.7s ease !important; transition: all 0.7s ease !important; 				/* &:nth-of-type(4) {

					a {
						top: 0;
					}

					&:hover a {
						top: -20px;
					}
				} */ }
.social ul li a { display: block; width: 100%; height: 200%; position: relative; top: 2px; line-height: 35px !important; text-align: center; color: #fff; }
.social ul li a i { font-size: 18px; }
.social ul li a i:last-child { display: block; color: #fff; }
.social ul li:hover a { top: -26px; }
.social ul li:hover a i:first-child { -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; opacity: 0; }
.social ul li:nth-of-type(1):hover { background-color: #537bbd; }
.social ul li:nth-of-type(2):hover { background-color: #a63e8b; }
.social ul li:nth-of-type(3):hover { background-color: #0077B5; }
.social ul li:nth-of-type(4):hover { background-color: #ff0000; }
.social ul li:nth-of-type(5):hover { background-color: #999; }
.social.big ul li { width: 45px; height: 45px; }
.social.big ul li a { top: 4px; line-height: 45px !important; }
.social.big ul li a i { font-size: 24px; }
.social.big ul li:hover a { top: -34px; }

.wp-pagenavi { margin-bottom: 40px; }
.wp-pagenavi .pages { display: none; }
.wp-pagenavi a, .wp-pagenavi span { margin: 0 2px; padding: 5px 12px; border: 1px solid #ccc; font-weight: 700; }
.wp-pagenavi .current { background-color: #fff; border-color: #303030; }
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { vertical-align: top; font-size: 16px; line-height: 26px !important; }
.wp-pagenavi .previouspostslink { margin-right: 6px; }
.wp-pagenavi .nextpostslink { margin-left: 6px; }

.collapse-bt-wrapper { position: relative; display: none; width: 100%; height: 100px; margin-top: -100px; background-color: #fff; background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%); background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); border-bottom: 1px solid #c6c6c6; }
.collapse-bt-wrapper a { position: relative; display: block; width: 25px; height: 25px; top: 87px; margin: 0 auto 0 auto; font-size: 25px; line-height: 25px; font-weight: 600; text-align: center; color: #d57d2f; background-color: #fff; border: 2px solid #c6c6c6; border-radius: 100%; }
.collapse-bt-wrapper a span { margin-top: -4px; font-weight: 300; font-size: 19px; }

.share-content { padding: 40px 40px 80px 40px; background-color: #fff; }
.share-content h3 { padding: 0 0 10px 0; font-size: 32px; font-weight: 300 !important; text-align: center; color: #bd2830; }
.share-content h4 { padding: 0 0 20px 0; font-size: 22px; text-align: center; color: #303030; }
.share-content .heateor_sss_sharing_container { position: relative; float: left; left: calc(50% - 100px); }

a.close-bt { float: right; width: 40px; height: 40px; text-align: center; background-color: #fff; border-radius: 100%; }
a.close-bt i { font-family: "dripicons-v2" !important; color: #303030; font-size: 25px; line-height: 40px; }
a.close-bt i:before { content: '\39'; }

form[name='contacto'] br { display: none; }
form[name='contacto'] .row, form[name='contacto'] p { margin: 0 !important; font-size: 10px; }
form[name='contacto'] p.with-margin { margin-top: 2px !important; }
form[name='contacto'] a { color: #fff; text-decoration: underline; }
form[name='contacto'] p:not(.white) a { color: #000; }
form[name='contacto'] input[type="text"], form[name='contacto'] input[type="email"], form[name='contacto'] select { width: 100%; padding: 7px 9px; margin-bottom: 7px; font-family: 'Montserrat', sans-serif; font-size: 13px; border: 0; box-sizing: border-box; }
form[name='contacto'] textarea { width: 100%; height: 30px; padding: 7px 9px; margin-bottom: 3px; box-sizing: border-box; font-family: 'Montserrat', sans-serif; font-size: 13px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: none; box-sizing: border-box; }
form[name='contacto'] select { padding: 5px; font-weight: 400; color: #777; background-color: #fff; }
form[name='contacto'] input[id="first_name"], form[name='contacto'] input[id="last_name"], form[name='contacto'] input[id="mobile"], form[name='contacto'] input[id="00N0Y00000AT2WL"] { display: inline-block; width: 49% !important; }
form[name='contacto'] input[id="last_name"], form[name='contacto'] input[id="00N0Y00000AT2WL"] { float: right; }
form[name='contacto'] input[type="checkbox"] { margin: 0 5px 0 0; }
form[name='contacto'] input[type="submit"] { width: 100%; margin: 10px 0; padding: 10px 30px !important; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; line-height: 15px; color: #ee7e23 !important; border: 0; background: #fff !important; cursor: pointer; -webkit-appearance: none; transition: all .3s ease; }
form[name='contacto'] input[type="submit"]:hover { background: #f5b682 !important; color: #fff !important; }
form[name='contacto'] input[type="submit"].accent { color: #fff !important; background-color: #ee7e23 !important; }
form[name='contacto'] input[type="submit"].accent:hover { background-color: #f29a52 !important; }
form[name='contacto'].form-style-lines input[type="text"], form[name='contacto'].form-style-lines input[type="email"], form[name='contacto'].form-style-lines select { padding: 7px 0; font-size: 14px; color: #fff; background-color: transparent; border-bottom: 1px solid #fff; }
form[name='contacto'].form-style-lines select option { color: #000; }
form[name='contacto'].form-style-lines textarea { width: 100%; padding: 7px 0; margin-bottom: 10px; font-size: 14px; color: #fff; background-color: transparent; border-bottom: 1px solid #fff; }
form[name='contacto'].form-style-lines p.with-margin { color: #fff; }
form[name='contacto'].form-style-lines p.with-margin a { color: #fff; }
form[name='contacto'].form-style-lines input[type="submit"] { color: #fff !important; background-color: transparent !important; border: 1px solid #fff; }
form[name='contacto'].form-style-lines input[type="submit"]:hover { background-color: rgba(255, 255, 255, 0.3) !important; border-color: rgba(255, 255, 255, 0.3); }
form[name='contacto'].form-style-lines ::-webkit-input-placeholder { color: #fff; opacity: 0.7 !important; }
form[name='contacto'].form-style-lines ::-moz-placeholder { color: #fff; opacity: 0.7 !important; }

.wpcf7-form { 	/* label {
		position: absolute;
		z-index: 1;
		pointer-events: none;
		margin: 10px 0 0 12px;
		font-size: 15px;
		color: $dark-grey;
		@include transition(all,.4s,$easeInOutCirc);

		&.has-value {
			margin: -12px 0 0 5px;
			padding: 0 4px;
			font-size: 11px;
			color: $grey;
			background-color: #fff;
		}
	} */ }
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea { margin-top: 20px; padding: 0 0 8px 0; font-family: 'Montserrat'; font-size: 17px !important; color: #303030 !important; background-color: transparent; border-bottom: 1px solid #303030; }
.wpcf7-form textarea.wpcf7-textarea { height: 80px; }
.wpcf7-form select.wpcf7-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 42px; padding: 0; font-family: 'Montserrat'; font-size: 17px !important; color: #303030 !important; background: transparent url("../../../media/arrow-down-icon.svg") no-repeat calc(100% - 5px) center; border-bottom: 1px solid #303030; }
.wpcf7-form select.wpcf7-select option { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; color: #303030 !important; }
.wpcf7-form select.wpcf7-select[multiple=multiple] { height: 135px; background: transparent; }
.wpcf7-form select.wpcf7-select[multiple=multiple] option { padding: 4px; font-size: 14px !important; }
.wpcf7-form .wpcf7-list-item { margin-left: 0 !important; }
.wpcf7-form .block-legal { font-size: 12px; }
.wpcf7-form .txt-legal { display: inline; line-height: 1.4; color: #303030; }
.wpcf7-form .txt-legal a, .wpcf7-form .txt-legal a:hover { color: #303030 !important; }
.wpcf7-form span.wpcf7-list-item { margin: 0 5px 0 0; }
.wpcf7-form .wpcf7-checkbox label { position: relative; cursor: pointer; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] { position: absolute; visibility: hidden; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span { display: inline-block; overflow: hidden; width: 0; color: transparent; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before { display: block; position: absolute; box-sizing: border-box; content: ''; height: 20px; width: 20px; top: -3px; left: 0px; border: 1px solid #303030; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after { content: "\2713"; position: absolute; display: block; visibility: hidden; height: 20px; width: 20px; top: -4px; left: 0; font-size: 15px; font-weight: 700; text-align: center; line-height: 1.5; color: #fff; transform: scale(0); -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; -moz-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before { background: #bd2830; border-color: #bd2830; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after { visibility: visible; transform: scale(1); }
.wpcf7-form input.wpcf7-submit { display: block; box-sizing: border-box; width: 300px; height: 70px; margin: 40px auto 0 auto; font-family: 'Montserrat'; font-weight: 800; font-size: 18px; line-height: 70px; text-align: center; color: #303030 !important; background-color: transparent !important; border-radius: 0; border: 1px solid #303030 !important; -webkit-transition: background 0.4s ease !important; -moz-transition: background 0.4s ease !important; transition: background 0.4s ease !important; }
.wpcf7-form input.wpcf7-submit:hover { background-color: #ee7e23 !important; border-color: #ee7e23 !important; }
.wpcf7-form .ajax-loader { margin: 20px 0 0 49% !important; }
.wpcf7-form .wpcf7-not-valid-tip { display: inline-block !important; float: right; padding: 5px 0 0 0; font-size: 12px !important; color: #ff0000 !important; }
.wpcf7-form .wpcf7-response-output { background-color: #ff0000 !important; text-transform: none !important; line-height: 22px; }
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok { background-color: #80c84b !important; }
.wpcf7-form.sent .wpcf7-response-output { background-color: #80c84b !important; }

/* HACK PARA CAMPOS AUTOCOMPLETAR AMARILLOS EN WEBKIT */
input.wpcf7-text:-webkit-autofill, input.wpcf7-text:-webkit-autofill:hover, input.wpcf7-text:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 100px #fff inset; color: #222; }

/* ::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
input:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
textarea:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-moz-placeholder { opacity: 0; } */
#banner_navidad { z-index: 2000; position: fixed; top: calc(50% - 182px); right: -1000px; opacity: 0; -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) !important; -moz-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) !important; transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) !important; }
#banner_navidad.banner-on { right: 100px; opacity: 1; }
#banner_navidad .close-banner-bt { position: absolute; box-sizing: border-box; top: 0; right: 0; width: 50px; height: 50px; padding-top: 15px; text-align: center; background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; }
#banner_navidad .close-banner-bt:hover { opacity: 0.7; }
#banner_navidad .banner { display: block; }
#banner_navidad .banner:hover { transform: scale(0.95); }

/* ********************************************************************************************************************* HEADER - MENU */
header .header_top { height: 0; }
header .header_top .right { height: 0; }
header .header_top a { display: inline-block; margin-top: 3px; color: #000; }
header .header_top a i { margin-right: 5px; opacity: 0.5; }
header .header_top a:hover { color: #ee7e23; }
header .header_top a + a { margin-left: 30px; }
header .header_bottom { background-color: #fff; border: 0 !important; }
header .header_bottom .q_logo a { height: 50px !important; }
header .header_bottom .q_logo img { /* width: 290px !important;
height: 56px !important;
padding-top: 5px; */ }
header .header_bottom #migas { display: none; position: absolute; left: 0; top: 50px; width: 100%; height: 30px; font-size: 10px; line-height: 30px; text-align: right; color: #dd858a; }
header .header_bottom #migas a { color: #dd858a; }
header nav.main_menu { margin-top: 40px; }
header nav.main_menu > ul > li > a { font-size: 14px; font-weight: 700; line-height: 50px !important; letter-spacing: 0; color: #303030; opacity: 1 !important; }
header nav.main_menu > ul > li > a span:nth-child(2) { padding-bottom: 8px; line-height: 0 !important; }
header nav.main_menu > ul > li > a span:nth-child(2):after { content: ''; position: relative; display: inline-block; width: 100%; height: 1px; margin-bottom: -12px; background-color: transparent; transform: scaleX(0); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important; -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important; transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important; }
header nav.main_menu > ul > li > a:hover { color: #ee7e23; }
header nav.main_menu > ul > li > a:hover span:nth-child(2):after { transform: scaleX(1); background-color: #ee7e23; }
header nav.main_menu > ul > li > a.current { color: #ee7e23; }
header nav.main_menu > ul > li > a.current span:nth-child(2):after { display: none; }
header nav.main_menu > ul li.only-mobile { display: none; }
header nav.main_menu > ul li.has_sub > a:after { content: '\f107'; padding-left: 6px; font-family: 'FontAwesome'; font-weight: 400; font-size: 13px; color: #ccc; }
header nav.main_menu > ul li.bt-blog a { padding-right: 0; }
header nav.main_menu .second { -webkit-transition: all 0.4s ease !important; -moz-transition: all 0.4s ease !important; transition: all 0.4s ease !important; }
header nav.main_menu .second ul { padding: 10px 30px !important; background-color: #fff !important; border-left: 3px solid #ee7e23 !important; box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
header nav.main_menu .second ul li { border-bottom: 1px solid #eeeeee; }
header nav.main_menu .second ul li a { padding: 8px 0 !important; font-size: 16px !important; line-height: 40px !important; font-weight: 400 !important; text-transform: none !important; color: #303030 !important; }
header nav.main_menu .second ul li a span { display: block; line-height: 1.7; }
header nav.main_menu .second ul li a:hover { color: #ee7e23 !important; }
header nav.main_menu .second ul li.current-menu-item a { color: #ee7e23 !important; }
header.sticky .header_bottom { /* #migas {
	display: none;
} */ }
header.sticky .header_bottom .q_logo a { height: 35px !important; }
header.sticky .header_bottom .q_logo img { /* width: 200px !important;
height: auto !important;
padding-top: 0; */ }
header.sticky nav.main_menu { margin-top: 5px; }

/* ********************************************************************************************************************* FOOTER */
footer .footer_top_holder { background-color: #fff; }
footer .footer_top { padding: 60px 0; }
footer .footer_top .four_columns > div { box-sizing: border-box; min-height: 210px; border-left: 1px solid #eeeeee; }
footer .footer_top .four_columns .column1 { border: 0; }
footer .footer_top .four_columns .column4 .menu-footer li { line-height: 20px; }
footer .footer_top .four_columns .column4 .menu-footer li a { font-size: 13px; }
footer .footer_top h5 { font-size: 17px; font-weight: 700 !important; color: #000; }
footer .footer_top h5:after { content: ''; display: block; width: 40px; height: 1px; margin-top: 10px; background-color: #000; }
footer .footer_top .textwidget { font-size: 13px; color: #000; }
footer .footer_top .textwidget a.border-link { display: inline-block; box-sizing: border-box; width: auto; margin-top: 6px; padding: 0 15px; font-size: 12px; font-weight: 300; border: 1px solid #898989; border-radius: 0; }
footer .footer_top ul.menu-footer li a { font-size: 14px; line-height: 20px; color: #000; }
footer .footer_top ul.menu-footer li a:hover { color: #bd2830 !important; }
footer .footer_top .social { margin-top: 25px; }

/* ********************************************************************************************************************* HOME STUFF */
.home .only-home { display: block; }
.home #migas { display: none; }
.home .q_slider .carousel .carousel-indicators { display: none; }
.home .q_slider .carousel .carousel-control { right: 80px; left: auto; width: 50px; height: 50px; top: 85%; opacity: 0.7 !important; }
.home .q_slider .carousel .carousel-control:hover { opacity: 1 !important; }
.home .q_slider .carousel .carousel-control:hover span { background-color: rgba(0, 0, 0, 0.2); }
.home .q_slider .carousel .carousel-control.left { right: 135px; }
.home .q_slider .carousel .carousel-control .prev_nav, .home .q_slider .carousel .carousel-control .next_nav { left: auto; right: auto; opacity: 1; }
.home .q_slider .carousel .text { margin: 0; /* > div {
	margin-bottom: 6px;
} */ }
.home .q_slider .carousel .text .q_slide_text { display: none; }
.home .q_slider .carousel h2 { margin: 0; display: inline-block; font-weight: 800; white-space: pre-wrap; color: #303030; }
.home .q_slider .carousel h2 span { background-color: #fff; padding: 8px 15px 4px 15px; font-size: 32px !important; line-height: 1.7 !important; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.home .q_slider .carousel h4 { margin-top: 6px; }
.home .q_slider .carousel h4 span { margin-bottom: 0; padding: 3px 15px; display: inline; font-size: 25px !important; line-height: 36px !important; font-weight: 300 !important; letter-spacing: 0 !important; white-space: pre-wrap; background-color: rgba(238, 126, 35, 0.8) !important; }
.home .q_slider .carousel .qbutton { height: 45px; margin-top: 0; text-transform: none; font-weight: 700; font-size: 16px; line-height: 45px; background-color: #ee7e23; border: 0; }
.home .q_slider .carousel .qbutton:hover { color: #fff; }
.home .q_slider .carousel .image video { object-fit: cover; width: 100%; height: 100%; opacity: 0; transition: opacity .6s linear; }
.home .q_slider .carousel .image video.faded { opacity: 1; }
.home .q_slider .carousel .slide-oferta { width: 900px; margin: 0 auto; padding: 10px; text-align: center; border: 3px solid #08344d; }
.home .q_slider .carousel .slide-oferta > div { padding: 70px 90px; background-color: rgba(0, 40, 62, 0.8); }
.home .q_slider .carousel .slide-oferta p { font-size: 19px; line-height: 1.2; }
.home .q_slider .carousel .slide-oferta p a { color: #ee7e23 !important; text-decoration: underline; }
.home .q_slider .carousel .slide-oferta h3 { font-weight: 700 !important; font-size: 36px; line-height: 42px; color: #fff; }
.home .q_slider .carousel .slide-oferta h3:after { content: ''; display: block; width: 60%; height: 1px; margin: 10px auto; background-color: #fff; }
.home .q_slider .carousel .slide-oferta h5 { margin: 30px 0; font-weight: 300 !important; font-size: 46px; line-height: 52px; color: #fff; }
.home .q_slider .carousel .slide-oferta span { display: block; font-size: 30px; line-height: 34px; color: #fff; }
.home .q_slider .carousel .slide-oferta span strong { display: block; }
.home .q_slider .carousel .slide-oferta a.tel { display: block; margin: 40px 0 20px 0; font-size: 32px; line-height: 36px; color: #fff; }
.home .q_slider .carousel .slide-oferta a.tel img { vertical-align: top; margin-right: 10px; }
.home .q_slider .carousel .slide-oferta a.tel:hover { color: #ee7e23; }
.home .q_slider .carousel .slide-oferta a.bt { display: inline-block; padding: 10px 40px; font-weight: 700; font-size: 24px; color: #fff; background-color: #ee7e23; }
.home .q_slider .carousel .slide-oferta a.bt:hover { background-color: #ce6510; }
.home .q_slider .carousel .slide-encasa { width: 640px; text-align: left !important; }
.home .q_slider .carousel .slide-encasa h3 { display: inline-block; padding: 0 70px; font-weight: 700 !important; font-size: 35px; line-height: 140px; color: #971219; background-color: rgba(255, 255, 255, 0.8); }
.home .q_slider .carousel .slide-encasa .challenge { padding: 35px 70px; background-color: rgba(255, 255, 255, 0.8); }
.home .q_slider .carousel .slide-encasa .challenge p { margin-bottom: 0; font-size: 15px; font-weight: 300; line-height: 1.15; color: #444; text-align: left !important; text-shadow: none; }
.home .q_slider .carousel .slide-encasa .mensaje { padding: 50px 70px; background-color: rgba(151, 18, 25, 0.93); }
.home .q_slider .carousel .slide-encasa .mensaje h4 { margin: 0 0 5px 0; font-weight: 700 !important; font-size: 30px; color: #fff; }
.home .q_slider .carousel .slide-encasa .mensaje p { font-size: 20px; font-weight: 300; line-height: 1.15; text-align: left !important; }
.home .q_slider .carousel .slide-encasa .mensaje p.videollamada { display: block; font-size: 20px; line-height: 45px; }
.home .q_slider .carousel .slide-encasa .mensaje p.videollamada img { float: left; margin-right: 10px; }
.home .q_slider .carousel .slide-encasa .mensaje a.border-link { display: inline-block; width: 200px; margin-top: 30px; padding: 15px 15px; font-weight: 700; font-size: 17px; text-align: center; border: 1px solid #fff; border-radius: 0; }
.home .q_slider .carousel .slide-encasa .mensaje a.border-link.viviendas { margin-left: 10px; }
.home .q_slider .carousel .slide-solidario { width: 550px; text-align: left !important; }
.home .q_slider .carousel .slide-solidario .mensaje { position: relative; padding: 50px 70px 70px 70px; background-color: rgba(238, 127, 36, 0.93); }
.home .q_slider .carousel .slide-solidario .mensaje img { position: absolute; right: 25px; top: 20px; }
.home .q_slider .carousel .slide-solidario .mensaje h4 { font-weight: 700 !important; font-size: 40px; color: #fff; }
.home .q_slider .carousel .slide-solidario .mensaje h5 { margin: 0 0 15px 0; font-weight: 300 !important; font-size: 35px; line-height: 1.2; color: #fff; }
.home .q_slider .carousel .slide-solidario .mensaje p { font-size: 17px; font-weight: 300; line-height: 1.15; text-align: left !important; }
.home .q_slider .carousel .slide-solidario .mensaje a.border-link { display: inline-block; width: 140px; margin-top: 30px; padding: 15px 20px; font-weight: 700; font-size: 16px; text-align: center; border: 1px solid #fff; border-radius: 0; }
.home .q_slider .carousel .slide-solidario .mensaje a.border-link.viviendas { margin-left: 10px; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner { width: 600px; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 { margin-bottom: 30px; font-size: 60px; font-weight: 300; color: #fff; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 strong { display: block; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 div { position: relative; display: inline-block; overflow: hidden; top: 12px; height: 70px; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 div ul { display: inline-block; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 div ul li { list-style: none; line-height: 70px; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner p { font-size: 18px; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner a.boxed-link { display: inline-block; margin-top: 15px; padding: 12px 30px; font-weight: 800; font-size: 17px; color: #fff !important; background-color: transparent; border: 1px solid #fff; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner a.boxed-link i { padding-right: 10px; color: #ee7e23; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner a.boxed-link:hover { background-color: #ee7e23; border-color: #ee7e23; }
.home .q_slider .carousel#qode-home-vid-70 .slider_content_inner a.boxed-link:hover i { color: #fff; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner { width: 720px; padding: 40px; background-color: rgba(0, 0, 0, 0.5); }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 { margin-bottom: 30px; font-size: 48px; line-height: 1; font-weight: 300; color: #fff; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 div { position: relative; display: inline-block; overflow: hidden; top: 14px; height: 70px; font-weight: 800; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 div ul { display: inline-block; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 div ul li { list-style: none; line-height: 70px; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner h3 { display: inline-block; margin-right: 30px; font-size: 40px; font-weight: 800; color: #fff; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner p { margin-bottom: 30px; padding-right: 80px; font-size: 18px; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner select { display: inline-block; position: relative; appearance: none; top: -5px; padding: 10px 20px; font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 800; background-color: #ee7e23; background-image: url("../../../media/arrow-down-white.svg"); background-repeat: no-repeat; background-position: 95% 8px; color: #fff; border: 0; }
.home .q_slider .carousel#qode-home-filtro .slider_content_inner select + p { display: none; }
.home .q_slider .carousel#qode-home .q_slide_text { display: block; }
.home .q_slider .carousel#qode-home .q_slide_text img { width: 160px; }
.home .q_slider .carousel#qode-home h2 { display: none; }
.home .q_slider .carousel#qode-home h3 { font-size: 54px; color: #fff; }
.home .q_slider .carousel#qode-home h3 + p { font-size: 24px; }
.home #intro { padding: 60px 0; }
.home #intro img { padding-bottom: 10px; text-align: center; }
.home #rtb { background-color: #eeeeee; }
.home #destacadas { padding: 30px 0 80px 0; background-color: #eeeeee; /* h3 {
	margin-top: 15px;
	font-size: 40px;
} */ 		/* .promo-rel {
			padding: 40px 0 0 0;

			.item {
				width: 32%;
				margin-right: 2%;
				display: inline-block;
				vertical-align: top;

				&:nth-of-type(3n) {
					margin-right: 0;
				}

				a {
					
					.rel-img {
						height: 170px;
						overflow: hidden;
						
						img {
							@include scale(1.05);
							@include transition(all,.3s,ease);
						}
					}

					.rel-data {
						position: relative;
						width: 95%;
						height: auto;
						margin: -25px auto 0 auto;
						padding: 20px;
						display: block;
						box-sizing: border-box;
						background-color: #fff;
						border-bottom: 2px solid #fff;
						@include transition(all,.3s,ease);

						* {
							margin: 0;
						}

						h3 {
							font-size: 18px;
							font-weight: 700;
							color: #000;
						}

						h2 {
							margin-bottom: 10px;
							font-size: 18px;
							font-weight: 700;
						}
					}

					&:hover {

						img {
							@include scale(1);
						}

						.rel-data {
							background-color: $light-grey;
							border-bottom-color: $grey;
						}
					}
				}

				// EXCELLENCE
				&.excellence {

					a .rel-img:before {
						position: absolute;
						content: url('../../../media/promo-excellence-ribbon.png') !important;
						width: 111px !important;
						height: 63px !important;
						display: inline-block;
						z-index: 2;
						pointer-events: none;
					}
				}
			
				// EXTERNO
				&.externo {

					a .rel-img:before {
						position: absolute;
						content: url('../../../media/promo-externo-ribbon.png');
						width: 48px;
						height: 48px;
						display: inline-block;
						z-index: 2;
						pointer-events: none;
					}
				}
			}
		} */ }
.home #destacadas .follow_bt { display: inline-block; margin: 0 auto 60px auto; }
.home #destacadas .follow_bt:hover { padding-top: 8px; margin-bottom: 52px; }
.home #destacadas #filter_open_bt:before { content: 'FILTRAR PROMOCIONES'; }
.home #destacadas #filter_open_bt.active:before { content: 'Ocultar filtro'; }
.home #destacadas #filter_reset_bt { display: none; }
.home #excellence { background-color: #888888; }
.home #excellence .wpb_column { height: 600px; }
.home #excellence .vc_col-sm-4 { padding-left: 40px; }
.home #excellence .vc_col-sm-4 img { margin-top: 35%; width: 300px; }
.home #excellence .vc_col-sm-4 h3 { padding: 40px 90px 40px 0; color: #fff; }
.home #excellence .vc_col-sm-4 a.border-link { padding: 7px 20px; }
.home #excellence .excellence-slider .item { content: ''; width: 100%; height: 600px; background-size: cover; background-position: center bottom; }
.home #banner { padding-top: 90px; }
.home #banner a:hover { filter: brightness(1.1); }
.home #aticos { padding: 90px 0 70px 0; }
.home #banner_garajes { padding-bottom: 90px; }
.home #banner_garajes a:hover { filter: brightness(1.1); }
.home #inversion .invertir-block { display: flex; }
.home #inversion .invertir-block .img { width: 65%; overflow: hidden; }
.home #inversion .invertir-block .data { position: relative; width: 35%; height: 500px; margin-top: 110px; background-color: #ee7e23; transition: background .4s ease; }
.home #inversion .invertir-block .data:hover { background-color: #e67112; }
.home #inversion .invertir-block .data img { position: absolute; margin: 165px 0 0 -100px; mix-blend-mode: screen; }
.home #inversion .invertir-block .data h5 { position: relative; max-width: 350px; margin: 120px 0 80px 60px; font-weight: 800; font-size: 34px; color: #fff; }
.home #inversion .invertir-block .data a { position: relative; margin-left: -30px; font-size: 15px; text-transform: uppercase; }
.home #datos { padding-top: 40px; }
.home #datos .vc_col-sm-6 { margin-bottom: 45px; }
.home #datos .vc_single_image-wrapper { padding: 25px; border: 1px solid #eeeeee; border-radius: 50%; }
.home #datos h4 { margin-top: 10px; font-size: 36px; font-weight: 800; color: #ee7e23; }
.home #datos h4 span { font-size: 22px; font-weight: 400; }
.home #datos p { margin-top: 0; font-size: 16px; font-weight: 400; }
.home #datos .tevienes { position: relative; height: 400px; background: url("../../../media/home-datos-video-bkg.jpg") no-repeat right center; }
.home #datos .tevienes a { position: absolute; display: block; box-sizing: border-box; top: 180px; width: 250px; height: 170px; padding: 30px; background: #eeeeee url("../../../media/play-icon.svg") no-repeat 90% 85%; }
.home #datos .tevienes a span { font-size: 14px; }
.home #datos .tevienes a h5 { font-weight: 800; font-size: 28px; }
.home #datos .tevienes a:hover { width: 260px; padding: 30px 60px 30px 40px; box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.4); }
.home #soste { margin: 50px 0 0 0; }
.home #soste h2 { float: right; box-sizing: border-box; width: 370px; height: 370px; margin-top: 100px; padding: 60px 40px 0 40px; font-size: 32px; color: #303030; background-color: #fff; }
.home #soste h2 img { width: 200px; margin-top: 30px; }
.home #soste h2 a:hover { color: #ee7e23; }
.home #entregadas { padding: 60px 0; }
.home #entregadas .slider { margin-top: 30px; }
.home #entregadas .slider .slick-slide { margin: 0 10px; }
.home #entregadas .slider .slick-list { margin: 0 -10px; }
.home #entregadas .slider .slick-dots { margin-top: 0; padding-left: 0; }
.home #entregadas .slider .slick-dots li button::before { font-size: 50px; }
.home #entregadas .slider .item { box-sizing: border-box; min-height: 255px; margin-bottom: 30px; padding: 10px; text-align: left; background-color: #eeeeee; }
.home #entregadas .slider .item > div { display: inline-block; vertical-align: top; box-sizing: border-box; }
.home #entregadas .slider .item .img-wrapper { width: 45%; }
.home #entregadas .slider .item .data { width: 52%; padding: 15px 0 0 20px; }
.home #entregadas .slider .item .data h2 { font-weight: 800; font-size: 19px; color: #ee7e23; }
.home #entregadas .slider .item .data h3 { padding: 5px 0; text-transform: uppercase; font-size: 16px; }
.home #entregadas .slider .item .data p { margin-top: 10px; font-size: 13px; }
.home #fortaleza { padding: 60px 0; }
.home #emprende { padding: 60px 0; }
.home #emprende .mobile { display: none; }
.home #isla_canela { margin: 60px 0; background-color: #eeeeee; }
.home #isla_canela .vc_col-sm-8 .vc_column-inner { padding-left: 0; }
.home #isla_canela .vc_col-sm-4 { padding-left: 40px; }
.home #isla_canela .vc_col-sm-4 img { margin-top: 30%; width: 300px; }
.home #isla_canela .vc_col-sm-4 h3 { padding: 20px 90px 40px 0; }
.home #isla_canela .vc_col-sm-4 a.border-link { padding: 7px 20px; }
.home #isla_canela .islacanela-slider .item { content: ''; width: 100%; height: 500px; background-size: cover; }
.home #oportunidades { padding: 100px 0; }
.home #oportunidades h2 span { padding: 3px 10px; }
.home #fundacion { padding: 0px 0 80px 0; }
.home #fundacion .vc_single_image-img { max-width: 225px; }
.home #fundacion .wpb_raw_html { margin-top: 25px; text-align: center; }
.home #fundacion .wpb_raw_html img { height: 68px; width: auto; }
.home #fundacion h3 { margin: 15px 0 40px 0; font-size: 22px; }
.home #links { padding: 0 0 50px 0; }
.home #links .columns { display: flex; justify-content: space-between; padding: 0 100px; }
.home #links .outlinks { width: 50%; }
.home #links .outlinks a { display: flex; justify-content: space-between; align-items: center; }
.home #links .outlinks a img { width: 150px; }
.home #links .outlinks a .data { width: calc(100% - 200px); }
.home #links .outlinks a .data h5 { max-width: 250px; }
.home #links .outlinks a + a { margin-top: 30px; }
.home #links .inlinks { display: flex; justify-content: space-between; box-sizing: border-box; width: 50%; padding-left: 50px; border-left: 1px solid #eeeeee; }
.home #links .inlinks a { width: 230px; }
.home #links .inlinks a .image { overflow: hidden; height: 230px; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.home #links .inlinks a .image img { height: 100%; max-width: none; }
.home #links .inlinks a .data { display: block; position: relative; box-sizing: border-box; width: 185px; margin-top: -70px; padding: 20px 20px 0 0; background-color: #fff; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.home #links .inlinks a .data span { font-size: 13px; font-weight: 800; color: #ee7e23; }
.home #links .inlinks a .data h5 { padding-top: 8px; }
.home #links .inlinks a:hover .image { height: 240px; }
.home #coop { padding: 70px 0; background-color: #eeeeee; }
.home #coop h3 { display: inline-block; padding-right: 80px; font-size: 24px; font-weight: 800; }

/* ********************************************************************************************************************* PAG. PROMOS CON FILTRO  (VENTA/ALQUILER/LOCALES + HOME + CATS ARCHIVE) (2020) */
.pag-filtro .content .container { background-color: #eeeeee; }
.pag-filtro .content .full_width { padding-top: 30px; background-color: #eeeeee; }
.pag-filtro h1.centered { margin-top: 40px; font-weight: 800; font-size: 34px; }
.pag-filtro h2 { font-size: 28px; }
.pag-filtro.archive h1 { margin-top: 40px; }
.pag-filtro .cat-description { padding: 0 10% 50px 10%; }
.pag-filtro .cat-description h3, .pag-filtro .cat-description h4, .pag-filtro .cat-description ul { margin-top: 20px; }
.pag-filtro .cat-description h2 { margin-top: 30px; }
.pag-filtro .cat-description h2:before { content: ''; display: block; width: 50px; height: 1px; margin: 5px 0 15px 0; background-color: #303030; }
.pag-filtro .cat-description ul { padding-left: 30px; }
.pag-filtro .results { padding-top: 5px; font-size: 12px; text-align: center; color: #898989; }
.pag-filtro .no-results { padding: 60px 0; }
.pag-filtro .no-results p { margin-top: 10px; }
.pag-filtro .no-results a { display: inline-block; margin-top: 30px; font-weight: 800; }
.pag-filtro #seo_content { background-color: #fff; }
.pag-filtro .q_accordion_holder { margin: 40px 0 !important; }
.pag-filtro .q_accordion_holder.boxed { padding: 0; background-color: transparent; color: #303030; }
.pag-filtro .q_accordion_holder .title-holder { margin-bottom: -1px !important; padding: 20px !important; font-size: 15px !important; text-align: left !important; background-color: transparent !important; border: 1px solid #bfbfbf; }
.pag-filtro .q_accordion_holder .title-holder.ui-state-active { background-color: #eeeeee !important; border-color: #eeeeee; }
.pag-filtro .q_accordion_holder .title-holder:last-of-type { margin-bottom: 0 !important; }
.pag-filtro .q_accordion_holder .title-holder .right_mark { display: block !important; float: right !important; top: 15px !important; right: 25px !important; background-color: transparent !important; border: 0 !important; -webkit-transition: transform 0.3s ease !important; -moz-transition: transform 0.3s ease !important; transition: transform 0.3s ease !important; }
.pag-filtro .q_accordion_holder .title-holder .right_mark .accordion_mark_icon { width: 100% !important; height: 100% !important; background-image: url("../../../media/arrow-down-icon.svg") !important; background-size: 60% !important; }
.pag-filtro .q_accordion_holder .title-holder .tab-title { font-weight: 800; font-size: 15px; letter-spacing: 0; }
.pag-filtro .q_accordion_holder .title-holder .tab-title:before { position: absolute; display: block; top: 18px; left: 22px; }
.pag-filtro .q_accordion_holder .title-holder.ui-state-active { color: #bd2830; }
.pag-filtro .q_accordion_holder .title-holder.ui-state-active .right_mark { transform: rotate(180deg); }
.pag-filtro .q_accordion_holder .accordion_content_inner { padding: 10px 0 50px 0 !important; }
.pag-filtro .q_accordion_holder .accordion_content { padding: 0 80px 0 0 !important; }
.pag-filtro .q_accordion_holder .accordion_content h3 { margin-top: 20px; font-size: 17px; font-weight: 600; }
.pag-filtro .q_accordion_holder .accordion_content h3 + p { margin-top: 5px; }
.pag-filtro .q_accordion_holder .accordion_content p a { text-decoration: underline; color: #ee7e23; }
.pag-filtro .q_accordion_holder .accordion_content p + ul { margin-top: 20px; padding-left: 30px; }
.pag-filtro .q_accordion_holder .accordion_content img.floated { float: left; width: 45%; margin-right: 5%; }

.promos-filter-nav { position: relative; margin: 30px 0 0 0; text-align: center; }
.promos-filter-nav a { display: inline-block; box-sizing: border-box; vertical-align: top; height: 50px; line-height: 50px; }
.promos-filter-nav #filter_open_bt { position: relative; width: 230px; padding: 0 0 0 15px; font-weight: 700; text-align: left; color: #fff; background-color: #ee7e23; }
.promos-filter-nav #filter_open_bt:before { content: 'FILTRAR RESULTADOS'; }
.promos-filter-nav #filter_open_bt:after { content: url("../../../media/filter-icon.svg"); position: absolute; top: 7px; right: 5px; }
.promos-filter-nav #filter_open_bt.active { width: 160px; }
.promos-filter-nav #filter_open_bt.active:before { content: 'Ocultar filtro'; }
.promos-filter-nav #filter_open_bt.active:after { content: url("../../../media/filter-hide-icon.svg"); }
.promos-filter-nav #filter_open_bt:hover { background-color: #dc6c11; }
.promos-filter-nav #map_open_bt { position: relative; width: 210px; margin-left: 10px; padding: 0 0 0 15px; font-weight: 700; text-align: left; color: #303030; border: 1px solid #303030; }
.promos-filter-nav #map_open_bt:before { content: 'MOSTRAR EN MAPA'; }
.promos-filter-nav #map_open_bt:after { content: url("../../../media/filter-map-icon.svg"); position: absolute; top: 7px; right: 5px; }
.promos-filter-nav #map_open_bt.active { width: 160px; }
.promos-filter-nav #map_open_bt.active:before { content: 'Cerrar mapa'; }
.promos-filter-nav #map_open_bt.active:after { content: url("../../../media/menu-bars-close.svg"); top: 9px; }
.promos-filter-nav #map_open_bt:hover, .promos-filter-nav #map_open_bt.active { background-color: #fff; border-color: #fff; }
.promos-filter-nav #filter_reset_bt { pointer-events: none; position: absolute; right: 10px; padding: 0 30px; font-size: 13px; background-color: #fff; opacity: 0; }
.promos-filter-nav #filter_reset_bt.active { pointer-events: auto; opacity: 1; }

.promos-filter { display: none; position: relative; padding: 40px 70px 0 70px; text-align: left; box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); background-color: #e6e0da; border: 1px solid #fff; opacity: 0; -webkit-transition: opacity 0.4s linear !important; -moz-transition: opacity 0.4s linear !important; transition: opacity 0.4s linear !important; }
.promos-filter.opened { opacity: 1; }
.promos-filter .sf-field-reset { display: none; }
.promos-filter li.sf-field-submit { width: 100%; padding: 30px 0; text-align: center; border: 0; }
.promos-filter input[type='submit'] { width: auto; padding: 15px 50px; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; line-height: 15px; color: #fff; border: 0; background: #ee7e23; cursor: pointer; -webkit-appearance: none; -webkit-transition: background 0.3s ease !important; -moz-transition: background 0.3s ease !important; transition: background 0.3s ease !important; }
.promos-filter input[type='submit']:hover { background-color: #dc6c11; }
.promos-filter > form > ul > li { box-sizing: border-box; display: inline-block; vertical-align: top; width: 30%; padding: 0 0 0 25px; font-size: 14px; font-weight: 400; border-left: 1px solid #f3f0e7; }
.promos-filter > form > ul > li h4 { padding: 0 0 15px 0; font-weight: 800; }
.promos-filter > form > ul > li ul { padding-left: 0; }
.promos-filter > form > ul > li ul li { vertical-align: top; padding: 3px 0; }
.promos-filter > form > ul > li.sf-field-post-meta-etiquetas ul li:last-child input { position: absolute; }
.promos-filter > form > ul > li.sf-field-post-meta-etiquetas ul li:last-child label { display: block !important; padding-left: 29px; }
.promos-filter li.sf-field-taxonomy-provincia { width: 40%; padding: 0; border: 0; }
.promos-filter li.sf-field-taxonomy-provincia ul li { display: inline-block; width: 50%; }
.promos-filter li.sf-field-taxonomy-zona_madrid { box-sizing: border-box; overflow: hidden; width: 100%; height: auto; max-height: 0; margin-top: 0; padding: 0; border: 0; opacity: 0; -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
.promos-filter li.sf-field-taxonomy-zona_madrid.active { max-height: 280px; margin-top: 30px; opacity: 1; }
.promos-filter li.sf-field-taxonomy-zona_madrid ul { padding: 30px 0 40px 0; border-top: 1px solid #fff; }
.promos-filter li.sf-field-taxonomy-zona_madrid ul li { display: inline-block; width: 25%; font-size: 13px; }
.promos-filter .sf-count { vertical-align: top; padding-left: 3px; font-size: 10px; line-height: 1.2; }
.promos-filter .meta-slider .noUi-connect { background-color: #ee7e23; }
@supports (-webkit-appearance: none) or (-moz-appearance: none) { .promos-filter input[type='checkbox'] { --active: #ee7e23; --active-inner: #fff; --focus: 2px rgba(39, 94, 254, 0.3); --border: #BBC1E1; --border-hover: #ee7e23; --background: #fff; --disabled: #F6F8FF; --disabled-inner: #E1E6F9; -webkit-appearance: none; -moz-appearance: none; width: 20px; height: 20px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid var(--bc, var(--border)); background: var(--b, var(--background)); transition: background .3s, border-color .3s, box-shadow .2s; }
  .promos-filter input[type='checkbox']:after { content: ''; display: block; position: absolute; width: 5px; height: 10px; left: 30%; top: 10%; transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); border: 2px solid var(--active-inner); border-top: 0; border-left: 0; transform: rotate(var(--r, 20deg)); opacity: var(--o, 0); }
  .promos-filter input[type='checkbox']:checked { --b: var(--active); --bc: var(--active); --d-o: .3s; --d-t: .6s; --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2); --r: 43deg; --o: 1; }
  .promos-filter input[type='checkbox']:disabled { --b: var(--disabled); cursor: not-allowed; opacity: .9; }
  .promos-filter input[type='checkbox']:disabled:checked { --b: var(--disabled-inner); --bc: var(--border); }
  .promos-filter input[type='checkbox']:disabled + label { cursor: not-allowed; }
  .promos-filter input[type='checkbox']:hover:not(:checked):not(:disabled) { --bc: var(--border-hover); }
  .promos-filter input[type='checkbox']:focus { box-shadow: 0 0 0 var(--focus); }
  .promos-filter input[type='checkbox'] + label { display: inline-block; vertical-align: top; cursor: pointer; padding-left: 8px; line-height: 20px; } }
.promos-filter.garajes li.sf-field-taxonomy-zona_madrid.active { max-height: 340px; }
.promos-filter.locales li.sf-field-post-meta-tipo_local, .promos-filter.locales li.sf-field-post-meta-comerc { width: 100%; padding: 10px 0; border-left: 0; border-bottom: 1px solid #fff; }
.promos-filter.locales li.sf-field-post-meta-tipo_local ul li, .promos-filter.locales li.sf-field-post-meta-comerc ul li { display: inline-block; width: 33%; padding-bottom: 0; }
.promos-filter.locales li.sf-field-post-meta-tipo_local ul li label, .promos-filter.locales li.sf-field-post-meta-comerc ul li label { font-weight: 800; font-size: 16px; color: #303030; }
.promos-filter.locales li.sf-field-post-meta-comerc { margin-bottom: 20px; }
.promos-filter.locales li.sf-field-post-meta-cars { width: 33%; padding-left: 0; border-left: 0; }
.promos-filter.locales li.sf-field-post-meta-metros_num, .promos-filter.locales li.sf-field-post-meta-altura_num, .promos-filter.locales li.sf-field-post-meta-precio_num { width: 33%; padding-bottom: 30px; }
.promos-filter.locales li.sf-field-post-meta-subzona_madrid { box-sizing: border-box; overflow: hidden; width: 100%; height: auto; max-height: 0; padding: 20px 0 0 0; border: 0; border-top: 1px solid #fff; opacity: 0; -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
.promos-filter.locales li.sf-field-post-meta-subzona_madrid ul { display: flex; flex-wrap: wrap; }
.promos-filter.locales li.sf-field-post-meta-subzona_madrid ul li { width: auto !important; margin-right: 20px; }
.promos-filter.locales li.sf-field-post-meta-subzona_madrid.active { max-height: 120px; margin-top: 20px; opacity: 1; }
.promos-filter.locales li.sf-field-taxonomy-provincia { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #fff; }
.promos-filter.locales li.sf-field-taxonomy-provincia ul li { width: auto !important; margin-right: 20px; }
.promos-filter.locales li.sf-field-taxonomy-zona_madrid ul { padding-top: 15px; }
.promos-filter.locales li.sf-field-taxonomy-zona_madrid.active { margin-top: 10px; }

.promos-map { display: none; position: relative; box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); background-color: #e6e0da; border: 1px solid #fff; opacity: 0; -webkit-transition: opacity 0.4s linear !important; -moz-transition: opacity 0.4s linear !important; transition: opacity 0.4s linear !important; }
.promos-map.opened { opacity: 1; }
.promos-map #map { height: 500px; }
.promos-map .gm-ui-hover-effect { display: none !important; }
.promos-map .gm-style iframe + div { border: none !important; }

.promos-grid { display: flex; flex-wrap: wrap; justify-content: center; margin: 30px 0; }
.promos-grid .item { position: relative; width: 24%; margin: 0 0.5% 2% 0.5%; text-align: center; background-color: #fff; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; /* &.promo--52725 {
	display: none;
} */ }
.promos-grid .item .img-wrapper { height: 250px; overflow: hidden; }
.promos-grid .item .img-wrapper img { transform: scale(1.1); -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.promos-grid .item .img-wrapper:before, .promos-grid .item .img-wrapper:after { position: absolute; pointer-events: none; z-index: 2; }
.promos-grid .item .data { box-sizing: border-box; height: 370px; padding: 35px 20px; }
.promos-grid .item .data h2 { font-weight: 800; font-size: 19px; }
.promos-grid .item .data h3 { padding: 5px 0; font-size: 16px; }
.promos-grid .item .data h4 { font-weight: 800; font-size: 18px; }
.promos-grid .item .data p { margin-bottom: 25px; font-size: 13px; }
.promos-grid .item .data .met-habs { position: absolute; bottom: 20px; left: 40px; }
.promos-grid .item .data .met-habs span { display: block; margin-top: 8px; font-size: 12px; text-align: left; line-height: 32px; color: #000; }
.promos-grid .item .data .met-habs span:before { content: ''; position: relative; display: inline-block; overflow: hidden; float: left; width: 32px; height: 32px; margin: 0 7px 0 0; background: transparent url("../../../media/grid-item-icon-metros.svg") 0 0 no-repeat; }
.promos-grid .item .data .met-habs span.habs:before { background-image: url("../../../media/grid-item-icon-habs.svg"); }
.promos-grid .item .data .met-habs span.altura:before { background-image: url("../../../media/grid-item-icon-altura.svg"); }
.promos-grid .item:hover { transform: scale(1.03); box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); }
.promos-grid .item:hover img { transform: scale(1); }
.promos-grid .item.excellence { background-color: #d3d5d4; box-shadow: none; }
.promos-grid .item.excellence .data { 				/* .met-habs span {

					&:before {
						background: transparent url('../../../media/grid-item-icon-metros-w.svg') 0 0 no-repeat;
					}

					&.habs:before {
						background-image: url('../../../media/grid-item-icon-habs-w.svg');
					}
				} */ }
.promos-grid .item.excellence .data * { color: #303030 !important; }
.promos-grid .item.excellence a .img-wrapper:before { content: 'EXCELLENCE'; right: 0; top: 30px; padding: 0 10px; font-size: 11px; font-weight: 700; color: #fff; background-color: #1b1b1b; }
.promos-grid .item.externo a .img-wrapper:after { content: url("../../../media/grid-enlace-externo-icon.png"); right: 0; top: 0; line-height: 0; background-color: #ee7e23; }
.promos-grid .item.cobertura a .img-wrapper:before { content: ''; left: 10px; top: 10px; width: 80px; height: 80px; background-image: url("../../../media/cobertura-icon.svg"); background-repeat: no-repeat; background-size: contain; }
.promos-grid .item.simple { text-align: left; box-shadow: none; }
.promos-grid .item.simple .img-wrapper img { transform: scale(1); margin-top: -10%; }
.promos-grid .item.simple .data { height: auto; padding: 0; }
.promos-grid .item.simple .data h2 { margin: 10px 0 0 0 !important; font-size: 16px; }
.promos-grid .item.simple .data h3 { padding-top: 0; font-size: 16px; }
.promos-grid .item.autoheight .data { height: auto; }
.promos-grid.three-columns .item { width: 31%; margin: 0 1% 2% 1%; }
.promos-grid.three-columns .item .img-wrapper img { transform: scale(1); margin-top: -10%; }

/* ********************************************************************************************************************* PROMOCIONES FILTER  (OLD) */
.pag-promo-filter { 	/* .promos {
		padding: 30px 0 60px 0;

		.item {
			width: 49%;
			margin: 0 2% 2% 0;
			display: inline-block;
			vertical-align: top;
			background-color: #f3f2f0;

			a {
				
				.rel-img {
					height: 260px;
					overflow: hidden;
					
					img {
						@include scale(1.05);
						@include transition(all,.3s,ease);
					}
				}

				.rel-data {
					position: relative;
					width: 95%;
					height: auto;
					margin: -25px auto 0 auto;
					padding: 20px;
					display: block;
					box-sizing: border-box;
					background-color: #fff;
					border-bottom: 2px solid #fff;
					@include transition(all,.3s,ease);

					* {
						margin: 0;
					}

					h3 {
						font-size: 18px;
						font-weight: 700;
						color: #000;
					}

					h2 {
						margin-bottom: 5px;
						font-size: 18px;
						font-weight: 700;
					}

					span {
						margin-right: 10px;
						font-size: 12px;
						color: $grey;

						&:before {
							content: '';
							position: relative;
							width: 30px;
							height: 40px;
							margin: 0 7px 0 0;
							display: inline-block;
							overflow: hidden;
							background: transparent url('../../../media/promo-icons-sprite-v14.png');
							background-position: -10px 0;
						}

						&.habs:before {
							background-position: -10px -224px;
						}

						&.altura:before {
							background-position: -10px -898px;
						}
					}
				}
			}

			&:hover {

				a {

					img {
						@include scale(1);
					}

					.rel-data {
						//background-color: $light-grey;
						border-bottom-color: $grey;
					}
				}
			}

			&:nth-of-type(2n) {
				margin-right: 0;
			}
			
			// EXCELLENCE
			&.excellence {

				a .rel-img:before {
					position: absolute;
					content: url('../../../media/promo-excellence-ribbon.png') !important;
					width: 111px !important;
					height: 63px !important;
					display: inline-block;
					z-index: 2;
					pointer-events: none;
				}
			}
			
			// EXTERNO
			&.externo {

				a .rel-img:before {
					position: absolute;
					content: url('../../../media/promo-externo-ribbon.png');
					width: 48px;
					height: 48px;
					display: inline-block;
					z-index: 2;
					pointer-events: none;
				}
			}
			
			// HIDE SIZING ON LIST VIEW
			&.excellence,
			&.proxima,
			&.externo {

				a span {
					//display: none;
				}
			}

		}
	} */ }
.pag-promo-filter .content .container { background-color: #eeeeee; }
.pag-promo-filter h1 { margin-top: 40px; font-weight: 800; }
.pag-promo-filter .promo-filter { margin-top: 20px; box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales { margin-bottom: 1px; padding: 0; vertical-align: top; background-color: #ee7e23; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li { padding: 10px 10px; vertical-align: top; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li:nth-child(1), .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li:nth-child(1) { margin-left: 90px; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li ul.children, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li ul.children { margin-left: 0; padding-left: 0; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li ul.children li, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li ul.children li { padding: 0; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li ul.children li label, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li ul.children li label { width: auto !important; font-size: 13px; line-height: 23px; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li .sf-count, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li .sf-count { vertical-align: top; font-size: 11px; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul:before, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul:before { position: absolute; content: 'Quiero'; width: 100px; display: inline-block; vertical-align: top; font-weight: 700; line-height: 46px; color: #303030; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo input, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales input { margin-top: 6px; vertical-align: top; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo label, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales label { padding: 0 0 0 5px !important; font-weight: 400; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo { color: #fff; }
.pag-promo-filter .promo-filter li.sf-field-post-meta-tipo ul:before { color: #fff; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales { background-color: #fff; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul:before { content: 'Zona'; line-height: 46px; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul li.sf-item-897 { width: 110px; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul li.sf-item-897.sf-option-active { width: 100%; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul li.sf-item-897.sf-option-active ul.children { height: auto !important; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales ul.children { width: 100%; height: 0; overflow: hidden; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales ul.children li { width: 25%; display: inline-block; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales:last-child > ul:before { content: ''; }
.pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul:before { content: 'Zona' !important; }
.pag-promo-filter .promo-filter li.sf-field-sort_order { position: relative; width: 200px; float: right; margin: 0 20px 0 0; text-align: right; display: none; }
.pag-promo-filter .promo-filter li.sf-field-sort_order select { padding: 4px 6px; font-family: 'Montserrat', sans-serif; font-size: 12px; background-color: #eea366; color: #fff; border: 0; }
.pag-promo-filter .promo-filter li.sf-level-0 { display: inline-block; }
.pag-promo-filter .results { padding-top: 5px; font-size: 12px; text-align: center; color: #898989; }
.pag-promo-filter .no-results { padding-top: 60px; }

/* ********************************************************************************************************************* EMPRESA */
.pag-empresa div.grid_section .section_inner { width: 950px; }
.pag-empresa #intro { margin: 60px 0; }
.pag-empresa #intro h1 { position: absolute; display: block; margin: -350px 0 0 -50px; font-size: 37px; font-weight: 800; }
.pag-empresa #grupo { margin: 30px 0; }
.pag-empresa #grupo h2 { padding: 30px 0; font-size: 30px; font-weight: 800; }
.pag-empresa #grupo .logos-slider { padding-bottom: 40px; }
.pag-empresa #grupo .logos-slider a { padding: 0 20px; }
.pag-empresa #grupo .logos-slider a:hover { opacity: 0.8; }
.pag-empresa #grupo .logos-slider a.no-link { pointer-events: none; }
.pag-empresa #timeline { margin: 30px 0; background: linear-gradient(#eeeeee, #eeeeee) no-repeat center/1px 100%; }
.pag-empresa #timeline .vc_col-sm-6 { padding: 60px 20px 0 20px; }
.pag-empresa #timeline .wpb_single_image + .wpb_single_image { margin-top: 15px !important; }
.pag-empresa #timeline h3 { font-size: 30px; font-weight: 800; color: #ee7e23; }
.pag-empresa #timeline p { line-height: 1.4; }
.pag-empresa #timeline p.more-margin-top { margin-top: 100px; }
.pag-empresa #timeline .wpb_text_column:before { content: ''; position: absolute; display: inline-block; z-index: 2; width: 16px; height: 16px; background-color: #ee7e23; border: 3px solid #fff; border-radius: 100%; }
.pag-empresa #timeline .c-right .vc_col-sm-6:first-of-type { padding-left: 0; }
.pag-empresa #timeline .c-right .wpb_text_column:before { margin: 5px 0 0 -45px; }
.pag-empresa #timeline .c-left .vc_col-sm-6:last-of-type { margin-left: -1px; padding-right: 0; }
.pag-empresa #timeline .c-left .wpb_single_image { text-align: right; }
.pag-empresa #timeline .c-left .wpb_text_column { text-align: right; }
.pag-empresa #timeline .c-left .wpb_text_column:before { margin: 5px 0 0 25px; }
.pag-empresa #video { padding: 80px 0; }
.pag-empresa #video .vc_row .vc_col-sm-6 { background-color: #eeeeee; }
.pag-empresa #video .vc_row .vc_col-sm-6:first-child .vc_column-inner { padding-left: 0; }
.pag-empresa #video .wpb_raw_html { height: 400px; background-size: cover; background-position: center center; }
.pag-empresa #video h2 { padding: 80px 30px 20px 30px; font-size: 50px; }
.pag-empresa #video a { font-size: 100px; }
.pag-empresa #premios { padding: 60px 0; background-color: #eeeeee; }
.pag-empresa #premios h2 { margin-bottom: 30px; font-size: 36px; }
.pag-empresa #premios .vc_row { margin-top: 30px; }
.pag-empresa #premios .vc_row .vc_single_image-wrapper { padding: 18px; text-align: center; background-color: #fff; }
.pag-empresa #premios .vc_row .vc_single_image-wrapper img { max-width: 170px; }
.pag-empresa #premios .vc_row p { font-size: 15px; font-weight: 700; }

/* ********************************************************************************************************************* TRABAJA CON NOSOTROS */
.pag-trabaja #intro { margin-top: 60px; background-image: url("../../../../media/trabaja-bkg.jpg"); background-size: contain; background-position: right top; }
.pag-trabaja #intro .title-boxed { margin-top: 40px; }
.pag-trabaja #intro p { width: 65%; margin: 50px 0; padding: 30px 30px 30px 0; font-size: 16px; background-color: #fff; }
.pag-trabaja #perfiles { margin-top: 60px; padding-top: 60px; background-color: #eeeeee; }
.pag-trabaja #perfiles .title-boxed { margin-bottom: 40px; font-size: 34px; }
.pag-trabaja #perfiles .wpb_text_column { padding: 100px 80px 0 0; }
.pag-trabaja #perfiles .wpb_text_column p { font-size: 16px; }
.pag-trabaja #ofertas h2, .pag-trabaja #escribe h2 { margin-bottom: 40px; font-size: 32px; line-height: 1; }
.pag-trabaja #ofertas h2 strong, .pag-trabaja #escribe h2 strong { font-size: 24px; }
.pag-trabaja #ofertas { margin-top: 60px; }
.pag-trabaja #ofertas .ofertas { display: flex; flex-wrap: wrap; width: 100%; }
.pag-trabaja #escribe { display: none; margin-top: 60px; padding-top: 60px; background-color: #eeeeee; }
.pag-trabaja #escribe h3 { padding-top: 6px; font-size: 21px; font-weight: 800; }
.pag-trabaja #escribe a { text-decoration: underline; }
.pag-trabaja #cv { margin-top: 60px; padding-top: 60px; background-color: #eeeeee; }
.pag-trabaja #cv h3 { padding-top: 6px; font-size: 21px; font-weight: 800; }
.pag-trabaja #cv a { text-decoration: underline; }
.pag-trabaja #cv .form-box { margin: 60px 15% 0 15%; }
.pag-trabaja #cv .form-box h6 { font-size: 17px; }
.pag-trabaja #cv .form-box + .wpcf7-response-output { margin: 0 15%; }
.pag-trabaja #cv .cv-upload { margin: 40px 0; }
.pag-trabaja #cv .cv-upload h6 { display: inline-block; margin-right: 30px; }
.pag-trabaja #cv .cv-upload h6 + p { display: inline-block; vertical-align: top; margin: 0; }
.pag-trabaja #cv .cv-upload span.cv { position: relative; height: 40px; }
.pag-trabaja #cv .cv-upload span.cv:after { content: "Adjuntar archivo"; position: absolute; cursor: pointer; pointer-events: none; top: -7px; left: 0; width: 130px; padding: 8px; font-weight: 700; text-align: center; color: #303030; background-color: #eeeeee; border: 1px solid #303030; }
.pag-trabaja #cv .cv-upload span.cv > input { height: 40px; padding: 0 0 0 15px; opacity: 0.6; }

/* body.logged-in {

	#cv  {
		display: block !important;
	}
} */
/* ********************************************************************************************************************* RSC */
.pag-rsc h2 { font-size: 34px; }
.pag-rsc .wpb_raw_html h3 { font-weight: 800; font-size: 14px; text-align: center; }
.pag-rsc .wpb_raw_html h3 span { display: inline-block; transform: translate(0, -10px); padding: 0 20px; background-color: #fff; }
.pag-rsc .wpb_raw_html h3:before { content: ''; display: block; width: 100%; height: 1px; background-color: #303030; }
.pag-rsc p { font-size: 17px; line-height: 1.5; color: #303030; }
.pag-rsc p + ul { margin-top: 20px; }
.pag-rsc .bts-submenu { display: block; margin: 40px 0 100px 0; text-align: center; }
.pag-rsc .bts-submenu a { display: inline-block; width: 280px; margin: 0 5px; padding: 5px 15px; font-weight: 300; font-size: 14px; }
.pag-rsc .bts-submenu a:hover { padding: 5px 20px; }
.pag-rsc .bt-list { margin-top: 20px; padding-left: 30px; }
.pag-rsc .bt-list li { font-weight: 700; }
.pag-rsc .bt-list li a { text-decoration: underline; }
.pag-rsc .external-link { display: block; box-sizing: border-box; width: 100%; height: 70px; margin-top: 50px; padding: 0 50px; font-size: 16px; font-weight: 800; line-height: 70px; text-align: center; border: 1px solid #303030; }
.pag-rsc .external-link img { float: right; }
.pag-rsc .external-link:hover { border-color: #ee7e23; }
.pag-rsc .external-link.disabled { pointer-events: none; }
.pag-rsc .external-link + .external-link { margin-top: 20px; }
.pag-rsc .q_accordion_holder { margin: 70px 0 !important; }
.pag-rsc .q_accordion_holder.boxed { padding: 0; background-color: transparent; color: #303030; }
.pag-rsc .q_accordion_holder h5 { margin-bottom: -1px !important; padding: 30px 0 !important; text-align: left !important; background-color: transparent !important; border: 1px solid #bfbfbf; }
.pag-rsc .q_accordion_holder h5.ui-state-active { background-color: #eeeeee !important; border-color: #eeeeee; }
.pag-rsc .q_accordion_holder h5:last-of-type { margin-bottom: 0 !important; }
.pag-rsc .q_accordion_holder h5 .right_mark { display: block !important; float: right !important; top: 20px !important; right: 30px !important; background-color: transparent !important; border: 0 !important; -webkit-transition: transform 0.3s ease !important; -moz-transition: transform 0.3s ease !important; transition: transform 0.3s ease !important; }
.pag-rsc .q_accordion_holder h5 .right_mark .accordion_mark_icon { width: 100% !important; height: 100% !important; background-image: url("../../../media/arrow-down-icon.svg") !important; background-size: 60% !important; }
.pag-rsc .q_accordion_holder h5 .tab-title { padding-left: 130px; font-weight: 800; font-size: 18px; letter-spacing: 0; }
.pag-rsc .q_accordion_holder h5 .tab-title:before { position: absolute; display: block; top: 18px; left: 22px; }
.pag-rsc .q_accordion_holder h5.ui-state-active { color: #bd2830; }
.pag-rsc .q_accordion_holder h5.ui-state-active .right_mark { transform: rotate(180deg); }
.pag-rsc .q_accordion_holder h5:nth-of-type(1) .tab-title:before { content: url("../../../media/rsc-ico-pobreza.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(2) .tab-title:before { content: url("../../../media/rsc-ico-salud.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(3) .tab-title:before { content: url("../../../media/rsc-ico-educacion.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(4) .tab-title:before { content: url("../../../media/rsc-ico-igualdad.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(5) .tab-title:before { content: url("../../../media/rsc-ico-energia.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(6) .tab-title:before { content: url("../../../media/rsc-ico-desigualdad.svg"); }
.pag-rsc .q_accordion_holder h5:nth-of-type(7) .tab-title:before { content: url("../../../media/rsc-ico-alianza.svg"); }
.pag-rsc .q_accordion_holder .accordion_content_inner { padding: 30px 0 50px 0 !important; }
.pag-rsc .q_accordion_holder .accordion_content { padding: 0 80px 0 0 !important; }
.pag-rsc .q_accordion_holder .accordion_content p a { text-decoration: underline; color: #ee7e23; }
.pag-rsc .q_accordion_holder .accordion_content img.floated { float: left; width: 45%; margin-right: 5%; }
.pag-rsc #intro .section_inner { height: 500px; padding-top: 100px; background: url("../../../media/rsc-intro-bkg.png") no-repeat right top; }
.pag-rsc #intro .bts { margin-top: 100px; }
.pag-rsc #intro .bts a { display: block; width: 300px; margin-top: 15px; text-align: center; }
.pag-rsc #inclusion { padding: 200px 0 100px 0; background: #eeeeee url("../../../media/rsc-inclusion-bkg.jpg") no-repeat right 70px; background-size: 45%; }
.pag-rsc #inclusion .text-in-box { width: 60%; padding: 40px 80px 0 0; background-color: #eeeeee; }
.pag-rsc #inclusion .text-in-box a { text-decoration: underline; }
.pag-rsc .soste-block { padding: 100px 0; }
.pag-rsc .soste-block.grey-bkg { background-color: #eeeeee; }
.pag-rsc .soste-block.third .vc_col-sm-8 { padding-top: 150px; }
.pag-rsc .soste-block .vc_col-sm-8 { padding-left: 100px; }
.pag-rsc .soste-block .wpb_single_image { padding-top: 40px; }
.pag-rsc .soste-block ul li { list-style: none; font-size: 17px; }
.pag-rsc .soste-block ul li:before { content: '✓'; margin-right: 10px; color: #ee7e23; }
.pag-rsc #ayh-01 { margin-top: 100px; }
.pag-rsc #ayh-02 { margin-top: 100px; padding: 200px 0 100px 0; background: #eeeeee url("../../../media/rsc-compromiso-bkg.jpg") no-repeat right 70px; background-size: 45%; }
.pag-rsc #ayh-02 .text-in-box { width: 60%; margin-bottom: 100px; padding: 40px 80px 40px 0; background-color: #eeeeee; }
.pag-rsc #esagua .external-link { padding: 0; background-color: #fff; }
.pag-rsc #esagua .wpb_single_image { padding-top: 40px; }

/* ********************************************************************************************************************* SALA DE PRENSA */
.pag-prensa #intro { margin-top: 60px; background-image: url("../../../../media/prensa-bkg.jpg"); background-size: contain; background-position: right top; }
.pag-prensa #intro .title-boxed { margin-top: 40px; font-size: 30px; }
.pag-prensa #intro .title-boxed strong { font-size: 34px; }
.pag-prensa #intro p { width: 65%; margin: 50px 0; padding: 30px 30px 30px 0; font-size: 16px; background-color: #fff; }
.pag-prensa #logos { margin-top: 60px; padding: 70px 0; background-color: #eeeeee; }
.pag-prensa #logos h2 { font-size: 34px; }
.pag-prensa #logos .vc_col-sm-3 .wpb_single_image { margin-top: 40px; padding: 30px 15px; background-color: #fff; }
.pag-prensa #logos .vc_col-sm-3 .wpb_single_image img { height: 70px; }
.pag-prensa #logos .vc_col-sm-3 p { margin-top: 10px; }
.pag-prensa #logos .vc_col-sm-3 a { color: #303030; border-bottom: 1px solid transparent; }
.pag-prensa #logos .vc_col-sm-3 a:hover { border-color: #898989; }
.pag-prensa #notas { padding: 60px 0; }
.pag-prensa .q_tabs { margin-top: 40px; }
.pag-prensa .q_tabs .tabs-nav { box-sizing: border-box; width: 20%; min-height: 500px; padding: 30px 0; background-color: #ee7e23; }
.pag-prensa .q_tabs .tabs-nav li a { padding: 0; font-size: 22px; line-height: 1.6; font-weight: 800; color: #fff; border: 0 !important; }
.pag-prensa .q_tabs .tabs-nav li.active a { font-size: 40px; }
.pag-prensa .q_tabs .tabs-container { box-sizing: border-box; width: 78%; min-height: 500px; margin-left: 2%; padding-left: 320px; background: url("../../../../media/prensa-notas-bkg.jpg") 0 center no-repeat; }
.pag-prensa .q_tabs .tabs-container .tab-content { left: 0; border: 0; }
.pag-prensa .q_tabs .qbutton { white-space: normal; width: 100%; margin: 0 0 5px 0 !important; padding: 8px 0 0 0; line-height: 1.2; text-transform: none; background-color: transparent !important; border: 0; }
.pag-prensa .q_tabs .qbutton:before { content: url("../../../../media/download-icon.svg"); float: left; margin-top: -8px; padding-right: 10px; }
.pag-prensa .q_tabs .qbutton:hover { color: #ee7e23; opacity: 0.8; }

/* ********************************************************************************************************************* INFO FINANCIERA */
.pag-finan #intro { margin-top: 60px; background-image: url("../../../../media/finan-bkg.jpg"); background-size: contain; background-position: right top; }
.pag-finan #intro .title-boxed { margin-top: 40px; font-size: 30px; }
.pag-finan #intro .title-boxed strong { font-size: 34px; }
.pag-finan #intro p { width: 60%; margin: 50px 0; padding: 30px 30px 80px 0; font-size: 16px; background-color: #fff; }
.pag-finan .informes { display: flex; justify-content: center; align-items: center; margin: 100px 0; }
.pag-finan .informes a { width: 20%; margin: 0 2%; text-align: center; font-size: 18px; }
.pag-finan .informes a:before { content: url("../../../media/informes-icon.png"); display: block; box-sizing: border-box; width: 130px; height: 130px; margin: 0 auto 20px auto; padding-top: 20px; text-align: center; background-color: #eeeeee; border: 1px solid #bcbcbc; border-radius: 50%; }
.pag-finan .informes a strong { display: block; padding-top: 15px; font-weight: 800; font-size: 36px; }
.pag-finan .informes a:hover:before { transform: scale(1.1); background-color: #bcbcbc; }

/* ********************************************************************************************************************* POSTVENTA / GARANTÍA */
.pag-garantia .title-boxed { display: inline-block; margin-top: 100px; font-size: 34px; font-weight: 800; }
.pag-garantia #intro { margin-top: 60px; background-image: url("../../../../media/garantia-bkg.jpg"); background-size: contain; background-position: right top; }
.pag-garantia #intro p { width: 60%; padding: 30px 30px 30px 0; font-size: 16px; background-color: #fff; }
.pag-garantia #garantia { margin: 100px 0 !important; }
.pag-garantia #garantia .title-boxed { margin-top: 40px; }
.pag-garantia #garantia p { font-size: 16px; }
.pag-garantia #garantia p:first-child { margin-top: 40px; }

/* ********************************************************************************************************************* NO ENCUENTRAS */
.pag-no-results h1 { margin-top: 40px; font-size: 30px; font-weight: 800; }
.pag-no-results #form { margin-top: 50px; padding: 130px 0; }
.pag-no-results #form form { width: 800px; margin: 0 auto; }
.pag-no-results #form form .row > div { padding: 0 4px; }
.pag-no-results #form form input[type="text"], .pag-no-results #form form input[type="email"], .pag-no-results #form form select { width: 100% !important; padding: 9px; margin-bottom: 10px; font-size: 14px; }
.pag-no-results #form form textarea { height: 100px; padding: 9px; margin-bottom: 3px; font-size: 14px; }
.pag-no-results #form form select { padding: 8px; font-size: 14px; }
.pag-no-results #form form p.white { font-size: 11px; }
.pag-no-results #form form p.centered { margin-top: 20px !important; }
.pag-no-results #form.no-results-form { box-sizing: border-box; height: 600px; margin: 30px 0 60px 0; padding: 80px 0; }
.pag-no-results .no-results-title { margin-top: -60px; text-align: center; }
.pag-no-results .no-results-title p { margin-top: 10px; }

/* ********************************************************************************************************************* GRACIAS */
.pag-gracias #gracias { margin-top: 60px; background-image: url("../../../media/gracias-bkg.jpg"); background-size: contain; background-position: right top; }
.pag-gracias #gracias.no-encuentras { background-image: url("../../../media/no-encuentra-gracias-bkg.jpg"); }
.pag-gracias #gracias .back-bt { display: inline-block; margin-top: 30px; vertical-align: top; font-weight: 700; line-height: 20px; text-transform: uppercase; }
.pag-gracias #gracias .back-bt img { float: left; margin-right: 10px; }
.pag-gracias #gracias .back-bt:hover { padding-left: 7px; }
.pag-gracias #gracias .back-bt + .clearfix { display: block; height: 80px; }
.pag-gracias #gracias .title-boxed { font-weight: 800; }
.pag-gracias #gracias h2 { width: 50%; margin-top: 60px; font-size: 24px; }
.pag-gracias #gracias a.boxed-link { margin-top: 40px; }
.pag-gracias #gracias a.boxed-link:hover { background-color: #eeeeee; }
.pag-gracias #otras { padding: 140px 0 0 0; }
.pag-gracias #otras h2 { text-align: center; }
.pag-gracias #otras .promos-grid .item:nth-child(4) { display: none; }
.pag-gracias #rrss { display: none; margin-top: 20px; }
.pag-gracias #fortaleza { padding: 100px 0; }

/* iframe.lg-object {

	.yx_Pr {
		display: none;
	}
} */
/* ********************************************************************************************************************* CONTACTO */
.pag-contacto #bkg { height: 300px; }
.pag-contacto #delegaciones { padding: 70px 0; }
.pag-contacto #delegaciones h1 { font-weight: 700; }
.pag-contacto #delegaciones h2 { font-size: 20px; line-height: 1.5; }
.pag-contacto #delegaciones .deleg-block { margin: 30px 0; }
.pag-contacto #delegaciones .deleg-block i { height: 80px; width: 80px; margin-bottom: 20px; font-size: 40px; line-height: 80px; text-align: center; color: #303030; border: 0; border-radius: 100%; background-color: #eeeeee; }
.pag-contacto #delegaciones .deleg-block h3 { font-size: 16px; font-weight: 700; }
.pag-contacto #delegaciones .deleg-block p { margin-top: 0; font-size: 14px; line-height: 1.4; }
.pag-contacto #delegaciones .deleg-block p:first-of-type { margin-top: 15px; }
.pag-contacto #delegaciones .deleg-block p a { margin-top: 15px; }
.pag-contacto #delegaciones .deleg-block.principal i { color: #bd2830; }
.pag-contacto a.border-link { display: inline-block; box-sizing: border-box; width: auto; margin: 0; padding: 6px 12px; font-size: 13px; border: 1px solid #898989; border-radius: 0; }
.pag-contacto #mapa { padding-bottom: 70px; }
.pag-contacto #mapa .vc_col-sm-8 { width: 70%; }
.pag-contacto #mapa .vc_col-sm-4 { width: 30%; }
.pag-contacto #mapa .vc_col-sm-4 .vc_column-inner { height: 600px; }
.pag-contacto #contact_map { padding: 60px 0 30px 0; }
.pag-contacto #contact_map .vc_col-sm-6:first-child { padding-left: calc( (100% - 1300px) / 2 ); }
.pag-contacto #contact_map .vc_col-sm-6:first-child .vc_column-inner { padding-left: 0; }
.pag-contacto #contact_map h1 { font-weight: 800; }
.pag-contacto #contact_map .sede-block { margin-top: 60px; }
.pag-contacto #contact_table { padding-bottom: 30px; }
.pag-contacto #contact_table .tablepress { width: 70%; margin: 0 auto; }

/* ********************************************************************************************************************* BLOG */
.blog_holder.masonry .post_text .post_text_inner, .blog_holder.blog_large_image .post_text .post_text_inner { padding: 30px !important; background-color: #eeeeee !important; }
.blog_holder.masonry .post_text .post_text_inner p, .blog_holder.blog_large_image .post_text .post_text_inner p { font-size: 15px; line-height: 20px; }
.blog_holder.masonry .post_text h5 a, .blog_holder.blog_large_image .post_text h5 a { font-size: 20px; text-decoration: none; color: #bd2830; }
.blog_holder.masonry .post_text h5 a:hover, .blog_holder.blog_large_image .post_text h5 a:hover { text-decoration: underline; }
.blog_holder.masonry .post_text h1, .blog_holder.masonry .post_text h2, .blog_holder.blog_large_image .post_text h1, .blog_holder.blog_large_image .post_text h2 { font-size: 19px; }
.blog_holder.masonry .post_text .post_info, .blog_holder.blog_large_image .post_text .post_info { font-size: 14px; }
.blog_holder.masonry .post_text .post_info .entry_date, .blog_holder.blog_large_image .post_text .post_info .entry_date { font-style: italic; }
.blog_holder.masonry .post_text .post_info a.post_comments, .blog_holder.blog_large_image .post_text .post_info a.post_comments { pointer-events: none; font-size: 13px; text-decoration: none; color: #666; }
.blog_holder.masonry article:first-of-type, .blog_holder.blog_large_image article:first-of-type { display: none; }

.featured-post { box-sizing: border-box; min-height: 280px; margin: 70px 0 30px 0; padding: 30px; background-color: #eeeeee; border: 5px solid transparent; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.featured-post:hover { background-color: #d4d4d4; border-color: #eeeeee; }
.featured-post .post_image { overflow: hidden; float: left; width: 50%; max-height: 210px; margin: 0 30px 0 0; }
.featured-post h3 { font-weight: 700; color: #bd2830; }
.featured-post p { margin: 10px 0 20px 0; }
.featured-post + hr { border-top: 1px solid #ccc; border-bottom: 1px solid #fff; margin-bottom: -20px; }
.featured-post span { color: #000 !important; }
.featured-post span.comments { display: block; font-size: 13px; color: #666 !important; }

body.archive.paged .featured-post, body.archive.paged .featured-post + hr { display: none; }
body.archive.paged .blog_holder article:first-of-type { display: block; }

aside.sidebar .widget_search form { border: 1px solid #ccc; }
aside.sidebar .widget_search form input:first-of-type { color: #898989; }
aside.sidebar .widget { margin-bottom: 30px; }
aside.sidebar .widget h5 { font-size: 16px; font-weight: 700; color: #bd2830; }
aside.sidebar .widget h5:after { content: ''; width: 100%; height: 1px; margin: 10px 0 0 0; display: block; background-color: #ccc; }
aside.sidebar .widget .cat-item { line-height: 16px; font-size: 12px; color: #898989; }
aside.sidebar .widget .cat-item .children { padding: 10px 0 0 20px; }
aside.sidebar .widget .cat-item .children li { padding: 3px 0 !important; }
aside.sidebar .widget .cat-item a { font-size: 15px; color: #303030; }
aside.sidebar .widget .cat-item a:hover { color: #bd2830; }
aside.sidebar .widget li.current-cat > a { padding: 0 5px; background-color: #bd2830; color: #fff; }
aside.sidebar .widget.widget_recent_entries li { line-height: 18px; border-bottom: 1px dashed #ccc; }
aside.sidebar .widget.widget_recent_entries li a { font-size: 14px; }
aside.sidebar .widget.widget_recent_entries li .post-date { display: block; font-size: 12px; color: #898989; }
aside.sidebar .latest_post { margin-top: 6px; }
aside.sidebar .latest_post .entry_title { font-size: 15px; }
aside.sidebar .latest_post .date { font-size: 13px; color: #898989; }

.single-post .content, .search-results .content, .archive .content, .category .content { margin-top: 0 !important; }
.single-post .title_holder h2, .search-results .title_holder h2, .archive .title_holder h2, .category .title_holder h2 { font-size: 50px; color: #fff; }
.single-post .blog_holder, .search-results .blog_holder, .archive .blog_holder, .category .blog_holder { margin-top: 70px; }
.single-post .blog_holder .post_text a, .search-results .blog_holder .post_text a, .archive .blog_holder .post_text a, .category .blog_holder .post_text a { color: #bd2830; text-decoration: underline; }
.single-post .blog_holder .post_text p + h3, .single-post .blog_holder .post_text ul + h3, .search-results .blog_holder .post_text p + h3, .search-results .blog_holder .post_text ul + h3, .archive .blog_holder .post_text p + h3, .archive .blog_holder .post_text ul + h3, .category .blog_holder .post_text p + h3, .category .blog_holder .post_text ul + h3 { margin-top: 30px; }
.single-post .blog_holder .post_text form.form-style-lines, .search-results .blog_holder .post_text form.form-style-lines, .archive .blog_holder .post_text form.form-style-lines, .category .blog_holder .post_text form.form-style-lines { margin: 20px 0 50px 0; padding: 30px; background-color: #ee7e23; }
.single-post .blog_holder .post_text form.form-style-lines input[id="mobile"], .single-post .blog_holder .post_text form.form-style-lines input[id="00N0Y00000AT2WL"], .single-post .blog_holder .post_text form.form-style-lines select, .single-post .blog_holder .post_text form.form-style-lines textarea, .search-results .blog_holder .post_text form.form-style-lines input[id="mobile"], .search-results .blog_holder .post_text form.form-style-lines input[id="00N0Y00000AT2WL"], .search-results .blog_holder .post_text form.form-style-lines select, .search-results .blog_holder .post_text form.form-style-lines textarea, .archive .blog_holder .post_text form.form-style-lines input[id="mobile"], .archive .blog_holder .post_text form.form-style-lines input[id="00N0Y00000AT2WL"], .archive .blog_holder .post_text form.form-style-lines select, .archive .blog_holder .post_text form.form-style-lines textarea, .category .blog_holder .post_text form.form-style-lines input[id="mobile"], .category .blog_holder .post_text form.form-style-lines input[id="00N0Y00000AT2WL"], .category .blog_holder .post_text form.form-style-lines select, .category .blog_holder .post_text form.form-style-lines textarea { display: none; }
.single-post .blog_holder .post_text form.form-style-lines textarea + p.with-margin, .search-results .blog_holder .post_text form.form-style-lines textarea + p.with-margin, .archive .blog_holder .post_text form.form-style-lines textarea + p.with-margin, .category .blog_holder .post_text form.form-style-lines textarea + p.with-margin { margin-top: 20px !important; }
.single-post aside.sidebar, .search-results aside.sidebar, .archive aside.sidebar, .category aside.sidebar { margin-top: 70px; }

.archive.tag .featured-post { display: none; }
.archive.tag .featured-post + hr { margin-top: 70px; }
.archive.tag .blog_holder article:first-of-type { display: block; }

.search-results .blog_holder .post { margin-bottom: 10px; }
.search-results .blog_holder .post .entry_title .date { display: none; }
.search-results .blog_holder .post .entry_title a { text-decoration: none; }
.search-results .blog_holder .post_info, .search-results .blog_holder .post_more { display: none; }
.search-results .blog_holder article:first-of-type { display: block; }

.single-post h1 { font-weight: 700; }
.single-post .blog_single .post_text h2, .single-post .blog_single .post_text h1 { font-size: 25px; }
.single-post .blog_single .post_text h3 { font-size: 20px; }
.single-post .blog_single .post_text ul { margin-top: 20px; }
.single-post .blog_single .post_text p { line-height: 1.5; }
.single-post .blog_single .tags_text h5 { font-weight: 600; }
.single-post .blog_single .promos-grid .item a { text-decoration: none !important; }
.single-post .blog_single .promos-grid .item .img-wrapper img { margin-top: 0; }
.single-post .blog_single .promos-grid .item .data h2 { font-size: 19px; }
.single-post .comment_holder, .single-post .single_tags { margin-top: 50px; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }
.single-post #commentform { padding: 30px; background-color: #eeeeee; }
.single-post #commentform input, .single-post #commentform textarea { font-family: 'Montserrat', sans-serif; font-size: 15px; }
.single-post #commentform input[type="submit"] { border: 0; background-color: #fcfcfc; border-radius: 0; }
.single-post #commentform input[type="submit"]:hover { background-color: #bd2830; }
.single-post .heateor_sss_sharing_container { margin-bottom: 20px; }
.single-post .heateor_sss_sharing_title { display: none; }
.single-post iframe { max-width: 100%; }
.single-post .promos { margin-top: 50px; padding: 50px 0; background-color: #eeeeee; }
.single-post .promos .promos-grid .item .data { height: auto; }
.single-post .promos .promos-grid .item .data p, .single-post .promos .promos-grid .item .data .met-habs { display: none; }

.blog_share { display: block; margin: 10px 0 0 -3px; }
.blog_share .social_share_holder > a { display: none; }
.blog_share .social_share_dropdown { position: relative; width: auto; top: 0 !important; padding: 0; visibility: visible; opacity: 1; }
.blog_share .social_share_dropdown .inner_arrow { display: none; }
.blog_share .social_share_dropdown ul { width: auto; padding: 2px 7px 0 0 !important; border-radius: 0; background-color: #AEAEAE; }
.blog_share .social_share_dropdown ul li { display: inline-block; padding-left: 7px; }
.blog_share .social_share_dropdown ul li a { padding: 2px 0; }
.blog_share .social_share_dropdown ul li a i { color: #444; }
.blog_share .social_share_dropdown ul li a:hover i { color: #fff !important; }

/* ********************************************************************************************************************* SITEMAP */
.pag-sitemap h1 { padding: 80px 0 50px 0; }
.pag-sitemap h2 { margin-bottom: 15px !important; font-size: 17px; font-weight: 700 !important; color: #000; }
.pag-sitemap h2:after { content: ''; display: block; width: 40px; height: 1px; margin-top: 10px; background-color: #000; }
.pag-sitemap .widget li { margin-bottom: 5px; }
.pag-sitemap a.border-link { display: inline-block; box-sizing: border-box; width: auto; margin-top: 15px; padding: 0 15px; font-size: 12px; font-weight: 300; border: 1px solid #898989; border-radius: 0; }
.pag-sitemap .social { margin-top: 25px; }
.pag-sitemap .social a { color: #fff; }
.pag-sitemap #zonas, .pag-sitemap #promos { padding-bottom: 40px; }
.pag-sitemap #zonas .section_inner, .pag-sitemap #promos .section_inner { margin-top: 30px; padding-top: 50px; border-top: 1px solid #eeeeee; }
.pag-sitemap #zonas h5, .pag-sitemap #promos h5 { margin-bottom: 15px; text-transform: uppercase; }
.pag-sitemap #zonas ul.promos li, .pag-sitemap #promos ul.promos li { display: inline-block; width: 33%; }
.pag-sitemap #zonas ul.promos li.promo-54968, .pag-sitemap #promos ul.promos li.promo-54968 { display: none; }
.pag-sitemap #zonas .zonas-wrapper { display: flex; justify-content: start; padding: 0 15px; }
.pag-sitemap #zonas .zonas-wrapper .provincias { width: 33%; }
.pag-sitemap #zonas .zonas-wrapper .madrid { width: 33%; }
.pag-sitemap #zonas ul { display: flex; flex-wrap: wrap; }
.pag-sitemap #zonas ul li { list-style: none; width: 45%; font-weight: 400; }

/* ********************************************************************************************************************* LANDING ÁTICOS */
.pag-landing-aticos #bkg { height: 450px; }
.pag-landing-aticos #bkg h1 { display: inline-block; box-sizing: border-box; width: 320px; padding: 20px 25px; margin-top: 90px; font-family: 'Montserrat', sans-serif; font-weight: 700 !important; font-size: 48px; line-height: 52px; color: #fff; background-color: #ee7e23; }
.pag-landing-aticos .promos { margin: 50px 0; }
.pag-landing-aticos .promos .item { position: relative; display: block; width: 100%; margin: 0 0 35px 0; padding-top: 35px; border-top: 1px solid #999; }
.pag-landing-aticos .promos .item > div { display: block; }
.pag-landing-aticos .promos .item > div .rel-img { display: inline-block; box-sizing: border-box; vertical-align: top; width: 39%; }
.pag-landing-aticos .promos .item > div .rel-img a { position: relative; display: block; overflow: hidden; }
.pag-landing-aticos .promos .item > div .rel-img a:after { content: url("https://www.pryconsa.es/media/segunda-mano-icon-gallery.png"); display: inline-block; position: absolute; width: 68px; height: 68px; bottom: 0; left: 0; }
.pag-landing-aticos .promos .item > div .rel-img img { vertical-align: top; }
.pag-landing-aticos .promos .item > div .rel-data { display: inline-block; box-sizing: border-box; vertical-align: top; width: 60%; margin: 0; padding-left: 40px; }
.pag-landing-aticos .promos .item > div .rel-data h2 { font-family: 'Montserrat', sans-serif; font-weight: 700 !important; font-size: 22px; line-height: 27px; }
.pag-landing-aticos .promos .item > div .rel-data h3 { font-family: 'Montserrat', sans-serif; font-weight: 300 !important; font-size: 16px; line-height: 22px; }
.pag-landing-aticos .promos .item > div .rel-data h4.precio { float: right; }
.pag-landing-aticos .promos .item > div .rel-data p { color: #898989; }
.pag-landing-aticos .promos .item > div .rel-data span { margin-right: 10px; font-size: 15px; color: #898989; }
.pag-landing-aticos .promos .item > div .rel-data span:before { content: ''; position: relative; width: 30px; height: 40px; margin: 0 7px 0 0; display: inline-block; overflow: hidden; background: transparent url("../../../media/promo-icons-sprite-v14.png"); background-position: -10px 0; }
.pag-landing-aticos .promos .item > div .rel-data span.habs:before { background-position: -10px -224px; }
.pag-landing-aticos .promos .item > div .rel-data .bts { margin-top: 20px; }
.pag-landing-aticos .promos .item > div .rel-data a { display: inline-block; margin: 4px 6px 0 0; padding: 6px 14px; }
.pag-landing-aticos .promos .item > div .rel-data a:first-child { background-color: #303030; }
.pag-landing-aticos .promos .item > div .rel-data a:last-child { background-color: #ee7e23; }
.pag-landing-aticos .promos .item > div .rel-data a:hover { padding: 6px 18px; color: #fff; }
.pag-landing-aticos .contact-form-modal { position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; background-color: rgba(0, 0, 0, 0.8); }
.pag-landing-aticos .contact-form-modal .close-bt { margin: -33px; }
.pag-landing-aticos .contact-form { position: relative; max-width: 320px; box-sizing: border-box; margin: 200px auto 0 auto; padding: 10px 16px 16px 16px; background-color: #bd2830; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.pag-landing-aticos .contact-form h5 { font-size: 22px; line-height: 26px; color: #fff; }
.pag-landing-aticos .contact-form h5 span { font-weight: 600; }
.pag-landing-aticos .contact-form form { margin-top: 20px; }

/* ********************************************************************************************************************* LANDING PAGE */
.page-template-landing_page .q_slider h2 span { margin-bottom: 0; padding: 8px 15px; display: inline; font-weight: 300 !important; letter-spacing: 0 !important; white-space: pre-wrap; background-color: #bd2830 !important; }
.page-template-landing_page #intro { padding: 80px 0; }
.page-template-landing_page #intro h1 { font-size: 40px; }
.page-template-landing_page a.detalles-box { display: block; box-sizing: border-box; overflow: hidden; width: 300px; height: 300px; padding-top: 30px; border: 1px solid #898989; font-size: 30px; font-weight: 400; text-align: center; }
.page-template-landing_page a.detalles-box span { font-size: 55px; line-height: 60px; }
.page-template-landing_page a.detalles-box img { margin-top: 30px; bottom: 0; }
.page-template-landing_page #comercial_box_wrapper { z-index: 10000; }
.page-template-landing_page .comercial-box { position: fixed; display: block; float: right; box-sizing: border-box; overflow: hidden; width: 120px; height: 120px; top: 120px; right: 60px; padding: 10px; border-radius: 5px; font-size: 18px; font-weight: 300; line-height: 21px; text-align: center; background-color: #bd2830; }
.page-template-landing_page .comercial-box a { color: #fff; }
.page-template-landing_page .comercial-box strong { font-size: 16px; }
.page-template-landing_page .comercial-box:hover { box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.4); }
.page-template-landing_page #promo h2 { padding: 150px 0 100px; font-size: 40px; line-height: 44px; }
.page-template-landing_page #promo h2 img { vertical-align: bottom; margin-right: 40px; }
.page-template-landing_page #promo .vertical-centered { margin-top: 190px; }
.page-template-landing_page #promo a.boxed-link i { padding-right: 10px; }
.page-template-landing_page #info { padding: 80px 0; }
.page-template-landing_page #info h4 { padding: 10px 0; font-family: 'Montserrat'; font-size: 16px; font-weight: 600 !important; line-height: 20px; color: #bd2830; }
.page-template-landing_page #contact .contact-box { display: block; width: 480px; min-height: 280px; box-sizing: border-box; margin: 60px auto; padding: 30px; background-color: #ee7e23; }
.page-template-landing_page #contact .contact-box h3 { font-size: 28px; }
.page-template-landing_page #contact .contact-box p { margin-top: 10px; }
.page-template-landing_page #contact form { margin-top: 10px; }
.page-template-landing_page #contact form .span6 { display: inline-block; width: 49%; margin-right: 1%; }
.page-template-landing_page #contact form .span6:last-of-type { margin-right: 0; }

/* ********************************************************************************************************************* LANDING SEÑAL SOLIDARIA */
.pag-solidario #intro { padding: 220px 0 70px 0; }
.pag-solidario #intro h1 { font-weight: 700; font-size: 50px; color: #fff; }
.pag-solidario #intro h2 { font-weight: 300; font-size: 42px; color: #fff; }
.pag-solidario .icon-block { margin-top: 70px; padding-right: 20px; }
.pag-solidario .icon-block img { float: left; padding: 15px; border-radius: 100%; border: 2px solid #ee7e23; }
.pag-solidario .icon-block h4 { padding-left: 160px; font-weight: 700 !important; font-size: 20px; }
.pag-solidario .icon-block p { padding-left: 160px; font-weight: 300; font-size: 16px; }
.pag-solidario #consulta { padding: 100px 0 60px 0; }
.pag-solidario #consulta h3 { padding: 0 15%; font-size: 32px; }
.pag-solidario #donde h2 { padding-top: 90px; font-weight: 300 !important; font-size: 48px; color: #fff; }
.pag-solidario #donde h5 { margin-bottom: 50px; font-weight: 700 !important; font-size: 22px; color: #fff; }
.pag-solidario #donde a.border-link { padding: 15px 20px; font-weight: 700; font-size: 17px; text-align: center; border: 1px solid #fff; border-radius: 0; }

/* ********************************************************************************************************************* LEÓN */
.page-leon .content.content_top_margin_none { padding-top: 0 !important; }
.page-leon header { display: none; }
.page-leon h2 { font-size: 36px; }
.page-leon #intro { height: 100vh; padding: 0; background: #303030 url(../../../media/leon-intro-bkg.jpg) no-repeat center center; background-size: cover; }
.page-leon #intro .data { width: 550px; margin-top: calc( (100vh - 465px) / 2 ); }
.page-leon #intro .data > a img { width: 230px; filter: brightness(210); }
.page-leon #intro .data > a:hover { opacity: 0.7; }
.page-leon #intro .data h1 { margin-top: 80px; font-size: 40px; font-weight: 800; color: #fff; }
.page-leon #intro .data h1 + p { margin-top: 5px; }
.page-leon #intro .data p { font-size: 20px; color: #fff; }
.page-leon #intro .data .video-link { margin-top: 40px; }
.page-leon #intro .promo-content { padding: 0; }
.page-leon #intro .contact-block { float: right; margin-top: calc( (100vh - 465px) / 2 ); }
.page-leon #desc { padding: 70px 0; }
.page-leon #desc h2 { margin-bottom: 30px; }
.page-leon #desc p { font-size: 17px; }
.page-leon #desc p strong { font-weight: 800; font-size: 22px; }
.page-leon #desc ul li { padding-left: 15px; font-size: 17px; }
.page-leon #oferta h2 { margin-bottom: 30px; }
.page-leon #oferta .item { margin-bottom: 50px; }
.page-leon #oferta .item a.gal-bt { position: relative; display: block; }
.page-leon #oferta .item a.gal-bt img { vertical-align: top; }
.page-leon #oferta .item a.gal-bt:before { content: url("../../../media/ja-zoom-icon.svg"); display: block; position: absolute; box-sizing: border-box; transform-origin: right bottom; bottom: 0; right: 0; width: 90px; height: 90px; padding-top: 25px; text-align: center; background-color: rgba(0, 0, 0, 0.8); transform: scale(0.7); }
.page-leon #oferta .item a.gal-bt:hover { opacity: 0.85; }
.page-leon #oferta .item a.gal-bt:hover:before { bottom: 8px; right: 8px; }
.page-leon #oferta .item .gal { display: none; }
.page-leon #oferta .item h3 { margin-top: 15px; font-weight: 800; }
.page-leon #oferta .item h3 + p { margin: 5px 0 15px 0; }
.page-leon #oferta .item a.border-link { padding: 6px 20px; font-size: 14px; font-weight: 700; }
.page-leon #oferta .item a.border-link:hover { color: #fff !important; background-color: #ee7e23; border-color: #ee7e23; }
.page-leon #oferta .claim { position: relative; width: 830px; margin: 50px auto; padding: 40px 50px; font-size: 36px; text-align: center; }
.page-leon #oferta .claim:before, .page-leon #oferta .claim:after { content: ' '; position: absolute; width: 60px; height: 60px; border-color: #000; border-style: solid; }
.page-leon #oferta .claim:before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.page-leon #oferta .claim:after { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.page-leon #mapa h2 { margin: 30px 0; }
.page-leon #mapa iframe { width: 100%; }
.page-leon #arqui { margin-top: -10px; padding: 100px 0; background-color: #eeeeee; }
.page-leon #arqui .wpb_raw_html { width: 780px; margin: 0 auto; }
.page-leon #arqui .profile { margin-top: 50px; }
.page-leon #arqui .profile > div { display: inline-block; vertical-align: top; box-sizing: border-box; }
.page-leon #arqui .profile .img { width: 30%; }
.page-leon #arqui .profile .data { width: 68%; padding-left: 50px; }
.page-leon #arqui .profile .data h4 { font-size: 24px; font-weight: 800; }
.page-leon #arqui .profile .data p { font-size: 18px; }
.page-leon #desa { padding: 80px 0; }
.page-leon #desa h2 + p { width: 40%; float: right; }
.page-leon #desa .desa-slider { width: 650px; margin: 70px auto 30px auto; }
.page-leon #desa .desa-slider li.slick-slide { list-style: none; background-color: #fff; }
.page-leon #desa .desa-slider li.slick-slide h5 { margin-top: 25px; font-size: 18px; }
.page-leon #desa .desa-slider .slick-prev { top: 94%; left: auto; right: 40px; }
.page-leon #desa .desa-slider .slick-next { top: 94%; right: 0; }
.page-leon #promos { padding: 60px 0; background-color: #eeeeee; }
.page-leon #promos .promos-slider { margin: 30px 0 60px 0; }
.page-leon #promos .promos-slider .slick-slide { margin: 0 10px; }
.page-leon #promos .promos-slider .slick-list { margin: 0 -10px; padding: 15px 0; }
.page-leon #promos .promos-slider li.slick-slide { list-style: none; text-align: center; background-color: #fff; box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); }
.page-leon #promos .promos-slider li.slick-slide h5 { margin: 35px 0; font-size: 18px; }
.page-leon #promos .promos-slider .slick-dots { padding-left: 0; }
.page-leon #promos .promos-slider .slick-dots li button::before { font-size: 50px; }
.page-leon #setenta { margin-top: 40px; }
.page-leon #setenta .box { float: right; box-sizing: border-box; width: 440px; height: 370px; margin-top: 100px; padding: 60px 60px 0 60px; background-color: #fff; }
.page-leon #setenta .box h2 { font-size: 32px; color: #303030; }
.page-leon #setenta .box p { margin: 20px 0; line-height: 1.5; }
.page-leon #casa_video { padding: 200px 0; }
.page-leon #casa_video h2 { margin-bottom: 40px; font-size: 40px; color: #fff; }
.page-leon .contact-form-modal-wrapper { position: fixed; display: none; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); }
.page-leon .contact-form-modal-wrapper h3 { font-weight: 800; }

/* ********************************************************************************************************************* COBERTURA */
.page-cobertura #intro { height: 600px; background-position: center top; }
.page-cobertura #intro img { width: 180px; margin: 140px 0 30px 0; }
.page-cobertura #intro h2 { display: block; font-size: 36px; }
.page-cobertura #desc { height: 420px; padding-top: 30px; }
.page-cobertura #desc h1 { margin-top: 70px; font-size: 32px; }
.page-cobertura #desc .promo-content { display: flex; justify-content: end; padding-right: 7px; }
.page-cobertura #promos { pointer-events: none; padding: 80px 0 0 0; background-color: #eeeeee; }
.page-cobertura #promos h2 { display: block; margin-bottom: 20px; }
.page-cobertura #promos .follow-bt { pointer-events: auto; text-decoration: underline; }
.page-cobertura #promos .promos-grid { pointer-events: auto; margin: 0; padding: 50px 0 80px 0; background-color: #eeeeee; }
.page-cobertura #condiciones { z-index: 0; padding: 80px 0; }
.page-cobertura #condiciones .wpb_text_column + .wpb_text_column { margin-top: 40px; }
.page-cobertura #condiciones h3 { margin-bottom: 40px; font-size: 32px; font-weight: 800; }
.page-cobertura #condiciones h4 { margin: 30px 0 20px 0; font-weight: 700; }
.page-cobertura #condiciones h4 + p { margin-top: 10px; }
.page-cobertura #condiciones p { line-height: 1.4; }
.page-cobertura #condiciones ol { list-style: decimal inside none; margin-top: 20px; line-height: 1.4; }
.page-cobertura #condiciones ol li { margin-bottom: 15px; }
.page-cobertura #condiciones .floated { float: left; margin: 0 40px 20px 0; }
.page-cobertura #condiciones .floated-right { float: right; margin: 0 0 20px 100px; }

/* ********************************************************************************************************************* LEGAL */
.legal h2 { margin-top: 30px; }

/* ********************************************************************************************************************* BROWSERS POSITION FIXES */
body.qode-firefox.pag-trabaja #cv .cv-upload span.cv > input { padding-left: 62px; }

body.qode-safari.pag-trabaja #cv .cv-upload span.cv > input { padding-left: 27px; }

body.qode-ms-explorer header .q_logo img { width: 259px !important; height: 50px !important; }
body.qode-ms-explorer header.sticky .q_logo img { width: 181px !important; height: 35px !important; }
body.qode-ms-explorer .promos-filter-nav #filter_open_bt::after, body.qode-ms-explorer .promos-filter-nav #map_open_bt::after { width: 35px !important; height: 35px !important; }
body.qode-ms-explorer .marcas img { width: 123px !important; height: 46px !important; }
body.qode-ms-explorer.pag-prensa #logos img { width: 186px !important; height: 70px !important; }
body.qode-ms-explorer.pag-prensa .q_tabs .qbutton::before { width: 35px !important; height: 35px !important; }

/* ********************************************************************************************************************* RESPONSIVE */
/* ********************************************************************************************************************* RESPONSIVE MEDIA QUERIES */
/* ********************************************************************************************************************* ONLY iOS */
/* ********************************************************************************************************************* FOR RETINA */
/* ********************************************************************************************************************* ALL MOBILE LANDSCAPE */
/* ********************************************************************************************************************* BREAK POINT 1500 */
@media screen and (max-width: 1500px) { .home .q_slider .carousel .slide-oferta > div { padding: 50px 80px; }
  .home .q_slider .carousel .slide-oferta h3 { font-size: 34px; line-height: 38px; }
  .home .q_slider .carousel .slide-oferta h5 { margin: 20px 0; font-size: 42px; line-height: 47px; }
  .home .q_slider .carousel .slide-oferta span { font-size: 27px; line-height: 32px; }
  .home .q_slider .carousel .slide-oferta a.tel { margin: 30px 0 20px 0; font-size: 29px; line-height: 34px; }
  .home .q_slider .carousel .slide-oferta a.bt { padding: 10px 40px; font-size: 24px; }
  .home .q_slider .carousel .slide-encasa { /* h3 {
	padding: 0 50px;
	font-size: 33px;
	line-height: 120px;
} */ }
  .home .q_slider .carousel .slide-encasa .challenge { padding: 30px 50px; }
  .home .q_slider .carousel .slide-encasa .mensaje { padding: 40px 50px; }
  .home .q_slider .carousel .slide-encasa .mensaje p { font-size: 19px; } }
/* ********************************************************************************************************************* BREAK POINT 1400 */
@media screen and (max-width: 1400px) { header .header_bottom .q_logo a { height: 40px !important; }
  header nav.main_menu > ul > li > a { padding: 0 12px; font-size: 13px; }
  .slick-slider.arrows-circled.arrows-outside .slick-prev { left: -60px; }
  .slick-slider.arrows-circled.arrows-outside .slick-next { right: -60px; }
  .promos-grid .item .img-wrapper { height: 220px; }
  .promos-grid .item .data { height: 370px; padding: 25px 20px; }
  .promos-grid .item .data .met-habs { left: 30px; }
  .promos-grid .item.excellence { background-position: center 220px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 { margin-bottom: 20px; font-size: 50px; line-height: 0.5; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 div { top: 15px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner { width: 640px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 { margin-bottom: 30px; font-size: 40px; line-height: 0; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 div { top: 20px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h3 { font-size: 35px; }
  .home #inversion .invertir-block .img { width: 59%; }
  .home #inversion .invertir-block .data { width: 41%; height: 400px; margin-top: 80px; }
  .home #inversion .invertir-block .data img { margin: 68px 0 0 -100px; }
  .home #inversion .invertir-block .data h5 { margin: 80px 0 40px 60px; }
  .home #links .columns { padding: 0 15px; }
  .pag-trabaja #intro { background-position: 150% top; }
  .pag-trabaja #intro p { width: 75%; font-size: 15px; }
  .pag-trabaja #cv .form-box { margin: 60px 0 0 0; }
  .pag-trabaja #cv .form-box + .wpcf7-response-output { margin: 0; }
  .pag-contacto #contact_map .vc_col-sm-6:first-child { padding-left: calc( (100% - 1100px) / 2 ); }
  .pag-contacto #contact_map h3 { font-size: 20px; }
  .page-cobertura #desc .text-bigger { font-size: 16px !important; } }
/* ********************************************************************************************************************* BREAK POINT 1200 */
@media screen and (max-width: 1200px) { #back_to_top { display: none; }
  .promos-filter { padding: 30px 40px 0 40px; }
  .promos-filter > form > ul > li { font-size: 12px; }
  .promos-filter > form > ul > li ul li { padding: 1px 0; }
  .promos-filter li.sf-field-taxonomy-zona_madrid ul li { font-size: 12px; }
  .promos-grid .item { width: 32%; }
  .sede-block p.dire { margin-top: 15px; }
  .sede-block p, .sede-block.link a { font-size: 16px; }
  header .header_bottom .q_logo a { height: 32px !important; }
  header nav.main_menu > ul > li > a { padding: 0 10px; font-size: 12px; }
  footer .footer_top ul.menu-footer li a, footer .footer_top .textwidget { font-size: 12px; }
  .home .q_slider .carousel .slider_content { width: 50% !important; }
  .home .q_slider .carousel h2 span { font-size: 30px !important; }
  .home #excellence .wpb_column { height: 500px; }
  .home #excellence .vc_col-sm-4 { padding-left: 20px; }
  .home #excellence .vc_col-sm-4 img { width: 200px; }
  .home #excellence .vc_col-sm-4 h3 { font-size: 21px; }
  .home #excellence .excellence-slider .item { height: 500px; }
  .home #inversion .invertir-block .img { width: 52%; }
  .home #inversion .invertir-block .data { width: 48%; height: 300px; margin-top: 60px; }
  .home #inversion .invertir-block .data img { margin: -15px 0 0 -100px; }
  .home #inversion .invertir-block .data h5 { margin: 70px 0 30px 50px; font-size: 28px; }
  .home #isla_canela .vc_col-sm-4 { padding-left: 20px; }
  .home #isla_canela .vc_col-sm-4 img { width: 200px; }
  .home #isla_canela .vc_col-sm-4 h3 { font-size: 20px; }
  .home #isla_canela .islacanela-slider .item { height: 400px; }
  .home #entregadas { padding: 30px 0; }
  .home #entregadas .slider .item .img-wrapper { width: 35%; }
  .home #entregadas .slider .item .data { width: 62%; }
  .home #fundacion .vc_single_image-img { max-width: 200px; }
  .home #fundacion h3 { margin: 15px 0 30px 0; font-size: 19px; }
  .home #links { padding: 0 0 30px 0; }
  .home #links .outlinks { width: 45%; }
  .home #links .outlinks a .data h5 { max-width: 180px; }
  .home #links .inlinks { width: 65%; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li:nth-child(1), .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li:nth-child(1) { margin-left: 60px; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li .sf-count, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li .sf-count { font-size: 10px; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul:before, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul:before { width: 70px; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo label, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales label { font-size: 13px !important; }
  .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales ul.children li { width: 33%; }
  .pag-promo-filter .promo-filter li.sf-field-sort_order { width: 130px; }
  .pag-promo-filter .promo-filter li.sf-field-sort_order select { min-width: 130px; }
  .pag-trabaja #perfiles .wpb_text_column { padding: 30px 60px 0 0; }
  .pag-prensa #logos .vc_col-sm-3 a { font-size: 13px; }
  .pag-rsc h2 { font-size: 28px; }
  .pag-rsc p { font-size: 15px; line-height: 1.4; }
  .pag-rsc .bts-submenu a { width: 260px; }
  .pag-rsc .q_accordion_holder .title-holder .tab-title { font-size: 16px; }
  .pag-rsc .external-link { width: 100%; padding: 0 40px; }
  .pag-rsc .soste-block ul li { font-size: 15px; }
  .pag-rsc #ayh-02 { padding-top: 150px; }
  .pag-rsc #ayh-02 .text-in-box { margin-bottom: 0; }
  .pag-contacto #contact_map .vc_col-sm-6:first-child { padding-left: calc( (100% - 950px) / 2 ); }
  .pag-gracias #gracias { background-position: 130% top; }
  .pag-gracias #gracias h2 { width: 50%; }
  .pag-sitemap #zonas .zonas-wrapper { display: flex; flex-direction: column; padding: 0 15px; }
  .pag-sitemap #zonas .zonas-wrapper .provincias { width: 100%; }
  .pag-sitemap #zonas .zonas-wrapper .madrid { width: 100%; margin-top: 50px; }
  .pag-sitemap #zonas ul li { width: 33%; }
  .page-template-landing_page .q_slider h2 { transform-origin: left top; transform: scale(1.4); }
  .page-template-landing_page .q_slider h2 span { padding: 8px 10px; }
  .pag-solidario .icon-block h4 { font-size: 18px; }
  .page-leon h2 { font-size: 32px; }
  .page-leon #intro .data h1 { font-size: 34px; }
  .page-leon #intro .contact-block { margin-right: 30px; }
  .page-leon #desc h2 { margin-bottom: 0; }
  .page-leon #desc p { font-size: 16px; }
  .page-leon #desc p strong { font-size: 20px; }
  .page-leon #desc ul li { font-size: 16px; }
  .page-leon #oferta .claim { width: 730px; margin: 50px auto; padding: 40px 50px; font-size: 32px; }
  .page-leon #arqui .profile .data p { font-size: 17px; }
  .page-cobertura #desc h1 { margin-top: 40px; }
  .page-cobertura #condiciones .floated-right { margin: 0 0 20px 40px; } }
/* ********************************************************************************************************************* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000 */
@media screen and (max-width: 1000px) { a.border-link { padding: 7px 22px; font-size: 14px; }
  div.grid_section .section_inner { width: 85%; }
  h1 { font-size: 28px; }
  h2 { font-size: 23px; }
  .promos-filter { padding: 20px 30px; }
  .promos-filter > form > ul > li { width: 100% !important; margin-top: 0; padding: 15px 0 0 0; border-left: 0 !important; border-top: 1px solid #fff; }
  .promos-filter > form > ul > li h4 { font-size: 15px; }
  .promos-filter > form > ul > li ul li { display: inline-block; width: 50% !important; }
  .promos-filter li.sf-field-taxonomy-zona_madrid.active { max-height: 400px; margin-top: 15px; }
  .promos-filter li.sf-field-taxonomy-zona_madrid ul { padding: 15px 0 20px 0; }
  .promos-filter li.sf-field-post-meta-tipologia { margin-top: 15px; }
  .promos-filter.locales > form > ul > li { border: 0; }
  .promos-filter.locales li.sf-field-post-meta-comerc { margin-bottom: 0; }
  .promos-filter.locales li.sf-field-post-meta-metros_num, .promos-filter.locales li.sf-field-post-meta-altura_num { width: 50% !important; padding-bottom: 0; }
  .promos-grid .item { width: 49%; }
  .promos-grid .item .img-wrapper img { transform: scale(1); }
  .promos-grid.three-columns .item { width: 49%; margin: 0 0.5% 2% 0.5%; }
  .promos-grid.three-columns .item:last-child { display: none; }
  .sede-block:before { width: 70px; height: 70px; line-height: 110px; }
  .sede-block p { padding-left: 90px; font-size: 15px; }
  .sede-block.link a { padding: 8px 0 0 90px; font-size: 15px; line-height: 1.3; }
  .sede-block.link a br { display: none; }
  #banner_navidad { display: none; }
  header .header_top .right { float: right; }
  header .header_top a.bt-clientes { margin-top: 0; font-size: 12px; }
  header .header_bottom { /* .header_menu_bottom {
	display: none;
} */ /* #migas {
	display: none;
} */ }
  header .header_bottom .mobile_menu_button i:before { content: url("../../../media/menu-bars.svg"); }
  header .header_bottom .mobile_menu_button.opened i:before { content: url("../../../media/menu-bars-close.svg"); }
  header .header_bottom .mobile_menu { position: fixed; z-index: 100; top: 100px; left: 0; 				/* background-color: $accent !important;

				> ul {
					width: 100%;
					padding-bottom: 20px;
					text-align: center;

					ul {
						background-color: darken($accent, 8);
					}
				}

				li {
					margin: 0 !important;
				}

				a, h3 {
					font-size: 16px;
					color: #fff !important;
				}

				i {
					font-size: 17px;
					color: #fff !important;
				} */ }
  header .header_bottom .mobile_menu > ul { box-sizing: border-box; width: 100%; margin: 0 !important; padding: 0 25px 20px 25px; border-bottom: 1px solid #eeeeee; }
  header .header_bottom .mobile_menu a, header .header_bottom .mobile_menu h3 { font-size: 16px; }
  header .header_bottom .mobile_menu i { font-size: 17px; }
  footer .container_inner { width: 90%; }
  footer .footer_top .social ul li { margin-bottom: 5px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner { width: 500px; }
  .home .q_slider .carousel#qode-home h3 { font-size: 44px; }
  .home .q_slider .carousel#qode-home h3 + p { font-size: 22px; }
  .home #excellence .wpb_column { height: 350px; }
  .home #excellence .vc_col-sm-4 { padding-left: 10px; }
  .home #excellence .vc_col-sm-4 img { width: 160px; margin-top: 25%; }
  .home #excellence .vc_col-sm-4 h3 { padding: 20px 40px 30px 0; font-size: 16px; }
  .home #excellence .excellence-slider .item { height: 350px; }
  .home #aticos { padding: 60px 0; }
  .home #inversion .invertir-block .data { height: 250px; margin-top: 30px; }
  .home #inversion .invertir-block .data img { width: 100px; margin: 13px 0 0 -80px; }
  .home #inversion .invertir-block .data h5 { margin: 50px 0 30px 30px; font-size: 23px; }
  .home #inversion .invertir-block .data a { margin-left: -100px; font-size: 14px; }
  .home #datos { padding: 50px 0; }
  .home #datos h4 { font-size: 27px; }
  .home #datos h4 span { font-size: 17px; }
  .home #soste h2 { width: 300px; height: 220px; margin-top: 60px; font-size: 28px; }
  .home #isla_canela { margin-top: 40px; }
  .home #isla_canela .vc_col-sm-8, .home #isla_canela .vc_col-sm-4 { width: 50%; }
  .home #isla_canela .vc_col-sm-4 img { margin-top: 12%; }
  .home #isla_canela .islacanela-slider .item { height: 40vw; }
  .home #fundacion .vc_single_image-img { max-width: 160px; }
  .home #fundacion .wpb_raw_html img { height: 50px; }
  .home #fundacion h3 { font-size: 16px; }
  .home #links .outlinks { width: 40%; }
  .home #links .outlinks a { align-items: start; }
  .home #links .outlinks a img { width: 70px; }
  .home #links .outlinks a .data { width: calc(100% - 90px); }
  .home #links .outlinks a .data img { width: 120px; }
  .home #links .outlinks a .data h5 { font-size: 14px; }
  .home #links .inlinks { width: 60%; padding-left: 20px; }
  .home #links .inlinks a { width: 190px; }
  .home #links .inlinks a .image { height: 200px; }
  .home #links .inlinks a .data { width: 170px; }
  .home #links .inlinks a .data h5 { font-size: 14px; }
  .home #coop h3 { padding-right: 40px; font-size: 20px; }
  .pag-no-results #form { padding: 90px 0; }
  .pag-no-results #form form { width: 600px; }
  .pag-no-results #form form input[type="text"], .pag-no-results #form form input[type="email"], .pag-no-results #form form select, .pag-no-results #form form textarea, .pag-no-results #form form select { font-size: 13px; }
  .pag-contacto #contact_map .vc_col-sm-6:first-child { padding-left: calc( 15% / 2 ); }
  .pag-contacto #contact_map .sede-block { margin-top: 40px; }
  .pag-gracias #gracias { background-image: url("../../../media/gracias-ipad-bkg.jpg"); background-position: right top; }
  .pag-gracias #gracias.no-encuentras { background-image: url("../../../media/no-encuentra-gracias-ipad-bkg.jpg"); }
  .pag-gracias #gracias h2 { width: 60%; }
  .pag-gracias #gracias h2 br:first-of-type { display: none; }
  .pag-empresa div.grid_section .section_inner { width: 85%; }
  .pag-empresa #intro h1 { margin: -250px 0 0 -20px; font-size: 32px; }
  .pag-empresa #timeline h3 { font-size: 26px; }
  .pag-empresa #video { padding: 30px 0; }
  .pag-empresa #video .wpb_raw_html { height: 300px; }
  .pag-empresa #video h2 { padding: 70px 20px 20px 20px; font-size: 40px; }
  .pag-empresa #video a { font-size: 60px; }
  .pag-empresa #premios .vc_row .vc_single_image-wrapper img { max-width: 100%; }
  .pag-empresa #premios .vc_row p { font-size: 14px; }
  .pag-trabaja #intro { background-image: url("../../../../media/trabaja-ipad-bkg.jpg"); background-position: right top; }
  .pag-trabaja #intro p { width: 85%; }
  .pag-trabaja #perfiles .wpb_text_column { padding: 0 30px 30px 0; }
  .pag-trabaja #perfiles .wpb_text_column p { font-size: 15px; }
  .pag-trabaja #perfiles .wpb_text_column p:first-child { margin-top: 0; }
  .pag-prensa #intro { background-image: url("../../../../media/prensa-ipad-bkg.jpg"); background-position: right top; }
  .pag-prensa #intro p { width: 85%; }
  .pag-prensa .q_tabs .tabs-nav li.active a { font-size: 35px; }
  .pag-prensa .q_tabs .tabs-container { padding-left: 0; background: url(); }
  .pag-finan #intro { background-image: url("../../../../media/finan-ipad-bkg.jpg"); background-position: right top; }
  .pag-finan #intro p { width: 85%; }
  .pag-finan .informes { margin: 50px 0 100px 0; }
  .pag-finan .informes a { width: 25%; }
  .pag-rsc h2 { font-size: 24px; }
  .pag-rsc p { font-size: 14px; }
  .pag-rsc .bts-submenu a { width: 100%; margin: 0 0 10px 0; padding: 10px 0; }
  .pag-rsc .q_accordion_holder .title-holder .tab-title { font-size: 15px; }
  .pag-rsc .external-link { padding: 0; }
  .pag-rsc .external-link img { display: none; }
  .pag-rsc #intro .section_inner { height: 400px; background-size: 80%; background-position: right 30px; }
  .pag-rsc #intro .bts { margin-top: 70px; }
  .pag-rsc #inclusion { padding-top: 100px; }
  .pag-rsc .soste-block ul li { font-size: 14px; }
  .pag-rsc #ayh-02 { padding-top: 100px; }
  .pag-garantia .title-boxed { margin-top: 20px !important; font-size: 30px; }
  .pag-garantia p { font-size: 15px !important; }
  .pag-garantia #intro { background-image: url("../../../../media/garantia-ipad-bkg.jpg"); background-position: right top; }
  .pag-sitemap h1 { padding-top: 40px; }
  .pag-sitemap h2 { font-size: 15px; }
  .pag-sitemap #zonas ul li { width: 33%; }
  .pag-sitemap #promos li { width: 49% !important; }
  .pag-solidario .icon-block { text-align: center; }
  .pag-solidario .icon-block img { float: none; }
  .pag-solidario .icon-block h4 { font-size: 20px; margin-top: 10px; padding-left: 0; }
  .pag-solidario .icon-block p { padding-left: 0; }
  .pag-solidario #donde { position: relative; background-attachment: scroll; background-position: 50% 50% !important; }
  .pag-solidario #donde h2 { font-size: 40px; }
  .page-leon h2 { font-size: 28px; }
  .page-leon #intro .data { width: 100%; }
  .page-leon #intro .data h1 { margin-top: 50px; font-size: 28px; }
  .page-leon #intro .contact-block { margin-right: 0; }
  .page-leon #desc .vc_col-sm-6:first-child { width: 65%; }
  .page-leon #desc .vc_col-sm-6:last-child { width: 35%; }
  .page-leon #oferta h3 { font-size: 20px; }
  .page-leon #oferta .claim { width: 70%; margin: 30px auto; font-size: 30px; }
  .page-leon #arqui { padding: 50px 0; }
  .page-leon #arqui .wpb_raw_html { width: 90%; }
  .page-leon #desa { padding: 50px 0; }
  .page-leon #desa h2 + p { margin-top: 0; }
  .page-leon #desa .desa-slider { width: 80%; }
  .page-leon #promos { padding: 50px 0; }
  .page-leon #setenta .box { width: 340px; height: 330px; margin: 40px -40px 0 0; padding: 30px 30px 0 30px; background-color: rgba(255, 255, 255, 0.8); }
  .page-leon #setenta .box h2 { font-size: 26px; }
  .page-cobertura #desc { height: 500px; }
  .page-cobertura #desc h1 { font-size: 26px; }
  .page-cobertura #desc .vc_col-sm-8 { width: 60%; }
  .page-cobertura #desc .vc_col-sm-4 { width: 40%; }
  .page-cobertura #condiciones .vc_col-sm-8 { width: 100%; }
  .page-cobertura #condiciones .vc_col-sm-4 { display: none; } }
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 767    (REAL AJUSTAR IPAD!!!) */
@media screen and (max-width: 767px) { div.grid_section .section_inner { width: 300px; }
  h1 { font-size: 26px; }
  h2 { font-size: 21px; }
  p { line-height: 1.4; }
  .qbutton { height: 30px; padding: 1px 16px; font-size: 14px; line-height: 28px; }
  a#botonllamada { top: auto; bottom: 0; right: auto !important; width: 100%; height: 30px !important; margin-top: 0; padding: 0 15px 0 20px; font-size: 18px; line-height: 30px !important; background-color: #666; border: 0; transform: rotate(0deg); }
  a#botonllamada:after { display: none; }
  .hide-on-desktop { display: block; }
  .hide-on-mobile { display: none; }
  .icon-box-left { margin-bottom: 35px; }
  .icon-box-left h2, .icon-box-left p { padding-right: 0; }
  .sede-block:before { transform-origin: 0 0; transform: scale(0.7); }
  .sede-block p { padding-left: 70px; font-size: 13px; }
  .sede-block.link a { padding: 0 30px 0 70px; font-size: 14px; }
  .slick-slider + .paging { width: 100px; margin: -40px auto 0 auto; line-height: 40px; }
  .slick-slider.with-paging .slick-prev, .slick-slider.with-paging .slick-next { bottom: 5px; }
  .slick-slider.with-paging .slick-prev { left: calc(50% - 45px); }
  .slick-slider.with-paging .slick-next { left: calc(50% + 15px); }
  .lg-outer .lg-toogle-thumb { left: 10px; }
  .lg-outer .lg-sub-html { padding: 20px 70px; font-size: 12px; }
  .tablepress thead { line-height: 1.2; }
  .wpcf7-form textarea.wpcf7-textarea { font-size: 16px !important; }
  .wpcf7-form .block-legal { margin-top: 10px; line-height: 1.6; }
  .wpcf7-form .txt-legal { display: inline; }
  .wpcf7-form input.wpcf7-submit { width: 100%; }
  .wpcf7-form.sent .wpcf7-response-output { margin-top: -130px; }
  body.filter-opened header, body.filter-opened footer, body.filter-opened .q_slider, body.filter-opened #botonllamada, body.filter-map-opened header, body.filter-map-opened footer, body.filter-map-opened .q_slider, body.filter-map-opened #botonllamada { display: none; }
  body.filter-opened.home #destacadas, body.filter-map-opened.home #destacadas { padding-top: 0; }
  body.filter-opened.home #destacadas .section_inner, body.filter-map-opened.home #destacadas .section_inner { width: calc(100% - 60px); }
  body.filter-opened.home #rtb, body.filter-map-opened.home #rtb { display: none; }
  body.filter-opened .promos-filter-nav, body.filter-map-opened .promos-filter-nav { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; margin-top: 0; background-color: #fff; }
  body.filter-opened .promos-filter-nav a, body.filter-map-opened .promos-filter-nav a { display: inline-block !important; width: 50% !important; }
  body.filter-opened .promos-filter-nav #filter_open_bt, body.filter-map-opened .promos-filter-nav #filter_open_bt { float: right; padding-left: 30px; }
  body.filter-opened .promos-filter-nav #filter_open_bt.active:before, body.filter-map-opened .promos-filter-nav #filter_open_bt.active:before { content: 'APLICAR' !important; }
  body.filter-opened .promos-filter-nav #filter_open_bt.active:after, body.filter-map-opened .promos-filter-nav #filter_open_bt.active:after { transform-origin: 0 0; right: -25px; transform: rotate(90deg); }
  body.filter-opened .promos-filter-nav #filter_reset_bt, body.filter-map-opened .promos-filter-nav #filter_reset_bt { position: relative; pointer-events: auto; float: left; text-align: center; text-transform: uppercase; opacity: 1 !important; }
  body.filter-opened #map_open_bt { display: none !important; }
  body.filter-map-opened #filter_open_bt, body.filter-map-opened #filter_reset_bt { display: none !important; }
  .promos-filter-nav a { transition: none !important; }
  .promos-filter-nav #filter_open_bt { width: 100%; background-color: #ee7e23 !important; }
  .promos-filter-nav #filter_open_bt:after { transition: none !important; }
  .promos-filter-nav #map_open_bt { width: 100% !important; margin-left: 0; border-top: 0; }
  .promos-filter-nav #map_open_bt:after { transition: none !important; }
  .promos-filter-nav #filter_reset_bt { display: none; }
  .promos-filter { position: fixed; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; z-index: 1000; top: 50px; left: 0; height: calc(100% - 50px); padding: 20px; /* li.sf-field-post-meta-tipologia {
	margin-top: 15px;
} */ }
  .promos-filter > form > ul > li ul li { width: 100% !important; padding: 3px 0; font-size: 13px !important; }
  .promos-filter li.sf-field-taxonomy-provincia ul li { width: 50% !important; }
  .promos-filter li.sf-field-taxonomy-zona_madrid.active { max-height: none !important; }
  .promos-filter input[type="submit"] { display: none; }
  .promos-filter.locales li.sf-field-post-meta-tipo_local ul li label, .promos-filter.locales li.sf-field-post-meta-comerc ul li label { font-size: 15px; }
  .promos-filter.locales li.sf-field-post-meta-altura_num { width: 40% !important; }
  .promos-filter.locales li.sf-field-post-meta-metros_num { width: 40% !important; margin-right: 10%; }
  .promos-map { position: fixed; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; z-index: 1000; top: 50px; left: 0; width: 100%; height: calc(100% - 50px); }
  .promos-map #map { height: 100%; }
  .promos-grid .item { width: 100% !important; margin: 0 0 30px 0 !important; }
  .promos-grid.three-columns .item:last-child { display: block; }
  .home .q_slider .carousel#qode-home-vid-70 .mobile-video-image { background-position: 75% center; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner { width: 300px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 { margin: 0; font-size: 30px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 strong { position: relative; top: -30px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner h2 div { top: 23px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner p { position: relative; top: -20px; font-size: 15px; }
  .home .q_slider .carousel#qode-home-vid-70 .slider_content_inner p + p { display: none; }
  .home .q_slider .carousel#qode-home-filtro { min-height: 550px; }
  .home .q_slider .carousel#qode-home-filtro .item { min-height: 550px; padding-top: 60px !important; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner { box-sizing: border-box; width: 360px; padding: 30px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 { margin: 0; font-size: 26px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 br { display: none; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h2 div { top: -13px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner h3 { display: block; font-size: 20px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner p { margin-top: 0; padding-right: 0; font-size: 15px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner select { top: 5px; font-size: 18px; }
  .home .q_slider .carousel#qode-home-filtro .slider_content_inner select option { line-height: 1; }
  .home .q_slider .carousel#qode-home .image { background-position: 60% center; }
  .home .q_slider .carousel#qode-home .text { box-sizing: border-box; margin-top: 60px; padding: 0 30px; }
  .home .q_slider .carousel#qode-home .q_slide_text img { width: 110px; }
  .home .q_slider .carousel#qode-home h3 { font-size: 32px; }
  .home .q_slider .carousel#qode-home h3 + p { font-size: 18px; }
  .home #destacadas .promos-grid .item:nth-child(5), .home #destacadas .promos-grid .item:nth-child(6), .home #destacadas .promos-grid .item:nth-child(7), .home #destacadas .promos-grid .item:nth-child(8) { display: none; }
  .home #destacadas .follow_bt { margin-bottom: 30px; }
  .home #excellence .wpb_column { height: 270px; }
  .home #excellence .vc_col-sm-4 { padding-left: 0; text-align: center; }
  .home #excellence .vc_col-sm-4 img { width: 180px; margin-top: 10%; }
  .home #excellence .vc_col-sm-4 h3 { padding: 20px 20px 30px 20px; }
  .home #excellence .excellence-slider .item { height: 270px; }
  .home #inversion { margin-top: 40px; }
  .home #inversion .invertir-block { display: block; }
  .home #inversion .invertir-block .img { width: 100%; }
  .home #inversion .invertir-block .img img { vertical-align: top; }
  .home #inversion .invertir-block .data { box-sizing: border-box; width: 100%; height: auto; margin-top: 0; padding: 30px; }
  .home #inversion .invertir-block .data img { right: 0; top: -170px; margin: 0; }
  .home #inversion .invertir-block .data h5 { margin: 0 0 20px 0; font-size: 22px; }
  .home #inversion .invertir-block .data a { display: block; margin-left: 0; padding: 15px 20px; line-height: 1.3; }
  .home #datos { padding: 30px 0; }
  .home #datos .tevienes { margin: -30px -15px; }
  .home #soste { margin-top: 0; }
  .home #soste h2 { width: 200px; height: 160px; margin-top: 40px; padding: 30px 20px 0 20px; font-size: 20px; }
  .home #soste h2 img { width: 140px; margin-top: 15px; }
  .home #fortaleza { padding-bottom: 20px; }
  .home #entregadas { padding: 30px 0; }
  .home #entregadas .slider .item { padding: 15px; }
  .home #entregadas .slider .item .img-wrapper { width: 100%; }
  .home #entregadas .slider .item .data { width: 100%; padding: 10px 0 0 0; }
  .home #emprende { padding: 30px 0; }
  .home #emprende .vc_column-inner { padding: 0; }
  .home #emprende .desktop { display: none; }
  .home #emprende .mobile { display: block; }
  .home #isla_canela { margin: 30px 0; }
  .home #isla_canela .vc_col-sm-8, .home #isla_canela .vc_col-sm-4 { width: 100%; }
  .home #isla_canela .vc_col-sm-8 .vc_column-inner, .home #isla_canela .vc_col-sm-4 .vc_column-inner { padding: 0; }
  .home #isla_canela .vc_col-sm-4 { padding: 0 0 40px 0; text-align: center; }
  .home #isla_canela .vc_col-sm-4 img { margin-top: 30px; }
  .home #isla_canela .vc_col-sm-4 h3 { padding: 10px 30px 25px 30px; font-size: 18px; }
  .home #isla_canela .islacanela-slider .item { height: 200px; }
  .home #oportunidades { padding: 70px 0; }
  .home #fundacion .wpb_column { padding: 30px 0; }
  .home #fundacion h3 { font-size: 19px; }
  .home #links .columns { flex-direction: column; padding: 0; }
  .home #links .outlinks { width: 100%; padding-left: 30px; }
  .home #links .outlinks a + a { margin-top: 40px; }
  .home #links .inlinks { flex-direction: column; align-items: center; width: 100%; padding-left: 0; border: 0; }
  .home #links .inlinks a { width: 90%; margin-top: 40px; }
  .home #links .inlinks a .data { width: 80%; }
  .home #coop h3 { padding: 0 0 25px 0; }
  .pag-filtro h1.centered { margin-top: 15px; font-size: 21px; }
  .pag-filtro h2 { font-size: 24px; }
  .pag-filtro .cat-description { padding: 0 0 50px 0; }
  .pag-filtro .results { text-align: center; }
  .pag-filtro .q_accordion_holder .title-holder { padding: 18px 0 !important; }
  .pag-filtro .q_accordion_holder .title-holder .tab-title { display: block; padding: 0 50px 0 20px; font-size: 13px; line-height: 1.2; }
  .pag-filtro .q_accordion_holder .title-holder .right_mark { top: 5px !important; right: 5px !important; }
  .pag-filtro .q_accordion_holder .accordion_content { padding-right: 0 !important; }
  .pag-filtro .q_accordion_holder .accordion_content p:first-child { margin-top: 0; }
  .pag-no-results #form { padding: 50px 0; }
  .pag-no-results #form form { width: 100%; }
  .pag-no-results #form form p { margin-top: 10px !important; }
  .pag-no-results #form form p.white, .pag-no-results #form form input[type="submit"] { float: none; }
  .pag-no-results #form.no-results-form { height: auto; margin: 30px -30px; padding: 30px 20px; }
  .pag-contacto #contact_map { padding: 40px 0; }
  .pag-contacto #contact_map .vc_col-sm-6:first-child { padding: 0 0 40px 40px; }
  .pag-contacto #contact_map .sede-block { margin-top: 40px; }
  .pag-contacto #contact_table { font-size: 11px; }
  .pag-contacto #contact_table .section_inner { width: 90%; }
  .pag-gracias #gracias { padding-bottom: 40px; background: #eeeeee url("") !important; }
  .pag-gracias #gracias .back-bt + .clearfix { height: 30px; }
  .pag-gracias #gracias h2 { width: 100%; margin-top: 40px; font-size: 20px; }
  .pag-gracias #otras { padding-top: 60px; }
  .pag-gracias #fortaleza { padding: 60px 0; }
  .pag-empresa #intro h1 { margin: -85px 0 0 10px; font-size: 28px; }
  .pag-empresa #grupo h2 { font-size: 26px; text-align: center; }
  .pag-empresa #grupo .logos-slider { padding-bottom: 0; }
  .pag-empresa #grupo .logos-slider a { display: inline-block; width: 49%; padding: 0 0 20px 0; text-align: center; }
  .pag-empresa #grupo .logos-slider a img { width: 80%; }
  .pag-empresa #timeline { background: none; }
  .pag-empresa #timeline .vc_col-sm-6 { padding: 40px 0 0 0; }
  .pag-empresa #timeline .wpb_text_column { text-align: center !important; }
  .pag-empresa #timeline .wpb_single_image { text-align: center !important; }
  .pag-empresa #timeline .wpb_single_image.logo-excellence img { max-width: 200px; }
  .pag-empresa #timeline p.more-margin-top { margin-top: 20px; }
  .pag-empresa #timeline .wpb_text_column:before { display: none; }
  .pag-empresa #video .vc_column-inner { padding: 0; }
  .pag-empresa #video .wpb_raw_html { height: 200px; }
  .pag-empresa #video h2 { padding: 40px 20px 20px 20px; font-size: 30px; }
  .pag-empresa #premios h2 { display: block; font-size: 32px; text-align: center; }
  .pag-empresa #premios .vc_row { margin-top: 40px; text-align: center; }
  .pag-empresa #premios .vc_row .vc_single_image-wrapper { width: 100%; padding: 15px 0; }
  .pag-empresa #premios .vc_row p { font-size: 14px; font-weight: 400; text-align: center; }
  .pag-trabaja #intro { margin-top: 0; background-image: url(); }
  .pag-trabaja #intro p { width: 100%; margin: 30px 0; padding: 0; }
  .pag-trabaja #perfiles { margin-top: 20px; }
  .pag-trabaja #perfiles .title-boxed { font-size: 25px; }
  .pag-trabaja #perfiles .wpb_text_column { padding: 30px 0; }
  .pag-trabaja #ofertas h2, .pag-trabaja #escribe h2 { font-size: 25px; }
  .pag-trabaja #ofertas h2 strong, .pag-trabaja #escribe h2 strong { font-size: 19px; }
  .pag-trabaja #ofertas .ofertas { flex-direction: column; align-items: start; }
  .pag-trabaja #ofertas .ofertas a { margin-bottom: 5px; }
  .pag-trabaja #escribe { padding-top: 40px; }
  .pag-trabaja #escribe h3 { font-size: 19px; }
  .pag-trabaja #cv .cv-upload span.cv > input { padding-left: 0; }
  .pag-trabaja #cv .cv-upload span.cv:after { display: none; }
  .pag-prensa #intro { margin-top: 0; background-image: url(); }
  .pag-prensa #intro .title-boxed, .pag-prensa #intro .title-boxed strong { font-size: 24px !important; }
  .pag-prensa #intro p { width: 100%; margin: 30px 0; padding: 0; }
  .pag-prensa #logos { margin-top: 30px; padding-top: 40px; }
  .pag-prensa #logos h2 { font-size: 25px; }
  .pag-prensa .q_tabs { margin-top: 20px; }
  .pag-prensa .q_tabs .tabs-nav { width: 100%; min-height: 0; padding: 15px 20px; }
  .pag-prensa .q_tabs .tabs-nav li { display: inline-block; width: auto; vertical-align: top; }
  .pag-prensa .q_tabs .tabs-nav li a { padding: 0 15px 0 0 !important; font-size: 18px !important; }
  .pag-prensa .q_tabs .tabs-nav li.active a { text-decoration: underline; }
  .pag-prensa .q_tabs .tabs-container { width: 100%; min-height: 0; margin-left: 0; padding: 20px; background-color: #eeeeee; }
  .pag-prensa .q_tabs .tabs-container .tab-content { padding-left: 0; }
  .pag-prensa .q_tabs .qbutton { font-size: 12px; }
  .pag-finan #intro { margin-top: 0; background-image: url(); }
  .pag-finan #intro .title-boxed, .pag-finan #intro .title-boxed strong { font-size: 24px !important; }
  .pag-finan #intro p { width: 100%; margin: 30px 0; padding: 0; }
  .pag-finan .informes { margin: 0; flex-wrap: wrap; justify-content: space-between; }
  .pag-finan .informes a { width: 45%; margin: 0 0 40px 0; font-size: 17px; line-height: 1.2; }
  .pag-finan .informes a:before { margin-bottom: 0; transform: scale(0.8) !important; }
  .pag-finan .informes a strong { padding-top: 0; font-size: 28px; }
  .pag-rsc .bts-submenu { margin-bottom: 50px; }
  .pag-rsc .bt-list { padding-left: 0; }
  .pag-rsc .bt-list li { margin-bottom: 10px; line-height: 1.3; }
  .pag-rsc .q_accordion_holder .title-holder { padding: 18px 0 !important; }
  .pag-rsc .q_accordion_holder .title-holder .tab-title { display: block; padding: 0 50px 0 20px; font-size: 13px; line-height: 1.2; }
  .pag-rsc .q_accordion_holder .title-holder .tab-title:before { display: none; }
  .pag-rsc .q_accordion_holder .title-holder .right_mark { top: 5px !important; right: 10px !important; }
  .pag-rsc .q_accordion_holder .accordion_content { padding-right: 0 !important; }
  .pag-rsc .q_accordion_holder .accordion_content p:first-child { margin-top: 0; }
  .pag-rsc .external-link { height: 50px; margin-top: 30px; line-height: 50px; font-size: 15px; }
  .pag-rsc #intro .section_inner { background-size: 100%; background-position: right 0; }
  .pag-rsc #intro .bts { margin-top: 30px; }
  .pag-rsc #intro .bts a { box-sizing: border-box; }
  .pag-rsc #ods-01 img { margin-top: 40px; }
  .pag-rsc #inclusion { padding: 100px 0 50px 0; background-size: 100%; background-position: right -40px; }
  .pag-rsc #inclusion .text-in-box { width: 100%; padding: 20px 0 0 0; }
  .pag-rsc .soste-block { padding: 50px 0; }
  .pag-rsc .soste-block .vc_col-sm-8 { padding: 0 !important; }
  .pag-rsc .soste-block .wpb_single_image { display: inline-block; width: 40%; margin-right: 7%; }
  .pag-rsc #ayh-01 { margin-top: 50px; }
  .pag-rsc #ayh-01 .vc_col-sm-4 { display: none; }
  .pag-rsc #ayh-02 { margin-top: 50px; padding: 50px 0; background-size: 100%; background-position: right -40px; }
  .pag-rsc #ayh-02 .text-in-box { width: 100%; padding: 20px 0 0 0; }
  .pag-rsc #ayh-02 .orange { display: none; }
  .pag-rsc #ayh-02 .vc_col-sm-4 { display: none; }
  .pag-garantia .title-boxed { font-size: 24px !important; }
  .pag-garantia #intro { margin-top: 0; background-image: url(); }
  .pag-garantia #intro p { width: 100%; margin-top: 20px !important; padding: 0; }
  .pag-garantia #garantia { margin-top: 40px; }
  .pag-sitemap .widget, .pag-sitemap h1, .pag-sitemap h2 { text-align: center; }
  .pag-sitemap h2:after { margin: 10px auto 0 auto; }
  .pag-sitemap #zonas ul li, .pag-sitemap #promos ul li { width: 100% !important; text-align: center; }
  .page-leon h2 { font-size: 26px; }
  .page-leon a.border-link { font-size: 13px; }
  .page-leon #intro { height: auto; }
  .page-leon #intro .data { margin-top: 60px; }
  .page-leon #intro .data h1 { margin-top: 30px; font-size: 35px; }
  .page-leon #intro .data p { font-size: 18px; }
  .page-leon #intro .contact-block { margin: 60px 0 30px 0; }
  .page-leon #desc { padding: 50px 0; }
  .page-leon #desc .vc_col-sm-6:first-child { width: 100%; }
  .page-leon #desc .vc_col-sm-6:last-child { width: 100%; margin-top: 30px; }
  .page-leon #desc p, .page-leon #desc ul li { font-size: 15px; }
  .page-leon #oferta h3 { font-size: 18px; }
  .page-leon #oferta .item a.gal-bt::before { transform: scale(0.5); }
  .page-leon #oferta .claim { box-sizing: border-box; width: 100%; margin: 20px auto; font-size: 25px; }
  .page-leon #arqui .wpb_raw_html { width: 100%; }
  .page-leon #arqui .profile .img { width: 22%; }
  .page-leon #arqui .profile .data { width: 76%; padding-left: 15px; }
  .page-leon #arqui .profile .data h4 { font-size: 17px; }
  .page-leon #arqui .profile .data p { font-size: 14px; }
  .page-leon #desa h2 + p { float: none; width: 100%; margin-top: 20px; }
  .page-leon #desa .desa-slider { width: 100%; margin-top: 30px; }
  .page-leon #desa .desa-slider li.slick-slide h5 { font-size: 16px; }
  .page-leon #desa .desa-slider .slick-prev { top: 40%; left: -35px; }
  .page-leon #desa .desa-slider .slick-next { top: 40%; right: -35px; }
  .page-leon #setenta .box { width: 240px; height: 340px; margin: 60px -20px 0 0; padding: 30px 30px 0 30px; background-color: rgba(255, 255, 255, 0.8); }
  .page-leon #setenta .box h2 { font-size: 18px; }
  .page-leon #setenta .box p { font-size: 13px; }
  .page-leon #casa_video { padding: 60px 0; }
  .page-leon #casa_video h2 { font-size: 30px; }
  .page-cobertura #intro { height: 400px; background-position: 60% top; }
  .page-cobertura #intro img { width: 100px; margin: 100px 0 30px 0; }
  .page-cobertura #intro h2 { display: block; font-size: 26px; }
  .page-cobertura #desc { height: auto; padding-top: 30px; }
  .page-cobertura #desc h1 { margin-top: 0; font-size: 22px; }
  .page-cobertura #desc .vc_col-sm-8, .page-cobertura #desc .vc_col-sm-4 { width: 100%; }
  .page-cobertura #desc .promo-content { margin-top: 30px; }
  .page-cobertura #promos { padding: 50px 0 0 0; }
  .page-cobertura #promos .follow-bt { font-weight: 700; }
  .page-cobertura #promos .promos-grid { padding: 30px 0; }
  .page-cobertura #condiciones { padding: 40px 0; } }
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 768 */
@media screen and (max-width: 768px) { .share-content h3 { font-size: 28px; }
  .share-content h4 { font-size: 18px; }
  header .header_top { display: none !important; }
  header .header_bottom { padding: 0 25px; }
  footer .footer_top { padding: 40px 0 20px 0; text-align: center !important; border-top: 1px solid #eeeeee; 			/* a {
				margin: 0 6px;
				font-size: 11px;

				&:last-child {
					display: none;
				}
			} */ }
  footer .footer_top .four_columns > div { margin-bottom: 15px !important; }
  footer .footer_top h5 { margin-bottom: 15px; }
  footer .footer_top h5:after { margin: 10px auto 0 auto; }
  .home .q_slider .carousel { 			/* .text {
				text-align: center;

				h2, h4 {
					text-align: center;

					span {
						display: inline-block !important;
						font-size: 20px !important;
						line-height: 23px !important;
					}
				}

				h2 {
					font-size: 28px !important;
					line-height: 0 !important;

					span {
						font-size: 28px !important;
						line-height: 0 !important;
					}
				}

				a {
					line-height: 26px;
				}		
			} */ }
  .home .q_slider .carousel .carousel-indicators { display: block; bottom: 40px; }
  .home .q_slider .carousel .carousel-indicators li { width: 10px; height: 10px; margin: 0 8px; }
  .home .q_slider .carousel .slider_content { vertical-align: top; width: 100% !important; }
  .home .q_slider .carousel h2 { margin-top: 30%; }
  .home .q_slider .carousel h2 span { font-size: 26px !important; line-height: 1.8 !important; }
  .home .q_slider .carousel .qbutton { font-size: 15px; }
  .home .q_slider .carousel .slide-oferta { width: 300px; margin-top: -60px; padding: 5px; }
  .home .q_slider .carousel .slide-oferta > div { padding: 20px; }
  .home .q_slider .carousel .slide-oferta h3 { font-size: 22px; line-height: 25px; }
  .home .q_slider .carousel .slide-oferta h5 { margin: 10px 0; font-size: 24px; line-height: 27px; }
  .home .q_slider .carousel .slide-oferta span { font-size: 16px; line-height: 20px; }
  .home .q_slider .carousel .slide-oferta a.tel { margin: 20px 0 15px 0; font-size: 19px; line-height: 24px; }
  .home .q_slider .carousel .slide-oferta a.tel img { width: 25px; }
  .home .q_slider .carousel .slide-oferta a.bt { padding: 3px 15px; font-size: 15px; }
  .home .q_slider .carousel .slide-encasa { width: 320px; margin: -70px auto 0 auto; }
  .home .q_slider .carousel .slide-encasa h3 { padding: 0 30px; font-size: 21px; line-height: 70px; }
  .home .q_slider .carousel .slide-encasa .challenge { padding: 20px 25px; }
  .home .q_slider .carousel .slide-encasa .challenge p { font-size: 13px; line-height: 1.2 !important; }
  .home .q_slider .carousel .slide-encasa .mensaje { padding: 20px 25px; }
  .home .q_slider .carousel .slide-encasa .mensaje h4 { font-size: 22px; text-align: left; }
  .home .q_slider .carousel .slide-encasa .mensaje p { font-size: 14px; line-height: 1.2 !important; }
  .home .q_slider .carousel .slide-encasa .mensaje p.videollamada { font-size: 16px; }
  .home .q_slider .carousel .slide-encasa .mensaje a.border-link { box-sizing: border-box; width: 100%; margin-top: 10px; padding: 2px 10px; font-size: 15px; }
  .home .q_slider .carousel .slide-encasa .mensaje a.border-link.viviendas { margin: 5px 0 0 0; }
  .home .q_slider .carousel .slide-solidario { width: 320px; margin: -70px auto 0 auto; }
  .home .q_slider .carousel .slide-solidario .mensaje { padding: 25px; }
  .home .q_slider .carousel .slide-solidario .mensaje img { right: 10px; top: 10px; width: 50px; }
  .home .q_slider .carousel .slide-solidario .mensaje h4 { font-size: 26px; text-align: left; }
  .home .q_slider .carousel .slide-solidario .mensaje h5 { font-size: 18px; }
  .home .q_slider .carousel .slide-solidario .mensaje p { font-size: 14px; }
  .home .q_slider .carousel .slide-solidario .mensaje a.border-link { box-sizing: border-box; width: 100%; margin-top: 0; padding: 2px 10px; font-size: 15px; }
  .home .q_slider .carousel .slide-solidario .mensaje a.border-link.viviendas { margin: 5px 0 0 0; }
  .promo-rel { padding: 60px 0; }
  .promo-rel h3 { margin-bottom: 25px; }
  .promo-rel .item { width: 100% !important; }
  .pag-promo-filter h1 { margin-top: 20px; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li { display: block; padding: 0; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li:nth-child(1), .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li:nth-child(1) { margin-left: 0; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul > li:last-child, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul > li:last-child { padding-bottom: 10px; }
  .pag-promo-filter .promo-filter li.sf-field-post-meta-tipo > ul:before, .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales > ul:before { position: relative; display: block; line-height: 40px !important; padding-top: 10px; }
  .pag-promo-filter .promo-filter li.sf-field-taxonomy-zona_locales:nth-child(3) ul.children li { width: 100%; padding-left: 15px; }
  .pag-promo-filter .promos { padding: 30px 0 60px 0; }
  .pag-promo-filter .promos .item { width: 100%; margin: 0 0 20px 0; }
  .pag-promo-filter .promos .item a .rel-img { height: auto; }
  .pag-promo-filter .promos .item .habs { display: block; }
  .pag-promo-filter li.sf-field-sort_order { display: none; }
  .pag-gracias #rrss .social { text-align: center; }
  .pag-contacto #bkg { height: 150px; }
  .pag-contacto #delegaciones { padding: 30px 0; text-align: center !important; }
  .pag-contacto #delegaciones h1 { font-size: 30px; line-height: 32px; }
  .pag-contacto #delegaciones h2 { font-size: 26px; line-height: 29px; }
  .pag-contacto #delegaciones .deleg-block { margin: 30px 0; text-align: center; }
  .pag-contacto a.border-link { font-size: 13px; line-height: 1.2; }
  .pag-contacto #contact_map .google_map_shortcode_holder, .pag-contacto #contact_map .qode_google_map { height: 400px !important; }
  .pag-contacto #contact_table .tablepress { width: 90%; }
  .featured-post { padding: 20px; }
  .featured-post .post_image { float: none; width: 100%; min-height: 0; max-height: none; margin: 0 0 20px 0; }
  .single-post h1 { font-size: 25px; }
  .single-post .blog_single .post_text h2 { font-size: 20px; }
  .archive.tag .featured-post + hr { margin-top: 0; }
  .page-template-landing_page .q_slider .carousel .carousel-inner h2 { width: 70%; text-align: center; }
  .page-template-landing_page .q_slider .carousel .carousel-inner h2 span { display: block; line-height: 1em !important; background-color: rgba(189, 40, 48, 0.9) !important; }
  .page-template-landing_page .q_slider .carousel .carousel-inner h4 { text-align: center !important; }
  .page-template-landing_page .detalles-box { margin-top: 30px; }
  .page-template-landing_page .comercial-box { top: 20px; right: 20px; transform: scale(0.8); transform-origin: right top; }
  .page-template-landing_page #promo { height: 300px !important; min-height: 300px; background-position: right 0 !important; background-size: cover; }
  .page-template-landing_page #promo h2 { padding: 90px 0 30px; }
  .page-template-landing_page #promo h2 img { display: block; margin: 10px auto; }
  .page-template-landing_page #promo .vertical-centered { margin-top: 140px; }
  .page-template-landing_page #promo a.boxed-link.big { font-size: 18px; }
  .page-template-landing_page #info img { margin-top: 30px; }
  .page-template-landing_page #contact { background-position: right 0 !important; background-size: cover; }
  .page-template-landing_page #contact .contact-box { width: 100%; min-height: 280px; margin: 40px auto; }
  .page-template-landing_page #contact .contact-box .span6 { width: 100% !important; margin-right: 0 !important; }
  .pag-landing-aticos #bkg { height: 200px; }
  .pag-landing-aticos #bkg h1 { width: 70%; padding: 20px 25px; margin-top: 40px; font-size: 23px; line-height: 28px; }
  .pag-landing-aticos .promos { margin: 30px 0; }
  .pag-landing-aticos .promos .item { margin: 0 0 25px 0; padding-top: 25px; }
  .pag-landing-aticos .promos .item > div { display: block; }
  .pag-landing-aticos .promos .item > div .rel-img { width: 100%; }
  .pag-landing-aticos .promos .item > div .rel-data { width: 100%; margin-top: 10px; padding-left: 0; }
  .pag-landing-aticos .promos .item > div .rel-data h2 { font-size: 20px; line-height: 25px; }
  .pag-landing-aticos .promos .item > div .rel-data h4.precio { float: none; }
  .pag-landing-aticos .promos .item > div .rel-data span { font-size: 14px; }
  .pag-landing-aticos .promos .item > div .rel-data .bts { margin-top: 20px; }
  .pag-landing-aticos .promos .item > div .rel-data a { display: block; margin: 4px 0 0 0; text-align: center; }
  .pag-landing-aticos .contact-form { margin: 80px auto 0 auto; }
  .pag-video-promo .container_inner { width: 95%; }
  .pag-solidario #intro { padding: 130px 0 50px 0; }
  .pag-solidario #intro h1 { font-size: 42px; }
  .pag-solidario #intro h2 { margin-top: 15px; font-size: 30px; }
  .pag-solidario #donde { min-height: 340px; }
  .pag-solidario #donde h2 { padding-top: 60px; font-size: 28px; }
  .pag-solidario #donde a.border-link { font-size: 12px; }
  .pag-solidario #consulta h3 { padding: 0; font-size: 22px; } }
/* ********************************************************************************************************************* IMPORT PARTS */
/* ********************************************************************************************************************* LANDING CPT STYLES */
.single-landing { background-color: #eeeeee; }
.single-landing header, .single-landing footer { display: none; }
.single-landing .content { padding-top: 0 !important; background-color: #eeeeee; }

.landing-wrapper { box-sizing: border-box; width: 1000px; margin: 0 auto; background-color: #fff; }
.landing-wrapper.form-oculto .intro .data { width: 100%; }
.landing-wrapper.form-oculto .contact-block { display: none !important; }
.landing-wrapper.pie-oculto .pie { display: none !important; }
.landing-wrapper .intro { position: relative; min-height: 800px; padding-bottom: 40px; background-size: cover; }
.landing-wrapper .intro .cover { position: absolute; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.landing-wrapper .intro .data { position: relative; box-sizing: border-box; width: 660px; padding: 0 40px 0 70px; }
.landing-wrapper .intro .data * { color: #fff; }
.landing-wrapper .intro .data .logo { display: block; max-width: 180px; padding: 100px 0 40px 0; }
.landing-wrapper .intro .data h1 { font-size: 40px; }
.landing-wrapper .intro .data h2 { padding-top: 40px; font-size: 22px; }
.landing-wrapper .intro .data h3 { font-size: 18px; }
.landing-wrapper .intro .data .txt { padding-top: 20px; }
.landing-wrapper .intro .data .txt p { font-size: 18px; line-height: 1.2; }
.landing-wrapper .intro .data .txt p a { text-decoration: underline; }
.landing-wrapper .intro .data .txt a.boxed-link { display: inline-block; text-decoration: none; margin-top: 20px; }
.landing-wrapper .contact-block { position: absolute; top: 50px; left: 660px; box-sizing: border-box; max-width: 295px; padding: 40px 25px; background-color: #ee7e23; }
.landing-wrapper .contact-block p { margin-top: 0; }
.landing-wrapper .contact-block form { margin-top: 10px; }
.landing-wrapper .cars-block { width: 90%; margin: 50px 0 0 0; padding: 15px 20px; background-color: rgba(255, 255, 255, 0.8); -webkit-transition: all 1s ease !important; -moz-transition: all 1s ease !important; transition: all 1s ease !important; }
.landing-wrapper .cars-block h3 { margin-bottom: 20px; }
.landing-wrapper .cars-block > div { width: 50%; display: inline-block; font-size: 14px; font-weight: 400; line-height: 0; vertical-align: top; }
.landing-wrapper .cars-block > div span { vertical-align: top; line-height: 56px; color: #000 !important; }
.landing-wrapper .cars-block > div:before { content: ''; position: relative; float: left; width: 56px; height: 56px; margin: 0 10px 10px 0; display: inline-block; overflow: hidden; background-image: url("../../../media/promo-icons-sprite-v7.png"); background-position: 0 0; }
.landing-wrapper .cars-block > div.double-line span { display: inline-block; padding-top: 7px; line-height: 19px; }
.landing-wrapper .cars-block > div.metros:before { background-position: 0 -1px; }
.landing-wrapper .cars-block > div.garaje:before { background-position: 0 -56px; }
.landing-wrapper .cars-block > div.padel:before { background-position: 0 -112px; }
.landing-wrapper .cars-block > div.trastero:before { background-position: 0 -168px; }
.landing-wrapper .cars-block > div.habs:before { background-position: 0 -224px; }
.landing-wrapper .cars-block > div.infantil:before { background-position: 0 -280px; }
.landing-wrapper .cars-block > div.piscina:before { background-position: 0 -336px; }
.landing-wrapper .cars-block > div.control:before { background-position: 0 -392px; }
.landing-wrapper .cars-block > div.gimnasio:before { background-position: 0 -448px; }
.landing-wrapper .cars-block > div.domotica:before { background-position: 0 -504px; }
.landing-wrapper .cars-block > div.salon:before { background-position: 0 -560px; }
.landing-wrapper .cars-block > div.garantia:before { background-position: 0 -616px; }
.landing-wrapper .cars-block > div.altura:before { background-position: 0 -896px; }
.landing-wrapper .cars-block > div.terraza:before { background-position: 0 -952px; }
.landing-wrapper .cars-block > div.calle:before { background-position: 0 -1008px; }
.landing-wrapper .cars-block > div.humos:before { background-position: 0 -1064px; }
.landing-wrapper .cars-block > div.fitness:before { background-position: 0 -1120px; }
.landing-wrapper .cars-block > div.piscinas:before { background-position: 0 -1176px; }
.landing-wrapper .cars-block > div.dimen_zonas:before { background-position: 0 -1232px; }
.landing-wrapper .cars-block > div.jardines:before { background-position: 0 -1288px; }
.landing-wrapper .cars-block > div.wifi:before { background-position: 0 -1344px; }
.landing-wrapper .cars-block > div.electrico:before { background-position: 0 -1400px; }
.landing-wrapper .cars-block > div.bajos:before { background-position: 0 -1456px; }
.landing-wrapper .cars-block > div.vistas:before { background-position: 0 -1512px; }
.landing-wrapper .cars-block > div.geo:before { background-position: 0 -1568px; }
.landing-wrapper .cars-block > div.piscinacubierta:before { background-position: 0 -1624px; }
.landing-wrapper .cars-block > div.unifamiliar:before { background-position: 0 -1680px; }
.landing-wrapper .cars-block > div.espacios:before { background-position: 0 -1736px; }
.landing-wrapper .cars-block > div.llave:before { background-position: 0 -1792px; }
.landing-wrapper .cars-block > div.salas:before { background-position: 0 -1848px; }
.landing-wrapper .cars-block > div.miradores:before { background-position: 0 -1960px; }
.landing-wrapper .cars-block > div.vigilancia:before { background-position: 0 -2016px; }
.landing-wrapper .cars-block > div.venti:before { background-position: 0 -2072px; }
.landing-wrapper .cars-block > div.clima:before { background-position: 0 -2128px; }
.landing-wrapper .cars-block > div.ventanales:before { background-position: 0 -2184px; }
.landing-wrapper .cars-block > div.diseno:before { background-position: 0 -2240px; }
.landing-wrapper .cars-block > div.bicis:before { background-position: 0 -2296px; }
.landing-wrapper .cars-block > div.termostato:before { background-position: 0 -2352px; }
.landing-wrapper .cars-block > div.califi:before { background-position: 0 -2408px; }
.landing-wrapper .cars-block > div.terrazatodas:before { background-position: 0 -2464px; }
.landing-wrapper .cars-block > div.terrazas:before { background-position: 0 -2520px; }
.landing-wrapper .cars-block > div.solar:before { background-position: 0 -2576px; }
.landing-wrapper .cars-block > div.griferia:before { background-position: 0 -2632px; }
.landing-wrapper .cars-block > div.duplex:before { background-position: 0 -2688px; }
.landing-wrapper .cars-block > div.pista:before { background-position: 0 -2744px; }
.landing-wrapper .cars-block > div.gastro:before { background-position: 0 -2800px; }
.landing-wrapper .cars-block > div.aerotermia:before { background-position: 0 -2856px; }
.landing-wrapper .cars-block > div.suelo1:before { background-position: 0 -2912px; }
.landing-wrapper .cars-block > div.suelo2:before { background-position: 0 -2968px; }
.landing-wrapper .cars-block > div.preaire:before { background-position: 0 -3024px; }
.landing-wrapper .cars-block > div.aire:before { background-position: 0 -3080px; }
.landing-wrapper .cars-block > div.pmr:before { background-position: 0 -3136px; }
.landing-wrapper .cars-block > div.indus:before { background-position: 0 -3192px; }
.landing-wrapper .gmaps { overflow: hidden; width: 100%; height: 400px; margin-top: 30px; }
.landing-wrapper .gmaps iframe { width: 100%; height: 400px; }
.landing-wrapper > h3 { max-width: 500px; margin-top: 40px !important; }
.landing-wrapper .slider-block { position: relative; padding: 40px; }
.landing-wrapper .slider-block ul li { cursor: pointer; height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.landing-wrapper .slider-block ul.no-slick li { display: inline-block; width: 32.3%; margin-right: 1%; }
.landing-wrapper .slider-block .slick-slide { margin: 0 7px; }
.landing-wrapper .slider-block .slick-list { margin: 0 -7px; }
.landing-wrapper .slider-block .slick-dots { margin-top: 0; padding-left: 0; }
.landing-wrapper .slider-block .slick-dots li { height: auto; }
.landing-wrapper .slider-block .slick-dots li button:before { font-size: 40px; }
.landing-wrapper .video-block { position: relative; overflow: hidden; max-width: 100%; height: 0; margin: 0 40px; padding-bottom: 56.25%; }
.landing-wrapper .video-block iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.landing-wrapper .pie { padding: 50px 0 100px 0; }
.landing-wrapper .pie .item { display: inline-block; vertical-align: top; box-sizing: border-box; width: 33%; text-align: center; }
.landing-wrapper .pie .item > div { width: 95px; height: 95px; margin: 0 auto; border: 1px solid #eeeeee; border-radius: 50%; }
.landing-wrapper .pie .item > div img { margin-top: 20px; }
.landing-wrapper .pie .item h4 { font-size: 40px; color: #ee7e23; }
.landing-wrapper .pie .item p { margin-top: 0; font-weight: 400; font-size: 18px; }
.landing-wrapper .legal ul { margin: 0 40px; padding: 30px 0; text-align: center; border-top: 1px solid #eeeeee; }
.landing-wrapper .legal ul li { display: inline-block; list-style: none; margin: 0 20px; font-size: 12px; }

/* ********************************************************************************************************************* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000 */
@media screen and (max-width: 1000px) { #botonllamada { display: none; }
  .landing-wrapper { width: 100%; }
  .landing-wrapper .intro .data { width: calc(100% - 270px); padding: 0 20px; }
  .landing-wrapper .intro .data .logo { padding: 50px 0 30px 0; }
  .landing-wrapper .intro .data h1 { font-size: 32px; }
  .landing-wrapper .intro .data h2 { padding-top: 30px; font-size: 20px; }
  .landing-wrapper .intro .data .txt { font-size: 16px; }
  .landing-wrapper .contact-block { left: calc(100% - 270px); max-width: 270px; }
  .landing-wrapper .cars-block { margin-top: 30px; }
  .landing-wrapper .cars-block > div { font-size: 12px; }
  .landing-wrapper .pie { padding-bottom: 60px; }
  .landing-wrapper .pie .item h4 { font-size: 32px; } }
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 767 */
@media screen and (max-width: 767px) { .landing-wrapper .intro .data { width: 100%; }
  .landing-wrapper .contact-block { position: relative; top: 0; left: 0; max-width: calc(100% - 40px); margin: 30px auto 0 auto; }
  .landing-wrapper .cars-block { width: calc(100% - 40px); }
  .landing-wrapper .cars-block > div { width: 100%; font-size: 14px; }
  .landing-wrapper .slider-block { padding: 20px 20px 10px 20px; }
  .landing-wrapper .video-block { margin: 20px 0 0 0; }
  .landing-wrapper .pie { padding-bottom: 60px; }
  .landing-wrapper .pie .item { width: 100%; margin-bottom: 30px; }
  .landing-wrapper .pie .item h4 { padding-top: 10px; } }
/* ********************************************************************************************************************* PIAMONTE ZONAS STYLES */
.piamonte { position: relative; height: 650px; margin-top: 30px; }
.piamonte > img { width: 200px; }
.piamonte h4 { position: relative; padding-top: 10px; font-size: 20px; }
.piamonte h4 strong { font-weight: 700; }
.piamonte ul { width: 350px; margin-top: 30px !important; }
.piamonte ul li { display: inline-block; vertical-align: top; list-style: none; margin: 0 8px 12px 0; }
.piamonte ul li a { position: relative; display: block; box-sizing: border-box; width: 100px; height: 130px; padding: 80px 0 0 12px; font-size: 14px; line-height: 1.2; text-decoration: none !important; background: #fff url("../../../media/pia-icons-sprite-2.png") no-repeat; background-position: 0 0; border: 2px solid #8a6284; border-radius: 10px; }
.piamonte ul li a strong { font-weight: 600; }
.piamonte ul li a:hover { background-color: #eeeeee; }
.piamonte ul li:nth-child(2) a { background-position: 0 -120px; border-color: #98ad38; }
.piamonte ul li:nth-child(3) a { background-position: 0 -240px; border-color: #3fa0af; }
.piamonte ul li:nth-child(4) a { background-position: 0 -360px; border-color: #edc274; }
.piamonte ul li:nth-child(5) a { background-position: 0 -480px; border-color: #f87956; }
.piamonte .pia-map { position: absolute; z-index: 0; width: 500px; top: 30px; right: 0; }
.piamonte .pia-map .bts { position: absolute; top: 0; left: 0; }
.piamonte .pia-map .bts a { position: absolute; }
.piamonte .pia-map .bts a[data-section="s01"] { top: 72px; left: 245px; width: 120px; height: 85px; transform: rotate(-23deg); }
.piamonte .pia-map .bts a[data-section="s02"] { top: 220px; left: 270px; width: 230px; height: 185px; }
.piamonte .pia-map .bts a[data-section="s03"] { top: 495px; left: 445px; width: 45px; height: 100px; }
.piamonte .pia-map .bts a[data-section="s04"] { top: 240px; left: 175px; width: 50px; height: 120px; }
.piamonte .pia-map .bts a[data-section="s05"] { top: 40px; left: 435px; width: 55px; height: 100px; }
.piamonte .pia-modal { position: absolute; box-sizing: border-box; pointer-events: none; top: 150px; right: 40px; width: 400px; height: 170px; padding: 15px; background-color: #fff; border: 2px solid #8a6284; box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.4); opacity: 0; -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
.piamonte .pia-modal.active { opacity: 1; }
.piamonte .pia-modal:before, .piamonte .pia-modal:after { content: ''; position: absolute; display: inline-block; width: 0; height: 0; border-style: solid; }
.piamonte .pia-modal:before { top: 67px; right: -19px; border-width: 13px 0 14px 19px; border-color: transparent transparent transparent #8a6284; }
.piamonte .pia-modal:after { top: 70px; right: -15px; border-width: 10px 0 10px 15px; border-color: transparent transparent transparent #fff; }
.piamonte .pia-modal.s01 { width: 500px; height: 370px; margin-left: -80px; }
.piamonte .pia-modal.s01 .m-content img { width: 250px; }
.piamonte .pia-modal.s02:before { border-color: transparent transparent transparent #98ad38; }
.piamonte .pia-modal.s03:before { border-color: transparent transparent transparent #3fa0af; }
.piamonte .pia-modal.s04:before { border-color: transparent transparent transparent #edc274; }
.piamonte .pia-modal.s05:before { border-color: transparent transparent transparent #f87956; }
.piamonte .pia-modal a.m-close { display: none; position: absolute; top: 10px; right: 10px; transform: scale(0.9); }
.piamonte .pia-modal .m-content { display: none; }
.piamonte .pia-modal .m-content img { float: left; vertical-align: top; width: 153px; margin: 0 30px 40px 0; }
.piamonte .pia-modal .m-content h4 { padding-top: 0; font-size: 14px; }
.piamonte .pia-modal .m-content p { margin-top: 10px; font-size: 13px; line-height: 1.4; }

@media screen and (max-width: 1400px) { .piamonte h4 { font-size: 18px; }
  .piamonte ul { width: 250px; }
  .piamonte .pia-modal { margin-left: -200px; }
  .piamonte .pia-modal.s01 { margin-left: -250px !important; } }
@media screen and (max-width: 1200px) { .piamonte h4 { font-size: 16px; }
  .piamonte .pia-map { transform-origin: right top; top: 60px; transform: scale(0.8); }
  .piamonte .pia-modal.s01 { margin-top: -15px; margin-left: -300px !important; }
  .piamonte .pia-modal.s02 { margin-top: -20px; margin-left: -200px; }
  .piamonte .pia-modal.s03 { margin-top: -100px; margin-left: -300px; }
  .piamonte .pia-modal.s04 { margin-top: -20px; margin-left: -220px; }
  .piamonte .pia-modal.s05 { margin-left: -300px; } }
@media screen and (max-width: 1000px) { .piamonte .pia-map { transform: scale(0.5); }
  .piamonte .pia-modal { top: 330px !important; left: 230px !important; width: 350px !important; height: 260px !important; margin: 0 !important; }
  .piamonte .pia-modal.s01 { margin: 0 !important; }
  .piamonte .pia-modal.s01 .m-content img { width: 153px; margin-bottom: 80px; }
  .piamonte .pia-modal:before, .piamonte .pia-modal:after { display: none; } }
@media screen and (max-width: 767px) { .piamonte { height: 580px; }
  .piamonte .pia-map { pointer-events: none !important; top: 60px; transform: scale(0.35); }
  .piamonte > h4 { width: 60%; }
  .piamonte ul { width: 100%; }
  .piamonte ul li:first-child { margin-right: 100px; }
  .piamonte .pia-modal { top: 120px !important; left: 0 !important; width: 100% !important; height: 460px !important; margin: 0 !important; padding: 50px 20px 20px 20px; }
  .piamonte .pia-modal .m-content img { width: 100% !important; margin-bottom: 20px !important; }
  .piamonte .pia-modal .m-content.s01 img { display: none; }
  .piamonte .pia-modal .m-content.s01 img.hide-on-desktop { display: block; }
  .piamonte .pia-modal a.m-close { pointer-events: auto !important; display: block; } }
/* ********************************************************************************************************************* PALOMARES ZONAS STYLES */
.palomares { position: relative; box-sizing: border-box; height: 700px; margin-top: 30px; padding: 35px 45px; background-color: #d0d9a5; }
.palomares .zonas-slider .slick-list { transform: translateY(120px); border-radius: 25px; }
.palomares .leyenda { position: absolute; top: 35px; right: 45px; }
.palomares .leyenda span { display: block; margin-bottom: 5px; font-size: 13px; line-height: 20px; }
.palomares .leyenda span:before { content: ''; display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin-right: 7px; background-color: #a9b78f; border-radius: 50%; }
.palomares .leyenda span.f2:before { background-color: #9fbc0d; }
.palomares .item { box-sizing: border-box; height: 500px; }
.palomares .item .data { display: flex; justify-content: space-between; align-items: start; min-height: 500px; }
.palomares .item:not(.plano) .data { padding: 55px; background-color: #fff; }
.palomares .item .txt { box-sizing: border-box; vertical-align: top; width: 40%; margin-right: 2%; }
.palomares .item .txt h3 { font-size: 35px; }
.palomares .item .txt h3 .num { color: #9fbc0d; }
.palomares .item .txt p { margin-top: 40px; font-size: 16px; line-height: 1.3; color: #666666; }
.palomares .bts { position: absolute; top: 0; left: 0; }
.palomares .bts a { position: absolute; display: block; box-sizing: border-box; width: 30px; height: 30px; text-align: center; font-size: 16px; font-weight: 800; line-height: 30px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.palomares .bts a:hover { color: #000; background-color: #d0d9a5; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
.palomares .bts a.z01 { margin: 345px 0 0 345px; }
.palomares .bts a.z02 { margin: 285px 0 0 425px; }
.palomares .bts a.z03 { margin: 235px 0 0 440px; }
.palomares .bts a.z04 { margin: 195px 0 0 470px; }
.palomares .bts a.z05 { margin: 335px 0 0 430px; }
.palomares .bts a.z06 { margin: 385px 0 0 435px; }
.palomares .bts a.z07 { margin: 385px 0 0 480px; }
.palomares .slick-dots { position: absolute; list-style: none; top: 0; margin: 0 !important; text-align: left; }
.palomares .slick-dots li { display: inline-block; vertical-align: top; width: auto; height: auto; margin-right: 15px; }
.palomares .slick-dots li.slick-active a.dot { border-color: #fff; }
.palomares .slick-dots li.slick-active a.dot span { color: #fff; }
.palomares .slick-dots li a.dot { display: block; box-sizing: border-box; width: 60px; height: 60px; text-decoration: none; background-color: #a9b78f; text-align: center; border-radius: 50%; border: 2px transparent solid; }
.palomares .slick-dots li a.dot img { padding: 7px 0; }
.palomares .slick-dots li a.dot span { display: block; font-weight: 800; font-size: 17px; }
.palomares .slick-dots li a.dot:hover { filter: brightness(1.1); }
.palomares .slick-dots li a.dot.plano { background-color: #303030; }
.palomares .slick-dots li a.dot.plano span { padding-top: 3px; font-size: 13px; }
.palomares .slick-dots li:nth-child(3) a.dot, .palomares .slick-dots li:nth-child(4) a.dot, .palomares .slick-dots li:nth-child(5) a.dot { background-color: #9fbc0d; }

.tooltipster-sidetip.tooltipster-zonas .tooltipster-box { background: #fff; box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.4); }
.tooltipster-sidetip.tooltipster-zonas .tooltipster-content { font-family: 'Montserrat'; font-size: 16px !important; line-height: 1.5; color: #000; }
.tooltipster-sidetip.tooltipster-zonas .tooltipster-arrow-background { border-top-color: #fff; }

@media screen and (max-width: 1400px) { .palomares { height: 560px; padding: 25px 35px; }
  .palomares .leyenda { top: 25px; right: 35px; }
  .palomares .item { height: 380px; }
  .palomares .item .data { min-height: 380px; }
  .palomares .item:not(.plano) .data { padding: 35px; }
  .palomares .item .txt + img { width: 290px; }
  .palomares .item .txt h3 { font-size: 30px; }
  .palomares .bts { transform: scale(0.79); } }
@media screen and (max-width: 1200px) { .palomares { height: 480px; }
  .palomares .zonas-slider .slick-list { transform: translateY(80px); }
  .palomares .item { height: 340px; }
  .palomares .item .data { min-height: 340px; }
  .palomares .item:not(.plano) .data { padding: 25px; }
  .palomares .item .txt + img { width: 270px; }
  .palomares .item .txt h3 { font-size: 24px; }
  .palomares .item .txt p { margin-top: 20px; }
  .palomares .bts { transform: scale(0.68); }
  .palomares .slick-dots li a.dot { width: 40px; height: 40px; }
  .palomares .slick-dots li a.dot img { width: 30px; padding: 3px 0; }
  .palomares .slick-dots li a.dot span { font-size: 13px; }
  .palomares .slick-dots li a.dot.plano span { padding-top: 1px; font-size: 11px; } }
@media screen and (max-width: 1000px) { .palomares { height: 400px; padding: 15px; }
  .palomares .leyenda { top: auto; bottom: 15px; right: 20px; }
  .palomares .leyenda span { display: inline-block; margin: 0 0 0 15px; }
  .palomares .item { height: 255px; }
  .palomares .item .data { min-height: 255px; }
  .palomares .item:not(.plano) .data { padding: 20px; }
  .palomares .item .txt + img { width: 200px; }
  .palomares .item .txt h3 { font-size: 17px; }
  .palomares .item .txt p { font-size: 13px; }
  .palomares .bts { transform: scale(0.52); }
  .palomares .bts a { width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
  .palomares .slick-dots li { margin-right: 13px; } }
@media screen and (max-width: 767px) { .palomares { height: 530px; padding: 15px; }
  .palomares .zonas-slider .slick-list { transform: translateY(60px); border-radius: 0; }
  .palomares .item { height: 400px; }
  .palomares .item .data { flex-direction: column; padding: 5px !important; background-color: transparent !important; }
  .palomares .item .txt { width: 100%; margin-right: 0; }
  .palomares .item .txt h3 { margin-bottom: 0; }
  .palomares .item .txt + img { width: 100%; }
  .palomares .item .txt p { margin: 10px 0 20px 0; color: #000; }
  .palomares .bts { transform: scale(1); max-width: 270px; top: 210px; left: 5px; }
  .palomares .bts a { position: relative; display: block; margin: 0 0 8px 0 !important; width: 20px; height: 20px; line-height: 20px; font-size: 16px; background-color: #9fbc0d; box-shadow: none; }
  .palomares .bts a:after { content: attr(data-title) " ✚"; display: block; position: absolute; width: 200px; left: 30px; top: 0; text-align: left; font-weight: 400; font-size: 14px; }
  .palomares .bts a:nth-child(2), .palomares .bts a:nth-child(3), .palomares .bts a:nth-child(4) { background-color: #a9b78f; }
  .palomares .slick-dots li a.dot { display: none; }
  .palomares .slick-dots li a.dot.plano { display: block; }
  .palomares .slick-dots li a.dot.plano span { position: absolute; top: 10px; left: 50px; color: #303030 !important; }
  .palomares .slick-prev, .palomares .slick-next { z-index: 1; top: 15px; bottom: auto; left: auto; right: 0; width: 40px; height: 40px; padding: 0; color: transparent; border-radius: 50%; background: #fff; -webkit-transition: background 0.4s ease !important; -moz-transition: background 0.4s ease !important; transition: background 0.4s ease !important; }
  .palomares .slick-prev:before, .palomares .slick-next:before { position: absolute; top: 5px; }
  .palomares .slick-prev { right: 50px; }
  .palomares .slick-prev:before { left: 5px; } }
/* ********************************************************************************************************************* LANDING MENORCA STYLES */
.page-menorca .content.content_top_margin_none { padding-top: 0 !important; }
.page-menorca header { display: none; }
.page-menorca h2 { font-size: 36px; }
.page-menorca #intro { height: 100vh; padding: 0; background: #303030 url(../../../media/leon-intro-bkg.jpg) no-repeat center center; background-size: cover; }
.page-menorca #intro .data { width: 550px; margin-top: calc( (100vh - 465px) / 2 ); }
.page-menorca #intro .data > a img { width: 230px; filter: brightness(210); }
.page-menorca #intro .data > a:hover { opacity: 0.7; }
.page-menorca #intro .data h1 { margin-top: 80px; font-size: 40px; font-weight: 800; color: #fff; }
.page-menorca #intro .data h1 + p { margin-top: 5px; }
.page-menorca #intro .data p { font-size: 20px; color: #fff; }
.page-menorca #intro .data .video-link { margin-top: 40px; }
.page-menorca #intro .promo-content { padding: 0; }
.page-menorca #intro .contact-block { float: right; margin-top: calc( (100vh - 465px) / 2 ); }
.page-menorca #desc { padding: 70px 0; }
.page-menorca #desc h2 { margin-bottom: 30px; }
.page-menorca #desc p { font-size: 17px; }
.page-menorca #desc p strong { font-weight: 800; font-size: 22px; }
.page-menorca #desc ul li { padding-left: 15px; font-size: 17px; }
.page-menorca #oferta h2 { margin-bottom: 30px; }
.page-menorca #oferta .item { margin-bottom: 50px; }
.page-menorca #oferta .item a.gal-bt { position: relative; display: block; }
.page-menorca #oferta .item a.gal-bt img { vertical-align: top; }
.page-menorca #oferta .item a.gal-bt:before { content: url("../../../media/ja-zoom-icon.svg"); display: block; position: absolute; box-sizing: border-box; transform-origin: right bottom; bottom: 0; right: 0; width: 90px; height: 90px; padding-top: 25px; text-align: center; background-color: rgba(0, 0, 0, 0.8); transform: scale(0.7); }
.page-menorca #oferta .item a.gal-bt:hover { opacity: 0.85; }
.page-menorca #oferta .item a.gal-bt:hover:before { bottom: 8px; right: 8px; }
.page-menorca #oferta .item .gal { display: none; }
.page-menorca #oferta .item h3 { margin-top: 15px; font-weight: 800; }
.page-menorca #oferta .item h3 + p { margin: 5px 0 15px 0; }
.page-menorca #oferta .item a.border-link { padding: 6px 20px; font-size: 14px; font-weight: 700; }
.page-menorca #oferta .item a.border-link:hover { color: #fff !important; background-color: #ee7e23; border-color: #ee7e23; }
.page-menorca #oferta .claim { position: relative; width: 830px; margin: 50px auto; padding: 40px 50px; font-size: 36px; text-align: center; }
.page-menorca #oferta .claim:before, .page-menorca #oferta .claim:after { content: ' '; position: absolute; width: 60px; height: 60px; border-color: #000; border-style: solid; }
.page-menorca #oferta .claim:before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.page-menorca #oferta .claim:after { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.page-menorca #mapa h2 { margin: 30px 0; }
.page-menorca #mapa iframe { width: 100%; }
.page-menorca #arqui { margin-top: -10px; padding: 100px 0; background-color: #eeeeee; }
.page-menorca #arqui .wpb_raw_html { width: 780px; margin: 0 auto; }
.page-menorca #arqui .profile { margin-top: 50px; }
.page-menorca #arqui .profile > div { display: inline-block; vertical-align: top; box-sizing: border-box; }
.page-menorca #arqui .profile .img { width: 30%; }
.page-menorca #arqui .profile .data { width: 68%; padding-left: 50px; }
.page-menorca #arqui .profile .data h4 { font-size: 24px; font-weight: 800; }
.page-menorca #arqui .profile .data p { font-size: 18px; }
.page-menorca #desa { padding: 80px 0; }
.page-menorca #desa h2 + p { width: 40%; float: right; }
.page-menorca #desa .desa-slider { width: 650px; margin: 70px auto 30px auto; }
.page-menorca #desa .desa-slider li.slick-slide { list-style: none; background-color: #fff; }
.page-menorca #desa .desa-slider li.slick-slide h5 { margin-top: 25px; font-size: 18px; }
.page-menorca #desa .desa-slider .slick-prev { top: 94%; left: auto; right: 40px; }
.page-menorca #desa .desa-slider .slick-next { top: 94%; right: 0; }
.page-menorca #promos { padding: 60px 0; background-color: #eeeeee; }
.page-menorca #promos .promos-slider { margin: 30px 0 60px 0; }
.page-menorca #promos .promos-slider .slick-slide { margin: 0 10px; }
.page-menorca #promos .promos-slider .slick-list { margin: 0 -10px; padding: 15px 0; }
.page-menorca #promos .promos-slider li.slick-slide { list-style: none; text-align: center; background-color: #fff; box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4); }
.page-menorca #promos .promos-slider li.slick-slide h5 { margin: 35px 0; font-size: 18px; }
.page-menorca #promos .promos-slider .slick-dots { padding-left: 0; }
.page-menorca #promos .promos-slider .slick-dots li button::before { font-size: 50px; }
.page-menorca #setenta { margin-top: 40px; }
.page-menorca #setenta .box { float: right; box-sizing: border-box; width: 440px; height: 370px; margin-top: 100px; padding: 60px 60px 0 60px; background-color: #fff; }
.page-menorca #setenta .box h2 { font-size: 32px; color: #303030; }
.page-menorca #setenta .box p { margin: 20px 0; line-height: 1.5; }
.page-menorca #casa_video { padding: 200px 0; }
.page-menorca #casa_video h2 { margin-bottom: 40px; font-size: 40px; color: #fff; }
.page-menorca .contact-form-modal-wrapper { position: fixed; display: none; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); }
.page-menorca .contact-form-modal-wrapper h3 { font-weight: 800; }

/* ********************************************************************************************************************* DESKTOP 1200 */
@media screen and (max-width: 1200px) { .page-menorca h2 { font-size: 32px; }
  .page-menorca #intro .data h1 { font-size: 34px; }
  .page-menorca #intro .contact-block { margin-right: 30px; }
  .page-menorca #desc h2 { margin-bottom: 0; }
  .page-menorca #desc p { font-size: 16px; }
  .page-menorca #desc p strong { font-size: 20px; }
  .page-menorca #desc ul li { font-size: 16px; }
  .page-menorca #oferta .claim { width: 730px; margin: 50px auto; padding: 40px 50px; font-size: 32px; }
  .page-menorca #arqui .profile .data p { font-size: 17px; } }
/* ********************************************************************************************************************* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000 */
@media screen and (max-width: 1000px) { .page-menorca h2 { font-size: 28px; }
  .page-menorca #intro .data { width: 100%; }
  .page-menorca #intro .data h1 { margin-top: 50px; font-size: 28px; }
  .page-menorca #intro .contact-block { margin-right: 0; }
  .page-menorca #desc .vc_col-sm-6:first-child { width: 65%; }
  .page-menorca #desc .vc_col-sm-6:last-child { width: 35%; }
  .page-menorca #oferta h3 { font-size: 20px; }
  .page-menorca #oferta .claim { width: 70%; margin: 30px auto; font-size: 30px; }
  .page-menorca #arqui { padding: 50px 0; }
  .page-menorca #arqui .wpb_raw_html { width: 90%; }
  .page-menorca #desa { padding: 50px 0; }
  .page-menorca #desa h2 + p { margin-top: 0; }
  .page-menorca #desa .desa-slider { width: 80%; }
  .page-menorca #promos { padding: 50px 0; }
  .page-menorca #setenta .box { width: 340px; height: 330px; margin: 40px -40px 0 0; padding: 30px 30px 0 30px; background-color: rgba(255, 255, 255, 0.8); }
  .page-menorca #setenta .box h2 { font-size: 26px; } }
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 767 */
@media screen and (max-width: 767px) { .page-menorca h2 { font-size: 26px; }
  .page-menorca a.border-link { font-size: 13px; }
  .page-menorca #intro { height: auto; }
  .page-menorca #intro .data { margin-top: 60px; }
  .page-menorca #intro .data h1 { margin-top: 30px; font-size: 35px; }
  .page-menorca #intro .data p { font-size: 18px; }
  .page-menorca #intro .contact-block { margin: 60px 0 30px 0; }
  .page-menorca #desc { padding: 50px 0; }
  .page-menorca #desc .vc_col-sm-6:first-child { width: 100%; }
  .page-menorca #desc .vc_col-sm-6:last-child { width: 100%; margin-top: 30px; }
  .page-menorca #desc p, .page-menorca #desc ul li { font-size: 15px; }
  .page-menorca #oferta h3 { font-size: 18px; }
  .page-menorca #oferta .item a.gal-bt::before { transform: scale(0.5); }
  .page-menorca #oferta .claim { box-sizing: border-box; width: 100%; margin: 20px auto; font-size: 25px; }
  .page-menorca #arqui .wpb_raw_html { width: 100%; }
  .page-menorca #arqui .profile .img { width: 22%; }
  .page-menorca #arqui .profile .data { width: 76%; padding-left: 15px; }
  .page-menorca #arqui .profile .data h4 { font-size: 17px; }
  .page-menorca #arqui .profile .data p { font-size: 14px; }
  .page-menorca #desa h2 + p { float: none; width: 100%; margin-top: 20px; }
  .page-menorca #desa .desa-slider { width: 100%; margin-top: 30px; }
  .page-menorca #desa .desa-slider li.slick-slide h5 { font-size: 16px; }
  .page-menorca #desa .desa-slider .slick-prev { top: 40%; left: -35px; }
  .page-menorca #desa .desa-slider .slick-next { top: 40%; right: -35px; }
  .page-menorca #setenta .box { width: 240px; height: 340px; margin: 60px -20px 0 0; padding: 30px 30px 0 30px; background-color: rgba(255, 255, 255, 0.8); }
  .page-menorca #setenta .box h2 { font-size: 18px; }
  .page-menorca #setenta .box p { font-size: 13px; }
  .page-menorca #casa_video { padding: 60px 0; }
  .page-menorca #casa_video h2 { font-size: 30px; } }
/* ********************************************************************************************************************* REPO CPT STYLES */
.single-repositorio { overflow: visible !important; }
.single-repositorio header, .single-repositorio footer, .single-repositorio #botonllamada, .single-repositorio #chat-widget-container, .single-repositorio .wt-cli-cookie-bar-container { display: none !important; }

.repo-wrapper { margin-top: 80px; }
.repo-wrapper h2 { font-size: 16px; letter-spacing: 2px; }
.repo-wrapper .docs { margin: 50px 0; padding: 40px; background-color: #eeeeee; }
.repo-wrapper .docs li { list-style: none; padding: 10px 0; border-bottom: 1px solid #898989; }
.repo-wrapper .docs li:first-child { padding-top: 0; }
.repo-wrapper .docs li:last-child { padding-bottom: 0; border: 0; }
.repo-wrapper .docs li a { display: flex; align-items: center; font-weight: 400; }
.repo-wrapper .docs li a img { margin-right: 10px; }

/* ********************************************************************************************************************* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000 */
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 767 */
@media screen and (max-width: 767px) { .repo-wrapper { margin-top: 40px; }
  .repo-wrapper .container_inner { width: 85%; }
  .repo-wrapper h2 { font-size: 15px; letter-spacing: 0; }
  .repo-wrapper .docs { margin: 30px 0 50px 0; padding: 20px; }
  .repo-wrapper .docs li { padding: 20px 0; }
  .repo-wrapper .docs li a { align-items: start; font-size: 14px; line-height: 1.3; } }
/* ********************************************************************************************************************* SOSTENIBILIDAD STYLES */
.sostenibilidad { position: relative; background-color: #f6f6f6; }
.sostenibilidad > div { position: relative; padding: 60px; }
.sostenibilidad > div h4 { margin-bottom: 30px; font-size: 36px; font-weight: 800; }
.sostenibilidad > div h5 { margin-bottom: 30px; font-size: 30px; }
.sostenibilidad > div ul li { list-style: none; }
.sostenibilidad > div ul li img { height: 140px; margin: 0 auto; }
.sostenibilidad > div ul li p { max-width: 200px; margin: 0 auto; text-align: center; font-size: 16px; font-weight: 700; }
.sostenibilidad > div ul .slick-prev { display: none !important; }
.sostenibilidad > div ul .slick-next { right: -20px; transform: scale(1.2); }
.sostenibilidad > div.gobierno { background-color: #e8c023; }
.sostenibilidad > div.gobierno ul .slick-prev, .sostenibilidad > div.gobierno ul .slick-next { filter: brightness(10); }
.sostenibilidad > div.action { display: flex; justify-content: space-between; align-items: center; padding: 30px 60px; }
.sostenibilidad > div.action .boxed-link { padding: 8px 20px; color: #303030; background-color: #fff; border: 2px solid #e8c023; }
.sostenibilidad > div.action .boxed-link:hover { padding: 8px 26px; color: #303030; background-color: #e8c023; }

@media screen and (max-width: 1000px) { .sostenibilidad > div { padding: 30px !important; }
  .sostenibilidad > div h4 { font-size: 26px; }
  .sostenibilidad > div h5 { font-size: 21px; }
  .sostenibilidad > div ul li img { height: 140px; }
  .sostenibilidad > div ul li p { max-width: 170px; font-size: 14px; }
  .sostenibilidad > div ul .slick-next { right: -10px; transform: scale(1); }
  .sostenibilidad > div.action img { width: 150px; } }
@media screen and (max-width: 767px) { .sostenibilidad { margin-bottom: 40px; }
  .sostenibilidad > div { padding: 30px; }
  .sostenibilidad > div h4 { margin-bottom: 20px; font-size: 24px; }
  .sostenibilidad > div h5 { margin-bottom: 20px; font-size: 19px; }
  .sostenibilidad > div ul li p { max-width: 90%; font-size: 15px; }
  .sostenibilidad > div ul .slick-prev { display: inline-block !important; left: -10px; }
  .sostenibilidad > div ul .slick-next { right: -10px; transform: scale(1); }
  .sostenibilidad > div.action { flex-direction: column; }
  .sostenibilidad > div.action img { width: 200px; margin-top: 30px; } }
/* ********************************************************************************************************************* PAGE SOSTENIBILIDAD STYLES */
.pag-soste #botonllamada { display: none; }
.pag-soste .stitle h2, .pag-soste .stitle h3 { font-size: 36px; }
.pag-soste #intro { overflow: hidden; height: calc(100vh - 100px); }
.pag-soste #intro .bkg { width: 100%; height: calc(100vh - 100px); }
.pag-soste #intro .bkg video { width: 100%; height: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center center; }
.pag-soste #intro .bkg h1 { position: absolute; bottom: 150px; left: 10%; max-width: 590px; font-size: 50px; font-weight: 800; color: #fff; }
.pag-soste #intro .bkg .follow_bt { position: absolute; left: calc(50% - 30px); bottom: 40px; }
.pag-soste #intro .bkg .memoria { position: absolute; bottom: 150px; right: 150px; }
.pag-soste #medioambiente .vc_row { padding: 60px 0 35px 0; }
.pag-soste #medioambiente .slider .item { position: relative; box-sizing: border-box; height: calc(100vh - 100px); padding: 0 150px; background-size: cover; }
.pag-soste #medioambiente .slider .item .cover { position: absolute; z-index: 0; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: 0.65; }
.pag-soste #medioambiente .slider .item h4 { position: relative; margin-top: 42vh; font-size: 36px; }
.pag-soste #medioambiente .slider .item p { position: relative; color: #fff; }
.pag-soste #sociales .vc_row { padding: 60px 0 0 0; }
.pag-soste #sociales .slider { padding: 40px 0 80px 0; }
.pag-soste #sociales .slider .item { position: relative; }
.pag-soste #sociales .slider .item .img { display: flex; justify-content: center; align-items: center; padding: 10px 0; background-color: #eeeeee; }
.pag-soste #sociales .slider .item .img img { height: 140px; }
.pag-soste #sociales .slider .item h4 { margin-top: 25px; text-transform: uppercase; font-size: 17px; font-weight: 700; }
.pag-soste #sociales .slider .item p { margin-top: 15px; }
.pag-soste #sociales .slider .slick-slide { margin: 0 30px; }
.pag-soste #sociales .slider .slick-list { margin: 0 -30px; }
.pag-soste #ods { padding-bottom: 80px; }
.pag-soste #ods .vc_row { padding: 60px 0 0 0; }
.pag-soste #ods .vc_row p { padding-right: 80px; }
.pag-soste #ia { padding: 100px 0 150px 0; background-color: #afd5d1; }
.pag-soste #ia h2 { font-size: 36px; }
.pag-soste #ia h2 strong { display: block; margin-bottom: 5px; }
.pag-soste #ia h2 .boxed { padding: 0 15px; color: #fff; background-color: #0069a7; }
.pag-soste #ia img { position: absolute; z-index: 2; top: 200px; }
.pag-soste #ia h5 { position: absolute; display: flex; align-items: center; justify-content: center; box-sizing: border-box; z-index: 1; font-size: 24px; text-align: center; background-color: rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.pag-soste #ia h5.circle { top: 50px; left: 210px; width: 190px; height: 190px; padding: 30px; border-radius: 50%; }
.pag-soste #ia h5.polygon { top: 150px; right: 150px; width: 250px; height: 250px; padding: 30px; text-wrap: balance; background: transparent url("../../../media/soste-ia-polygon.png") no-repeat 10px 0; box-shadow: none; }
.pag-soste #ia .data { max-width: 450px; margin: -40px auto 0 auto; }
.pag-soste #ia .data p { font-size: 18px; }
.pag-soste #ia .data p:last-child { margin-top: 40px; }
.pag-soste #ia .data a { padding: 10px 20px; font-size: 18px; color: #000; background-color: rgba(255, 255, 255, 0.7); border: 1px solid #999; }
.pag-soste #ia .data a strong { font-weight: 900; }
.pag-soste #ia .data a:hover { background-color: #fff; border-color: #fff; }
.pag-soste #consejos { padding: 120px 0; text-align: center; background-color: #eeeeee; }
.pag-soste #consejos h2 { display: block; text-align: center; }
.pag-soste #consejos .feed { display: flex; flex-direction: column; align-items: center; }
.pag-soste #consejos .feed .item { position: relative; display: none; padding: 0 10%; text-align: center; }
.pag-soste #consejos .feed .item img { display: block; margin: 30px auto 40px auto; }
.pag-soste #consejos .feed .item p { font-size: 24px; }
.pag-soste #consejos .feed .item p + p { margin-bottom: 40px; }
.pag-soste #sostenible { padding: 120px 0; }
.pag-soste #sostenible .slider .item { position: relative; padding: 0 80px; }
.pag-soste #sostenible .slider .item > .img { margin-bottom: 30px; }
.pag-soste #sostenible .slider .item .columns { display: flex; justify-content: space-between; gap: 60px; }
.pag-soste #sostenible .slider .item .columns .data { width: 50%; }
.pag-soste #sostenible .slider .item .columns .data h4 { margin-top: 30px; font-size: 36px; }
.pag-soste #sostenible .slider .item .columns .data p, .pag-soste #sostenible .slider .item .columns .data ul li { font-size: 18px; }
.pag-soste #sostenible .slider .item .columns .data ul { margin-top: 20px; padding-left: 30px; }
.pag-soste #sostenible .slider .item .columns .img { display: flex; justify-content: end; width: 50%; }
.pag-soste #sostenible .slider .item--3 { display: flex; justify-content: space-between; gap: 10px; padding-top: 100px; }
.pag-soste #sostenible .slider .item--3 > .img { width: 30%; margin: 30px 0 0 0; }
.pag-soste #sostenible .slider .item--3 > .img img { width: 230px; }
.pag-soste #sostenible .slider .item--3 .column { width: 35%; }
.pag-soste #sostenible .slider .item--3 .column .data h4 { margin-top: 25px; text-transform: uppercase; font-size: 17px; font-weight: 700; }
.pag-soste #sostenible .slider .item--3 .column .data p { padding-right: 20px; }
.pag-soste #sostenible .slider .item--4 .tit { margin-top: 80px; }
.pag-soste #sostenible .slider .item--4 .tit h3 { position: relative; padding-left: 70px; font-size: 28px; font-weight: 800; line-height: 1.1; color: #99c31d; }
.pag-soste #sostenible .slider .item--4 .tit h3 span { display: block; font-size: 56px; }
.pag-soste #sostenible .slider .item--4 .tit h3:before { content: url(../../../media/micros/soste/soste-hoja-1.svg); display: block; position: absolute; left: 0; bottom: 0; }
.pag-soste #sostenible .slider .item--4 .tit h4 { position: relative; padding-left: 150px; font-size: 48px; color: #418657; }
.pag-soste #sostenible .slider .item--4 .tit h4:after { content: url(../../../media/micros/soste/soste-hoja-2.svg); margin-left: 20px; }
.pag-soste #sostenible .slider .item--4 ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 70px; padding: 0 150px; }
.pag-soste #sostenible .slider .item--4 ul li { display: flex; align-items: center; list-style: none; width: 50%; margin-bottom: 15px; }
.pag-soste #sostenible .slider .item--4 ul li .img { display: flex; justify-content: center; width: 40px; }
.pag-soste #sostenible .slider .item--4 ul li p { margin: 0 0 0 15px; font-size: 18px; }
.pag-soste #compro { padding: 100px 0; background-color: #eeeeee; }
.pag-soste #compro .vc_row { padding-left: 130px; }
.pag-soste #compro p, .pag-soste #compro li { font-size: 18px; }
.pag-soste #compro h4 { margin-top: 35px; font-size: 24px; font-weight: 700; }
.pag-soste #compro ul.years { margin: 50px 0; }
.pag-soste #compro ul.years li { position: relative; list-style: none; padding: 0 0 40px 90px; 				/* &:nth-child(1):before { content: '2019'; }
				&:nth-child(2):before { content: '2020'; }
				&:nth-child(3):before { content: '2021'; }
				&:nth-child(4):before { content: '2022'; } */ }
.pag-soste #compro ul.years li:before { content: attr(data-year); z-index: 2; position: absolute; top: -7px; left: 0; display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; font-weight: 400; background-color: #e8c023; border-radius: 50%; }
.pag-soste #compro ul.years li:after { content: ''; z-index: 1; position: absolute; top: 10px; left: 33px; width: 2px; height: 100%; background-color: #e8c023; }
.pag-soste #compro ul.years li:last-child { padding-bottom: 0; }
.pag-soste #compro ul.years li:last-child:after { display: none; }
.pag-soste #compro .informes { padding-bottom: 40px; }
.pag-soste #compro .informes a { display: block; text-align: center; font-size: 15px; }
.pag-soste #compro .info .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper { display: flex; justify-content: end; align-items: center; gap: 40px; margin-top: -40px; }
.pag-soste #compro .info .wpb_single_image img { max-width: 300px; }
.pag-soste #importancia { padding: 100px 0; }
.pag-soste #importancia .vc_row { padding-left: 130px; }
.pag-soste #importancia p, .pag-soste #importancia li { font-size: 18px; }
.pag-soste #importancia ul { margin: 50px 0; }
.pag-soste #importancia ul li { position: relative; padding: 0 0 30px 20px; list-style: none; }
.pag-soste #importancia ul li:before { content: '✓'; position: absolute; left: 0; font-weight: 800; color: #ef9f61; }
.pag-soste #importancia a + a { margin-left: 20px; }
.pag-soste #sellos { padding: 40px 0; }
.pag-soste #sellos .logos { display: flex; justify-content: space-between; padding: 0 5vw; }

@media screen and (max-height: 800px) { .pag-soste #medioambiente .slider .item h4 { margin-top: 30vh; font-size: 30px; } }
@media screen and (max-width: 1500px) { .pag-soste #medioambiente .slider .item h4 { margin-top: 30vh; font-size: 30px; } }
@media screen and (max-width: 1400px) { .pag-soste #intro .bkg h1 { max-width: 450px; font-size: 40px; }
  .pag-soste #intro .bkg .memoria { right: 100px; font-size: 16px; }
  .pag-soste #medioambiente .slider .item { padding: 0 120px; }
  .pag-soste #medioambiente .slider .item h4 { margin-top: 30vh; font-size: 30px; }
  .pag-soste #ia img { top: 210px; }
  .pag-soste #ia h5.circle { top: 60px; left: 140px; }
  .pag-soste #ia h5.polygon { right: 90px; }
  .pag-soste #sellos .logos img { height: 100px; } }
@media screen and (max-width: 1200px) { .pag-soste .text-bigger { font-size: 16px !important; }
  .pag-soste .stitle h2, .pag-soste .stitle h3 { font-size: 30px; }
  .pag-soste #intro .bkg h1 { left: 80px; max-width: 400px; font-size: 35px; }
  .pag-soste #intro .bkg .follow_bt { bottom: 30px; }
  .pag-soste #intro .bkg .memoria { right: 80px; font-size: 16px; }
  .pag-soste #medioambiente .slider .item { padding: 0 50px; }
  .pag-soste #medioambiente .slider .item h4 { margin-top: 20vh; font-size: 24px; }
  .pag-soste #ia img { top: 230px; left: -50px; }
  .pag-soste #ia h5.circle { top: 80px; left: 100px; }
  .pag-soste #ia h5.polygon { right: 60px; }
  .pag-soste #ia .data { max-width: 370px; }
  .pag-soste #ia .data p { font-size: 17px; }
  .pag-soste #ia .data a { font-size: 16px; }
  .pag-soste #consejos .feed .item p { font-size: 20px; }
  .pag-soste #sostenible .slider .item .columns .data h4 { font-size: 30px; }
  .pag-soste #sostenible .slider .item .columns .data p, .pag-soste #sostenible .slider .item .columns .data ul li { font-size: 16px; }
  .pag-soste #sostenible .slider .item--3 > .img img { width: 180px; }
  .pag-soste #sostenible .slider .item--4 .tit h4 { font-size: 36px; }
  .pag-soste #sostenible .slider .item--4 ul li p { font-size: 14px; }
  .pag-soste #compro .vc_row, .pag-soste #importancia .vc_row { padding-left: 0; }
  .pag-soste #compro h4, .pag-soste #importancia h4 { font-size: 20px; }
  .pag-soste #compro p, .pag-soste #compro li, .pag-soste #importancia p, .pag-soste #importancia li { font-size: 16px; }
  .pag-soste #sellos .logos { flex-wrap: wrap; justify-content: center; }
  .pag-soste #sellos .logos img { height: auto; } }
@media screen and (max-width: 1000px) { .pag-soste #intro .bkg h1 { bottom: 40%; max-width: 70%; font-size: 50px; }
  .pag-soste #intro .bkg .memoria { right: auto; left: 80px; }
  .pag-soste #medioambiente .slider .item { height: 540px; padding: 0 40px; }
  .pag-soste #medioambiente .slider .item h4 { margin-top: 80px; }
  .pag-soste #ods .stitle { margin-top: 20px; }
  .pag-soste #ods .vc_row p { padding-right: 40px; }
  .pag-soste #sostenible .slider .item { padding: 0; }
  .pag-soste #sostenible .slider .item .columns .data h4 { font-size: 24px; }
  .pag-soste #sostenible .slider .item .columns .data p, .pag-soste #sostenible .slider .item .columns .data ul li { font-size: 14px; }
  .pag-soste #sostenible .slider .item--3 > .img img { width: 140px; }
  .pag-soste #sostenible .slider .item--4 .tit h4 { padding-left: 90px; font-size: 30px; }
  .pag-soste #sostenible .slider .item--4 ul { padding-left: 90px; }
  .pag-soste #compro .info .vc_col-sm-6 { width: 100%; }
  .pag-soste #compro .info .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper { gap: 20px; margin-top: -60px; }
  .pag-soste #compro .info .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper img { max-width: 100px; } }
@media screen and (max-width: 767px) { .pag-soste .stitle h2, .pag-soste .stitle h3 { font-size: 26px; }
  .pag-soste #intro .bkg h1 { top: 150px; bottom: auto; left: 15%; width: 70%; font-size: 30px; }
  .pag-soste #intro .bkg .memoria { top: 330px; bottom: auto; left: 15%; width: 50%; }
  .pag-soste #medioambiente .slider .item h4 { margin-top: 50px; }
  .pag-soste #ods .stitle { margin-top: 0; }
  .pag-soste #ods .vc_row p { padding-right: 0; }
  .pag-soste #ia { overflow: hidden; padding: 50px 0 70px 0; }
  .pag-soste #ia h2 { font-size: 27px; }
  .pag-soste #ia img { display: none; }
  .pag-soste #ia h5 { transform: scale(0.6); }
  .pag-soste #ia h5.circle { top: -40px; left: auto; right: -30px; }
  .pag-soste #ia h5.polygon { top: 220px; right: -60px; }
  .pag-soste #ia .data { max-width: none; margin-top: 60px; }
  .pag-soste #ia .data p { font-size: 15px; }
  .pag-soste #ia .data p:nth-child(2) { margin-top: 140px; }
  .pag-soste #ia .data p:nth-child(3) { text-align: center; }
  .pag-soste #ia .data a { display: block; margin-top: 5px; font-size: 12px; }
  .pag-soste #consejos { padding: 60px 0; }
  .pag-soste #consejos .feed .item p { font-size: 18px; }
  .pag-soste #consejos .feed .item a.boxed-link { display: block; }
  .pag-soste #sostenible { padding: 60px 0; }
  .pag-soste #sostenible .slider .item .columns .data { width: 100%; }
  .pag-soste #sostenible .slider .item .columns .img { display: none; }
  .pag-soste #sostenible .slider .item--3 { flex-direction: column; }
  .pag-soste #sostenible .slider .item--3 > .img img { width: 140px; }
  .pag-soste #sostenible .slider .item--3 .column { width: 100%; }
  .pag-soste #sostenible .slider .item--3 .column img { display: none; }
  .pag-soste #sostenible .slider .item--4 .tit { margin-top: 20px; }
  .pag-soste #sostenible .slider .item--4 .tit h3 { padding-left: 0; }
  .pag-soste #sostenible .slider .item--4 .tit h3:before { display: none; }
  .pag-soste #sostenible .slider .item--4 .tit h4 { margin-top: 10px; padding-left: 0; font-size: 22px; }
  .pag-soste #sostenible .slider .item--4 .tit h4:after { display: none; }
  .pag-soste #sostenible .slider .item--4 ul { margin-top: 30px; padding: 0; }
  .pag-soste #sostenible .slider .item--4 ul li { width: 100%; }
  .pag-soste #sostenible .slider .item--4 ul li .img { display: flex; justify-content: center; width: 40px; }
  .pag-soste #sostenible .slider .item--4 ul li p { font-size: 15px; }
  .pag-soste #compro, .pag-soste #importancia { padding: 40px 0; }
  .pag-soste #compro h4, .pag-soste #importancia h4 { font-size: 18px; }
  .pag-soste #compro p, .pag-soste #compro li, .pag-soste #importancia p, .pag-soste #importancia li { font-size: 15px; line-height: 1.3; }
  .pag-soste #compro .informes .wpb_single_image { display: none; }
  .pag-soste #compro .info .vc_col-sm-6 { width: 100%; }
  .pag-soste #compro .info .vc_col-sm-6 a.boxed-link { display: block; padding: 15px; text-align: center; font-size: 16px; }
  .pag-soste #compro .info .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper { justify-content: center; margin-top: 20px; }
  .pag-soste #compro .info .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper img { max-width: 100px; }
  .pag-soste #importancia ul { margin: 20px 0; }
  .pag-soste #importancia a.boxed-link { display: block; padding: 15px; text-align: center; font-size: 16px; } }
/* ********************************************************************************************************************* SOSTENIBILIDAD > ODS COMPONENT */
.ods { position: relative; padding: 0 15px; }
.ods .bts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ods .bts a:hover { opacity: 0.8; }
.ods .bts img { vertical-align: top; width: 155px; }
.ods .contents { position: absolute; overflow: hidden; pointer-events: none; box-sizing: border-box; top: 0; left: 0; width: calc(100% - 30px); height: 500px; margin-left: 15px; padding: 50px 8px 8px 8px; background-color: #fff; border: 1px solid #898989; opacity: 0; transition: opacity .4s linear; }
.ods .contents.active { pointer-events: auto; opacity: 1; transition-delay: .5s; }
.ods .contents .bt-close { position: absolute; top: 10px; right: 10px; }
.ods .contents .items { height: 100%; 			/* .slick-slide {
				margin: 0 4px;
			}

			.slick-list {
				margin: 0 -4px;
			} */ }
.ods .contents .items .slick-prev { top: -25px; left: auto; right: 100px; }
.ods .contents .items .slick-next { top: -25px; right: 60px; }
.ods .contents .items .item { display: flex; justify-content: space-between; overflow: hidden; height: 442px; }
.ods .contents .items .item .num { display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; width: 225px; padding: 40px; background-color: var(--bkg-color); }
.ods .contents .items .item .num span { font-size: 50px; font-weight: 600; color: #fff; }
.ods .contents .items .item .num h5 { text-transform: uppercase; hyphen: auto; hyphenate-character: auto; font-size: 24px; color: #fff; transition: opacity .4s linear; }
.ods .contents .items .item .num img { width: 100px; }
.ods .contents .items .item .data { display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; overflow: hidden; width: calc(1282px - 225px); background-color: #eeeeee; padding: 0 80px; }
.ods .contents .items .item .data p, .ods .contents .items .item .data li { font-size: 18px; opacity: 0; transition: all .4s ease; }
.ods .contents .items .item .data p { margin-bottom: 30px; }
.ods .contents .items .item .data.small p, .ods .contents .items .item .data.small li { font-size: 16px; }
.ods .contents .items .item.large-title .num { width: 300px; }
.ods .contents .items .item.large-title .data { width: calc(1282px - 300px); }
.ods .contents .items .item.slick-current .data p, .ods .contents .items .item.slick-current .data li { opacity: 1; }

@media screen and (max-width: 1400px) { .ods .contents .items .item .data { width: calc(1082px - 225px); }
  .ods .contents .items .item .data p, .ods .contents .items .item .data li { font-size: 16px; }
  .ods .contents .items .item .data.small p, .ods .contents .items .item .data.small li { font-size: 14px; }
  .ods .contents .items .item.large-title .data { width: calc(1082px - 300px); } }
@media screen and (max-width: 1200px) { .ods .bts img { width: 120px; }
  .ods .contents .items .item .data { width: calc(932px - 225px); }
  .ods .contents .items .item .data p, .ods .contents .items .item .data li { font-size: 15px; }
  .ods .contents .items .item .data.small p, .ods .contents .items .item .data.small li { font-size: 13px; }
  .ods .contents .items .item.large-title .data { width: calc(932px - 300px); } }
@media screen and (max-width: 1000px) { .ods .bts img { width: 110px; }
  .ods .contents .items .item .data { width: calc(700px - 225px); padding: 0 30px; }
  .ods .contents .items .item .data p, .ods .contents .items .item .data li { font-size: 14px; line-height: 1.2; }
  .ods .contents .items .item .data.small p, .ods .contents .items .item .data.small li { font-size: 12px; }
  .ods .contents .items .item.large-title .data { width: calc(700px - 300px); } }
@media screen and (max-width: 767px) { .ods .bts a { width: 31%; }
  .ods .bts img { width: 100%; }
  .ods .contents { height: 600px; }
  .ods .contents .items .item { flex-direction: column; justify-content: start; height: 542px; background-color: #eeeeee; }
  .ods .contents .items .item .num { gap: 5px; width: 100% !important; height: 90px; padding: 10px 20px; }
  .ods .contents .items .item .num span { font-size: 24px; }
  .ods .contents .items .item .num h5 { font-size: 16px; }
  .ods .contents .items .item .num img { display: none; }
  .ods .contents .items .item .data { width: 100% !important; padding: 0 20px; }
  .ods .contents .items .item .data p, .ods .contents .items .item .data li { font-size: 13px; }
  .ods .contents .items .item .data.small p, .ods .contents .items .item .data.small li { font-size: 11px; } }
/* ********************************************************************************************************************* HOME > RTB */
.rtb-wrapper { height: 300px; padding-top: 80px; }
.rtb-wrapper h4 { margin-bottom: 50px; font-size: 30px; text-align: center; }
.rtb-module { position: relative; }
.rtb-module .imgs { position: absolute; display: none; z-index: 3; overflow: hidden; pointer-events: none; top: 0; left: calc( (100% - 1300px) / 2 ); width: 550px; height: 280px; background-color: #eeeeee; border-radius: 140px; }
.rtb-module .imgs img { position: absolute; top: 0; left: 0; }
.rtb-module .slider { position: relative; z-index: 1; }
.rtb-module .slider .flickity-viewport { cursor: grab; padding: 30px 0; }
.rtb-module .slider .item { box-sizing: border-box; padding: 0 60px; border-right: 1px solid #ee7e23; transition: unset !important; }
.rtb-module .slider .item strong { display: block; margin: 20px 0 25px 0; text-transform: uppercase; font-weight: 600; font-size: 72px; color: #303030; transition: color .3s ease; }
.rtb-module .slider .item span { text-transform: uppercase; font-size: 26px; color: #303030; }
.rtb-module .slider .item:hover strong { color: #ee7e23; }

@media screen and (max-width: 1400px) { .rtb-wrapper { height: 260px; padding-top: 80px; }
  .rtb-wrapper h4 { font-size: 24px; }
  .rtb-module .imgs { left: calc( (100% - 1100px) / 2 ); width: 450px; height: 230px; border-radius: 115px; }
  .rtb-module .slider .item strong { margin: 15px 0 20px 0; font-size: 60px; }
  .rtb-module .slider .item span { font-size: 22px; } }
@media screen and (max-width: 1200px) { .rtb-wrapper { height: 200px; padding-top: 60px; }
  .rtb-wrapper h4 { margin-bottom: 10px; }
  .rtb-module .imgs { left: calc( (100% - 950px) / 2 ); width: 350px; height: 180px; border-radius: 90px; }
  .rtb-module .slider .item { padding: 0 40px; }
  .rtb-module .slider .item strong { margin: 15px 0 10px 0; font-size: 50px; }
  .rtb-module .slider .item span { font-size: 18px; } }
@media screen and (max-width: 1000px) { .rtb-wrapper { height: 180px; }
  .rtb-wrapper h4 { font-size: 20px; }
  .rtb-module .imgs { left: 7.5%; width: 300px; height: 150px; border-radius: 75px; }
  .rtb-module .slider .item strong { margin: 10px 0 5px 0; font-size: 40px; }
  .rtb-module .slider .item span { font-size: 16px; } }
@media screen and (max-width: 767px) { .rtb-wrapper { height: 160px; }
  .rtb-wrapper h4 { max-width: 80%; margin: 0 auto 30px auto; font-size: 18px; }
  .rtb-module .imgs { left: calc( (100% - 300px) / 2 ); width: 300px; height: 150px; border-radius: 75px; }
  .rtb-module .slider .flickity-viewport { padding: 0 0 0 0; }
  .rtb-module .slider .item { padding: 0 30px; }
  .rtb-module .slider .item strong { margin: 10px 0 5px 0; font-size: 34px; }
  .rtb-module .slider .item span { font-size: 15px; } }
/* ********************************************************************************************************************* PROMO SINGLE  */
.single-promocion a#botonllamada { display: none; }

.newpromo-wrapper h3 { font-size: 22px; }
.newpromo-wrapper .promo-link { padding: 50px 0; background-color: #303030; }
.newpromo-wrapper .promo-link + .promo-header { padding-top: 40px; }
.newpromo-wrapper .promo-link .container_inner { position: relative; display: flex; justify-content: space-between; align-items: center; }
.newpromo-wrapper .promo-link .data { box-sizing: border-box; width: 70%; padding-left: 100px; }
.newpromo-wrapper .promo-link .data:before { content: url("../../../media/alerta2-icon.svg"); position: absolute; top: 0; left: 0; }
.newpromo-wrapper .promo-link .data strong { display: block; margin-bottom: 5px; font-size: 23px; line-height: 1.2; font-weight: 700; color: #fff; }
.newpromo-wrapper .promo-link .data span { display: block; font-size: 16px; line-height: 1.2; color: #fff; }
.newpromo-wrapper .promo-link .action { box-sizing: border-box; display: flex; justify-content: center; width: 30%; }
.newpromo-wrapper .promo-link .action .close-promo-link { position: absolute; top: -30px; right: 0; padding: 5px; }
.newpromo-wrapper .promo-header { padding: 60px 0 30px 0; border-top: 1px solid #d2d2d2; }
.newpromo-wrapper .promo-header h1 { max-width: 70%; font-size: 22px; }
.newpromo-wrapper .promo-header h1 span { display: block; font-weight: 800; font-size: 30px; }
.newpromo-wrapper .promo-header .migas { margin-bottom: 10px; font-size: 11px; line-height: 1.2; }
.newpromo-wrapper .promo-header .migas a { color: #ee7e23; }
.newpromo-wrapper .promo-gallery { position: relative; z-index: 1; /*max-width: 1300px;
margin: 0 auto;*/ }
.newpromo-wrapper .promo-gallery .alerta { position: absolute; box-sizing: border-box; pointer-events: none; z-index: 2; max-width: 350px; padding: 5px 25px; font-weight: 800; font-size: 16px; background-color: #ee7e23; color: #fff; }
.newpromo-wrapper .promo-gallery .alerta.one-line { line-height: 1.8; }
.newpromo-wrapper .promo-gallery .alerta.two-lines { line-height: 1.2; }
.newpromo-wrapper .promo-gallery .alerta.with-link { pointer-events: auto; }
.newpromo-wrapper .promo-gallery .alerta.with-link:hover { background-color: #f29a52; }
.newpromo-wrapper .promo-gallery .alerta img { float: left; width: 30px; margin-right: 15px; }
.newpromo-wrapper .promo-gallery .camp-icon { position: absolute; top: 160px; }
.newpromo-wrapper .promo-gallery .camp-icon img { width: 300px; }
.newpromo-wrapper .promo-gallery .grid { position: relative; overflow: hidden; aspect-ratio: 16/8; /* .arrow {
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 80px;
	margin-top: -50px;
	font-size: 50px;
	color: #fff;
	@include transition(margin,.3s,ease);
} */ }
.newpromo-wrapper .promo-gallery .grid:hover .imgs > div { width: 32%; }
.newpromo-wrapper .promo-gallery .grid:hover .imgs .middle { width: 35%; }
.newpromo-wrapper .promo-gallery .grid:hover .count img { opacity: 0.25; }
.newpromo-wrapper .promo-gallery .grid:hover .count span { opacity: 1; }
.newpromo-wrapper .promo-gallery .grid .imgs { display: flex; justify-content: space-between; width: 100%; height: 100%; }
.newpromo-wrapper .promo-gallery .grid .imgs > div { width: 33%; height: 100%; transition: all .4s ease; }
.newpromo-wrapper .promo-gallery .grid .imgs > div img { display: block; object-fit: cover; object-position: center center; cursor: pointer; width: 100%; height: 100%; transition: filter .4s ease; }
.newpromo-wrapper .promo-gallery .grid .imgs > div img:hover { filter: brightness(1.1); }
.newpromo-wrapper .promo-gallery .grid .imgs > div.right { display: flex; flex-direction: column; gap: 1%; }
.newpromo-wrapper .promo-gallery .grid .imgs > div.right img { height: 50%; }
.newpromo-wrapper .promo-gallery .grid .cuad { position: absolute; display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; right: 0; bottom: 0; background-color: #bd2830; transition: background .3s linear; }
.newpromo-wrapper .promo-gallery .grid .cuad img { width: 65%; transition: opacity .3s linear; }
.newpromo-wrapper .promo-gallery .grid .cuad span { position: absolute; font-size: 17px; font-weight: 800; color: #fff; opacity: 0; transition: opacity .3s linear; }
.newpromo-wrapper .promo-gallery .grid .cuad:hover { background-color: #d74149; }
.newpromo-wrapper .promo-gallery .grid .cuad.count { pointer-events: none; transition: background .3s linear; }
.newpromo-wrapper .promo-gallery .grid .cuad.virtual360 { right: 85px; }
.newpromo-wrapper .promo-gallery .grid-1 .imgs > div.middle { width: 100% !important; }
.newpromo-wrapper .promo-gallery .grid-1 .imgs > div.left, .newpromo-wrapper .promo-gallery .grid-1 .imgs > div.right { display: none !important; }
.newpromo-wrapper .promo-gallery .grid-2 .imgs > div.middle, .newpromo-wrapper .promo-gallery .grid-2 .imgs > div.left { width: 49.7% !important; }
.newpromo-wrapper .promo-gallery .grid-2 .imgs > div.right { display: none !important; }
.newpromo-wrapper .promo-gallery .grid-3 .imgs > div.right { display: block; }
.newpromo-wrapper .promo-gallery .grid-3 .imgs > div.right img { height: 100%; }
.newpromo-wrapper .promo-gallery .grid-3 .imgs > div.right img:nth-child(2) { display: none; }
.newpromo-wrapper .promo-gallery .gal-items { display: none !important; }
.newpromo-wrapper .promo-main { position: relative; display: block; z-index: 1; min-height: 250px; padding-top: 50px; }
.newpromo-wrapper .promo-main > div { position: relative; min-height: 1px; display: inline-block; box-sizing: border-box; }
.newpromo-wrapper .promo-main .content-column { width: 73%; }
.newpromo-wrapper .promo-main .contact-column { float: right; width: 22%; }
.newpromo-wrapper .promo-main .metas-block { display: flex; justify-content: space-between; align-items: end; padding-bottom: 15px; border-bottom: 1px solid #d2d2d2; }
.newpromo-wrapper .promo-main .metas-block > div { position: relative; box-sizing: border-box; }
.newpromo-wrapper .promo-main .metas-block > div .tit { text-transform: uppercase; }
.newpromo-wrapper .promo-main .metas-block > div .txt { display: block; font-size: 18px; font-weight: 800; }
.newpromo-wrapper .promo-main .metas-block > div .txt.big { font-size: 24px; line-height: 1.1; }
.newpromo-wrapper .promo-main .metas-block .entrega { padding-left: 70px; }
.newpromo-wrapper .promo-main .metas-block .entrega:before { content: url("../../../media/entrega-icon.svg"); position: absolute; top: 5px; left: 0; }
.newpromo-wrapper .promo-main .metas-block .entrega .tit { text-transform: none; font-size: 15px; font-weight: 800; }
.newpromo-wrapper .promo-main .metas-block .entrega .txt { font-size: 16px; font-weight: 300; }
.newpromo-wrapper .promo-main .metas-block .precio .txt { color: #ee7e23; }
.newpromo-wrapper .promo-main .banner-block { margin-top: 40px; }
.newpromo-wrapper .promo-main .desc-block { margin-top: 40px; -webkit-transition: all 1s ease !important; -moz-transition: all 1s ease !important; transition: all 1s ease !important; }
.newpromo-wrapper .promo-main .desc-block h2 { margin-bottom: 15px; font-size: 25px; }
.newpromo-wrapper .promo-main .desc-block h2.claim-1 { margin-bottom: 25px; font-family: var(--promo-tipo); font-size: 28px; color: var(--promo-color); }
.newpromo-wrapper .promo-main .desc-block h3 { margin-bottom: 15px; font-weight: 400; font-size: 20px; }
.newpromo-wrapper .promo-main .desc-block h4 { font-size: 20px; }
.newpromo-wrapper .promo-main .desc-block p { line-height: 1.4; }
.newpromo-wrapper .promo-main .desc-block p:first-child { margin-top: 0; }
.newpromo-wrapper .promo-main .desc-block p:empty { display: none; }
.newpromo-wrapper .promo-main .desc-block p + h2, .newpromo-wrapper .promo-main .desc-block p + h3, .newpromo-wrapper .promo-main .desc-block p + h4, .newpromo-wrapper .promo-main .desc-block p + ul { margin-top: 20px; }
.newpromo-wrapper .promo-main .desc-block ul { margin-top: 20px; }
.newpromo-wrapper .promo-main .desc-block ul + h2, .newpromo-wrapper .promo-main .desc-block ul + h3, .newpromo-wrapper .promo-main .desc-block ul + h4 { margin-top: 20px; }
.newpromo-wrapper .promo-main .desc-block .claim-2 { position: relative; display: flex; align-items: center; justify-content: center; margin-top: 40px; padding: 70px 80px; }
.newpromo-wrapper .promo-main .desc-block .claim-2:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--promo-color); opacity: 0.6; }
.newpromo-wrapper .promo-main .desc-block .claim-2 span { position: relative; font-family: var(--promo-tipo); font-size: 30px; line-height: 1.3; color: #fff; }
.newpromo-wrapper .promo-main .video-block { margin-top: 40px; }
.newpromo-wrapper .promo-main .video-block .video-wrapper { position: relative; height: 500px; background-size: cover; }
.newpromo-wrapper .promo-main .video-block .video-wrapper a { position: absolute; display: flex; align-items: center; box-sizing: border-box; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3) url("../../../media/play-icon-v2.svg") no-repeat center center; }
.newpromo-wrapper .promo-main .video-block .video-wrapper a h4 { max-width: 200px; margin-left: 10%; text-align: center; font-weight: 800; font-size: 36px; color: #fff; }
.newpromo-wrapper .promo-main .video-block .video-wrapper a:hover { background-color: rgba(0, 0, 0, 0.2); }
.newpromo-wrapper .promo-main .contact-block { max-width: 275px; box-sizing: border-box; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.newpromo-wrapper .promo-main .contact-block .logotipo { max-width: 80%; margin-bottom: 35px; }
.newpromo-wrapper .promo-main .contact-block .data h4 { margin: 15px 0 0 0; font-size: 14px; font-weight: 800; }
.newpromo-wrapper .promo-main .contact-block .data h4 + p { margin-top: 0; }
.newpromo-wrapper .promo-main .contact-block .data h4 + p a { font-weight: 400; font-size: 22px; color: var(--promo-color); }
.newpromo-wrapper .promo-main .contact-block .data h4:first-child { margin-top: 5px; }
.newpromo-wrapper .promo-main .contact-block .data .contact { margin-top: 20px; }
.newpromo-wrapper .promo-main .contact-block .data .contact strong { display: block; margin-bottom: 10px; }
.newpromo-wrapper .promo-main .contact-block .data .contact a { display: inline-block; }
.newpromo-wrapper .promo-cars { position: relative; z-index: 2; background-color: #fff; }
.newpromo-wrapper .promo-cars .cars-block { padding: 60px 0 0 0; transition: all 1s ease; }
.newpromo-wrapper .promo-cars .cars-block h3 { margin-bottom: 30px; }
.newpromo-wrapper .promo-cars .cars-block > div { width: 25%; display: inline-block; font-size: 14px; line-height: 0; vertical-align: top; /* &.primera:before { background-position: 0 -3248px }
	 &.segunda:before { background-position: 0 -3304px }
	 &.jacuzzi:before { background-position: 0 -3360px }
	 &.sauna:before { background-position: 0 -3416px }
	 &.golf:before { background-position: 0 -3472px }
	 &.club:before { background-position: 0 -3528px } */ }
.newpromo-wrapper .promo-cars .cars-block > div span { vertical-align: top; line-height: 56px; }
.newpromo-wrapper .promo-cars .cars-block > div:before { content: ''; position: relative; float: left; width: 56px; height: 56px; margin: 0 10px 10px 0; display: inline-block; overflow: hidden; background-image: url("../../../media/promo-icons-sprite-v14.png"); background-position: 0 0; }
.newpromo-wrapper .promo-cars .cars-block > div.double-line span { display: inline-block; padding-top: 7px; line-height: 19px; }
.newpromo-wrapper .promo-cars .cars-block > div.metros:before { background-position: 0 -1px; }
.newpromo-wrapper .promo-cars .cars-block > div.garaje:before { background-position: 0 -56px; }
.newpromo-wrapper .promo-cars .cars-block > div.padel:before { background-position: 0 -112px; }
.newpromo-wrapper .promo-cars .cars-block > div.trastero:before { background-position: 0 -168px; }
.newpromo-wrapper .promo-cars .cars-block > div.habs:before { background-position: 0 -224px; }
.newpromo-wrapper .promo-cars .cars-block > div.infantil:before { background-position: 0 -280px; }
.newpromo-wrapper .promo-cars .cars-block > div.piscina:before { background-position: 0 -336px; }
.newpromo-wrapper .promo-cars .cars-block > div.control:before { background-position: 0 -392px; }
.newpromo-wrapper .promo-cars .cars-block > div.gimnasio:before { background-position: 0 -448px; }
.newpromo-wrapper .promo-cars .cars-block > div.domotica:before { background-position: 0 -504px; }
.newpromo-wrapper .promo-cars .cars-block > div.salon:before { background-position: 0 -560px; }
.newpromo-wrapper .promo-cars .cars-block > div.garantia:before { background-position: 0 -616px; }
.newpromo-wrapper .promo-cars .cars-block > div.altura:before { background-position: 0 -896px; }
.newpromo-wrapper .promo-cars .cars-block > div.terraza:before { background-position: 0 -952px; }
.newpromo-wrapper .promo-cars .cars-block > div.calle:before { background-position: 0 -1008px; }
.newpromo-wrapper .promo-cars .cars-block > div.humos:before { background-position: 0 -1064px; }
.newpromo-wrapper .promo-cars .cars-block > div.fitness:before { background-position: 0 -1120px; }
.newpromo-wrapper .promo-cars .cars-block > div.piscinas:before { background-position: 0 -1176px; }
.newpromo-wrapper .promo-cars .cars-block > div.dimen_zonas:before { background-position: 0 -1232px; }
.newpromo-wrapper .promo-cars .cars-block > div.jardines:before { background-position: 0 -1288px; }
.newpromo-wrapper .promo-cars .cars-block > div.wifi:before { background-position: 0 -1344px; }
.newpromo-wrapper .promo-cars .cars-block > div.electrico:before { background-position: 0 -1400px; }
.newpromo-wrapper .promo-cars .cars-block > div.bajos:before { background-position: 0 -1456px; }
.newpromo-wrapper .promo-cars .cars-block > div.vistas:before { background-position: 0 -1512px; }
.newpromo-wrapper .promo-cars .cars-block > div.geo:before { background-position: 0 -1568px; }
.newpromo-wrapper .promo-cars .cars-block > div.piscinacubierta:before { background-position: 0 -1624px; }
.newpromo-wrapper .promo-cars .cars-block > div.unifamiliar:before { background-position: 0 -1680px; }
.newpromo-wrapper .promo-cars .cars-block > div.espacios:before { background-position: 0 -1736px; }
.newpromo-wrapper .promo-cars .cars-block > div.llave:before { background-position: 0 -1792px; }
.newpromo-wrapper .promo-cars .cars-block > div.salas:before { background-position: 0 -1848px; }
.newpromo-wrapper .promo-cars .cars-block > div.miradores:before { background-position: 0 -1960px; }
.newpromo-wrapper .promo-cars .cars-block > div.vigilancia:before { background-position: 0 -2016px; }
.newpromo-wrapper .promo-cars .cars-block > div.venti:before { background-position: 0 -2072px; }
.newpromo-wrapper .promo-cars .cars-block > div.clima:before { background-position: 0 -2128px; }
.newpromo-wrapper .promo-cars .cars-block > div.ventanales:before { background-position: 0 -2184px; }
.newpromo-wrapper .promo-cars .cars-block > div.diseno:before { background-position: 0 -2240px; }
.newpromo-wrapper .promo-cars .cars-block > div.bicis:before { background-position: 0 -2296px; }
.newpromo-wrapper .promo-cars .cars-block > div.termostato:before { background-position: 0 -2352px; }
.newpromo-wrapper .promo-cars .cars-block > div.califi:before { background-position: 0 -2408px; }
.newpromo-wrapper .promo-cars .cars-block > div.terrazatodas:before { background-position: 0 -2464px; }
.newpromo-wrapper .promo-cars .cars-block > div.terrazas:before { background-position: 0 -2520px; }
.newpromo-wrapper .promo-cars .cars-block > div.solar:before { background-position: 0 -2576px; }
.newpromo-wrapper .promo-cars .cars-block > div.griferia:before { background-position: 0 -2632px; }
.newpromo-wrapper .promo-cars .cars-block > div.duplex:before { background-position: 0 -2688px; }
.newpromo-wrapper .promo-cars .cars-block > div.pista:before { background-position: 0 -2744px; }
.newpromo-wrapper .promo-cars .cars-block > div.gastro:before { background-position: 0 -2800px; }
.newpromo-wrapper .promo-cars .cars-block > div.aerotermia:before { background-position: 0 -2856px; }
.newpromo-wrapper .promo-cars .cars-block > div.suelo1:before { background-position: 0 -2912px; }
.newpromo-wrapper .promo-cars .cars-block > div.suelo2:before { background-position: 0 -2968px; }
.newpromo-wrapper .promo-cars .cars-block > div.preaire:before { background-position: 0 -3024px; }
.newpromo-wrapper .promo-cars .cars-block > div.aire:before { background-position: 0 -3080px; }
.newpromo-wrapper .promo-cars .cars-block > div.pmr:before { background-position: 0 -3136px; }
.newpromo-wrapper .promo-cars .cars-block > div.indus:before { background-position: 0 -3192px; }
.newpromo-wrapper .promo-cars .cars-block > div.pisciclima:before { background-position: 0 -3584px; }
.newpromo-wrapper .promo-cars .cars-block > div.txoko:before { background-position: 0 -3640px; }
.newpromo-wrapper .promo-cars .cars-block > div.aparbicis:before { background-position: 0 -3696px; }
.newpromo-wrapper .promo-cars .cars-block > div.prevideo:before { background-position: 0 -3808px; }
.newpromo-wrapper .promo-cars .cars-block > div.cocina:before { background-position: 0 -3920px; }
.newpromo-wrapper .promo-docs { margin-top: 50px; }
.newpromo-wrapper .promo-docs + .promo-viviendas { margin-top: 50px; }
.newpromo-wrapper .promo-docs .docs-block { padding: 30px 0; border-top: 1px solid #d2d2d2; 			/*&.no-docs {

				.docs_wrapper {
					display: none;
				}
			}*/ }
.newpromo-wrapper .promo-docs .docs-block .docs_wrapper { display: flex; flex-wrap: wrap; gap: 1%; width: 100%; }
.newpromo-wrapper .promo-docs .docs-block .docs_wrapper > a { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 24%; height: 60px; padding: 0 30px; margin-bottom: 12px; text-transform: uppercase; text-align: center; line-height: 1.2; color: #fff; background-color: #ee7e23; }
.newpromo-wrapper .promo-docs .docs-block .docs_wrapper > a:hover { background-color: #f29a52; }
.newpromo-wrapper .promo-docs .extra-wrapper { display: flex; justify-content: space-between; align-items: start; }
.newpromo-wrapper .promo-docs .extra-wrapper > div { width: 50%; }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic { display: inline-block; line-height: 0; vertical-align: top; }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic span { vertical-align: top; font-weight: 700; line-height: 56px; color: #ee7e23; }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic i { vertical-align: top; padding: 0 6px; line-height: 56px; font-size: 25px; color: #ee7e23; transition: transform .4s ease; }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic.open i { transform: rotate(180deg); }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic:before { content: ''; position: relative; width: 56px; height: 56px; margin: 0 15px 10px 0; display: inline-block; overflow: hidden; background: #ee7e23 url("../../../media/promo-icons-sprite-v14.png"); background-position: 0 -3752px; }
.newpromo-wrapper .promo-docs .docsadic-block a.docsadic:hover { opacity: 0.8; }
.newpromo-wrapper .promo-docs .docsadic-block .docsadic-content { display: none; max-width: 70%; margin: -10px 0 0 70px; }
.newpromo-wrapper .promo-docs .docsadic-block .docsadic-content > p { display: flex; flex-direction: column; margin-top: 10px; }
.newpromo-wrapper .promo-docs .docsadic-block .docsadic-content > p:first-child { margin-top: 0; }
.newpromo-wrapper .promo-docs .docsadic-block .docsadic-content br { display: none; }
.newpromo-wrapper .promo-docs .docsadic-block .docsadic-content a { display: inline-block; padding-bottom: 6px; font-size: 14px; line-height: 1.2; text-decoration: underline; }
.newpromo-wrapper .promo-docs .certi-block { display: flex; justify-content: space-between; }
.newpromo-wrapper .promo-docs .certi-block .certificado { box-sizing: border-box; width: 45%; padding-right: 30px; }
.newpromo-wrapper .promo-docs .certi-block h4 { padding-top: 10px; font-weight: 800; }
.newpromo-wrapper .promo-docs .certi-block h4 + p { margin-top: 10px; }
.newpromo-wrapper .promo-docs .certi-block a.boxed-link { display: inline-block; margin-top: 15px; }
.newpromo-wrapper .promo-claimfull { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; aspect-ratio: 19/8; margin-top: 80px; background-size: cover; background-attachment: fixed; }
.newpromo-wrapper .promo-claimfull:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.newpromo-wrapper .promo-claimfull span { position: relative; max-width: 800px; text-align: center; font-family: var(--promo-tipo); font-size: 30px; line-height: 1.3; color: #fff; }
.newpromo-wrapper .promo-viviendas { position: relative; z-index: 2; padding: 70px 0; background-color: #f6f6f6; }
.newpromo-wrapper .promo-viviendas .table-block h3 { margin-bottom: 20px; }
.newpromo-wrapper .promo-viviendas .table-block h3 strong { display: block; }
.newpromo-wrapper .promo-viviendas .table-block h3 span { cursor: pointer; }
.newpromo-wrapper .promo-viviendas .table-block .tablepress thead th { background-color: transparent !important; color: #ee7e23; }
.newpromo-wrapper .promo-viviendas .table-block .tablepress thead tr:hover { background-color: transparent !important; }
.newpromo-wrapper .promo-viviendas .table-block .tablepress > :not(caption) > * > * { padding: 15px 8px; }
.newpromo-wrapper .promo-viviendas .legal-block { margin-top: 20px; }
.newpromo-wrapper .promo-viviendas .legal-block .nota { margin: 0 0 10px 0; font-size: 12px; line-height: 1.3; color: #898989; }
.newpromo-wrapper .promo-viviendas .legal-block .legal > a { font-size: 12px; text-decoration: underline; }
.newpromo-wrapper .promo-viviendas .legal-block .legal .txt { display: none; font-size: 12px; line-height: 1.3; color: #898989; }
.newpromo-wrapper .promo-viviendas + .promo-cita { margin-top: 0; }
.newpromo-wrapper .promo-cita { position: relative; display: flex; justify-content: center; align-items: center; box-sizing: border-box; width: 100%; margin-top: 0.4vw; padding: 5px 0; }
.newpromo-wrapper .promo-cita:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--promo-color); opacity: 0.2; }
.newpromo-wrapper .promo-cita span { position: relative; cursor: pointer; padding-left: 40px; font-size: 14px; line-height: 2; }
.newpromo-wrapper .promo-cita span:before { position: absolute; left: 0; content: url("../../../media/promo-tel-icon.svg"); filter: invert(100%); opacity: 0.8; }
.newpromo-wrapper .promo-quick-contact { position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; margin-top: 50px; padding: 0 50px; background-color: #eeeeee; }
.newpromo-wrapper .promo-quick-contact h5 { margin-right: 70px; font-size: 32px; font-weight: 800; color: #000; }
.newpromo-wrapper .promo-quick-contact img { padding-top: 8px; }
.newpromo-wrapper .promo-quick-contact .bts { display: flex; justify-content: end; align-items: center; flex-grow: 1; gap: 20px; }
.newpromo-wrapper .promo-quick-contact .bts .item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.newpromo-wrapper .promo-quick-contact .bts .item span { font-weight: 700; }
.newpromo-wrapper .promo-obra { margin-top: 120px; }
.newpromo-wrapper .promo-obra .obra-block { display: flex; justify-content: space-between; position: relative; }
.newpromo-wrapper .promo-obra .obra-block h3 { position: relative; width: 40%; line-height: 1.3; }
.newpromo-wrapper .promo-obra .obra-block h3 span span { display: block; font-weight: 800; color: #ee7e23; }
.newpromo-wrapper .promo-obra .obra-block h3 span span:before { content: '\f046'; padding-right: 6px; font-family: 'FontAwesome'; font-weight: 400; font-size: 17px; color: #ee7e23; }
.newpromo-wrapper .promo-obra .obra-block h3:after { content: url("../../../media/slider-arrow-orange.svg"); position: absolute; display: flex; align-items: center; justify-content: center; cursor: pointer; right: 30px; bottom: 0; width: 50px; height: 50px; border: 1px solid #000; }
.newpromo-wrapper .promo-obra .obra-block .imgs { display: flex; justify-content: space-between; width: 60%; }
.newpromo-wrapper .promo-obra .obra-block .imgs img { cursor: pointer; width: 48%; transition: filter .4s ease; }
.newpromo-wrapper .promo-obra .obra-block .imgs img:hover { filter: brightness(1.1); }
.newpromo-wrapper .promo-entorno { margin-top: 80px; }
.newpromo-wrapper .promo-entorno .entorno-block { display: flex; justify-content: space-between; position: relative; }
.newpromo-wrapper .promo-entorno .entorno-block .data { position: relative; width: 40%; }
.newpromo-wrapper .promo-entorno .entorno-block .data h3 { max-width: 70%; margin-bottom: 20px; }
.newpromo-wrapper .promo-entorno .entorno-block .data p { max-width: 70%; }
.newpromo-wrapper .promo-entorno .entorno-block .data:after { content: url("../../../media/slider-arrow-orange.svg"); position: absolute; display: flex; align-items: center; justify-content: center; cursor: pointer; right: 30px; bottom: 0; width: 50px; height: 50px; border: 1px solid #000; }
.newpromo-wrapper .promo-entorno .entorno-block .imgs { display: flex; justify-content: space-between; width: 60%; }
.newpromo-wrapper .promo-entorno .entorno-block .imgs img { cursor: pointer; transition: filter .4s ease; }
.newpromo-wrapper .promo-entorno .entorno-block .imgs img:hover { filter: brightness(1.1); }
.newpromo-wrapper .promo-contact { margin-top: 70px; padding: 80px 0; background-color: #eeeeee; }
.newpromo-wrapper .promo-contact .columns { display: flex; justify-content: space-between; }
.newpromo-wrapper .promo-contact .ofi-block { position: relative; width: 40%; }
.newpromo-wrapper .promo-contact .ofi-block h3 { font-weight: 800; }
.newpromo-wrapper .promo-contact .ofi-block h4 { margin: 20px 0 0 0; font-weight: 800; font-size: 16px; }
.newpromo-wrapper .promo-contact .ofi-block p { margin-top: 0; }
.newpromo-wrapper .promo-contact .ofi-block p a { font-size: 26px; color: var(--promo-color); }
.newpromo-wrapper .promo-contact .ofi-block p.no-ofi { margin-top: 20px; }
.newpromo-wrapper .promo-contact .form-block { position: relative; width: 45%; }
.newpromo-wrapper .promo-contact .form-block form[name="contacto"] input.half { width: 49.5%; }
.newpromo-wrapper .promo-map { position: relative; display: block; width: 100%; height: 450px; 		/*a[href^="http://maps.google.com/maps"]{display:none !important}
		a[href^="https://maps.google.com/maps"]{display:none !important}

		.gmnoprint a, .gmnoprint span, .gm-style-cc {
			display:none;
		}

		
		#map-container {
			position: relative;
			width: 100%;
			height: 350px;
		}

		#map {
			position: relative;
			width: 100%;
			height: 100%;
			max-width: none !important;

			img {
				max-width: none !important;
			}

			//.gm-style-iw + div {display: none;}
		}

		.map-label {
			color: #444;
			font-size: 11px;
			line-height: 16px;
		}

		#markers {
			display: none;
		}*/ }
.newpromo-wrapper .promo-map iframe { width: 100%; height: 450px; }
.newpromo-wrapper .promo-soste .sostenibilidad { background-color: #fff; }
.newpromo-wrapper .promo-soste .sostenibilidad > div.medioambiente .title-boxed span, .newpromo-wrapper .promo-soste .sostenibilidad > div.gobierno { background-color: #eeeeee; }
.newpromo-wrapper .promo-soste .sostenibilidad > div ul li p { padding: 0 20px; font-size: 14px; }
.newpromo-wrapper .promo-related { margin-top: 70px; }
.newpromo-wrapper .promo-related .promos-grid { gap: 20px; }
.newpromo-wrapper .promo-related .promos-grid:has(.item:nth-child(3)) { justify-content: space-between; gap: 0; }
.newpromo-wrapper .promo-related .promos-grid .item { width: 32%; margin: 0 0 2% 0; }
.newpromo-wrapper .promo-related .promos-grid .item.entregadas { display: none; }

.newpromo-wrapper.proxima .promo-quick-contact { display: none; }
.newpromo-wrapper.proxima.gallery1 .promo-gallery .grid { pointer-events: none; aspect-ratio: 16/4; }
.newpromo-wrapper.proxima.gallery1 .promo-gallery .grid .cuad { display: none !important; }
.newpromo-wrapper.proxima.gallery1 .promo-docs:has(.no-docs) { display: none; }

.newpromo-wrapper.gallery1 .docs_wrapper a.galeria { display: none !important; }

/*.contact-block-sticky {
	position: fixed;
	top: 100px;
	@include transition(top,.3s,ease);

	> p.text-smaller {
		display: none;
	}

	form[name="contacto"] {
		margin-top: 0;
	}
}

.contact-block-fade {
	@include opacity(0);
	visibility: hidden;
}
*/
.form-block-modal { position: fixed; box-sizing: border-box; z-index: 10000; top: 50%; left: 50%; margin: -250px 0 0 -250px; max-width: 500px; padding: 25px; background-color: #eeeeee; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75); }
.form-block-modal p, .form-block-modal form { margin-top: 30px; }
.form-block-modal > img { display: none; }
.form-block-modal .close-form { position: absolute; top: 5px; right: 5px; filter: brightness(0.4); }

@media screen and (max-width: 1400px) { .newpromo-wrapper .promo-main .desc-block .claim-2 { padding: 60px 70px; }
  .newpromo-wrapper .promo-cars .cars-block > div { font-size: 13px; }
  .newpromo-wrapper .promo-docs .docs-block .docs_wrapper > a { padding: 0 15px; }
  .newpromo-wrapper .promo-docs .certi-block .certificado { width: 60%; }
  .newpromo-wrapper .promo-quick-contact h5 { font-size: 28px; } }
@media screen and (max-width: 1200px) { .newpromo-wrapper h3 { font-size: 20px; }
  .newpromo-wrapper .promo-main .contact-column { width: 23%; }
  .newpromo-wrapper .promo-main .desc-block h2.claim-1 { font-size: 24px; }
  .newpromo-wrapper .promo-main .desc-block .claim-2 { padding: 40px 50px; }
  .newpromo-wrapper .promo-main .desc-block .claim-2 span { font-size: 24px; }
  .newpromo-wrapper .promo-main .video-block .video-wrapper { height: 380px; }
  .newpromo-wrapper .promo-main .video-block .video-wrapper a h4 { margin-left: 6%; font-size: 32px; }
  .newpromo-wrapper .promo-main .contact-block { max-width: 218px; }
  .newpromo-wrapper .promo-cars .cars-block > div { width: 33%; }
  .newpromo-wrapper .promo-cars .cars-block > div:before { margin-bottom: 0; }
  .newpromo-wrapper .promo-docs .docs-block .docs_wrapper > a { font-size: 13px; }
  .newpromo-wrapper .promo-docs .certi-block .certificado { width: 80%; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress thead th { vertical-align: top; line-height: 1.3; }
  .newpromo-wrapper .promo-quick-contact h5 { font-size: 21px; }
  .newpromo-wrapper .promo-soste .sostenibilidad > div h4 { font-size: 26px; }
  .newpromo-wrapper .promo-soste .sostenibilidad > div h5 { font-size: 22px; } }
@media screen and (max-width: 1000px) { .newpromo-wrapper .container_inner { width: 90% !important; }
  .newpromo-wrapper .promo-link { padding: 30px 0; }
  .newpromo-wrapper .promo-link .data strong { font-size: 21px; }
  .newpromo-wrapper .promo-link .data span { font-size: 15px; }
  .newpromo-wrapper .promo-link .action .close-promo-link { top: -20px; }
  .newpromo-wrapper .promo-header h1 { max-width: none; font-size: 20px; line-height: 1.3; }
  .newpromo-wrapper .promo-header h1 span { font-size: 24px; }
  .newpromo-wrapper .promo-main { display: flex; flex-direction: column-reverse; }
  .newpromo-wrapper .promo-main .content-column { width: 100%; }
  .newpromo-wrapper .promo-main .contact-column { width: 100%; }
  .newpromo-wrapper .promo-main .contact-block { display: flex; align-items: start; max-width: none; margin-bottom: 60px; }
  .newpromo-wrapper .promo-main .contact-block .logotipo { width: 200px; margin: 5px calc(50% - 200px) 0 0; }
  .newpromo-wrapper .promo-main .contact-block .data .contact strong { display: none; }
  .newpromo-wrapper .promo-docs .certi-block .certificado { width: 50%; padding-right: 15px; }
  .newpromo-wrapper .promo-docs .certi-block .compromiso { width: 50%; }
  .newpromo-wrapper .promo-docs .certi-block .compromiso a.boxed-link { text-align: center; line-height: 1.3; }
  .newpromo-wrapper .promo-claimfull { aspect-ratio: 16/9; background-attachment: scroll; }
  .newpromo-wrapper .promo-claimfull span { max-width: 70%; font-size: 26px; }
  .newpromo-wrapper .promo-quick-contact { padding: 0 40px; }
  .newpromo-wrapper .promo-quick-contact h5 { max-width: 130px; margin-right: 25px; }
  .newpromo-wrapper .promo-obra { margin-top: 80px; }
  .newpromo-wrapper .promo-obra .obra-block { height: 120px; }
  .newpromo-wrapper .promo-obra .obra-block h3:after { width: 40px; height: 40px; }
  .newpromo-wrapper .promo-entorno { margin-top: 50px; }
  .newpromo-wrapper .promo-entorno .entorno-block { flex-direction: column; }
  .newpromo-wrapper .promo-entorno .entorno-block .data { display: flex; flex-direction: column; pointer-events: none; gap: 15px; width: 100%; }
  .newpromo-wrapper .promo-entorno .entorno-block .data h3 { max-width: none; margin-bottom: 0; }
  .newpromo-wrapper .promo-entorno .entorno-block .data p { max-width: none; margin-top: 0; }
  .newpromo-wrapper .promo-entorno .entorno-block .data:after { display: none; }
  .newpromo-wrapper .promo-entorno .entorno-block .imgs { width: 100%; margin-top: 20px; }
  .newpromo-wrapper .promo-related .promos-grid .item { width: 49%; } }
@media screen and (max-width: 767px) { .single-promocion .content { z-index: 101; }
  .single-promocion footer .footer_top { padding-bottom: 60px; }
  .newpromo-wrapper .container_inner { width: 85% !important; }
  .newpromo-wrapper h3 { font-size: 19px; }
  .newpromo-wrapper .promo-link { padding: 25px 0; }
  .newpromo-wrapper .promo-link .container_inner { flex-direction: column; }
  .newpromo-wrapper .promo-link .data { width: 100%; padding-left: 50px; }
  .newpromo-wrapper .promo-link .data:before { transform-origin: 0 0; transform: scale(0.5); }
  .newpromo-wrapper .promo-link .data strong { max-width: 90%; font-size: 17px; }
  .newpromo-wrapper .promo-link .data span { display: none; font-size: 14px; }
  .newpromo-wrapper .promo-link .action { justify-content: start; width: 100%; margin-top: 10px; padding-left: 50px; }
  .newpromo-wrapper .promo-link .action a.boxed-link { padding: 5px 20px; font-size: 14px; }
  .newpromo-wrapper .promo-link .action .close-promo-link { top: -15px; right: -20px; }
  .newpromo-wrapper .promo-header { padding-top: 30px; }
  .newpromo-wrapper .promo-header h1 { font-size: 18px; }
  .newpromo-wrapper .promo-header h1 span { font-size: 21px; }
  .newpromo-wrapper .promo-gallery .alerta { padding: 5px 15px; transform: scale(0.85); transform-origin: 0 0; }
  .newpromo-wrapper .promo-gallery .grid { aspect-ratio: 16/10; }
  .newpromo-wrapper .promo-gallery .grid:not(.grid-1, .grid-2, .grid-3) .imgs > div.middle, .newpromo-wrapper .promo-gallery .grid:not(.grid-1, .grid-2, .grid-3) .imgs > div.right { width: 49.5%; }
  .newpromo-wrapper .promo-gallery .grid:not(.grid-1, .grid-2, .grid-3) .imgs > div.right { gap: 1.5%; }
  .newpromo-wrapper .promo-gallery .grid:not(.grid-1, .grid-2, .grid-3) .imgs > div.left { display: none !important; }
  .newpromo-wrapper .promo-gallery .grid .cuad { width: 60px; height: 60px; }
  .newpromo-wrapper .promo-gallery .grid .cuad img { width: 70%; }
  .newpromo-wrapper .promo-gallery .grid .cuad span { font-size: 15px; }
  .newpromo-wrapper .promo-gallery .grid .cuad.virtual360 { right: 62px; }
  .newpromo-wrapper .promo-main { padding-top: 30px; }
  .newpromo-wrapper .promo-main .metas-block { flex-direction: column; gap: 5px; margin-top: 30px; padding: 20px 0; border-top: 1px solid #d2d2d2; }
  .newpromo-wrapper .promo-main .metas-block > div { display: flex; justify-content: start; align-items: center; width: 100%; }
  .newpromo-wrapper .promo-main .metas-block > div .tit { width: 120px; }
  .newpromo-wrapper .promo-main .metas-block > div .txt { font-size: 17px; }
  .newpromo-wrapper .promo-main .metas-block > div .txt.big { font-size: 22px; }
  .newpromo-wrapper .promo-main .metas-block .entrega { display: block; margin-bottom: 10px; }
  .newpromo-wrapper .promo-main .metas-block .precio:has(.forced) .tit { display: none; }
  .newpromo-wrapper .promo-main .banner-block { margin-top: 30px; }
  .newpromo-wrapper .promo-main .desc-block h2.claim-1 { font-size: 21px; }
  .newpromo-wrapper .promo-main .desc-block .claim-2 { padding: 30px; }
  .newpromo-wrapper .promo-main .desc-block .claim-2 span { font-size: 21px; }
  .newpromo-wrapper .promo-main .video-block .video-wrapper { height: 200px; }
  .newpromo-wrapper .promo-main .video-block .video-wrapper a { background-size: 25%; background-position: center 25%; }
  .newpromo-wrapper .promo-main .video-block .video-wrapper a h4 { max-width: none; margin: 100px auto 0 auto; font-size: 24px; }
  .newpromo-wrapper .promo-main .contact-block { flex-direction: column; margin-bottom: 0; }
  .newpromo-wrapper .promo-main .contact-block .logotipo { max-width: 150px; margin: 5px auto 20px auto; }
  .newpromo-wrapper .promo-cars .cars-block { overflow: hidden; max-height: 180px; padding-top: 0; margin-top: 40px; border: 0; transition: all 1s ease; }
  .newpromo-wrapper .promo-cars .cars-block h3 { margin-bottom: 30px; }
  .newpromo-wrapper .promo-cars .cars-block > div { width: 100%; height: 45px; font-size: 14px; }
  .newpromo-wrapper .promo-cars .cars-block > div span { vertical-align: top; line-height: 45px; }
  .newpromo-wrapper .promo-cars .cars-block > div:before { margin: 0; transform: scale(0.8); transform-origin: 0 0; }
  .newpromo-wrapper .promo-cars .cars-block > div:last-child { margin-bottom: 50px; }
  .newpromo-wrapper .promo-cars .cars-block + .collapse-bt-wrapper { display: block; }
  .newpromo-wrapper .promo-docs .docs-block { flex-direction: column; min-height: 0; padding-top: 0; border: 0; }
  .newpromo-wrapper .promo-docs .docs-block .docs_wrapper { flex-direction: column !important; width: 100%; }
  .newpromo-wrapper .promo-docs .docs-block .docs_wrapper a { width: 100% !important; }
  .newpromo-wrapper .promo-docs .extra-wrapper { flex-direction: column; }
  .newpromo-wrapper .promo-docs .extra-wrapper .docsadic-block { width: 100%; margin-bottom: 20px; }
  .newpromo-wrapper .promo-docs .extra-wrapper .docsadic-block .docsadic-content { max-width: none; }
  .newpromo-wrapper .promo-docs .extra-wrapper .certi-block { width: 100%; padding-top: 15px; border-top: 1px solid #d2d2d2; }
  .newpromo-wrapper .promo-claimfull { margin-top: 40px; aspect-ratio: unset; padding: 50px 0; }
  .newpromo-wrapper .promo-claimfull span { max-width: 80%; font-size: 21px; }
  .newpromo-wrapper .promo-claimfull + .promo-viviendas { margin-top: 0; }
  .newpromo-wrapper .promo-viviendas { padding: 40px 0; }
  .newpromo-wrapper .promo-viviendas .table-block .dataTables_wrapper { overflow-x: scroll !important; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress { min-width: 500px; font-size: 12px; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress span.plano { padding: 0; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress.tablepress-responsive { min-width: 100%; font-size: 13px; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress.tablepress-responsive tbody td.column-1 { padding: 12px 40px 12px 40px; }
  .newpromo-wrapper .promo-viviendas .table-block .tablepress.tablepress-responsive tbody td.column-2 { padding-left: 200px; }
  .newpromo-wrapper .promo-cita { margin-top: 0; padding: 10px; }
  .newpromo-wrapper .promo-cita span { font-size: 13px; line-height: 1.4; }
  .newpromo-wrapper .promo-quick-contact { margin-top: 30px; padding: 0 20px; }
  .newpromo-wrapper .promo-quick-contact h5 { margin-right: 0; }
  .newpromo-wrapper .promo-quick-contact img { position: absolute; width: 100px; margin-left: 40px; opacity: 0.3; }
  .newpromo-wrapper .promo-quick-contact .bts { flex-direction: column; padding: 20px 0; }
  .newpromo-wrapper .promo-quick-contact .bts .item { gap: 0; }
  .newpromo-wrapper .promo-quick-contact .bts .item a { padding: 5px 10px !important; }
  .newpromo-wrapper .promo-obra { margin-top: 50px; border: 0; }
  .newpromo-wrapper .promo-obra .obra-block { height: auto; flex-direction: column; }
  .newpromo-wrapper .promo-obra .obra-block h3 { width: 100%; }
  .newpromo-wrapper .promo-obra .obra-block h3 span { font-size: 17px; }
  .newpromo-wrapper .promo-obra .obra-block h3:after { right: 0; }
  .newpromo-wrapper .promo-obra .obra-block .imgs { width: 100%; margin-top: 20px; }
  .newpromo-wrapper .promo-entorno { margin-top: 50px; }
  .newpromo-wrapper .promo-entorno .entorno-block .data { flex-direction: column; gap: 15px; }
  .newpromo-wrapper .promo-entorno .entorno-block .data h3 { margin-bottom: 0; }
  .newpromo-wrapper .promo-contact { margin-top: 40px; padding: 40px 0; }
  .newpromo-wrapper .promo-contact .columns { flex-direction: column; }
  .newpromo-wrapper .promo-contact .columns > div { width: 100% !important; }
  .newpromo-wrapper .promo-contact .ofi-block { margin-bottom: 20px; }
  .newpromo-wrapper .promo-contact .ofi-block h3 { font-size: 24px; }
  .newpromo-wrapper .promo-contact .form-block { margin-top: 20px; }
  .newpromo-wrapper .promo-map { height: 350px; }
  .newpromo-wrapper .promo-map iframe { height: 350px; }
  .newpromo-wrapper .promo-soste .sostenibilidad > div h4 { font-size: 22px; }
  .newpromo-wrapper .promo-soste .sostenibilidad > div h5 { font-size: 19px; }
  .newpromo-wrapper .promo-related { margin-top: 40px; }
  .form-block-modal { margin: -250px 0 0 -45%; max-width: 90%; padding: 20px; }
  .form-block-modal p, .form-block-modal form { margin-top: 30px; }
  .form-block-modal .close-form { position: absolute; top: 5px; right: 5px; filter: brightness(0.4); } }
/* ********************************************************************************************************************* LOCAL - GARAJE SINGLES (LOCALES & GARAJES) */
.single-locales a#botonllamada, .single-garaje a#botonllamada { display: none; }

.promo-wrapper .promo-header { z-index: 100; padding: 60px 0 40px 0; background-color: #eeeeee; }
.promo-wrapper .promo-header .container_inner:after { position: absolute; display: inline-block; pointer-events: none; z-index: 1000; }
.promo-wrapper .promo-header h1 { max-width: 70%; padding-bottom: 5px; font-size: 22px; }
.promo-wrapper .promo-header h1 span { display: block; font-weight: 800; font-size: 30px; }
.promo-wrapper .promo-header .price { margin-top: -30px; font-size: 30px; font-weight: 800; text-align: right; color: #303030; }
.promo-wrapper .promo-header .price span { font-size: 20px; font-weight: 300; }
.promo-wrapper .promo-header .migas { padding-bottom: 10px; font-size: 11px; line-height: 1.2; }
.promo-wrapper .promo-header .migas a { color: #ee7e23; }
.promo-wrapper .promo-header:has(.cita) { padding-bottom: 0; }
.promo-wrapper .promo-content { position: relative; display: block; padding: 0 0 50px 0; }
.promo-wrapper .promo-content > div { position: relative; display: inline-block; box-sizing: border-box; vertical-align: top; min-height: 1px; }
.promo-wrapper .promo-content h3 { font-size: 20px; font-weight: 800; }
.promo-wrapper .promo-content .content-column { width: calc(100% - 300px); padding-right: 50px; }
.promo-wrapper .promo-content .contact-column { width: 295px; padding-top: 25px; }
.promo-wrapper .promo-content .ofi-block { position: relative; padding: 40px 60px; background-color: #303030; }
.promo-wrapper .promo-content .ofi-block img { float: left; width: 40px; margin-top: -15px; }
.promo-wrapper .promo-content .ofi-block p { margin-top: 15px; padding-left: 60px; font-size: 16px; color: #fff; }
.promo-wrapper .promo-content .ofi-block p:first-of-type { margin-top: 0; }
.promo-wrapper .promo-content .ofi-block p strong { font-weight: 800; }
.promo-wrapper .promo-content .ofi-block a { font-size: 21px; font-weight: 700; color: #ee7e23; border-bottom: 1px solid transparent; }
.promo-wrapper .promo-content .ofi-block a:hover { border-color: #ee7e23; }
.promo-wrapper .promo-content .ofi-block:has(p + p) p { padding-left: 100px; }
.promo-wrapper .promo-content .ofi-block:has(p + p) img { width: 65px; margin-top: 0; }
.promo-wrapper .promo-content .phone-block { display: none; box-sizing: border-box; width: 295px; max-width: 295px; padding: 8px 20px 5px 65px; border: 3px solid #eeeeee; }
.promo-wrapper .promo-content .phone-block > img { position: absolute; margin: -15px 0 0 -70px; }
.promo-wrapper .promo-content .phone-block h4 { font-size: 12px; line-height: 1; }
.promo-wrapper .promo-content .phone-block a { font-size: 22px; font-weight: 300; }
.promo-wrapper .promo-content .comercial-block { margin-top: -2px; }
.promo-wrapper .promo-content .comercial-block > div { position: relative; margin-bottom: 20px; padding-left: 45px; line-height: 1.2; }
.promo-wrapper .promo-content .comercial-block > div a { font-size: 17px; }
.promo-wrapper .promo-content .comercial-block > div:before { position: absolute; content: url("../../../media/promo-ofi2-icon.svg"); left: 0; width: 30px; height: 30px; background-color: #ee7e23; border-radius: 50%; }
.promo-wrapper .promo-content .comercial-block > div.tf:before { content: url("../../../media/promo-tel-icon.svg"); }
.promo-wrapper .promo-content .comercial-block > div.horario:before { content: url("../../../media/promo-horario-icon.svg"); }
.promo-wrapper .promo-content .comercial-block strong { display: block; font-size: 17px; }
.promo-wrapper .promo-content .contact-block { box-sizing: border-box; max-width: 295px; padding: 25px; background-color: #ee7e23; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.promo-wrapper .promo-content .contact-block p { margin-top: 0; }
.promo-wrapper .promo-content .contact-block form { margin-top: 10px; }
.promo-wrapper .promo-content .desc-block { padding: 30px 0; border-bottom: 1px solid #eeeeee; -webkit-transition: all 1s ease !important; -moz-transition: all 1s ease !important; transition: all 1s ease !important; }
.promo-wrapper .promo-content .desc-block .banner { display: block; margin-bottom: 25px; }
.promo-wrapper .promo-content .desc-block .banner:hover { filter: brightness(1.05); }
.promo-wrapper .promo-content .desc-block h3 { margin-bottom: 15px; }
.promo-wrapper .promo-content .desc-block p, .promo-wrapper .promo-content .desc-block li { line-height: 1.5; }
.promo-wrapper .promo-content .desc-block p a, .promo-wrapper .promo-content .desc-block li a { color: #111; text-decoration: underline; }
.promo-wrapper .promo-content .desc-block ul { margin-top: 20px; }
.promo-wrapper .promo-content .desc-block ul + h2, .promo-wrapper .promo-content .desc-block ul + h3, .promo-wrapper .promo-content .desc-block ul + h4, .promo-wrapper .promo-content .desc-block ul + ul, .promo-wrapper .promo-content .desc-block ul + p { margin-top: 20px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper { padding: 40px 0; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a { width: 33%; display: inline-block; line-height: 0; vertical-align: top; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a span { vertical-align: top; font-weight: 700; line-height: 56px; color: #ee7e23; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a:before { content: ''; position: relative; width: 56px; height: 56px; margin: 0 15px 10px 0; display: inline-block; overflow: hidden; background: #ee7e23 url("../../../media/promo-icons-sprite-v14.png"); background-position: 0 0; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.dossier:before { background-position: 0 -673px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.planta:before { background-position: 0 -728px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.memoria:before { background-position: 0 -784px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.virtual:before { background-position: 0 -840px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.calidades:before { background-position: 0 -728px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.galeria:before { background-position: 0 -1904px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.docsadic:before { background-position: 0 -3752px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.video:before { background-position: 0 -3864px; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.virtual span, .promo-wrapper .promo-content .desc-block .docs_wrapper > a.galeria span, .promo-wrapper .promo-content .desc-block .docs_wrapper > a.video span { color: #bd2830; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a.virtual:before, .promo-wrapper .promo-content .desc-block .docs_wrapper > a.galeria:before, .promo-wrapper .promo-content .desc-block .docs_wrapper > a.video:before { background-color: #bd2830; }
.promo-wrapper .promo-content .desc-block .docs_wrapper > a:hover { opacity: 0.8; }
.promo-wrapper .promo-content .desc-block .docs_wrapper .for-mobile { display: none; }
.promo-wrapper .promo-content .desc-block iframe { width: 100%; }
.promo-wrapper .promo-content .cars-block { padding: 50px 0; border-bottom: 1px solid #eeeeee; -webkit-transition: all 1s ease !important; -moz-transition: all 1s ease !important; transition: all 1s ease !important; }
.promo-wrapper .promo-content .cars-block h3 { margin-bottom: 20px; }
.promo-wrapper .promo-content .cars-block > div { width: 33%; display: inline-block; font-size: 13px; font-weight: 400; line-height: 0; vertical-align: top; /* &.primera:before { background-position: 0 -3248px }
&.segunda:before { background-position: 0 -3304px }
&.jacuzzi:before { background-position: 0 -3360px }
&.sauna:before { background-position: 0 -3416px }
&.golf:before { background-position: 0 -3472px }
&.club:before { background-position: 0 -3528px } */ }
.promo-wrapper .promo-content .cars-block > div span { vertical-align: top; line-height: 56px; }
.promo-wrapper .promo-content .cars-block > div:before { content: ''; position: relative; float: left; width: 56px; height: 56px; margin: 0 10px 10px 0; display: inline-block; overflow: hidden; background-image: url("../../../media/promo-icons-sprite-v14.png"); background-position: 0 0; }
.promo-wrapper .promo-content .cars-block > div.double-line span { display: inline-block; padding-top: 7px; line-height: 19px; }
.promo-wrapper .promo-content .cars-block > div.metros:before { background-position: 0 -1px; }
.promo-wrapper .promo-content .cars-block > div.garaje:before { background-position: 0 -56px; }
.promo-wrapper .promo-content .cars-block > div.padel:before { background-position: 0 -112px; }
.promo-wrapper .promo-content .cars-block > div.trastero:before { background-position: 0 -168px; }
.promo-wrapper .promo-content .cars-block > div.habs:before { background-position: 0 -224px; }
.promo-wrapper .promo-content .cars-block > div.infantil:before { background-position: 0 -280px; }
.promo-wrapper .promo-content .cars-block > div.piscina:before { background-position: 0 -336px; }
.promo-wrapper .promo-content .cars-block > div.control:before { background-position: 0 -392px; }
.promo-wrapper .promo-content .cars-block > div.gimnasio:before { background-position: 0 -448px; }
.promo-wrapper .promo-content .cars-block > div.domotica:before { background-position: 0 -504px; }
.promo-wrapper .promo-content .cars-block > div.salon:before { background-position: 0 -560px; }
.promo-wrapper .promo-content .cars-block > div.garantia:before { background-position: 0 -616px; }
.promo-wrapper .promo-content .cars-block > div.altura:before { background-position: 0 -896px; }
.promo-wrapper .promo-content .cars-block > div.terraza:before { background-position: 0 -952px; }
.promo-wrapper .promo-content .cars-block > div.calle:before { background-position: 0 -1008px; }
.promo-wrapper .promo-content .cars-block > div.humos:before { background-position: 0 -1064px; }
.promo-wrapper .promo-content .cars-block > div.fitness:before { background-position: 0 -1120px; }
.promo-wrapper .promo-content .cars-block > div.piscinas:before { background-position: 0 -1176px; }
.promo-wrapper .promo-content .cars-block > div.dimen_zonas:before { background-position: 0 -1232px; }
.promo-wrapper .promo-content .cars-block > div.jardines:before { background-position: 0 -1288px; }
.promo-wrapper .promo-content .cars-block > div.wifi:before { background-position: 0 -1344px; }
.promo-wrapper .promo-content .cars-block > div.electrico:before { background-position: 0 -1400px; }
.promo-wrapper .promo-content .cars-block > div.bajos:before { background-position: 0 -1456px; }
.promo-wrapper .promo-content .cars-block > div.vistas:before { background-position: 0 -1512px; }
.promo-wrapper .promo-content .cars-block > div.geo:before { background-position: 0 -1568px; }
.promo-wrapper .promo-content .cars-block > div.piscinacubierta:before { background-position: 0 -1624px; }
.promo-wrapper .promo-content .cars-block > div.unifamiliar:before { background-position: 0 -1680px; }
.promo-wrapper .promo-content .cars-block > div.espacios:before { background-position: 0 -1736px; }
.promo-wrapper .promo-content .cars-block > div.llave:before { background-position: 0 -1792px; }
.promo-wrapper .promo-content .cars-block > div.salas:before { background-position: 0 -1848px; }
.promo-wrapper .promo-content .cars-block > div.miradores:before { background-position: 0 -1960px; }
.promo-wrapper .promo-content .cars-block > div.vigilancia:before { background-position: 0 -2016px; }
.promo-wrapper .promo-content .cars-block > div.venti:before { background-position: 0 -2072px; }
.promo-wrapper .promo-content .cars-block > div.clima:before { background-position: 0 -2128px; }
.promo-wrapper .promo-content .cars-block > div.ventanales:before { background-position: 0 -2184px; }
.promo-wrapper .promo-content .cars-block > div.diseno:before { background-position: 0 -2240px; }
.promo-wrapper .promo-content .cars-block > div.bicis:before { background-position: 0 -2296px; }
.promo-wrapper .promo-content .cars-block > div.termostato:before { background-position: 0 -2352px; }
.promo-wrapper .promo-content .cars-block > div.califi:before { background-position: 0 -2408px; }
.promo-wrapper .promo-content .cars-block > div.terrazatodas:before { background-position: 0 -2464px; }
.promo-wrapper .promo-content .cars-block > div.terrazas:before { background-position: 0 -2520px; }
.promo-wrapper .promo-content .cars-block > div.solar:before { background-position: 0 -2576px; }
.promo-wrapper .promo-content .cars-block > div.griferia:before { background-position: 0 -2632px; }
.promo-wrapper .promo-content .cars-block > div.duplex:before { background-position: 0 -2688px; }
.promo-wrapper .promo-content .cars-block > div.pista:before { background-position: 0 -2744px; }
.promo-wrapper .promo-content .cars-block > div.gastro:before { background-position: 0 -2800px; }
.promo-wrapper .promo-content .cars-block > div.gourmet:before { background-position: 0 -2800px; }
.promo-wrapper .promo-content .cars-block > div.aerotermia:before { background-position: 0 -2856px; }
.promo-wrapper .promo-content .cars-block > div.suelo1:before { background-position: 0 -2912px; }
.promo-wrapper .promo-content .cars-block > div.suelo2:before { background-position: 0 -2968px; }
.promo-wrapper .promo-content .cars-block > div.preaire:before { background-position: 0 -3024px; }
.promo-wrapper .promo-content .cars-block > div.aire:before { background-position: 0 -3080px; }
.promo-wrapper .promo-content .cars-block > div.pmr:before { background-position: 0 -3136px; }
.promo-wrapper .promo-content .cars-block > div.indus:before { background-position: 0 -3192px; }
.promo-wrapper .promo-content .cars-block > div.pisciclima:before { background-position: 0 -3584px; }
.promo-wrapper .promo-content .cars-block > div.txoko:before { background-position: 0 -3640px; }
.promo-wrapper .promo-content .cars-block > div.aparbicis:before { background-position: 0 -3696px; }
.promo-wrapper .promo-content .cars-block > div.prevideo:before { background-position: 0 -3808px; }
.promo-wrapper .promo-content .cars-block > div.cocina:before { background-position: 0 -3920px; }
.promo-wrapper .promo-content .cars-block > ul { width: 500px; list-style: none; }
.promo-wrapper .promo-content .cars-block > ul li { padding: 10px 0; border-bottom: 1px solid #bfbfbf; }
.promo-wrapper .promo-content .cars-block > ul li * { display: inline-block; vertical-align: top; box-sizing: border-box; }
.promo-wrapper .promo-content .cars-block > ul li span { width: 170px; }
.promo-wrapper .promo-content .cars-block > ul li strong { width: calc(100% - 170px); text-align: right; }
.promo-wrapper .promo-content .table-block { padding: 50px 0 0 0; font-size: 12px; }
.promo-wrapper .promo-content .table-block h3 { margin-bottom: 15px; }
.promo-wrapper .promo-content .table-block.fixed-width table { width: 500px; }
.promo-wrapper .promo-content .table-block.full-width table { width: 100%; }
.promo-wrapper .promo-content .table-block .legal > a { font-size: 12px; text-decoration: underline; }
.promo-wrapper .promo-content .table-block .legal .txt { display: none; font-size: 11px; line-height: 1.3; color: #898989; }
.promo-wrapper .promo-content .comus-block { padding: 30px 0 0 0; }
.promo-wrapper .promo-content .comus-block ul { list-style: none; display: flex; flex-wrap: wrap; }
.promo-wrapper .promo-content .comus-block ul li { display: flex; align-items: center; width: 40%; padding: 15px 0; }
.promo-wrapper .promo-content .comus-block ul li img { margin-right: 15px; }
.promo-wrapper .promo-content .slider-block { padding: 50px 0 20px 0; }
.promo-wrapper .promo-content .slider-block h3 { padding-bottom: 15px; font-weight: 800; }
.promo-wrapper .promo-content .slider-block li { list-style: none; }
.promo-wrapper .promo-map { position: relative; width: 100%; height: auto; display: block; }
.promo-wrapper .promo-map iframe { width: 100%; height: 350px; }
.promo-wrapper .promos-related > h3 { padding: 60px 0 0 0; }

.contact-block-sticky { position: fixed !important; top: 80px; -webkit-transition: top 0.3s ease !important; -moz-transition: top 0.3s ease !important; transition: top 0.3s ease !important; }

.contact-block-fade { opacity: 0; visibility: hidden; }

.contact-block-modal { position: fixed; box-sizing: border-box; z-index: 10000; top: 50%; left: 50%; margin: -250px 0 0 -150px; max-width: 300px; padding: 25px; background-color: #ee7e23; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75); }
.contact-block-modal p, .contact-block-modal form { margin-top: 10px; }
.contact-block-modal .close-form { float: right; margin: -15px -15px 0 0; }

.phone-block-sticky { position: fixed; top: 80px; opacity: 1 !important; }

.phone-block-fade { opacity: 0 !important; visibility: hidden; }

@media screen and (max-width: 1200px) { .promo-wrapper .promo-content .content-column { width: calc(100% - 270px); padding-right: 25px; }
  .promo-wrapper .promo-content .contact-column { width: 265px; }
  .promo-wrapper .promo-content .contact-block { width: 265px; }
  .promo-wrapper .promo-content .ofi-block p { padding-left: 70px; }
  .promo-wrapper .promo-content .ofi-block:has(p + p) p { padding-left: 100px; }
  .promo-wrapper .promo-content .desc-block .docs_wrapper > a { font-size: 12px; }
  .promo-wrapper .promo-content .cars-block > div { font-size: 10px; }
  .promo-wrapper .promo-content .table-block .tablepress { font-size: 13px; } }
@media screen and (max-width: 1000px) { .promo-wrapper .promo-header .price { margin-top: 0; }
  .promo-wrapper .promo-content .desc-block iframe { height: 290px; }
  .promo-wrapper .promo-content .desc-block .docs_wrapper > a { width: 100%; }
  .promo-wrapper .promo-content .cars-block > div { width: 50%; font-size: 13px; }
  .promo-wrapper .promo-content .cars-block > ul { width: 100%; }
  .promo-wrapper .promo-content .table-block.fixed-width table { width: 100%; }
  .promo-wrapper .promo-content .table-block.fixed-width table th, .promo-wrapper .promo-content .table-block.fixed-width table td { display: inline-block !important; box-sizing: border-box; width: 33% !important; padding: 5px 7px !important; text-align: left; } }
@media screen and (max-width: 767px) { .promo-wrapper .container_inner { width: 85%; }
  .promo-wrapper .promo-header { padding: 50px 0 30px 0; }
  .promo-wrapper .promo-header h1 { max-width: none; font-size: 16px; }
  .promo-wrapper .promo-header h1 span { font-size: 22px; }
  .promo-wrapper .promo-header .price { margin-top: 20px; font-size: 24px; text-align: left; }
  .promo-wrapper .promo-content .content-column, .promo-wrapper .promo-content .contact-column { width: 100%; padding: 0; }
  .promo-wrapper .promo-content .contact-block { max-width: none; width: 100%; margin-top: 0; }
  .promo-wrapper .promo-content .comercial-block { padding-top: 40px; }
  .promo-wrapper .promo-content .comercial-block > div { line-height: 1.4; }
  .promo-wrapper .promo-content .phone-block { position: fixed !important; display: block !important; opacity: 1 !important; visibility: visible !important; bottom: 0; left: 0; width: 100% !important; max-width: 100% !important; padding-left: 20px; border: 0; background-color: #2A2A2A; z-index: 10000; }
  .promo-wrapper .promo-content .phone-block > img { display: none; margin: -10px 0 0 -45px; transform: scale(0.6); mix-blend-mode: color-burn; }
  .promo-wrapper .promo-content .phone-block h4 { display: inline-block; margin-right: 10px; font-size: 11px; color: #fff; }
  .promo-wrapper .promo-content .phone-block a { font-size: 17px; color: #fff; }
  .promo-wrapper .promo-content .ofi-block { margin: 0 -20%; padding: 30px 20%; }
  .promo-wrapper .promo-content .ofi-block img { width: 25px !important; margin-top: 0 !important; }
  .promo-wrapper .promo-content .ofi-block p { padding-left: 40px !important; font-size: 13px; }
  .promo-wrapper .promo-content .desc-block .docs_wrapper { padding-bottom: 0; }
  .promo-wrapper .promo-content .desc-block .docs_wrapper > a { display: block; width: 100%; font-size: 14px; }
  .promo-wrapper .promo-content .desc-block .for-desktop { display: none !important; }
  .promo-wrapper .promo-content .desc-block .for-mobile { display: block !important; }
  .promo-wrapper .promo-content .desc-block iframe { height: 200px; }
  .promo-wrapper .promo-content .cars-block { padding: 0; margin-top: 40px; border: 0; }
  .promo-wrapper .promo-content .cars-block > div { width: 100%; }
  .promo-wrapper .promo-content .cars-block > ul li strong { line-height: 1.4; }
  .promo-wrapper .promo-content .table-block h3 { font-size: 18px; }
  .promo-wrapper .promo-content .table-block .dataTables_wrapper { overflow-x: scroll !important; }
  .promo-wrapper .promo-content .table-block .tablepress { min-width: 500px; font-size: 12px; }
  .promo-wrapper .promo-content .table-block .tablepress span.plano { padding: 0; }
  .promo-wrapper .promo-content .table-block .tablepress.tablepress-responsive { min-width: 100%; font-size: 13px; }
  .promo-wrapper .promo-content .table-block .tablepress.tablepress-responsive tbody td.column-1 { padding: 12px 40px 12px 40px; }
  .promo-wrapper .promo-content .table-block .tablepress.tablepress-responsive tbody td.column-2 { padding-left: 200px; } }
