.elementor-kit-8{--e-global-color-primary:#D1AA67;--e-global-color-secondary:#AF7139;--e-global-color-text:#231F20;--e-global-color-accent:#AF7139;--e-global-color-2d5f1e0:#8B4E17;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Rubik", Sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#FFFFFF;border-radius:25px 25px 25px 25px;padding:13px 25px 13px 25px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-text );color:#FFFFFF;border-radius:25px 25px 25px 25px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}}/* Start custom CSS */.p-m0 p{
    margin-bottom: 0;
}

.btnsolid a {
        font-family: Rubik;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    background: #AF7139;
    background: linear-gradient(90deg, #AF7139 0%, #AF7139 100%);
    border: none;
    border-radius: 1000px;
    transition: transform 0.5s ease;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 13px 25px;
    
    align-items: center;
    justify-content: center;
}


.btnsolid a::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(100% + 15px);
    min-height: calc(100% + 15px);
    border: 3px solid #AF7139;
    box-shadow: 0 0 10px #AF7139;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}


.btnsolid a:hover,
.btnsolid a:focus {
    transform: translateY(-6px);
    background: #8B4E17 !important;
}


.btnsolid a:hover::before,
.btnsolid a:focus::before {
    opacity: 1;
}

.btnsolid a:focus::before {
    opacity: 1;
}

.btnsolid a:focus::after {
    animation: none;
    display: none;
}

.d-none{
    display: none;
}


.btnsolid.verde a{
    background: #088649;
}

.btnsolid.verde a::before{
    border: 3px solid #088649;
    box-shadow: 0 0 10px #088649;
}

.btnsolid.verde a:hover,
.btnsolid.verde a:focus {
    transform: translateY(0);
    background: #088649 !important;
}/* End custom CSS */