.elementor-kit-7{--e-global-color-primary:#4C078C;--e-global-color-secondary:#69BF4A;--e-global-color-text:#727272;--e-global-color-accent:#69BF4A;--e-global-color-46521a9:#FFFFFF;--e-global-color-03798b9:#2B2F3B;--e-global-color-53ba8de:#3CAA14;--e-global-color-5787f7d:#00BAB3;--e-global-color-f8decce:#F8D03F;--e-global-color-eec17b7:#E54179;--e-global-color-e5fc747:#FC671A;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:67px;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-weight:600;--e-global-typography-cffef3e-font-family:"Lexend";--e-global-typography-cffef3e-font-size:20px;--e-global-typography-cffef3e-font-weight:700;--e-global-typography-cffef3e-line-height:1.3em;color:var( --e-global-color-text );font-size:13px;font-weight:normal;}.elementor-kit-7 p{margin-bottom:16px;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-53ba8de );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Lexend", Sans-serif;font-size:16px;font-weight:600;line-height:1em;color:#FFFFFF;background-color:var( --e-global-color-accent );border-radius:8px 8px 8px 8px;padding:13px 20px 13px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-53ba8de );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.4em;--e-global-typography-cffef3e-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-7{--e-global-typography-primary-font-size:39px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:30px;--e-global-typography-cffef3e-font-size:16px;--e-global-typography-cffef3e-line-height:1.2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* stilos generales */
p:last-child {
    margin-bottom: 0px;
}

.container-custom {
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.pointer {
    cursor: pointer;
}

@media screen and (min-width: 1600px) {
    .container-custom {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}

@media screen and (min-width: 768px) {
    .container-custom {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
}


/* estilos de botones */
.btn-not-border a {
    border: none !important;
}
.elementor-button .elementor-button-text {
    font-weight: 400;
}
.btn-icon-custom .elementor-button {
    padding: 0px !important;
    overflow: hidden;
}
.btn-icon-custom .elementor-button .elementor-button-content-wrapper {
    align-items: center;
    position: relative;
}
.btn-icon-custom .elementor-button .elementor-button-icon {
    margin: 0;
    padding: 12px;
    min-width: 45px;
    background: var( --e-global-color-53ba8de );
    font-size: 1.2em;
    z-index: 2;
}
.btn-icon-custom .elementor-button .elementor-button-text {
    padding: 14px 20px;
    z-index: 2;
}
.btn-icon-custom .elementor-button .elementor-button-content-wrapper:before {
    content: "";
    width: 0%;
    height: 100%;
    background:  var( --e-global-color-53ba8de );
    position: absolute;
    top: 0;
    left: 40px;
    transition: 0.3s;
    z-index: 1;
}
.btn-icon-custom .elementor-button:hover .elementor-button-content-wrapper:before {
    width: 100%;
}
.btn-icon-custom .elementor-button .elementor-button-icon svg {
    position: relative;
    transition: 0.3s;
    left: 0;
}
.btn-icon-custom .elementor-button:hover  .elementor-button-icon svg {
    left: 10px;
}/* End custom CSS */