.elementor-kit-5{--e-global-color-primary:#565C36;--e-global-color-secondary:#A2B925;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-57c4a69:#000000;--e-global-typography-primary-font-family:"Ropa Sans";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#02010100;color:#02010100;border-style:solid;border-width:1px 1px 1px 1px;border-color:#02010100;border-radius:0px 0px 0px 0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-57c4a69 );font-family:"Ropa Sans", Sans-serif;font-size:54px;font-weight:900;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h1{font-size:30px;}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn a {
  cursor: pointer;
  font-size:16px;
  font-weight: 400;

  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
 
  &:hover { 
      text-decoration: none; 
    }
  
}

.btn-1 a {
  color: #ffffff !important;
  border: 1px transparent solid;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  & svg path {
      fill: #ffffff !important;
  }
}

.btn-1 a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  background-color: #ffffff;
  color:#000000 !important;
  /*text-shadow: 1px 1px 2px #427388; */
  & svg path {
      fill: #000000 !important;
  }
}

.btn-2 a {
  color:#000000 !important;
  border: 1px solid transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  outline: 1px solid;
  outline-color: rgba(0, 0, 0, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  & svg path {
      fill: #000000 !important;
  }
} 

.btn-2 a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(0, 0, 0, .2);
  outline-color: rgba(0, 0, 0, 0);
  outline-offset: 15px;
  /*text-shadow: 1px 1px 2px #427388; */
}

.btn-3 a {
  color:#ffffff !important;
  border: 1px solid transparent;
  background-color: var(--e-global-color-secondary) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  outline: 1px solid;
  outline-color: var(--e-global-color-secondary);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  & svg path {
      fill: #ffffff !important;
  }
} 

.btn-3 a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(0, 0, 0, .2);
  outline-color: rgba(0, 0, 0, 0);
  outline-offset: 15px;
  /*text-shadow: 1px 1px 2px #427388; */
}/* End custom CSS */