.elementor-kit-6{--e-global-color-primary:#C4B314;--e-global-color-secondary:#33302E;--e-global-color-07a7e9e:#101010;--e-global-color-c770ed0:#FFFFFF;--e-global-color-596455c:#897D0D;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.5rem;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:1.1rem;--e-global-typography-accent-font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:30px;--container-default-padding-right:0px;--container-default-padding-bottom:30px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:1.8rem;--e-global-typography-primary-line-height:2rem;--e-global-typography-secondary-font-size:1.4rem;--e-global-typography-secondary-line-height:1.5rem;--e-global-typography-text-font-size:1.1rem;--e-global-typography-accent-font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:50px;--container-default-padding-right:20px;--container-default-padding-bottom:50px;--container-default-padding-left:20px;}}/* Start custom CSS */p {
    margin-bottom: 0;
}

input {
    outline: none;
}

button:active {
    outline: none;
}

.e-con-full {
    padding: 0;
}

.elementor-button{
    transition: all 0.5s !important;
}

.gradiente {
    background: linear-gradient(270deg, #897d0d, #e6d747, #c4b314);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 8s ease infinite;
    -moz-animation: AnimationName 8s ease infinite;
    animation: AnimationName 8s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}/* End custom CSS */