.elementor-kit-739{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#E65E00;--e-global-color-accent:#FFCB00;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:700;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-739 button,.elementor-kit-739 input[type="button"],.elementor-kit-739 input[type="submit"],.elementor-kit-739 .elementor-button{background-color:#FFFFFF00;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;}.elementor-kit-739 button:hover,.elementor-kit-739 button:focus,.elementor-kit-739 input[type="button"]:hover,.elementor-kit-739 input[type="button"]:focus,.elementor-kit-739 input[type="submit"]:hover,.elementor-kit-739 input[type="submit"]:focus,.elementor-kit-739 .elementor-button:hover,.elementor-kit-739 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );}.elementor-kit-739 e-page-transition{background-color:#FFBC7D;}.elementor-kit-739 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-739 h1{font-family:"Helvetica", Sans-serif;font-weight:100;letter-spacing:-1px;}.elementor-kit-739 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-739 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-739 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-739 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge{
    visibility: hidden;
}
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.webfolio-view-more .icon{
    display: none;
}
img{
    border-radius: 10px!important;
}
header .current_page_item a{
    color:#FFCB00!important;
}
.cluom .info > div:last-child{
    margin: -5px 0 0 5px!important;
}
.equipo-fotos{
    border-radius: 20px;
}
.equipo-fotos img{
    filter:grayscale(100);
    transition: all 0.6s ease-in-out;
}
.equipo-fotos:hover img{
    filter:grayscale(0);
}
.equipo-fotos h2{
    width: 80%;
    margin-left: 10%;
    position: relative;
    padding: 15px;
}
.equipo-fotos:hover h2{
    color:#242424!important;
    transition: all 0.6s ease-in-out;
}
.transparente{
    opacity: 0.25;
}
.financiacion{
    filter: invert(1);
}
.webfolio-service-accordion img{
    filter:grayscale(100) brightness(100);
}
.webfolio-service-accordion .item:hover{
    border-color:var( --e-global-color-primary )!important;
}
.webfolio-service-accordion .item.active{
    border-color:var( --e-global-color-accent )!important;
}
.webfolio-service-accordion .item.active img{
    filter:none;
}
.webfolio-portfolio-gallery .sub-title{
    font-weight: 100;
}
.extra-blur{
    overflow: hidden;
    opacity: .8;
}
.extra-blur > div{
    filter:blur(10px);
}
.webfolio-service-accordion .item{
    overflow: hidden;
}
.webfolio-service-accordion .text p{
    font-size: 1em!important;
    color: #fff!important;
}
.webfolio-services-item img{
    border-radius: 10px;
}
.webfolio-services-item .num{
    color: var( --e-global-color-accent )!important;
    border-color:var( --e-global-color-accent )!important
}
.webfolio-services-item .text p,
.webfolio-service-accordion .sub-title{
    color: #fff!important;
}
.webfolio-service-accordion .sub-title{
    text-transform: uppercase!important;
}
.webfolio-service-accordion .number{
    color:var( --e-global-color-accent )!important;
}
.webfolio-service-accordion .item{
    cursor: pointer;
}
.webfolio-service-accordion .item .text{
    position: relative;
}
.webfolio-service-accordion .item .text:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.06);
    position: absolute;
    left: 0;
    bottom: -20px;
}
/* Legales */
.legales{
    column-count: 2;
    column-gap: 80px;
}
.legales p{
    margin: 0 0 12px;
}
.legales hr{
    margin: 30px 0;
    border:1px solid  rgba(255,255,255,0.25);
}
.legales h2{
    color:var( --e-global-color-accent );
    font-size: 1.6em;
    margin-top: 0;
}
.legales ul,
.legales ol{
    margin-bottom: 20px;
}
.legales li{
    margin-left: 16px;
    margin-bottom: 12px;
    list-style-type: circle;
}
.legales a{
    color:#fff;
    font-weight: bold;
}
.legales a:hover{
    color:var( --e-global-color-accent );
}
/*Contacto*/
.contacto br{
    display: none;
}
.contacto .form-group{
    margin-bottom: 10px;
}
.contacto label{
    display: block;
    width: 100%;
}
.contacto input,
.contacto textarea{
    border-radius: 8px!important;
    background: rgba(255,255,255,0.0)!important;
    color:#fff!important;
    padding: 10px 20px!important;
}
.contacto input:hover,
.contacto textarea:hover{
    border: 1px solid var( --e-global-color-accent )!important;
}
.contacto input[type=submit]{
    background: rgba(0,0,0,0)!important;
    width: 50%;
    border-radius: 50px!important;
}
.contacto input[type=submit]:hover{
    background: var( --e-global-color-accent )!important;
    color: var( --e-global-color-secondary )!important;
    border-color:var( --e-global-color-secondary )!important;
}
.wpcf7-list-item-label,
.wpcf7-list-item-label a{
    color:#fff!important;
}
.wpcf7-form-control.wpcf7-acceptance{
    display: block;
    margin-bottom: 20px;
}
.contacto input[type=checkbox]{
    float:left;
    width: 20px;
    margin: 5px 10px 0 0;
}
.wpcf7-not-valid-tip{
    padding: 5px 15px;
}
.bloque{
    margin-bottom:10px;
}
.bloque label em{
    display: none;
}
/**/
.items-gallery{
    margin-top: 50px;
    overflow: hidden;
}
.items-gallery .item{
    margin-bottom: 30px!important;
}
.items-gallery .read-more a{
    display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.maximo{
    max-width:1320px!important;
    margin: auto;
}
.cluom,
.cluom a{
    color:#fff!important;
}
.cluom a:hover{
    color:var( --e-global-color-accent )!important;
}
.listado li{
    list-style-type: none;
    padding-left: 32px;
    margin:10px 0; 
    position: relative;
}
.listado li:after{
    content:'';
    display: block;
    width: 20px;
    height: 24px;
    background: url(https://colilostudio.com/wp-content/uploads/2025/10/ico-listado.svg) no-repeat left 4px;
    background-size: 100% auto;
    filter: invert(1);
    position: absolute;
    top: 0;
    left: 0;
}
.webfolio-portfolio-gallery .sec-head .sub-title{
    color:var( --e-global-color-accent )!important;
}
.webfolio-heading-text.dot .webfolio-heading::after {
    background: var( --e-global-color-accent )!important;
}
.cargo p{
    margin: 0;
}
footer{
    position: relative;
    padding-top: 50px!important;
}
footer:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, #fff, transparent);
    opacity: 0.3;
}
footer .elementor-icon-list-item:hover > span{
    color:var( --e-global-color-primary )!important;
}
/**/
.h1-home{
    font-size: 1.8em;
}
.h1-home strong{
    font-size: 2em;
    text-transform: uppercase;
}
.items-gallery img,
.items-gallery .img .category,
.webfolio-heading-text a,
.webfolio-heading-text div{
    transition:all .5s ease-in-out;
}
.items-gallery img{
    margin-bottom: 6px;
}
.items-gallery .img:hover img{
    transform: scale(.95);
}
.items-gallery .img:hover .category{
    color:var( --e-global-color-accent )!important;
}/* End custom CSS */