/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
  --tipo: 'Rubik';
  --oro: #BB9750;
  --title_sect: #2d2d2d;
  --textos: #2d2d2d;
}


h1, h2, h3, h4, h5, p, a {
  font-family: 'Rubik' !important;
}

.text_light {
  color: #fff;
}

/* a {
  color: #fff;
} */

a:hover {
  color: var(--title_sect);
}

.leo-megamenu .navbar-nav > li.nav-item:hover a,
.leo-megamenu .navbar-nav > li.nav-item:active a,
.leo-megamenu .navbar-nav > li.nav-item:focus a,
.leo-megamenu .navbar-nav > li > a:active,
.leo-megamenu .navbar-nav > li > a:hover,
.leo-megamenu .navbar-nav > li > a:focus,
.leo-megamenu .navbar-nav > li > a span:hover,
.leo-megamenu .navbar-nav > li > a span:active,
.leo-megamenu .navbar-nav > li > a span:focus {
  color: var(--title_sect) !important;
}

.btn-outline,
.btn-outline,
.btn,
.btn,
.btn-primary,
.btn-primary {
  background-color: var(--textos);
}

.btn-outline:hover,
.btn-outline:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000;
}

.text_center {
  text-align: center !important;
}

.text_light {
  color: #fff !important;
}

.title_sect h3,
.title_sect h2,
.title_sect h1 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 30px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
}

.title_sect h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: var(--textos);
  letter-spacing: 0;
}

/* TOP HEADER */
.bottomnav a {
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
}

.bottomnav a:hover {
  color: var(--oro);
}

.bottomnav a i {
  margin-right: 10px;
}

.top_right {
  text-align: right;
}

/* HEADER */
#header {
  background: var(--oro) !important;
}

.box-toph3 .h-logo img {
  max-height: 55px;
  width: auto;
}

.leo-megamenu.navbar {
  text-align: left;
}

.leo-megamenu .navbar-nav>li>a {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

#index .leo-megamenu .navbar-nav>li.active>a, .leo-megamenu .navbar-nav>li>a {
  color: #fff;
}

#index .leo-megamenu .navbar-nav>li.active>a:hover, .leo-megamenu .navbar-nav>li>a:hover {
  color: var(--title_sect);
}

.dropdown-menu-inner .leo-widget .widget-html h3 {
  height: 40px;
  line-height: 17px;
}

.dropdown-menu-inner .leo-widget .widget-html h3 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--textos);
  text-transform: uppercase;
}

.dropdown-menu-inner .leo-widget .widget-html h3 a:hover {
  color: var(--oro);
}

@media (max-width:991px) {
  .box-toph3 {
    display: flex;
    align-items: center;
  }

  .col-logo {
    display: flex;
    order: 1;
    width: 100%;
  }

  .box-toph1 .h-logo {
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }

  .col-info {
    display: flex;
    order: 0;
    margin: 0;
  }

  .box-toph1 .navbar-header .navbar-toggler {
    margin-top: 0;
  }

}

@media (max-width:767px) {
  .box-toph1 .h-logo {
    padding: 5px 0;
  }
}

/* BREADCRUMBS */
#wrapper .breadcrumb:before {
  background-color: transparent;
}

/* HOME */

.iview-controlNav div.iview-items ul li a.iview-control.active, .iview-controlNav div.iview-items ul li a.iview-control:hover {
  box-shadow: 0 0 0 15px var(--oro) inset;
}

hr.separator {
  width: 50px;
  height: 5px;
  background-color: var(--oro);
  margin: 0 auto 15px;
}

/* Sectores */

.box_sectores {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.box_sectores p {
  font-size: 18px;
  line-height: 28px;
  color: var(--textos);
  letter-spacing: 0;
  text-align: center;
}

.imagen-sectores .title_block {
  position: absolute;
  bottom: 35px;
  width: calc(100% - 35px);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
}

.imagen-sectores .block {
  margin-bottom: 50px;
}

@media (min-width:992px) {
  /* .box_sectores {
    margin-bottom: 60px;
  }   */
}

/* Alquiler */

.img_alquiler {
  position: absolute;
  top: -56px;
  width: 625px;
}

.box_alquiler_text.ApColumn {
  margin: 0;
  height: 330px;
  display: flex;
  align-items: center;
}

.title_sect h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 30px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
}

