
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: block;
  font-weight: 100 900;
  src: url('fonts/montserrat.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* lato-latin-400-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url('fonts/montserrat.woff2') format('woff2'), 
       url('fonts/montserrat.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.navbar-header {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

header a.navbar-brand img{
    height: 60px;
    max-height: 60px
}

header.header_after_scroll a.navbar-brand img.logo_after_scroll {
    max-height: 50px;
    margin-top: 6px;
}

img.logo-footer {
    width: 230px;
}

img.flag{
    width: 30px;
}



.selector-idiomas {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .current-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 15px;
    border-radius: 6px;
    transition: background 0.2s ease;
    padding: 0 5px;
  }
  
  
  .current-lang img {
    width: 20px;
    height: auto;
  }
  
  .current-lang .arrow {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
    color: #a1a1a1;
  }
  
  .selector-idiomas.open .arrow {
    transform: rotate(180deg);

  }
  
  /* Dropdown oculto por defecto */
  .language-switcher {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 6px 0;
    list-style: none;
    display: none;
    flex-direction: column;
    min-width: 50px;
    z-index: 999;
    justify-self: center;
    align-items: center;
  }
  
  /* Mostrar al hacer click */
  .selector-idiomas.open .language-switcher {
    display: flex;
  }


  
  .language-switcher li {
    margin: 0;
    line-height: 0;
  }

  .language-switcher li::marker{
    content: none;
  }
  
  .language-switcher li a {
    display: block;
    padding: 10px 10px;
    text-align: left;
  }
  
  .language-switcher img {
    width: 20px;
    height: auto;
  }
  
  /* Para móviles: que no se desborde */
  @media (max-width: 768px) {
    .selector-idiomas {
      position: relative;
    }
  }
  
  


.custom-tooltip {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    pointer-events: none;
    width: 300px;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 999999; 
  }

  .tab-logos img{
    width: 150px;
  }

.section-legal{
    padding: 80px 0;
}

.section-legal p:last-child{
    margin-bottom: 0;
}

.section-legal ul, .section-legal .table-responsive{
    margin-bottom: 25px;
}

.vc_row.section-home-logos {
  text-align: center;
  padding-bottom: 80px;
}

.section-home-logos p{
  margin-bottom: 0 !important;
}

.section-home-logos img {
    max-height: 70px;
    width: auto;
    margin-bottom: 0;
}

.section-home-logos .vc_col-sm-6:first-child{
  text-align: right;
}

.section-home-logos .vc_col-sm-6:last-child{
  text-align: left;
}

div.stats-desc>div.counter_suffix{
  color: #fff;
  font-weight: 600;
}

.section-contactar{
    padding: 120px 0;
}

.section-contactar .dripicons-location{
  font-size: 15px;
  margin-right: 10px;
}

.wpcf7 .contacto-formulario .texto-legal-contactar p{
    font-size: 12px;    
    font-weight: 400 !important;
    line-height: 14px;
    margin-bottom: 5px !important;
}

.contacto-formulario .wpcf7-not-valid-tip{
    display: none !important;
}

.contacto-formulario .fila-archivos .wpcf7-not-valid-tip{
    display: block !important;
}

.contacto-formulario input.wpcf7-not-valid{
    border-color: #FF0000;
}
  
.contacto-formulario .wpcf7-list-item{
    margin: 15px 0;
}
  
.contacto-formulario span.wpcf7-list-item{
    margin:0;
    margin: 15px 0 !important;
    margin-top: 8px !important;
    width: 100%;
}
  
.contacto-formulario span.wpcf7-list-item input{
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #ccc;
    margin-right: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: middle;
    top: 1px;
    line-height: 1;
    outline: 0;
    border-radius: 0;
}  

.contacto-formulario input[type=checkbox]{
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s;
}
  
.contacto-formulario input[type="checkbox"]:before {
    background: #36A5B4;
    content: "";
    position: absolute;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
    border-radius: 5px;
    z-index: 100;
    width: 0px;
    bottom: 13px;
    left: 2px;
    transform: rotate(45deg);
}
  
.contacto-formulario input[type="checkbox"]:after {
    right: 0;
    z-index: 100;
    background: #36A5B4;
    content: "";
    position: absolute;
    height: 0px;
    border-radius: 5px;
    -webkit-transition: all .2s ease .3s;
    transition: all .2s ease .3s;
    width: 2px;
    left: 8px;
    bottom: 2px;
    transform: rotate(45deg);
}
  
.contacto-formulario input[type="checkbox"]:checked::before{
    width: 6px;
    bottom: 4px;
}
  
.contacto-formulario input[type="checkbox"]:checked::after{
    height: 10px;
    left: 8px;
}

.contacto-formulario br{
    display: none;
}

.contacto-formulario input.wpcf7-file {
    background-color: #fff;
    margin-top: 15px;
  }
  
.contacto-formulario input.wpcf7-file::file-selector-button {
    padding: 1em 1.5em;
    border-width: 0;
    border-radius: 2em;
    background-color: #000;
    color: hsl(210 40% 90%);
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
}

.contacto-formulario .wpcf7-form-control.wpcf7-submit{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /* background-image: none; */
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: rgb(10, 10, 10);
    color: rgb(10, 10, 10);
    background-color: transparent !important;
    border-radius: 0 !important;
    font-weight: 600 !important;

}

.contacto-formulario .wpcf7-form-control.wpcf7-submit:hover{
    background-color: rgb(10, 10, 10) !important;
    color: #fff;
    border-color: rgb(10, 10, 10) !important
}

.wpcf7 form.sent .wpcf7-response-output {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border: 1px solid #3cb878;
  background: #eafff5;
  color: #246e50;
  border-radius: 6px;
  font-size: 16px;
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✔";
  font-size: 20px;
  font-weight: bold;
  color: #3cb878;
}


.sidebar-contactar a{
    color: #a1a1a1 !important;
}
.page_content .vc_column-inner .sidebar-contactar a:not(.blog-read-more):not(.add_to_cart_button):hover:not(.woocommerce-LoopProduct-link):hover:not(.vc_btn3):not(.ult_price_action_button):not(.cbp-l-caption-buttonLeft):not(.cbp-l-caption-buttonRight):hover{
    color: #000 !important;
}

.blog-sidebar-bg .widget ul li a{
      color: #a1a1a1 !important;
}

.blog-sidebar-bg .widget ul li a:hover{
    color: #000 !important;
}
  
  


.section-actualidad-botones{
    text-align: center;
    margin-top: 50px;
}

.section-actualidad-botones .vc_col-sm-6:first-child{
  text-align: right;
}

.section-actualidad-botones .vc_col-sm-6:last-child{
  text-align: left;
}

.section-actualidad-botones a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    border-color: rgb(10, 10, 10);
    color: rgb(10, 10, 10);
    background-color: transparent;
    border-radius: 0 !important;
}

.section-actualidad-botones a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    background-color: rgb(10, 10, 10);
    color: #fff;
    border-color: rgb(10, 10, 10);
}


