.elementor-227 .elementor-element.elementor-element-0e7b402{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-227 .elementor-element.elementor-element-b95729c img{width:100%;max-width:100%;height:96px;}.elementor-widget-heading .elementor-heading-title{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 );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-227 .elementor-element.elementor-element-1a26d5f{text-align:start;}.elementor-227 .elementor-element.elementor-element-1a26d5f .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:800;line-height:56px;-webkit-text-stroke-color:#000;stroke:#000;color:#fcbc34;}.elementor-227 .elementor-element.elementor-element-4ea1da8{--display:flex;}.elementor-227 .elementor-element.elementor-element-525abe9 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-227 .elementor-element.elementor-element-86f6b7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-227 .elementor-element.elementor-element-ae350fc{--display:flex;}.elementor-227 .elementor-element.elementor-element-ab181ae img{width:100%;max-width:100%;height:78px;}.elementor-227 .elementor-element.elementor-element-aef9acd{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-227 .elementor-element.elementor-element-f1f7d1c{--display:flex;}.elementor-227 .elementor-element.elementor-element-352f093 img{width:100%;max-width:100%;height:78px;}body.elementor-page-227:not(.elementor-motion-effects-element-type-background), body.elementor-page-227 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004A90;}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-227 .elementor-element.elementor-element-aef9acd{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-227 .elementor-element.elementor-element-aef9acd{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-227 .elementor-element.elementor-element-aef9acd{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-227 .elementor-element.elementor-element-b95729c img{width:58%;max-width:100%;height:46px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-227 .elementor-element.elementor-element-1a26d5f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-1a26d5f.elementor-element{--flex-grow:1;}.elementor-227 .elementor-element.elementor-element-1a26d5f .elementor-heading-title{font-size:28px;line-height:1.3em;}.elementor-227 .elementor-element.elementor-element-aef9acd{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-227 .elementor-element.elementor-element-6ce71ca img{max-width:100%;height:250px;}.elementor-227 .elementor-element.elementor-element-b35386b img{max-width:100%;height:250px;}.elementor-227 .elementor-element.elementor-element-949e74f img{max-width:100%;height:250px;}.elementor-227 .elementor-element.elementor-element-780e45e img{max-width:100%;height:250px;}}/* Start custom CSS for heading, class: .elementor-element-1a26d5f */.titulo {
    color: white;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae350fc */.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #FFBF33;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover, .btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
  
/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}/* End custom CSS */