@font-face {
	font-family: 'Pipeline';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url(../fonts/Frutiger.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Pipeline Bold';
	font-style: normal;
	font-display: swap;
	src: url(../fonts/Frutiger_Condensed_Bold.otf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family: 'Pipeline', sans-serif;
}
b, strong {
    font-weight: bold;
}
h1 {
    font-family: 'Pipeline Bold', sans-serif;
	font-size: 2.1rem;
}
h2 {
	font-family: 'Pipeline Bold', sans-serif;
    font-size: 1.8rem;
}
h3 {
	font-family: 'Pipeline Bold', sans-serif;
	font-size: 1.2rem;
}
h4 {
    font-family: 'Pipeline Bold', sans-serif;
	font-size: 1.1rem;
}
h5 {
    font-family: 'Pipeline', sans-serif;
	font-size: 1rem;
}
h6 {
    font-family: 'Pipeline', sans-serif;
	font-size: 0.9rem;
}
#sp-main-body {
    padding: 50px 0;
}
.entry-quote {
    background: #00587a;
	position: relative;
    padding: 50px;
    color: rgba(255,255,255,0.9);
    margin: 20px 0;
}
blockquote {
    font-size: 14px;
    font-style: italic;
    color: #9baa2a;
}

/* === TOPBAR === */

#sp-top-bar input#mod-search-searchword102 {
    background: #ffffff;
	font-size: 13px;
    height: 28px;
	min-width: 240px;
}
#sp-top-bar ul.social-icons {
    border-right: 1px solid #cecece;
	display: flex;
    justify-content: flex-end;
}
#sp-top-bar ul.social-icons>li {
    margin: 0;
    border-left: 1px solid #cecece;
}
#sp-top-bar ul.social-icons li a {
	padding: 12px 15px;
}
div#sp-top1 .sp-column {
    display: inline-flex;
    flex-direction: row-reverse;
}
#sp-top-bar li {
    color: #333;
	margin-right: 20px;
}
#sp-top-bar a:hover, #sp-top-bar a:focus, #sp-top-bar {
    color: #9baa2a;
}
div#sp-search input#mod-finder-searchword214 {
	border-radius: 0.375rem 0 0 0.375rem;
	font-size: 0.8rem;
    line-height: 1;
    padding: 0.275rem 0.75rem;
}
div#sp-search button.btn.btn-primary {
    border-radius: 0 0.375rem 0.375rem 0;
	font-size: 0.8rem;
    line-height: 0.8;
	padding: 0.275rem 0.75rem;
}

/* === HEADER === */

