/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 19:52:03 */
div#logo-site figure img {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 20px 6px 6px;
    border-radius: 0 0 16px 16px;
    margin-top: -20px;
    transition: all 0.3s;
}
.header-scroll.elementor-sticky--effects div#logo-site img {
    width: 80px;
}
.header-scroll {
    transition:
        background 0.35s ease,
        backdrop-filter 0.35s ease;
}
.header-scroll.elementor-sticky--effects {
    background: linear-gradient(316deg, rgb(12 40 80 / 80%), rgb(21 123 163 / 80%)) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}



.custom-title span {
    background: linear-gradient(135deg, #2cc5d3 0%, #6dd5ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.custom-counter span.elementor-counter-number-suffix {
    color: #2CC5D3;
}

.custom-title-h2 {
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom-title-h2.center {
    justify-content: center;
}
.custom-title-h2:before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--e-global-color-46b70d7);
    border-radius: 2px;
}
.swiper-pagination-progressbar {
    background: #0C28500D;
}

/**** form 7 ***** */
.form-7 .elementor-field-type-text {
    padding: 5px;
}
.form-7 .elementor-field-type-text p, .form-7 .elementor-field-type-text label {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--e-global-color-f746a58);
    width: 100%;
}
.form-7 .elementor-field-type-text input, .form-7 .elementor-field-type-text select, .form-7 .elementor-field-type-text textarea {	
    font-size: 14px !important;
    border-radius: 15px;
    background: #ffffff;
}
.form-7 .elementor-field-type-text textarea {
    height: 95px;
}
.form-7 .form7-input-btn {
    background-color: transparent !important;
    font-weight: 700;
    background-image: linear-gradient(135deg, #20A8B4 0%, #157BA3 100%) !important;
    border-radius: 25px !important;
    padding: 16px;
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 15px;
    box-shadow: 0 8px 32px rgba(32, 168, 180, 0.3);
}
.form-7 label span {
    color: #950000;
}
.form-7 select.form-7-multiple option:not(:last-child) {
    margin-bottom: 5px;
}

/** menu movil **/
.nav-menu-movil .elementor-widget-icon-box{
    transition: all .3s ease;
    border-radius: 12px;
}
.nav-menu-movil .elementor-widget-icon-box.movil-item-active{
    background: #FFFFFF1A;
}
.nav-menu-movil .elementor-widget-icon-box.movil-item-active .elementor-icon{
    color: var( --e-global-color-46b70d7 );
}
.nav-menu-movil .elementor-widget-icon-box.movil-item-active .elementor-icon-box-title a{
    /*color: var( --e-global-color-46b70d7 );*/
}
.nav-menu-movil .elementor-widget-icon-box.movil-item-active svg{
    fill: var( --e-global-color-46b70d7 );
}

/*** responsive **/
@media (max-width: 767px){
	.header-scroll.elementor-sticky--effects div#logo-site img {
    width: 60px;
}
}