:root {
    --light-beige: #F7F6F2;
    --black: #020202;
    --dark-gray: #404040;
    --light-gray: #DCDDDE;
    --gray: #C0C0C0;
    --grayTransparent: #404040C7;
    --blackTransparent: rgba(0, 0, 0, 0.4);
    --grayDark: rgb(101,101,101);
    --white: #FFFFFF;

    /*Form colors*/
    --invalid: #ffb900;
    --valid: #46b450;
}

/*Headers*/
.bck-header .elementor-element .e-con-inner{
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: flex-start!important;
    padding: 25px 15px !important;
    gap: 25px;
}

.bck-header .elementor-element{
    min-height: auto;
}

.bck-header .elementor-element .e-con-inner .elementor-widget-heading .elementor-widget-container{
    padding: 0 !important;
    align-content: end;
}

.bck-header .elementor-element .e-con-inner .elementor-widget-heading .elementor-widget-container *{
    text-transform: capitalize!important;
}

/*margin configs*/
.no-margin *{ margin: 0; }

/*Texts configs*/
.text-center *{ text-align: center !important; }
.elementor-widget-text-editor:not(.elementor-widget-text-editor.footer-elem):not(.elementor-widget-text-editor.text-over) .elementor-widget-container *,
.elementor-widget-text-editor:not(.elementor-widget-text-editor.footer-elem):not(.elementor-widget-text-editor.text-over) .elementor-widget-container p{ text-align: justify !important; }
.elementor .no-elem-texts a{ 
    color: unset;
    text-decoration: underline; 
}

/*Logo*/
.no-elem-logo img{ object-fit: contain; }

/*Imagenes*/
.no-elem-img-container img{
    height: 500px !important;
    object-fit: cover;
    width: 100%;
}

.no-elem-img img{
    object-fit: cover;
    background-size: cover;
}

/*Estructura Html Contenido Entradas*/
a{
    color: #978B81;
}

.no-elem-entryContent .wp-block-heading{
	margin-bottom: 20px;
    color: var(--dark-gray);
}

.no-elem-entryContent p{ font-size: 20px; }
.no-elem-entryContent h1{ font-size: 40px; }
.no-elem-entryContent h2{ font-size: 35px; }
.no-elem-entryContent h4{ font-size: 30px; }
.no-elem-entryContent h5{ font-size: 25px; }
.no-elem-entryContent h6{ font-size: 20px; }

.no-elem-entryContent p,
.no-elem-entryContent figure{ margin-bottom: 30px; }

.no-elem-entryContent p a{
	color: unset;
    text-decoration: underline;
}

/*Header*/
.elementor-location-header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.elementor-location-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.no-elem-navbar .no-elem-menu .e-n-menu-heading{ gap: 25px; }

.no-elem-navbar .no-elem-menu .e-n-menu-title{
    position: relative;
    transition: all 0.3s ease;
}

.no-elem-navbar .no-elem-menu .e-n-menu-item.activeMenu .e-n-menu-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--dark-gray); /* Cambia el color a tu preferencia */
    position: absolute;
    top: 117%; /* Asegúrate de ajustar la posición según tus necesidades */
    left: 35%;
    z-index: 2147483621;
    transition: all 0.3s ease;
}


.no-elem-navbar .no-elem-menu .e-n-menu-item .e-n-menu-title{
    padding: 10px 0 0 0;
}

.no-elem-navbar .no-elem-menu .e-n-menu-item .e-n-menu-title,
.no-elem-navbar .no-elem-menu .e-n-menu-item .e-n-menu-title-text{
    cursor: pointer;
}

.e-n-menu-dropdown-icon{ display: none; }

.no-elem-navbar .no-elem-search input{
    border-radius: 15px;
    min-height: 30px;
    height: 40px;
    border: 1px solid var(--dark-gray);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-inline-end: 35px!important;
}

.no-elem-navbar .no-elem-search .e-search-input-wrapper{ position: relative; }