.text_alquiler hr.separator {
  margin: 0 0 15px;
  background-color: var(--textos);
}

.text_alquiler p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.text_alquiler .btn.btn-default {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  width: 200px;
}

.text_alquiler .btn.btn-default:hover {
  color: var(--oro);
}

.box_empty {
  z-index: -9;
}

@media (max-width:1024px) {
  .img_alquiler {
    left: -13px;
    width: 550px;
  }
}

@media (max-width:991px) {
  .img_alquiler {
    position: initial;
    margin-top: -50px;
    width: auto;
  }

  .box_empty {
    min-height: 50px !important;
  }
}

@media (max-width:767px) {
  .text_alquiler .btn.btn-default {
    display: block;
    margin: 0 auto
  }

}

/* Donde encontrarnos */
@media (min-width:992px) {
  .box_sedes {
    display: flex;
    align-items: center;
  }
}


.sedes_text hr.separator {
  margin: 0 0 25px;
}

.sedes_text p {
  font-size: 18px;
  color: var(--textos);
  line-height: 28px;
  margin-bottom: 30px;
}

.sedes_text .btn.btn-default {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  width: 200px;
}

.sedes_text .btn.btn-default:hover {
  color: var(--oro);
}

@media (max-width:767px) {
  .sedes_text .btn.btn-default {
    display: block;
    margin: 0 auto
  }

}

/* Noticias */

#module-leoblog-category .header-top,
#module-leoblog-blog .header-top,
#module-leoblog-list .header-top {
  max-width: 1270px;
  margin: 0 auto;
}

#search-blog {
  display: none;
}

#categories_blog_menu li a:hover {
  color: var(--oro);
}

.extra-blogs ul li a {
  color: var(--title_sect);
}

.owl-theme .owl-buttons div:hover:before,
.latest-blogs .blog-container .blog-title a:hover,
.extra-blogs ul li a:hover {
  color: var(--oro);
}

#blogpage .share_button li a {
  background-color: var(--oro);
  color: #fff;
}

#blogpage .share_button li a:hover {
  background-color: #2d2d2d;
}

.noticias {
  margin-bottom: 40px;
}

.title_news .separator {
  margin: 0 auto;
}

.title_news.block {
  margin-bottom: 10px;
}

.news p,
.text_news p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}

.latest-blogs .blog-container .right-block {
  min-height: 135px;
  height: 135px;
  max-height: 135px;
}

.blog-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--textos);
  letter-spacing: 0.5px;
  min-height: 40px;
}

.blog-title:hover,
.blog-item .more:active,
.blog-item .more:focus,
.blog-item .more:hover,
#blog-listing>h1 span {
  color: var(--oro);
}

.secondary-blog .blog-item .blog-shortinfo {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 92px;
  max-height: 92px;
  /* line-height x nº lineas */
}

.more.btn.btn-primary {
  background-color: var(--oro);
  color: #fff;
  margin: 10px 0;
}

.more.btn.btn-primary:hover {
  color: var(--oro);
  background-color: var(--textos);
}

.blog-desc {
  font-size: 13px;
  line-height: 15px;
  color: var(--textos);
}

h1.blog-title,
.blog-item h4.title {
  font-weight: bold;
  font-size: 30px;
  color: var(--textos) !important;
  letter-spacing: 0;
  line-height: 50px !important;
}

.blog-item h4.title a {
  line-height: 40px;
}

.secondary-blog .blog-item h4.title {
  font-size: 20px;
}

.blog-item .blog-meta a:hover,
.blog-item h4.title a:hover {
  color: var(--oro);
}

.blog-description p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
}

.latest-blogs .blog-viewall .btn {
  border: none;
  letter-spacing: initial;
}

.latest-blogs .blog-viewall .btn:hover {
  letter-spacing: initial;
  color: var(--oro);
}