.header-menu-type-narrow .sp-megamenu-parent>li.sp-has-child>a:after {
    float: none;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	text-transform: uppercase;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent >li.active>a {
    background: transparent url(../images/menubg.png) 0 0 repeat;
    color: #00587a !important;
    border-bottom: 2px solid #00587a;
}
.sp-megamenu-parent >li.active:hover>a, .sp-megamenu-parent >li:hover>a {
    background: transparent url(../images/menubg.png) 0 0 repeat;
    color: #00587a !important;
    border-bottom: 2px solid #00587a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:active, .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    background: #9baa2a;
	color: #ffffff;
}
.separador.active > a {
	background: transparent !important;
}
.separador.active > a:hover, .separador.active > a:focus {
	color: #fff !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a {
	line-height: 1.4;
}
.offcanvas-menu .offcanvas-inner ul.menu>li ul li {
    border-bottom: 1px dotted #bdbdbd;
    margin-bottom: 5px;
	padding-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li ul li:last-child {
	border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 0;
}
.offcanvas-menu input#mod-finder-searchword0 {
    font-size: 0.75rem;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #fff !important;
    opacity: 1;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}
@media (max-width: 575px) {
	#sp-header .logo {
	    height: 60px;
	}
	#offcanvas-toggler {
		height: 60px;
		line-height: 60px;
	}
}
@media (max-width: 479px) {
	#sp-top-bar {
	    display: none !important;
	}
	.sticky-wrapper {
		display: block !important;
		height: 65px !important;
	}
	#sp-bottom {
		padding: 80px 0px 0px;
	}
	#sp-bottom .sp-module {
		margin-bottom: 30px;
	}
	article.item {
		text-align: initial !important;
	}
	.cajita-2 {
		width: 100% !important;
		height: auto !important;
		margin: 0px 0px 20px !important;
	}
	.sprocket-strips-c-container .sprocket-strips-c-block {
	    width: 100%;
	}
}
@media (max-width: 767px) {
	#sp-header .logo h1 {
	    font-size: 1px;
	    line-height: 0;
	    color: transparent;
	}
	.sticky-wrapper {
		display: block !important;
		height: 65px !important;
	}
	.sp-default-logo.visible-xs {
		height: auto;
		max-height: 50px;
	}
	.cajita-2 {
		width: 100% !important;
		height: auto !important;
		margin: 0px 0px 20px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-bottom .sp-module {
		margin-bottom: 30px;
	}
	#sp-bottom {
		padding: 80px 0px 0px;
	}
	.view-article .cajita-2 {
		margin-bottom: 10px !important;
		width: 40% !important;
	}
}
@media (min-width: 992px) {
  ul.sp-megamenu-parent.d-lg-block {
    display: flex!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul.sp-megamenu-parent.d-lg-block {
		display: none !important;
	}
	#offcanvas-toggler {
		display: block !important;
		height: auto;
		line-height: 80px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo {
		width: 21%;
	}
	#sp-menu {
		width: 79%;
	}
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		font-size: 13px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.double {
	    line-height: 1.4;
		height: 80px;
		padding: 18px 10px 20px;
		max-width: 80px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.simple {
	    line-height: 80px !important;
	    padding: 0 10px !important;
		max-width: 90px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-0 {
		max-width: 155px;
   }
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-1 {
		 max-width: 190px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-2 {
		 max-width: 190px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-3 {
		max-width: 120px;
   }
	.header-menu-type-narrow .sp-megamenu-parent >li.simple {
	    margin-top: 0px;
	    vertical-align: top;
	}
}
@media (min-width: 1400px) {
	#sp-logo {
		width: 21%;
	}
	#sp-menu {
		width: 79%;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.double {
	    line-height: 1.4;
		height: 80px;
		padding: 18px 15px 20px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.simple {
	    line-height: 78px !important;
	    padding: 0 15px !important;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-0 {
		max-width: 180px;
   }
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-1 {
		 max-width: 215px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-2 {
		 max-width: 205px;
	}
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-3 {
		max-width: 135px;
    }
	.header-menu-type-narrow .sp-megamenu-parent >li >a.width-4 {
		max-width: 100px;
    }
	.header-menu-type-narrow .sp-megamenu-parent >li.simple {
	    margin-top: 0px;
	    vertical-align: top;
	}
}

/* === TÍTULOS PÁGINAS === */

.sp-page-title {
	background: #00587a;
	color: #fff;
	padding: 40px 0;
}
.sp-page-title .sp-page-title-heading {
    padding: 10px 15px !important;
	text-transform: uppercase;
}
.sp-page-title .sp-page-title-sub-heading {
	color: rgb(255 255 255 / 85%);
	font-family: 'Pipeline', sans-serif;
    font-size: 0.9rem;
	margin: 0;
	padding: 10px 0 0 15px;
}
ol.breadcrumb {
	font-size: 16px;
    padding-left: 15px !important;
}
ol.breadcrumb .float-start {
    margin-right: 10px;
}

/* === SP PAGE BUILDER - GENERALES ==== */

@media (min-width: 1200px) {
   .sppb-container {
 	   max-width: 1320px;
	}
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 20px;
}
.sppb-addon-text {
    color: #777;
}
.sppb-addon-single-image-container {
    width: 100%;
}
.sppb-addon-single-image-container img {
	object-fit: cover;
	width: 100%;
}
.sppb-addon-table p {
    margin: 1rem 0;
}

/* --- Accordion --- */

.acordeon .sppb-panel-default>.sppb-panel-heading.active {
    background: #00587a;
    color: #fff;
}
.acordeon .sppb-panel-default>.sppb-panel-heading {
    background: #424751;
    color: #fff;
}
.acordeon .sppb-panel-default {
	border: none;
	margin-top: 1px;
}
.aot-separator {
    height: 1px;
    background-color: #e1e1e1;
    width: 50%;
    margin-left: 25%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.aot-separator-style {
    background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}

/* --- Botones SP page Builder --- */

.sppb-btn-primary {
    border-color: #4f5809 !important;
    background-color: #4f5809 !important;
    border-bottom-width: 1px !important;
}
.sppb-btn-primary:hover {
    border-color: #788517 !important;
    background-color: #788517 !important;
}
.sppb-btn-secondary {
    border-color: #00587a;
    background-color: #00415a;
    border-bottom-width: 1px;
}
.sppb-btn-secondary:hover {
    border-color: #00415a;
    background-color: #002a3a;
}
.btn-primary, .btn-default {
    background: #00587a;
    border: none;
    border-bottom-width: 0;
    color: #fff;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-default:hover, .btn-default:focus {
    background: #9baa2a;
    border: none;
    border-bottom-width: 0;
    color: #fff;
}

/* === PROYECTOS === */

.proyectos .blog .article-list .article .article-header a {
    color: #9baa2a;
}
.article-details.proyectos .article-header {
    display: none;
}
.proyectos .blog .article-list .article:hover .article-header a, .blog .article-list .article .article-header a.hover {
    color: #ffffff;
}
.proyectos .blog .article-list .article .article-header h1, .blog .article-list .article .article-header h2 {
    font-size: 1.2rem;
    margin: 0;
}
.proyectos .blog .article-list .article .article-intro-image img, .blog .article-list .article .article-featured-video img, .blog .article-list .article .article-featured-audio img, .blog .article-list .article .article-feature-gallery img {
    border-radius: 0;
	object-fit: cover;
	width: 100%;
}
.proyectos .blog .article-list .article .article-intro-image, .blog .article-list .article .article-featured-video, .blog .article-list .article .article-featured-audio, .blog .article-list .article .article-feature-gallery {
	border-bottom: none;
	border-radius: 0;
}
.proyectos .blog .article-list .article {
	background-color: #f5f5f5;
	border-radius: 0px;
}
.proyectos .blog .article-list .article:hover {
    background-color: #333;
}
.proyectos.view-category.layout-blog main#sp-component {
	width: 100%;
}
.proyectos.view-category.layout-blog aside#sp-right {
	display: none;
}
@media (min-width: 1400px) {
  .proyectos .sppb-addon-feature .sppb-media-content {
    display: flex;
  }
  .proyectos .sppb-addon-feature .sppb-addon-title {
	margin-right: 10px;
  }
}

/* === Artículos técnicos / Artículos Joomla === */

.articulos-tecnicos.view-category .article-intro-image img {
    height: 240px;
	padding: 10px;
    object-fit: contain;
    vertical-align: middle;
}
.articulos-tecnicos .article-list .article .article-header h1, .articulos-tecnicos .article-list .article .article-header h2 {
    border-bottom: 2px dotted #7A9A22;
    padding-bottom: 10px;
}
.articulos-tecnicos .article-list .article .article-header h1 a, .articulos-tecnicos .article-list .article .article-header h2 a {
    color: #01587a;
}
.articulos-tecnicos .article-list .article .article-header h1 a:hover, .articulos-tecnicos .article-list .article .article-header h2 a:hover {
    color: #9baa2a;
}
.article-list .article .readmore a {
    background: #4f5809;
	border-radius: 5px;
    color: #fff;
	padding: 10px 15px;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
    background: #9baa2a;
	color:#fff;
}
.article-details .article-header h1, .article-details .article-header h2 {
    border-bottom: 2px dotted #7A9A22;
	font-size: 1.7rem;
    padding-bottom: 10px;
}
.view-article .sppb-addon.sppb-addon-text-block h3.sppb-addon-title {
    border-bottom: 2px dotted #7A9A22;
    margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100%;
}
.view-article .cajita {
    background: #00587a;
    padding: 20px 10px;
    margin: 15px 8px;
    vertical-align: top;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 23%;
    float: left;
    height: 210px;
}
.view-article .cajita-2 {
    background: #9baa2a;
    padding: 20px 10px;
    margin: 0px 7px;
    vertical-align: top;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 18%;
    float: left;
    height: 210px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	border-bottom: 2px dotted #7A9A22;
	color: #00587a;
    padding-bottom: 10px;
	text-transform: uppercase;
}
#sppb-addon-1612268412810::before, #sppb-addon-1612270633038::before, div#sppb-addon-1619683817943::before, div#sppb-addon-1619687472320::before, div#sppb-addon-21c56c52-cae7-4a6c-a453-4de92f0f7b24::before, div#sppb-addon-7f760edd-82b4-43b6-aca3-d42a7cc56bb2::before, div#sppb-addon-dd1a3db6-c5cf-4c93-ac0f-7dd52c2d8e61::before {
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
#sppb-addon-1612269545890::before, #sppb-addon-1612269648970::before, #sppb-addon-1612269648979::before, #sppb-addon-1612269648984::before {
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: relative;
	top: -30px;
	margin: 0px auto -40px;
}
#sppb-addon-1515673420359::before {
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: relative;
	top: -20px;
	margin: 0px 0px -40px;
}
.itemid-866 #sppb-addon-1515665744444::before {
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 20px solid transparent;
	position: relative;
	top: 10px;
	left: -70px;
}
#sppb-addon-1515241121559::before, div#sppb-addon-1695378731096::before, #sppb-addon-1515683474373::before {
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: relative;
	top: 0px;
}
#sppb-addon-1515665744438 {
    margin: 0 0 6px;
    padding: 0;
}
div#column-id-1515669872135 .sppb-blocknumber-number, div#column-id-1515679585572 .sppb-blocknumber-number {
    font-size: 22px;
}
.width-small {
    width: 50%;
    line-height: 1.1;
}
.itemid-870 table.category td.list-title a {
    font-size: 18px;
}