.no-elem-navbar .no-elem-search .e-search-input-wrapper:before{
    content: '';
    background-image: url("../img/search_icon_home.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    right: 10px;
    top: 9px;
    filter: brightness(0);
}

.no-elem-navbar .no-elem-child .submenu {
    opacity: 0;
    max-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.no-elem-navbar .no-elem-child .submenu.active-sub {
    width: auto;
    height: 100%;
    opacity: 1;
    max-height: 600px;
}

.no-elem-navbar .no-elem-menu .no-elem-father .elementor-icon-list-item.active{
    background-image: url('../img/arrow_icon_white.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 9px;
}

.no-elem-navbar .no-elem-menu .submenu .elementor-icon-list-item{
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 12px;
    cursor: pointer;
}

.no-elem-navbar .no-elem-menu .submenu .elementor-icon-list-item *{
    text-transform: capitalize !important;
}

.no-elem-navbar .no-elem-menu .submenu .elementor-icon-list-item:hover{
    background-image: url('../img/arrow_icon_white.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 9px;
}

/*General buttons*/
.no-elem-grid-body .elementor-button{
    padding: 10px 20px;
}

.no-elem-grid-body .no-elem-btn .elementor-button-text{
    font-size: 23px;
}

.no-elem-btn.btn-glp a{
    font-size: 18px !important;
}

.no-elem-btn a{
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s linear;
}
.no-elem-btn a:hover{
    background: linear-gradient(rgb(0 0 0 / 15%) 0 0);
    transition: all .3s linear;
}

/*Header Mobile*/
.no-elem-menu-mobile.dialog-type-lightbox{
    position: absolute!important;
    z-index: 20;
}

/*Carousel General web*/
.no-elem-carousel .elementor-image-carousel-wrapper .swiper-slide{ height: 88dvh; }
.no-elem-carousel .elementor-image-carousel-wrapper .swiper-slide-inner{ height: 100% !important; }
.no-elem-carousel .swiper-pagination{ bottom: 25px !important; }

.swiper-pagination-bullet-active-sub{
    background-color: var(--white);
}

.no-elem-carousel .elementor-image-carousel-wrapper .swiper-slide-image{
    height: 100%;
    object-fit: cover;
}

/*Contact Form General*/
.no-elem-contactForm .wpcf7-form .group-data br{ display: none; }
.no-elem-contactForm .wpcf7-form .group-data p{
    display: grid;
    gap: 15px;
}

.no-elem-contactForm .wpcf7-form * {
    font-family: Open Sans, Arial, sans-serif;
    letter-spacing: 2px;
}

.no-elem-contactForm .wpcf7-form .wpcf7-textarea,
.no-elem-contactForm .wpcf7-form .wpcf7-text{
    border: 2.5px solid var(--dark-gray);
    border-radius: 0;
    padding: 10px 20px;
    color: var(--dark-gray);
    font-weight: 100;
}

.no-elem-contactForm .wpcf7-form .wpcf7-textarea:focus-visible,
.no-elem-contactForm .wpcf7-form .wpcf7-text:focus-visible{
    outline: unset;
}

.groupCheckbox br{ display: none; }
.groupCheckbox .wpcf7-list-item{ 
	margin: 0 0 8px 15px; 
}

.no-elem-contactForm .wpcf7-form .groupCheckbox .wpcf7-list-item,
.no-elem-contactForm .wpcf7-form .groupCheckbox .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 5px;
}

.no-elem-contactForm .wpcf7-form .groupCheckbox .checkPromotions .wpcf7-list-item{
    align-items: flex-start;
}

.no-elem-contactForm .wpcf7-form .groupCheckbox .checkPromotions input{ margin-top: 5px; }

.no-elem-contactForm .wpcf7-form .wpcf7-list-item input[type="checkbox"]{
    appearance: none;
    border: 1px solid var(--dark-gray);
    min-width: 21px;
    height: 21px;
    border-radius: 2px;
    cursor: pointer;
    background-color: var(--white);
}

/*Type Files*/
.no-elem-contactForm .wpcf7-form .files{
    margin-bottom: 15px;
    padding: 20px;
    border: 2.5px solid var(--dark-gray);
}

.no-elem-contactForm .wpcf7-form .files .title-file{
    color: var(--grayDark);
}

.no-elem-contactForm .wpcf7-form .files *{ margin: 0; }
.no-elem-contactForm .wpcf7-form .files .wpcf7-form-control.wpcf7-file{ width: 100%;}

.no-elem-contactForm .wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked{
    background-color: var(--dark-gray);
    background-image: url('../img/success-white-check.svg');
    background-position: center;
    background-size: 15px;
    padding: 2px;
    background-repeat: no-repeat;
}

.no-elem-contactForm .wpcf7-list-item-label a,
.no-elem-contactForm .wpcf7-list-item-label{
    color: var(--dark-gray);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.no-elem-contactForm .wpcf7-list-item-label a{
    font-weight: 600;
}

.no-elem-contactForm .wpcf7-submit{
    background-color: var(--dark-gray);
    border: 0;
    border-radius: unset;
    color: var(--white);
    padding: 5px 30px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 40px;
}

.wpcf7-submit:disabled{ background-color: var(--gray) ; }

/*Selects*/
.no-elem-contactForm .select2-dropdown.select2-dropdown--below{ 
    border: unset; 
    padding: 2px 60px 0 10px;
    background-color: transparent;
}
.no-elem-contactForm .inputSelect .select2.select2-container{ width: 100%!important;}

.no-elem-contactForm .inputSelect .select2-selection--single {
	border: 2px solid var(--dark-gray);
    border-radius: 0;
    box-sizing: content-box;
    padding: 10px 5px 10px 5px;
    position: relative;
}

.no-elem-contactForm .select2-container--default .select2-selection--single .select2-selection__placeholder{ color: var(--dark-gray); }
.no-elem-contactForm .select2-results__options{
	border: 3px solid var(--dark-gray); 
	border-radius: 10px;
}

.no-elem-contactForm .select2-results__options li{ 
    color: var(--dark-gray); 
    padding: 0 20px;
    background-color: var(--white);
    font-weight: 300;
}

.no-elem-contactForm .select2-selection__rendered{ 
    padding: 0 15px !important;
    color: var(--dark-gray) !important;
    font-weight: 300;
}

.no-elem-contactForm .select2-results__options li:hover{
	background-color: var(--dark-gray);
    color: var(--white) !important;
}

.no-elem-contactForm .select2-container--default .select2-selection--single .select2-selection__arrow b{ 
	border-color: var(--dark-gray) transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    height: 0;
    left: 40%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.no-elem-contactForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent var(--dark-gray) transparent;
    border-width: 0 10px 10px 10px;
}

.no-elem-contactForm .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 60px;
    height: 100%;
    border-left: 2px solid var(--dark-gray);
    top: 0;
}

/*Response Outputs*/
.wpcf7-form.invalid .wpcf7-response-output{ background-color: var(--invalid); }
.wpcf7-form.sent .wpcf7-response-output{ background-color: var(--valid); }

.general-carousel .e-con-inner{ padding: 80px 0 !important; }
.general-carousel .elementor-widget-heading .elementor-widget-container{ padding-bottom: 30px !important; }
.general-carousel .elementor-widget-text-editor{ padding-bottom: 40px; }

.general-carousel .elementor-widget-text-editor * {
    line-height: 23px;
    margin: 0;
}

.general-carousel .no-elem-swiper .elementor-swiper:last-child .swiper-slide{
    border-radius: 10px!important;
    background-size: cover;
}

/*Table*/
.no-elem-table .dt-layout-row:not(.dt-layout-table), .no-elem-table caption{ display: none; }

.no-elem-table table.dataTable{ border-collapse: collapse; }
.no-elem-table table thead tr th{
    border-top: 1px solid var(--black)!important;
    border-right: 1px solid var(--black)!important;
    border-left: 1px solid var(--black)!important;
}

.no-elem-table table tbody .row-2 td{
    border-bottom: 1px solid var(--black)!important;
    border-right: 1px solid var(--black)!important;
    border-left: 1px solid var(--black)!important;
}

.no-elem-table table tbody tr:not(.row-2) td{
    border-width: 1px !important;
    border-color: var(--black);
}

.no-elem-table table thead tr th,
.no-elem-table table tbody tr td{
    font-size: 22px;
    font-family:Open Sans, Arial, sans-serif;
}

.no-elem-table table tbody tr td{ font-weight: 300; }
.no-elem-table table tbody tr td:not(:first-child){ text-align: center !important; }

/*Grid tipology Projects*/
.no-elem-tipology-grid .elementor-widget-call-to-action .elementor-cta__bg-wrapper {
    width: 150px;
    min-height: 120px;
}

.no-elem-tipology-grid .elementor-cta__bg-overlay {display: none;}
.no-elem-tipology-grid .elementor-cta { justify-content: center;}

.no-elem-tipology-grid .elementor-cta__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

.no-elem-tipology-grid .elementor-cta__content {
    padding: 5px;
    background-color: unset !important;
}

.no-elem-tipology-grid .elementor-cta__content * {
    font-size: 14px;
    color: var(--dark-gray) !important;
    font-weight: 300 !important;
    hyphens: auto;
}

/* Tipology v2 */
.no-elem-tipology-grid .no-elem-tipology-v2 .elementor-cta__bg-wrapper {
    width: 100%;
    min-height: 400px;
}

.no-elem-tipology-grid .no-elem-tipology-v2 .elementor-cta__content { justify-content: center; }
.no-elem-tipology-grid .no-elem-tipology-v2 .elementor-cta { justify-content: unset; }

.no-elem-tipology-grid .no-elem-tipology-v2 .elementor-cta__title {
    text-align: left;
    margin-bottom: 30px;
}

.no-elem-tipology-grid .no-elem-tipology-v2 .elementor-cta__description {
    width: 200px;
    text-align: justify;
    margin-bottom: 30px;
}

.no-elem-tipology-grid .no-elem-tipology-v2{ width: 330px; }

/*Gallery block*/
.ae-nm-block-gallery .esg-filters {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px!important;
}

.ae-nm-block-gallery #grid-gallery-products .esg-dropdown-wrapper{ width: 100%;}

.ae-nm-block-gallery #grid-gallery-products .esg-selected-filterbutton {
    background-color: var(--dark-gray) !important;
    padding: 10px 50px!important;
    max-width: 310px;
    width: 100%;
}

.ae-nm-block-gallery #grid-gallery-products .eg-search-submit .eg-icon-search::before,
.ae-nm-block-gallery #grid-gallery-products .eg-search-clean .eg-icon-cancel::before{
    font-size: 20px;
}

.ae-nm-block-gallery #grid-gallery-products .eg-search-submit,
.ae-nm-block-gallery #grid-gallery-products .eg-search-clean{
    background-color: var(--dark-gray) !important;
    padding: 15px!important;
    width: auto;
    height: 56px;
    color: white;
}
.ae-nm-block-gallery #grid-gallery-products .eg-search-input {
    border: solid 2px var(--dark-gray) !important;
    font-size: 18px;
    color: #7a7a7a;
    padding: 10px 20px!important;
}