.vc_grid-item a.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    border-color: rgb(10, 10, 10);
    color: rgb(10, 10, 10);
    background-color: transparent !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}

.vc_grid-item a.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_grid-item .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{
    background-color: rgb(10, 10, 10) !important;
    color: #fff;
    border-color: rgb(10, 10, 10) !important;
    box-shadow: none !important;
}

.search-results .post-listing article a.vc_btn3{
    border-color: rgb(10, 10, 10);
    color: rgb(10, 10, 10);
    background-color: transparent !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    border: 1px solid;
}

.search-results .post-listing article a.vc_btn3:hover{
    background-color: rgb(10, 10, 10) !important;
    color: #fff;
    border-color: rgb(10, 10, 10) !important;
    box-shadow: none !important;
}

.page-template-blog-template .blog-read-more{
    border-color: rgb(10, 10, 10);
    color: rgb(10, 10, 10) !important;
    background-color: transparent !important;
}


#primary_footer p{
  margin-bottom: 0 !important;
}

#big_footer .links-footer{
    color: #a1a1a1 !important;
}

#big_footer .links-footer a{
    color: #a1a1a1 !important;
    font-size: 18px !important;
    line-height: 29px;
}

#big_footer a:not(.submit):not(.tag-cloud-link):not(.social-network):hover{
    color: #000 !important;
}

.single .navigation {
    margin: 60px !important;
}

.ult-carousel-wrapper .slick-dots {
    bottom: -10px !important;
}

.single-post h1.page_title{
      text-transform: initial;
}



.single-post .fullwidth-container, .search .fullwidth-container, .archive .fullwidth-container{
  background-image: url('../images/cabecera-actualidad.jpg');
}