/* === BOTTOM / FOOTER === */

.module-title h1, .module-title h2, .module-title h3, .module-title h4, .module-title h5, .module-title h6, .module-title .h1, .module-title .h2, .module-title .h3, .module-title .h4, .module-title .h5, .module-title .h6 {
    line-height: 29px;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}
.module-title h1:after, .module-title .h1:after, .module-title h2:after, .module-title .h2:after, .module-title h3:after, .module-title .h3:after, .module-title h4:after, .module-title .h4:after, .module-title h5:after, .module-title .h5:after, .module-title h6:after, .module-title .h6:after {
    background: #00587a;
    width: 11px;
    content: "";
    right: 0px;
    margin-top: 29px;
    height: 11px;
    position: absolute;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}
#sp-bottom .sp-module p, #sp-footer .sp-module p {
    color: rgb(255 255 255 / 80%);
    font-size: 15px;
}
#sp-bottom .sp-module p a, #sp-bottom .sp-module ul>li>a {
	font-size: 15px;
    font-weight: 700;
}
#sp-bottom .sp-module div#mod-custom94 p a {
    text-decoration: underline;
}
#sp-bottom .sp-module div#mod-custom94 p a:hover, #sp-bottom .sp-module ul>li>a:hover, #sp-footer .sp-module p a:hover {
	color: #9baa2a;
}
@media (max-width: 767px) {
	#sp-bottom {
		padding-bottom: 20px !important;
		text-align: center;
	}
	#sp-bottom img {
		margin: 0 auto;
	}
	#sp-bottom .sppb-media .pull-left {
		float: none!important;
	}
}
  
/* Resultados de búsqueda */
.finder .search-results.list-striped li {
    border-bottom: 1px dotted #9baa2a;
	display: flow-root;
    margin-bottom: 30px;
	padding-bottom: 30px;
}
.finder .search-results figure.result__image {
    float: right;
    max-width: 33%;
    padding-left: 50px;
}
.finder .search-results figure.result__image img {
	max-height: 150px;
    object-fit: contain;
    width: 100%;
}

/* Kit Digital */
section#sp-kit-digital {
	background-color: #333;
}
div#mod-custom215 .container {
	max-width: 70%;
}
section#sp-kit-digital .my-5 {
	margin-top: 1rem!important;
	margin-bottom: 3rem!important;
	background: #fff;
	padding: 10px 10px 0;
}
@media (max-width: 991px) {
  section#sp-kit-digital .my-5 {
    margin-bottom: 1rem!important;
  }
}