.ae-nm-block-gallery #grid-gallery-products .esg-selected-filterbutton *{
    font-size: 18px!important;
    font-family: Roboto!important;
    color: var(--white);
}

.ae-nm-block-gallery #grid-gallery-products .esg-bc.eec{ padding: 10px 0;}
.ae-nm-block-gallery #grid-gallery-products ul li .esg-bc.eec{ background-color: rgba(0, 0, 0, 0.61); transition: all .2s linear; }
.ae-nm-block-gallery #grid-gallery-products ul li:hover .esg-bc.eec{ background-color: transparent; transition: all .2s linear; }

.ae-nm-block-gallery #grid-gallery-products ul li{ transition: all .2s linear; }
.ae-nm-block-gallery #grid-gallery-products ul li:hover { box-shadow: 0 0 0 4px var(--dark-gray); transition: all .2s linear;}

.ae-nm-block-gallery #grid-gallery-products .esg-dropdown-wrapper{
    padding: 10px!important;
    min-height: 200px;
    height: 100%;
    overflow-y: scroll;
}

.ae-nm-block-gallery #grid-gallery-products .esg-selected-filterbutton  *{ color: var(--white); }
.ae-nm-block-gallery #grid-gallery-products .esg-dropdown-wrapper span:not(.esg-filter-checked){ color: var(--black); }
.ae-nm-block-gallery #grid-gallery-products .esg-dropdown-wrapper span{font-size: 16px!important;}
.ae-nm-block-gallery #grid-gallery-products .esg-dropdown-wrapper .eg-icon-ok-1:before{
    content:"";
    background-image: url('../img/success-white-check.svg');
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.ae-nm-block-gallery #grid-gallery-products .esg-multiplefilters{
    justify-content: flex-start;
    margin-top: 25px!important;
}