/* PAGINA SECTORES */

.box_contact,
.box_text_middle {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.box_nomargin.block {
  margin: 0 -15px;
}

/* Formulario de descarga de catálogos */

.formulario {
  background-color: #BB9750;
  padding: 35px 50px 0;

}

.formulario .sector_contact.block {
  margin-bottom: 0;
}

.formulario form h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  width: 100%;
  border: 2px solid #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}

.formulario form h3:before {
  font-family: 'fontAwesome';
  font-size: 25px;
  content: '\f0e5';
  font-weight: 400;
  margin-right: 10px;
}

#mc-embedded-subscribe-form .mc-field-group input::placeholder {
  color: #acaaa6;
}

#mc-embedded-subscribe-form .mc-field-group textarea,
#mc-embedded-subscribe-form .mc-field-group input {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  color: #000;
}

#mc-embedded-subscribe-form .mc-field-group br {
  display: none;
}

.gdprRequired .checkbox.subfield {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gdprRequired .checkbox.subfield .av-checkbox.gdpr {
  width: 20px !important;
  margin-right: 10px;
  margin-bottom: 2px !important;
  line-height: 23px;
}

.gdprRequired .checkbox.subfield span {
  width: auto;
  text-align: left;
}

#mc-embedded-subscribe {
  display: block;
  margin: 10px auto 0;
  background: var(--oro);
  width: 200px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase;
  border-style: solid;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#mc-embedded-subscribe:hover {
  border-color: var(--oro);
  background-color: #000;
}



/* .formulario .finput {
  margin: 10px 0;
}

.formulario input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}

.sector_contact .wpcf7-submit {
  width: 200px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background-color: var(--textos);
}

.sector_contact .wpcf7-submit:hover {
  background-color: #000;
} */

.box_contact .separator {
  margin: 0;
}

.box_contact_text p {
  font-size: 18px;
  color: var(--textos);
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box_video .block {
  margin-bottom: 0;
}

.minisector.block {
  margin-bottom: 10px;
}


.box_otros h4 a {
  text-align: center !important;
}

.box_otros h4 a {
  display: block;
  text-align: center !important;
  font-size: 15px;
  color: var(--textos);
  line-height: 28px;
}

.box_otros h4 a:hover {
  color: var(--oro);
}


@media (max-width:992px) {
  .box_contact, .box_text_middle {
    display: block;
  }
}

/* PÁGINA PRODUCTO */
.box_product {
  margin-top: 15px;
  margin-bottom: 15px;
}

.left_text {
  padding-left: 0;
}

.form_black .formulario {
  background-color: var(--textos);
}

.form_black .formulario label {
  color: #fff;
}

.form_black .formulario .wpcf7-submit {
  background-color: var(--oro);
}

.form_black .formulario .wpcf7-submit:hover {
  background-color: var(--textos);
}

/***** PÁGINA ERROR 404 *****/

.image-404 img {
  max-width: 100%;
}

#pagenotfound .page-not-found {
  padding: 0;
  margin-bottom: 0;
}


#pagenotfound .page-not-found h1,
#pagenotfound .page-not-found .content {
  display: none;
}


#pagenotfound .page-not-found .btn {
  background-color: var(--secondary) !important;
  color: #FFF !important;
}

#pagenotfound .page-not-found .btn:hover,
#pagenotfound .page-not-found .btn:active,
#pagenotfound .page-not-found .btn:focus {
  background-color: var(--primary) !important;
  color: #FFF !important;
}

/***** END PÁGINA ERROR 404 *****/

/* CONTACTO */

#contact #footer {
  margin-top: -25px;
}

section.contact-form {
  min-height: 335px;
}