h2{
  font-weight: 800 !important;
}

.search-results .post-listing article{
  margin-bottom: 50px;
}

.the_content.content-recetas {
    display: flex;
    gap: 50px;
}

.post-template-default.single-format-standard .the_content.content-recetas h3{
  margin-top: 0 !important;
      font-size: 28px;
}

.post-template-default.single-format-standard .the_content.content-recetas .col-presentacion h3{
  margin-top: 30px !important;
}

.the_content.content-recetas .col-ingredientes{
    background: #f4f4f4;
    padding: 30px;
    border-radius: 15px;
    width: 30%;
}

.the_content.content-recetas .col-presentacion{
  width: 70%;
}


.counter-plus .counter_suffix{
  font-size: 25px !important;
}

.stats-desc .stats-text{
  color: #fff !important;
}

.share-buttons {
    width: 100%;
    display: table;
    text-align: center;
    padding: 40px 25px 0;
    border-top: 1px solid;
    margin-top: 20px;
    margin: 40px 35px;
    border: 0;
}


#nav-below.navigation{
  margin-bottom: 0 !important;
  top: 9px;
}

.proj-content{
  margin-top: 80px;
}

.share-buttons{
  display: none !important;
}

.architek_breadcrumbs {
    margin-top: 35px;
    text-align: center;
}


.page-id-962 .page_content, .parent-pageid-962 .page_content{
   background: #f0f0f1;
}

.single-post .the_content a{
  text-decoration: underline;
}

.icono-titulo img{
  width: 60px;
  margin-bottom: 30px;
}