.esgbox-caption__body{
    width: 35vw;
    margin: 0 auto;
}

.ae-nm-block-gallery #grid-gallery-products .esg-multiplefilters:last-child{
    justify-content: center;
}

.ae-nm-block-gallery #grid-gallery-products .esg-navigationbutton:hover,
.ae-nm-block-gallery #grid-gallery-products .esg-navigationbutton.selected{
    background-color: var(--dark-gray);
    color: var(--white);
}

.ae-nm-block-gallery #grid-gallery-products .esg-navigationbutton{
    border: solid 2px var(--dark-gray);
    color: var(--dark-gray);
}

/*Grid Caracteristicas */
.no-elem-grid-elem .no-elem-grid-body .elementor-widget-container{ text-align: unset; }

@media screen and (min-width: 992px){
    /*Contact Form*/
    .no-elem-contactForm .wpcf7-form .group-data p{ grid-template-columns: 1fr 1fr; }

    /*Swiper Styles Modified*/
    .general-carousel .no-elem-swiper .elementor-swiper:last-child{
        width: 100%;
        position: absolute;
        bottom: 19px;
        right: 0;
        z-index: 999;
    }

    .general-carousel .no-elem-content-text:not(.no-elem-content-text.unset-padding){
        padding-bottom: 180px;
    }

	.no-elem-left.general-carousel .no-elem-swiper .elementor-swiper:last-child{ transform: translate(110.6%); }
    .no-elem-right.general-carousel .no-elem-swiper .elementor-swiper:last-child{ transform: translate(-110.4%); }

    .general-carousel .no-elem-swiper .elementor-swiper:last-child .elementor-carousel-image{
        background-size: cover;
        width: 100%;
    }

    .general-carousel .no-elem-swiper .elementor-swiper:last-child .swiper-slide{
        height: 130px !important;
    }

    .general-carousel .no-elem-swiper .elementor-widget-container .elementor-swiper:first-of-type{
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.7);
    }

}

