/* Estilos Generales Fuentes */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #000000 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    background-color: #ffffff;
}

/* Encabezados */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4, h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1 { line-height: 1.2 !important }

/* Párrafos */
p {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Enlaces */
a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Listas */
ul, ol {
    margin-left: 20px;
    padding-left: 0;
}
li {
    margin-bottom: 10px;
}

/* Página de Proyecto */
body.single-portfolio .line,
body.single-portfolio .nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before {
    display: none !important;
}

body.single-portfolio .nectar-scrolling-tabs .scrolling-tab-nav ul li {
    opacity: 1 !important;
}

/* Descripción personalizada */
.custom-desc-container {
    position: relative;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
}

.custom-desc-container.js-enhanced {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.acf-excerpt {
  display: block;
}

.descripcion-proyecto p{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.acf-full {
  display: none;
  margin-top: 8px !important;
  padding: 8px 10px 8px 0;
}

.ver-menos-btn {
  display: none;	
}

.lateral-fijo {
position: fixed;
    top: 25vh;
    left: 40px;
    width: 35%;
    z-index: 1000;
    padding: 20px;
}
@media only screen and (max-width: 690px) {
.lateral-fijo {
    position: static;
    top: 15vh;
    width: 100VW;
    padding: 10px;
	}
	
.acf-full{
	max-height: 45vh !important;
	padding: 0 10px 0 0 !important;
 }
}

.resto-texto {
    font-weight: normal;
    display: none;
    margin-top: 10px;
    padding-right: 10px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.acf-full  {
	margin-bottom: 3rem;
}
.acf-full::-webkit-scrollbar {
  width: 3px; 
}

.acf-full::-webkit-scrollbar-track {
  background: transparent; 
}

.acf-full::-webkit-scrollbar-thumb {
  background-color: black; 
  border-radius: 0;
}

.acf-full::-webkit-scrollbar-button {
  display: none; /* Quita las flechas */
}


/* Botones "+INFO" "-MENOS" */
.info-buttons {
    margin-top: 20px;
}

.ver-mas-btn, .ver-menos-btn {
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    cursor: pointer;
    transition: opacity 0.3s;
}

.ver-mas-btn:hover, .ver-menos-btn:hover {
    opacity: 0.7;
}

/* Ancho menú activo */
.menu-item.active-tab {
    width: 30vw !important;
}

/* Títulos dentro de tabs */
.tab-nav-heading.nectar-bg-pseudo-accent-color {
    padding-bottom: .5rem;
    margin: 0 !important;
    font-size: 16px !important;
}

.tab-nav-heading.nectar-bg-pseudo-accent-color a {
    font-size: 24px !important;
    font-family: 'HelveticaNeueLTStd' !important;
    font-weight: 500;
	text-transform: uppercase !important;
}

@media only screen and (max-width: 768px),
       only screen and (min-width: 990px) and (max-width: 1300px) {
    .tab-nav-heading.nectar-bg-pseudo-accent-color a {
        font-size: 24px !important;
    }
}

/* Ocultar "Editorial del grid*/ 

.blog-recent .meta-category{
	display:none !important;
}


/* Cambio de Margen inferior al título del post */
.featured-media-under-header h1
 {
    margin: max(min(0.35em, 35px), 20px) 0 max(min(0.25em, 25px), 8px) 0 !important;
}

/* Cambio de margen superior e inferior de la imagen del header del post */
.featured-media-under-header__featured-media:not([data-has-img="false"]) {
    margin-top: min(4vw, 90px) !important;
}

.main-content .featured-media-under-header {
    padding: min(4vw, 90px) 0 !important;
}

/* espacio para textos de blog por etiqueta de categorías */
@media only screen and (max-width: 690px) {
.masonry-blog-item .article-content-wrap {
    padding: 16px 0 18px !important;
}
}