section.contact-form,
section.contact-form section,
.form_right,
.form_left {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-content.card.card-block {
  padding: 0;
  box-shadow: initial;
  border: none;
}

.contact-hd {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.contact_title {
  margin-bottom: 20px;
}

#contact label {
  font-size: 17px;
  line-height: 20px;
  color: #2D2D2D;
  letter-spacing: 0;
}

.group-span-filestyle .btn-default {
  background-color: rgba(26, 24, 28, 0.50);
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff !important;
}

.input-group .input-group-btn>label.btn:hover {
  background-color: var(--textos);
}

.form-footer .btn, .btn, .btn-primary, .btn-primary {
  margin-left: 5px;
  width: 200px;
  background-color: var(--oro);
}

.form-footer .btn:hover, .btn:hover, .btn-primary:hover, .btn-primary:hover {
  background-color: #000;
}

#gdpr_consent label.psgdpr_consent_message span {
  font-size: 12px;
  line-height: 14px;
  color: #2D2D2D;
  letter-spacing: 0;
}

#contact .breadcrumb {
  margin-bottom: 0;
}

/* Sedes */
.title_sect h3 {
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 30px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
}

.title_sedes .separator {
  margin: 0 auto 65px;
}

.title_sedes p {
  margin: 10px 0;
  text-align: center;
}

.sedes_all .ApColumn .block {
  margin-bottom: 0;
  /* display: flex; */
}

.sedes_one {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.sedes_one h4 {
  font-weight: 600;
  font-size: 18px;
  color: #2D2D2D;
  letter-spacing: -0.7px;
  min-height: 40px;
}

.ico_sedes {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  color: var(--oro);
  font-size: 20px;
}

.text_sedes {
  display: inline-block;
  font-size: 13px;
  color: var(--textos);
  line-height: 26px;
}

.text_sedes p {
  margin-bottom: 0;
  vertical-align: top;
  padding: 5px 0;
}

.text_dir {
  height: 90px;
  max-height: 90px;
}

.text_sedes p a {
  cursor: pointer;
}

.text_sedes p a:hover {
  color: var(--oro);
}

@media (min-width:768px) {
  .block.sedes h4 {
    min-height: 40px;
  }
}

@media (max-width: 992px) {

  #contact #wrapper,
  #contact .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #contact .container .row {
    padding: 0 15px;
  }

  .title_sect h3, .title_sect h2, .title_sect h1 {
    font-size: 20px;
    line-height: 30px;
  }
}


/* PÁGINA SERVICIOS */

.serv_text hr.separator {
  margin: 0 0 20px;
  height: 2px;
  width: 250px;
}

.servicontact .btn.btn-outline-info {
  margin: 0 auto 20px;
}

.servicontact .btn.btn-outline-info {
  width: auto !important;
}

.img_reca {
  padding: 0 20px;
}

.img_link .image_description a {
  font-weight: 600;
  color: var(--oro);
}

.img_link .image_description a:hover {
  color: #000;
}

.afs_list {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.afs_list ul li {
  margin-bottom: 20px;
}

/* .afs_info .btn.btn-outline-info {
  margin: 0 auto 20px;
} */

.afs_info .btn.btn-lg {
  width: auto !important;
}

.serv_text ul {
  padding: 0 20px;
}



/* PÁGINA SERVICIOS */


/* FOOTER */
.footer-center {
  padding: 0;
}

.box-ftoph1 {
  padding: 70px 0 0 0;
}

.footer-center .col-infor .block, .box-ftoph1 .block-social {
  padding: 0;
  margin: 0;
  line-height: 32px;
}

.box-ftoph1 .ApColumn .title_block {
  font-size: 13px;
  color: var(--oro);
  letter-spacing: 0;
  line-height: 14.3px;
  text-transform: uppercase;
}

.box-ftoph1 .ApColumn li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: initial;
}

.box-ftoph1 .ApColumn li a:hover {
  color: var(--oro);
}

.box-ftoph1 .block-social li:hover {
  background-color: var(--oro);
}

.block-social li.linkedin:before {
  content: '\f0e1';
}

@media (min-width:992px) {
  .block.text_light.tajada_footer.ApHtml {
    max-width: 70%;
  }

  .block.block-toggler.ApLink.ApBlockLink.accordion_small_screen {
    margin-bottom: 0;
  }
}

/* Copyright */
.text_right {
  margin-bottom: 0;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: right;
}