@media screen and (max-width: 1200px){
    .no-elem-navbar .no-elem-menu .e-n-menu-item .e-n-menu-title{ padding: 10px 0 0 0; }
    .no-elem-navbar .no-elem-menu .e-n-menu-heading{ gap: 12px; }
}

@media screen and (max-width: 767px){
    .esg-filter-wrapper.eg-search-wrapper{
        width: 100%!important;
    }

    .ae-nm-block-gallery #grid-gallery-products .eg-search-input{
        width: calc( 100% - 130px ) !important;
    }

    .ae-nm-block-gallery .esg-filter-wrapper{
        width: 100% !important;
    }

    .no-elem-grid-body .no-elem-btn .elementor-button-text{
        font-size: 18px;
    }

    .ae-nm-block-gallery #grid-gallery-products .esg-selected-filterbutton {
        max-width:unset;
        width: 100%;
    }
}

@media screen and (max-width: 992px){
    /*Header*/
    .bck-header .elementor-element .e-con-inner {
        padding: 25px 0 !important;
    }

    .no-elem-carousel .elementor-image-carousel-wrapper .swiper-slide{ height: 50dvh; }
    
    .no-elem-navbar .no-elem-menu .e-n-menu-heading{ gap: 0; }
    .groupCheckbox .wpcf7-list-item{ margin: 0 0 8px 0; }
    .no-elem-contactForm .wpcf7-form .groupCheckbox .wpcf7-list-item, .no-elem-contactForm .wpcf7-form .groupCheckbox .wpcf7-list-item label{ gap: 10px; }
    .general-carousel .e-con-inner{ padding: 40px 0 !important; }

    .no-elem-blockGrid{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    /*Carousel*/
    .general-carousel .no-elem-swiper .elementor-swiper:last-child .swiper-slide{
        height: auto;
    }

    .general-carousel .no-elem-swiper .elementor-swiper:last-child .swiper-slide .elementor-carousel-image{ height: auto; }

    /*Tabla*/
    .no-elem-table table thead tr th,
    .no-elem-table table tbody tr td{
        font-size: 18px;
    }

    /*Text*/
    .no-elem-texts .elementor-widget-container *{
        font-size: 18px!important;
    }

    /* Tipology v2 */
    .no-elem-tipology-grid{ padding: 15px!important; }

    .no-elem-table .elemenetskit-tablepress{ overflow-x: scroll; }

    /*Header colors mobile*/
    .menu-mobile .sub-arrow{ fill: var(--white); }

    .menu-mobile .elementor-item:hover .sub-arrow,
    .menu-mobile .elementor-item-active .sub-arrow,
    .menu-mobile .highlighted .sub-arrow{ fill: var(--dark-gray); }
}

@media screen and (max-width: 1100px){
    .bck-header .elementor-element .e-con-inner{
        display: flex;
        flex-direction: column !important;
    }

    .esg-filter-wrapper.dropdownstyle{
        width: 100%;
    }
    .ae-nm-block-gallery #grid-gallery-products .esg-multiplefilters{
        flex-direction: column;
    }
}