.elementor-kit-5{--e-global-color-primary:#4B4B4B;--e-global-color-secondary:#C46A3B;--e-global-color-text:#4B4B4B;--e-global-color-accent:#C46A3B;--e-global-color-03f9952:#AFC0C3;--e-global-color-b373419:#D3D3D0;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;font-size:18px;line-height:30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:60px;font-weight:700;line-height:70px;letter-spacing:-1.8px;}.elementor-kit-5 h2{font-size:45px;font-weight:700;line-height:54px;}.elementor-kit-5 h3{font-size:26px;font-weight:500;line-height:32px;}.elementor-kit-5 h4{font-size:20px;font-weight:700;line-height:20px;}.elementor-kit-5 h5{font-size:20px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1024px){.elementor-kit-5 h1{font-size:45px;line-height:1.2em;}.elementor-kit-5 h2{font-size:35px;line-height:1.2em;}.elementor-kit-5 h3{font-size:24px;line-height:1.2em;}.elementor-kit-5 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:28px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.projeto-single{
    position: relative;
    transition: all .5s ease;
}

.projeto-single .projeto-info{
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 40px;
    transition: all .5s ease;
}
.projeto-single .excerto-hover{
    max-height: 0;
    position: relative;
    top:20px;
    opacity: 0;
    transition: all .5s ease;
}

.projeto-single:hover .projeto-info{
    width: 100%;
    bottom: 0;
}
.projeto-single:hover .excerto-hover{
    max-height:200px;
    opacity: 1;
    
}

.projeto-single .icone .e-font-icon-svg{
    transition: all .5s ease;
}

.projeto-single:hover .icone .e-font-icon-svg{
    transform: rotate(0)!important;
}/* End custom CSS */