/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2025 | 16:14:31 */
/* ------ */
.bordado .elementor-shape svg polygon:first-child {
    fill: #eebd6b;
}
.portada .elementor-shape svg polygon:nth-child(1) {
	fill: #fff;
}
.portada .elementor-shape svg polygon:nth-child(2) {
	fill: #eebd6b;
}
.nosotros .elementor-shape svg polygon:nth-child(1) {
	fill: #fff;
}
.nosotros .elementor-shape svg polygon:nth-child(2) {
	fill: #050d25;
}
/* ABOUT */
.about .elementor-shape svg polygon:nth-child(1) {
	fill: #fff;
}
.about .elementor-shape svg polygon:nth-child(2) {
    fill: #eebd6b;
}
.triangle.elementor-widget-image img {
    clip-path: polygon(0% 50%, 0% 50%, 100% 0%, 100% 100%);
}
.triangle .elementor-widget-container::before {
    content: '';
    position: absolute;
    background: #050d25;
    clip-path: polygon(0% 100%, 0% 0%, 100% 50%, 100% 50%);
    z-index: 1;
}
.triangle-revert.elementor-widget-image img {
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 50%);
}
.triangle-revert .elementor-widget-container::before {
    content: '';
    position: absolute;
    background: #050d25;
    clip-path: polygon(0% 50%, 0% 50%, 100% 0%, 100% 100%);
    z-index: 1;
}
/* CONTACTO */
.gradient .elementor-icon.elementor-animation- {
    background-image: linear-gradient(0deg, #CE8242 0%, #FFDA80 75%);
}
/* HEADER */
#header, .sticky-header .header-main.sticky {
	border-top: 0;
}
#header .main-menu > li.menu-item > a {
	padding: 40px 0;
	line-height: normal !important;
}
#header .searchform-popup .search-toggle {
	color: #fff;
}
#header .searchform-popup .search-toggle:hover {
	color: #fde900 !important;
}
#header .mega-menu>li.menu-item:hover .popup {
	top: 100%;
}
/* HEADER STICKY */
#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
    background-color: #050d25;
}
#header.sticky-header .header-main.change-logo .logo img {
    transform: scale(1);
}
#header.sticky-header .logo {
	max-width: 250px;
}
#header.sticky-header .main-menu.mega-menu > li.menu-item > a::before {
	bottom: 25px;
}
#header.sticky-header .mega-menu>li.menu-item:hover .popup {
	top: 100%;
}
/* HEADER-MENU */
#header .main-menu.mega-menu > li.menu-item > a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fde900;
    left: 0;
    bottom: 30px;
    transform: scale(0, 1);
    transform-origin: right center;
    z-index: 1;
    transition: transform 0.5s ease;
}
#header .main-menu.mega-menu > li.menu-item:hover > a::before, #header .main-menu.mega-menu > li.menu-item.active > a::before {
    transform: scale(1, 1);
    transform-origin: left center;
}
#header .menu-item-has-children.has-sub.narrow.sub-ready > a::after {
    display: inline-block;
    content: "";
    font-family: "porto";
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0 8px;
    line-height: 1;
}
#header .main-menu>li.menu-item {
    padding: 0 15px;
}
#header .main-menu .narrow ul.sub-menu {
    border-top: 3px solid #eebd6b;
}
#header .main-menu .narrow li.menu-item:hover > a, #header .main-menu .wide li.menu-item li.menu-item:hover > a {
    color: #fff;
    background-color: #eebd6b;
}
.porto-narrow-sub-menu, .porto-narrow-sub-menu ul.sub-menu {
	padding: 0;
}
#header .main-menu .narrow li.menu-item > a {
    font-family: "Amiko", Poppins;
}
/* FOOTER */
#footer {
    background-color: transparent;
}
.footer a:hover {
    color: #eebd6b !important;
} 
/* CONTADOR */
.eael-counter-number-wrap {
    display: flex;
}
span.eael-counter-number-suffix {
    padding-left: 5px;
}
/* SERVICIO */
/*.owl-carousel.owl-drag .owl-item.center .show.elementor-widget-heading {
    display: block;
}
.owl-carousel.owl-drag .owl-item .show.elementor-widget-heading {
    display: none;
}
.owl-carousel.owl-drag .owl-item.center .show.elementor-widget-heading .elementor-widget-container p {
    position: relative;
    width: 200%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.owl-item.active.center {
	transform: scale(1);
	opacity: 1;
}
.owl-item.active, .owl-item.cloned, .owl-item.cloned.active, .owl-item {
	transform: scale(0.7);
    transition: .3s all linear;
    opacity: 0.7;
}*/
/* SERVICIO 2.0 */
.servicio .elementor-container.elementor-column-gap-default {
    display: grid;
}
.servicio .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50 {
    width: 100%;
}
.list-carousel-slick .slick-slide .show {
	display: none;
}
.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center .show {
	display: block;
}
.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center .show .elementor-widget-heading p {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
/* CONTACTO FORMULARIO */
.form-row:not(.row) {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    padding: 0 0.5rem !important;
}
.form-group input[type=text], .form-group input[type=email], .form-group textarea.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16), 1px 0 8px rgba(0, 0, 0, 0.23);
}
.btn-dark {
	background-color: #fde900;
    border-color: #fde900;
	color: #000;
}
/* PROYECTO */
.elementor-inner-section.elementor-element.hover {
    position: absolute;
    z-index: 2;
    height: 350px;
    left: 0;
    bottom: 0;
    top: 15px;
    right: 0;
    background: rgb(0 0 0 / 50%);
	opacity: 0;
}
.elementor.elementor-5004 {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.proyecto .elementor-column.elementor-col-100:hover .elementor-inner-section.elementor-element.hover {
	opacity: 1;
}
/* TESTIMONIO */
.eael-testimonial-content.eael-testimonial-inline-bio {
    margin-bottom: 2rem;
}
.eael-testimonial-inline-bio .bio-text {
    display: grid;
	padding-top: 1.2rem;
}
.eael-testimonial-inline-bio .eael-testimonial-image img {
    height: 60px;
    object-position: center;
    object-fit: cover;
}
.eael-testimonial-inline-bio .testimonial-star-rating {
    position: absolute;
    top: 6rem;
}
.eael-testimonial-text {
    text-align: justify;
}
/* EMPRESA */
.flag {
    overflow: hidden;
}
.flag::before {
    content: "";
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
    z-index: 2;
}
.left-flag::before, .left-flag::after {
    content: "";
    position: absolute;
    background: #004a81;
    z-index: 2;
}
.cerrado {
    position: relative;
    overflow: hidden;
}
/* HEADING */
.gradient-text .elementor-heading-title {
    background-image: linear-gradient(90deg, #CE8242, #FFDA80);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* CUSTOM */
.custom .elementor-widget-container {
	display: flex;
}
/* HOME - PROYECTO */
.portafolio .tb-hover-content {
   	background-color: rgba(0 0 0 / 30%) !important;
}
.portafolio-type .tb-hover-content {
    background-color: rgb(0 0 0 / 50%);
}
.portafolio-type .porto-tb-featured-image img {
    height: 250px;
    object-position: center;
    object-fit: cover;
}
.portafolio-type .porto-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.portafolio-type .porto-section .post-title {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    font-family: "Amiko", Poppins;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.4;
}
.portafolio-type .porto-section .post-title a {
    font-size: 1rem;
}
.portafolio-type .porto-section, .portafolio-type .tb-hover-content {
    opacity: 1;
	transition: transform .4s, opacity .3s;
}
.portafolio-type:hover .porto-section {
    opacity: 1;
}
.portafolio-type .porto-section .btn-primary {
    background: #fde900;
    border-color: #fde900;
    color: #050d25;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Amiko", Poppins;
}
.portafolio-type .porto-section .btn-primary:hover {
	background: #050d25;
    border-color: #050d25;
    color: #fff;
}
/* SINGULAR - PROYECTO */
/*.tag-proyecto .elementor-widget-wrap.elementor-element-populated {
    background: #fbd487;
    width: max-content;
    display: block;
    overflow: hidden;
}
.tag-proyecto .elementor-widget-wrap.elementor-element-populated::before, .tag-proyecto .elementor-widget-wrap.elementor-element-populated::after {
    content: "";
    position: absolute;    
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg);
    z-index: 2;
}
.tag-proyecto .elementor-widget-wrap.elementor-element-populated::before {
	left: -15px;
    top: -15px;
}
.tag-proyecto .elementor-widget-wrap.elementor-element-populated::after {
    right: -15px;
    bottom: -15px;
}*/

.tag-proyecto .elementor-heading-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.tag-proyecto .elementor-heading-title span {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 0.8rem;
	text-transform: uppercase;
	width: 100%;
}
.tag-proyecto .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%, 20% 0);
}
.list-proyecto .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 0;
}
.list-proyecto .elementor-icon-list-icon {
    padding-bottom: 0.5rem;
}
.list-proyecto .elementor-icon-list-item {
    display: grid;
}
.list-proyecto .elementor-icon-list-text div {
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

/*.tag-proyecto .elementor-heading-title::before, .tag-proyecto .elementor-heading-title::after {
    content: "";
    position: absolute;    
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg);
    z-index: 2;
}
.tag-proyecto .elementor-heading-title::before {
	left: -15px;
    top: -15px;
}
.tag-proyecto .elementor-heading-title::after {
    right: -15px;
    bottom: -15px;
}*/

.single-portfolio .elementor-icon-list-text {
    text-align: justify;
}
.single-portfolio .no-breadcrumbs .main-content {
    padding-top: 0;
}
/* BREADCRUMB */
.breadcrumb .elementor-shape-bottom {
    bottom: -1px;
}
.breadcrumb .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.breadcrumb .elementor-shape[data-negative=false].elementor-shape-bottom, .breadcrumb .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.breadcrumb .elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}
.breadcrumb .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.breadcrumb .elementor-shape svg polygon:first-child {
    fill: #fff;
}
.breadcrumb.single .elementor-shape svg polygon:first-child {
    fill: #eebd6b;
}
/* BREADCRUMB PROYECTO */
.breadcrumb.proyecto .elementor-shape svg polygon:first-child {
    fill: #fff;
}
.breadcrumb.proyecto .elementor-shape svg polygon:last-child {
    fill: #eebd6b;
}
/* GALERIA - PROYECTOS */
.eael-gallery-grid-item {
    padding: 0.4rem;
    background-color: transparent;
    background-image: linear-gradient(90deg, #CE8242 0%, #FFDA80 50%);
}
.fg-item-title, .fg-item-content, .gallery-item-buttons a:last-child {
    display: none;
} 
.gallery-item-buttons > a {
	margin-right: 0;
}
/* ROWS */
.w-60 {
	width: 60% !important;
}
.w-40 {
	width: 40% !important;
}
/* ARCHIVO - PROYECTO */
.portafolio-archive {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #f8f8f8;
    padding: 0;
    padding-bottom: 0;
}
.portafolio-archive .porto-tb-featured-image img {
    height: 300px;
    object-position: center;
    object-fit: cover;
}
.portafolio-archive {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #f8f8f8;
    padding: 0;
    padding-bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-block-group.container-list {
    padding-bottom: 1.5rem;
	background: #f8f8f8;
}
.fa-arrow-right::before {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 900;
	height: 16px;
	line-height: 16px;
	text-rendering: auto;
	width: 16px;
	-webkit-font-smoothing: antialiased;
}
.container-list .porto-heading.post-title {
    color: #050d25;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: justify;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}
.container-list .porto-heading.post-title::before, .container-list .porto-heading.post-title::after {
	content: "";
    position: absolute;
}
.container-list .porto-heading.post-title::before {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #050d25;
}
.container-list .porto-heading.post-title::after {
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 100%;
    background-color: rgb(5 13 37 / 20%);
}
.container-list .btn-primary {
    padding: 0;
    background: transparent;
    border-color: transparent;
    overflow: hidden;
    color: #eebd6b;
    font-size: 1rem;
    line-height: 1;
}
.container-list .btn-primary span {
    margin-left: -115px;
    width: auto;
    transition: .4s all ease;
    margin-right: 5px;
}
.container-list .btn-primary:hover span  {
    width: auto;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    margin-left: 0;
}
.container-list .btn-primary i {
    font-size: 1.5rem;
    line-height: 1;
}
.img-content span.porto-heading {
    position: absolute;
    z-index: 10;
    font-size: 0.8rem;
    line-height: 1;
    background: #050d25;
    color: #fff;
    padding: 10px;
    top: 1.5rem;
}
.portafolio-archive .section-with-shape-divider {
    position: relative;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}
.portafolio-archive .shape-divider {
    top: -60px; 
    height: 60px;
    z-index: 101;
	transform: rotate(180deg);
}
.portafolio-archive .shape-divider svg polygon:first-child {
    fill: #eebd6b;
}
.portafolio-archive .shape-divider svg polygon:last-child {
    fill: #f8f8f8;
}
.portafolio-archive .porto-section.wrap-content {
    padding: 0 2rem;
}
.portafolio-archive .shape-divider svg {
    width: calc(100% - -5px);
}
/* SERVICIO */
.service-left .elementor-icon-list-item::before, .service-right .elementor-icon-list-item::before {
    content: '';
    position: absolute;
    top: 15%;
    width: 110px;
    height: 5px;
    background-image: linear-gradient(90deg, #CE8242 0%, #FFDA80 75%);
    z-index: 1;
}
.service-left .elementor-icon-list-item::before {
	left: -120px;	
}
.service-right .elementor-icon-list-item::before {
	right: -120px;
}
.justify .elementor-icon-list-text {
    text-align: justify;
}
.cover-left.elementor-widget-image img {
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%, 15% 0);
}
.cover-right.elementor-widget-image img {
    clip-path: polygon(100% 15%, 100% 100%, 15% 100%, 0 85%, 0 0, 85% 0);
}
/* MOBILE-MENU */
#side-nav-panel .accordion-menu>li.menu-item a {
    font-weight: 700;
    padding: 10px 40px 10px 15px;
	letter-spacing: 0;
}
#side-nav-panel .accordion-menu .arrow {
	width: 40px;
	height: 45px;
    line-height: 45px;
}
#side-nav-panel .accordion-menu ul.sub-menu {
	background: #f5f5f5;
}
#side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .menu-custom-block a:hover {
	background-color: #eebd6b;
    color: #fff;
}
#side-nav-panel .accordion-menu li.menu-item>a {
	font-family: "Amiko", Poppins;
}
/* FILTER */
.sort-source>li>a {
	padding: 4px 8px;
}
/* BLOG */
.post-type {
    display: flex;
	flex-wrap: wrap;
}
.content-post-info {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.porto-tb-featured-image.post-img img {
    min-height: 250px;
    object-fit: cover;
}
.porto-tb-meta.post-date {
	font-family: "Amiko", Poppins;
    font-weight: 900;
    background-image: linear-gradient(90deg, #CE8242, #FFDA80);
    color: #050d25;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 25px;
}
.porto-tb-meta.post-date i {
    margin-right: 0.5rem;
}
.tb-meta-category.post-category {
	font-family: "Amiko", Poppins;
    position: relative;
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.tb-meta-category.post-category i {
    position: absolute;
    left: 0;
    top: 0;
    color: #eebd6b;
}
.tb-meta-category.post-category::before {
    content: "Categoría: ";
    color: #000;
    font-weight: 300;
    padding-left: 20px;
}
.tb-meta-category.post-category a {
    color: #050d25;
}
.content-post-info .post-title.post-title {
	font-family: "Caecilia LT Std", Poppins;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: linear-gradient(90deg, #CE8242, #FFDA80);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.porto-heading.post-except {
	font-family: "Amiko", Poppins;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.post-btn {
	font-family: "Amiko", Poppins;
    background: transparent;
    color: #050d25;
    border: 2px solid #050d25;
}
.post-btn:hover, .post-btn:focus {
    background: #050d25;
    color: #fff;
    border: 2px solid #050d25;
}
/* SINGLE-BLOG */
.single-post .porto-blog-sidebar .widget_categories .cat-item a::before {
	content: none;
}
.single-post .porto-blog-sidebar .widget_categories .cat-item a {
	padding: 0 !important;
}
.single-post .main-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.single-post .no-breadcrumbs .main-content {
    padding: 0 1rem;
}
/* SIDEBAR */
.widget .widget-title, .widget .widgettitle {
    font-family: "Caecilia LT Std", Poppins;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
}
.widget_recent_entries li, .widget_categories li {
	font-family: "Amiko", Poppins;
    font-size: 0.9rem;
    line-height: 1.4;
}
.elementor-icon-box-description a {
    color: #fff;
}
.gradient .elementor-icon-box-description a {
    color: #050d25;
}