.vc_row.row-iconos-box{
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vc_row.row-iconos-box .wpb_column {
  flex: 0 0 calc(33.333% - 20px);
}

.vc_row.row-iconos-box.row-iconos-box-linea{
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* <-- ahora NO se rompen en varias filas */
  justify-content: space-between;
}

.vc_row.row-iconos-box.row-iconos-box-linea .wpb_column {
  flex: 0 0 calc(20% - 24px); /* 5 columnas por fila */
}




.vc_row.row-iconos-box:after, .vc_row.row-iconos-box:before{
  content: none;
}

.vc_row.row-iconos-box .vc_column-inner:after, .vc_row.row-iconos-box .vc_column-inner:before{
  content: none;
}

.vc_row.row-iconos-box .vc_column-inner{
  padding: 0;
}

.custom-icon-box {
  text-align: center;
  background: #e5bc1f;
  padding: 20px;
  position: relative;
}

.custom-icon-box:hover{
  background: #ebce5b;
}

.custom-icon-box a {
  /* position: absolute; */
  display: block;
}

.custom-icon-box img{
  width: 100px;
}

.custom-icon-box h4{
  color: #fff;
  margin-bottom: 0 !important;
}


.selector-idiomas{
  display: none !important;
}

.cmplz-documents.cmplz-links ul li::marker{
  list-style: none;
  display: none;
}


/* Large devices (Larger desktops, 1200px and up) */
@media (max-width: 1399px){

	
}

@media (max-width: 1299px){

  .navbar-default .navbar-nav > li {
    padding-right: 10px;
    padding-left: 10px;
  }
	
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){

  header a.navbar-brand img {
    height: 48px;
    max-height: 48px;
  }

  header .nav-container .navbar-header{
    margin-top: 34px;
    margin-bottom: 16px;
    margin-left: 0px;
    height: 29px;
  }
	
}

@media (max-width: 1099px){

  header.dark.style1.architek-underlining .navbar-right{
    padding-right: 0;
  }

  .navbar-collapse ul.navbar-nav > li > a{
    font-size: 13px;
  }

  header a.navbar-brand img {
    height: 40px;
    max-height: 40px;
  }
	
}


/* Small devices Tablets  */
@media (max-width: 993px) {

  header:not(.style4) .nav-container .header_social_icons {
    display: initial !important;
    width: 30px;
  }

  .current-lang{
    margin-right: 0;
  }

  .vc_row.row-iconos-box.row-iconos-box-linea {
    flex-wrap: wrap;
    justify-content: start;
  }

  .vc_row.row-iconos-box.row-iconos-box-linea .wpb_column {
    flex: 0 0 calc(33% - 11px);
  }

}


/* Small devices Tablets  */
@media (max-width: 991px) {

  .separador-home{

  }

  .blog-home{

  }
	
}

/* Small devices Phones */
@media (max-width: 767px) {

  header .nav-container .navbar-header{
    margin-top: 34px !important;
    margin-bottom: 16px !important;
    height: 29px !important;
  }

  .vc_row.section-logos{
    padding: 60px 0 !important;
    text-align: center;
  }

  .vc_row.section-logos p{
    margin-bottom: 0 !important;
  }

  .vc_row.section-logos.section-logos-interior{
    padding-top: 0 !important;
  }

  .vc_row.section-logos .wpb_column {
    width: 50%;
    float: left;
  }

  .vc_row.separador-home{
    margin: 0;
    padding: 0 !important;
  }

  .vc_row.texto-presentacion{
    margin: 0 !important;
    padding: 60px 0;
  }

  .vc_row.texto-presentacion h2.vc_custom_heading{
    font-size: 32px !important;
  }

  .vc_row.section-home-tabs {
    padding: 60px 0 !important;
  }

  .section-home-tabs .special_tabs{
    padding: 0 !important;
  }

  .section-home-tabs .vc_empty_space{
    display: none !important;
  }

  .section-home-tabs lite-youtube, .section-home-tabs img {
    margin-top: 50px;
  }

  .vc_row.architek-home-stats{
    padding: 60px 0 !important;
  }

  .vc_row.architek-home-stats .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }

  .vc_row.architek-home-stats .wpb_column.vc_column_container.vc_col-sm-3:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }

  .vc_row.architek-home-stats .aio-icon-img .img-icon{
    width: 80px;
  }

  .vc_row.architek-home-stats .ult-spacer{
    display: none !important;
  }
  
  .vc_row.blog-home{
    padding: 60px 0 !important;
  }

  .vc_row.blog-home .vc_btn3-container.vc_btn3-left{
    float: none !important;
  }

  .section-actualidad-botones a{
    display: block;
    width: 100%;
  }

  .section-actualidad-botones .vc_col-sm-6{
    width: 50%;
    float: left;
  }

  .section-actualidad-botones .vc_col-sm-6 .vc_do_btn{
    display: block;
  }

  .vc_row.section-home-logos{
    padding-bottom: 60px;
  }

  .section-home-logos .vc_col-sm-6{
    width: 50%;
    float: left;
  }

  .vc_row.galeria-interio{
    padding: 60px 0 !important;
    padding-top: 0 !important;
  }

  .separador-home.separador-interior-top{
    padding-top: 60px !important;
  }

  .vc_row.separador-responsive-doble-padding {
    padding: 60px 0 !important;
  }

  .vc_row.section-contactar{
    padding: 60px 0 !important;
  }

  #primary_footer .footer_sidebar{
    margin-bottom: 30px;
  }

  #primary_footer > .container, #primary_footer > .no-fcontainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #primary_footer{
    text-align: center;
  }

  #primary_footer .widget_title_span{
    text-align: center !important;
  }

  #primary_footer h4{
    text-align: center !important;
  }

  .widget.architek_socials_widget .social-icons-fa.align-left{
    text-align: center !important;
  }

  #primary_footer .widget.architek_socials_widget .social-icons-fa.align-left ul{
    display: flex !important;
    justify-content: center;
  }

  #secondary_footer {
    padding: 20px 0 20px !important;
  }

  .vc_row.row-iconos-box.row-iconos-box-linea {
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 0;
  }

  .vc_row.row-iconos-box.row-iconos-box-linea .wpb_column {
    flex: 0 0 calc(33% - 11px);
    flex: 0 0 auto;
    width: 50%;
  }

  .vc_row.row-iconos-box .vc_column-inner {
    padding: 0;
    padding: 0;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

	
}

/* Extra small devices Phones */
@media (max-width: 577px) {

  header:not(.style4) .nav-container .header_social_icons {
    display: initial !important;
    width: 30px;
    position: initial;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
  }

  .architek-home-stats .vc_col-sm-3 {
    width: 50% !important;
  }

  .section-actualidad-botones .vc_col-sm-6{
    width: 100%;
  }

  .section-actualidad-botones .vc_col-sm-6:last-child{
    margin-top: 30px;
  }

  .custom-icon-box h4{
    font-size: 16px;
  }

  .custom-icon-box {
    text-align: center;
    padding: 10px;
  }
  
}