/*
	Theme Name: HTML5 Blank
	Theme URI: https://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: https://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/
@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100vw;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

#menu {
  width: 100vw;
  position: fixed;
  top: 0;
}
#menu ul li a {
  transition: all 0.5s ease;
  /*&.elementor-button{
  	transition: all 0.5s ease;
  	background-size: 200% auto;
  	position: relative;
  	z-index: 10;
  	&::before{
  		content: '';
  		background: linear-gradient(45deg, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266);
  		position: absolute;
  		top: -2px;
  		left:-2px;
  		background-size: 400%;
  		z-index: -1;
  		filter: blur(5px);
  		width: calc(100% + 4px);
  		height: calc(100% + 4px);
  		animation: glowing 20s linear infinite;
  		opacity: 0;
  		transition: opacity .3s ease-in-out;
  		border-radius: 10px;
  		z-index: -1;
  	}
  	&::after{
  		z-index: -1;
  		content: '';
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		background: transparent;
  		left: 0;
  		top: 0;
  		border-radius: 10px;
  	}
  	&:active{
  		color: #00491E;

  		&::after{
  			background: transparent;
  		}

  	}
  	&:hover{
  		background-position: 50% center;
  		&::before{
  			opacity: 1;
  		}

  	}
  }*/
}
#menu ul li a:not(.elementor-button) {
  padding: 0.78125vw 1.1458333333vw;
}
#menu .menu-interno {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
}

.gradient-text h1, .gradient-text h2, .gradient-text h3, .gradient-text h4, .gradient-text h5, .gradient-text h6, .gradient-text p, .gradient-text span {
  background: linear-gradient(90deg, #EBC266 0%, #C4952B 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link {
  transition: all 0.5s ease;
  background-size: 200% auto;
  position: relative;
  z-index: 10;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link::before {
  content: "";
  background: linear-gradient(45deg, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266, #C4952B, #EBC266);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link:active {
  color: #00491E;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link:active::after {
  background: transparent;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link:hover {
  background-position: 50% center;
}
.elementor-element:not(.old-button) .elementor-widget-button .elementor-button-link:hover::before {
  opacity: 1;
}

.borda-animation .elementor-column {
  width: 100%;
  position: relative;
  min-height: 133px;
  margin: 0 15px;
}
.borda-animation .elementor-column .elementor-widget-wrap {
  z-index: 3;
  border-radius: 12px;
  border-width: 2px;
  -o-border-image: linear-gradient(linear, left top, left bottom, from(#EBC266), to(#C4952B), repeat repeat);
     border-image: linear-gradient(linear, left top, left bottom, from(#EBC266), to(#C4952B), repeat repeat);
}

.borda-img .elementor-column {
  width: 100%;
  position: relative;
  min-height: 97px;
  margin: 0 20px;
}
.borda-img .elementor-column .elementor-widget-wrap {
  z-index: 3;
  border-radius: 12px;
  background-image: url(https://betelassessoria.com.br/wp-content/uploads/2022/07/treinamentos.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: left;
}

.fundo-verde {
  background-color: #00491E;
}

.bold-grande strong {
  font-size: 1.875vw;
  line-height: 1.5833333333em;
}

.vertical-middle p img {
  vertical-align: middle;
}

.info-contatos p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-contatos p img {
  margin-right: 10px;
}
.info-contatos.pin p {
  align-items: flex-start;
}
.info-contatos.pin img {
  width: 15px;
  min-width: 15px;
}
.info-contatos.tel img {
  width: 16px;
  min-width: 16px;
}
.info-contatos.cel img {
  width: 12px;
  min-width: 12px;
}
.info-contatos.email img {
  width: 16px;
  min-width: 16px;
}

.bandeiras-titulo img {
  height: 2.4479166667vw;
  vertical-align: middle;
}

.elementor-toggle-item {
  border: 2px solid #D9D9D9;
  transition: all 0.5s ease;
  border-radius: 10px;
  background-color: #fff;
}
.elementor-toggle-item.accordion-active {
  border-color: #228848;
}

.text-width-meio {
  transform: translateX(-50%);
}

.wpcf7-select {
  padding: 11px 32px;
  border-radius: 10px;
}

#area img {
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 1025px) {
  #menu ul li a:not(.elementor-button) {
    padding: 20px;
  }
  .borda-animation .elementor-column {
    margin: 0;
  }
  .borda-animation .elementor-column::before {
    display: none;
  }
  .borda-img .elementor-column {
    margin: 0;
  }
  .borda-img .elementor-column .elementor-widget-wrap {
    background-image: unset;
  }
  .bold-grande b, .bold-grande strong {
    font-size: unset;
    line-height: unset;
  }
  .info-contatos p {
    display: block;
  }
  .bandeiras-titulo img {
    height: 27px;
  }
}/*# sourceMappingURL=style.css.map */