:root {
  --font-default: Montserrat, sans-serif;
  --font-primary: Inter, sans-serif;
  --font-secondary: Montserrat, sans-serif;

  --color-default: #000;
  --color-whatsapp: #0cb940;
  --color-primary: #efcd6a;
  --color-secondary: #0a0a0a;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(--color-whatsapp);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.whatsapp-float img {
  width: 36px;
  height: auto;
  position: relative;
  top: 20%;
}

.whatsapp-float:hover {

  background-color: var(--color-default);

  color: #fff;

  transition: all 0.2s ease-in-out;

  border: 1px solid var(--color-whatsapp);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}



.dark-strong {
  color: var(--color-primary);
}

.clear-strong {
  color: #fff;
}

.btn-defaul {
  font-family: var(--font-default);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 20px 20px 20px 20px;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid var(--color-primary);
}

.btn-defaul:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.clear-btn {
  font-family: var(--font-default);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--color-primary);
  border-radius: 20px 20px 20px 20px;
  padding: 15px 30px;
  color: var(--color-default);
}

.clear-btn:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background: var(--color-default);
}



.clear-btn-2 {
  font-family: var(--font-default);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  color: var(--color-primary);
  background-color: var(--color-default);
  border-radius: 20px 20px 20px 20px;
  border: 0;
  padding: 15px 30px;
  margin: 0 auto;

}

.clear-btn-2:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-default);
}

p,
ul li {
  font-family: var(--font-default);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

h1 {
  font-family: var(--font-default);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  font-family: var(--font-default);
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  font-family: var(--font-default);
  font-size: 30px;
  font-weight: 600;
  line-height: 2.6em;
}

/* Mobile Fonts */
@media (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }


  h2 {
    font-size: 1.2rem;
    line-height: inherit;
  }

  h3 {
    font-size: 30px;
    line-height: initial;
  }

  p,
  ul li {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  ul li {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .clear-btn,
  .clear-btn-2 {
    font-size: 1rem;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {
  h1 {
    font-size: 5rem;
    line-height: 5rem;
  }


  h2 {
    font-family: var(--font-default);
    font-size: 35px;
    line-height: 42px;
  }

  h3 {
    font-family: var(--font-default);
    font-size: 30px;
    line-height: 2.6em;
  }

  p,
  ul li,
  .when-event span {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .clear-btn,
  .clear-btn-2 {
    font-size: 1.5rem;
  }
}

.clear-border {
  width: 100%;
  height: 5px;
  background-color: var(--color-primary);
  border: 0px;
}

.warning-box {
  width: 100%;
  padding: 25px 10px 25px 10px;
  background-color: var(--color-primary);
  margin: 0 auto;
}

.border-20 {
  border-radius: 20px 20px 20px 20px;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.dark-contact-button {
  font-family: var(--font-default);
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  fill: #0A0A0A;
  color: #FFFFFF;
  background-color: var(--color-secondary);
  border-style: solid;
  border-color: var(--color-primary);
}

.dark-contact-button:hover {
  color: #FFFFFF;
  background-color: var(--color-secondary);
  border-color: var(--color-primary);
}

.clear-contact-button {
  font-family: var(--font-default);
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  fill: #0A0A0A;
  color: #0A0A0A;
  background-color: var(--color-primary);
  border-style: solid;
  border-color: var(--color-primary);
}

.clear-contact-button:hover {
  color: #FFFFFF;
  background-color: #02010100;
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Imgs
--------------------------------------------------------------*/
.img-logo {
  border-radius: 0px;
  width: 60%;
  height: auto;
  border-bottom: 2px solid;
  padding: 10px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  background: linear-gradient(95deg, #0000004d, 70%, #04fff500), url(../img/hero/hero-right-v2.jpg);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#img-hero {
  width: 100%;
  height: auto;
}

#hero h1 span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0;
}

#hero h2 {
  font-family: var(--font-default);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
}

#hero hr {
  width: 50%;
}

#hero .when-event span img {
  margin-right: 5px;
}

@media (max-width: 767px) {
  #hero {
    background: url(../img/hero/hero-center-v2.jpg);
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0;
  }

  #hero hr {
    width: 40%;
  }

  #hero h2 {
    font-size: 1.2rem;
    line-height: initial;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {

  #hero {
    background: linear-gradient(95deg, #0000004d, 70%, #04fff500), url(../img/hero/hero-right-v2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #hero h2 {
    font-size: 2.5rem;
    line-height: normal;
    width: 90%;
  }

}

#section_240426_1455 {
  background: var(--color-default);
  padding-top: 0;
  padding-left: 7px;
  padding-right: 7px;
}

#section_240426_1455 h1 span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0;
}

#section_240426_1455 h2 {
  font-family: var(--font-default);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
}

#section_240426_1455 hr {
  width: 50%;
}

#section_240426_1455 .when-event span img {
  margin-right: 5px;
}

@media (max-width: 767px) {

  #section_240426_1455 hr {
    width: 40%;
  }

  #section_240426_1455 h2 {
    font-size: 1.1rem;
    line-height: initial;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {

  #section_240426_1455 h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}


/*--------------------------------------------------------------
# section_240426_1301
--------------------------------------------------------------*/
#section_240426_1301 {
  background: var(--color-default);
  height: auto;
  position: relative;
}

/* #section_240426_1301 .col-md-12::before {
  content: "";
  position: absolute;
  display: block;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 50vh;
  background-size: 12px 12px;
  background-position: center center;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(rgb(239 205 106 / 49%) 14%, transparent 14%);
  z-index: 0;
} */

@media (max-width: 767px) {
  #section_240426_1301 .col-md-12::before {
    content: "";
    position: absolute;
    display: block;
    top: 30%;
    left: 0%;
    width: 40%;
    height: 50vh;
    background-size: 12px 12px;
    background-position: center center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(rgb(239 205 106 / 23%) 14%, transparent 14%);
    z-index: 0;
  }
}

#section_240426_1301 h1 span {
  font-weight: 400;
}

#section_240426_1301 h2 {
  font-family: var(--font-default);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  #section_240426_1301 {
    background: linear-gradient(-145deg, var(--color-default), 89%, var(--color-primary));
  }

  #section_240426_1301 h2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {
  #section_240426_1301 h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}


/*--------------------------------------------------------------
# section_240426_1302
--------------------------------------------------------------*/
#section_240426_1302 {
  height: auto;
  position: relative;
}

#section_240426_1302 .title-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 25px;
}

#section_240426_1302 p {

  font-size: 1.2rem;
  line-height: 1.8rem;

}

#section_240426_1302 h2 {
  font-family: var(--font-default);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}

#section_240426_1302 h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: normal;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #section_240426_1302 h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: normal;
    margin-top: 20px;
  }
}

#section_240426_1302 .card {
  border-radius: 10px;
  background: transparent;
  padding: 25px;
  margin-bottom: 25px;
  height: 400px;
}

#section_240426_1302 .card .card-header svg {
  width: 64px;
  height: auto;
  fill: var(--color-primary);
  background: var(--color-default);
  padding: 5px;
  border-radius: 10px;
  margin: 0 auto;
}

#section_240426_1302 .card .card-header {
  background: transparent;
  border: 0px;
}

#section_240426_1302 .custom-animation {
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

#section_240426_1302 .custom-animation:hover {
  background-color: var(--color-secondary) !important;
  color: #fff;
}



@media (max-width: 767px) {
  #section_240426_1302 h2 {
    font-size: 1.2rem;
    line-height: inherit;
  }

  #section_240426_1302 .card {
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {

  #section_240426_1302 h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

}



.section_240426_1303 .modulo {
  background: linear-gradient(3deg, var(--color-default) 11%, var(--color-secondary) 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 310px;
  border-radius: 5px;
}

.section_240426_1303 {
  background: linear-gradient(128deg, var(--color-default) 25%, var(--color-secondary) 50%);
  padding-bottom: 0;
}

.section_240426_1303 .resume {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
}

/* section_240426_1312 */

#section_240426_1312 {
  background: linear-gradient(128deg, var(--color-default) 25%, var(--color-secondary) 50%);
}

/* section_240426_1256 */

#section_240426_1256 {
  background: linear-gradient(128deg, var(--color-default) 25%, var(--color-secondary) 50%);
  color: #fff;
  padding-bottom: 0;
}

#section_240426_1256 .text p,
#section_240426_1256 .text ul li {
  font-size: 1rem;
  line-height: inherit;
}

@media(min-width: 1920px) and (min-width: 1080px) {

  #section_240426_1256 .text p,
  #section_240426_1256 .text ul li {
    font-size: 1.4rem;
    line-height: inherit;
  }
}

#section_240426_1256 .title-left,
#section_240426_1256 .title-right {
  margin-bottom: 35px;

  padding: 15px;
}

#section_240426_1256 .title-right {
  text-align: right;
  border-right: 10px solid var(--color-primary);
}

#section_240426_1256 .title-left {
  text-align: left;
  border-left: 10px solid var(--color-primary);
}

#section_240426_1256 h4 {
  padding-left: 15px;
  line-height: inherit;
}

#section_240426_1256 h4 p {
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
}

@media(min-width: 1920px) and (min-width: 1080px) {
  #section_240426_1256 h4 p {
    font-size: 1.4rem;
  }
}

#section_240426_1256 h4 p span {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 10px;
  border-radius: 18px;
  font-size: 0.8rem;
  font-weight: 700;
}

@media(min-width: 1920px) and (min-width: 1080px) {
  #section_240426_1256 h4 p span {
    font-size: 1.1rem;
  }
}

/* section_240426_1327 */
#section_240426_1327 {
  background: linear-gradient(128deg, var(--color-default) 25%, var(--color-secondary) 50%);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

#section_240426_1327 .card {
  border: 3px solid var(--color-primary);
  height: calc(100% + 50px);
  padding: 15px;
  background: transparent;
  margin-bottom: 25px;
  position: relative;
}


#section_240426_1327 .header {
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #c4c4c452;
  padding-bottom: 10px;
}

#section_240426_1327 .flag {
  border: 0px;
  background-color: #FF9800;
  display: inline-block;
  color: #fff;
  right: -15px;
  top: -15px;
  padding: 0px 16px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  border-radius: 30px;
  height: 26px;
  line-height: 25px;
}


#section_240426_1327 .flag p {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  #section_240426_1327 .card {
    border: 3px solid var(--color-primary);
    height: 315px;
    padding: 15px;
    background: transparent;
    margin-bottom: 25px;
    position: relative;
  }


  #section_240426_1327 .header {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #c4c4c452;
    padding-bottom: 10px;
  }

  #section_240426_1327 .flag {
    border: 0px;
    background-color: #FF9800;
    display: inline-block;
    color: #fff;
    right: 0px;
    top: -15px;
    padding: 0px 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 25px;
  }


  #section_240426_1327 .flag p {
    text-align: center;
    font-size: 14px;
  }
}

@media(min-width: 1920px) and (min-width: 1080px) {
  #section_240426_1327 .flag {
    border: 0px;
    background-color: #FF9800;
    display: inline-block;
    color: #fff;
    right: -15px;
    top: -15px;
    padding: 0px 25px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 0;
  }

  #section_240426_1327 .flag p {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

#section_240426_1327 .header .text-1 {
  font-size: 1.4rem;
  font-weight: 700;
}

#section_240426_1327 .header .text-2 {
  font-size: 1rem;
  font-weight: 600;
}

#section_240426_1327 .header .text-3 {
  font-size: 1.8rem;
  font-weight: 700;
}

#section_240426_1327 .header .text-4 {
  font-size: 1rem;
  font-weight: 600;
}

#section_240426_1327 .body .text-1 ul li {
  font-size: 1rem;
}

#section_240426_1327 .footer {
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  width: 90%;
}

@media(min-width: 1920px) and (min-width: 1080px) {
  #section_240426_1327 .header .text-1 {
    font-size: 2rem;
  }

  #section_240426_1327 .header .text-2 {
    font-size: 1.4rem;
  }

  #section_240426_1327 .header .text-3 {
    font-size: 2rem;
  }

  #section_240426_1327 .header .text-4 {
    font-size: 1.4rem;
  }

  #section_240426_1327 .body .text-1 ul li {
    font-size: 1.4rem;
  }
}

#section_240426_1358 {
  background: var(--color-default);
  color: #fff;
  padding-bottom: 15px;
}

.section_240426_1358 #img_240426_1513 {
  width: 100%;
  height: auto;
}

#section_240426_1358 .div_240426_1418 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

#section_240426_1358 .div_240426_1418 .text {
  display: flow;
}

#section_240426_1358 .div_240426_1418 .text img {
  float: left;
  margin-right: 10px;
}

#section_240506_1227 {
  background: var(--color-default);
  padding-top: 0px;
}

#section_240506_1227 img {
  width: 100%;
  height: auto;
}

.div_240506_1250 {
  list-style: none;
  overflow: hidden
}

.div_240506_1250 li {
  float: left;
  position: relative;
  width: 16%;
  padding: 20px 0;
  -webkit-backface-visibility: hidden
}

.div_240506_1250 li {
  width: 16%;
  padding: 25px 0
}

.div_240506_1250 li a {
  opacity: .6
}

body:not(.device-touch) .div_240506_1250 li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.div_240506_1250 li a:hover {
  opacity: 1
}

.div_240506_1250 li a,
.div_240506_1250 li img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto
}

.div_240506_1250 li a img {
  width: 100%
}

.div_240506_1250 li:after,
.div_240506_1250 li:before {
  content: '';
  position: absolute
}

.div_240506_1250 li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #ddd
}

.div_240506_1250 li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  /* border-bottom: 1px dashed #ddd */
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
  border-bottom: 1px dashed #ddd;
}

#section_240507_0811 {
  background: #262626;
  padding-top: 0px;
}

#section_240507_0811 .card {
  background: transparent;
  border: 3px solid var(--color-primary) !important;
  color: #fff;
  padding-top: 1rem;
  height: 380px;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 1920px) and (min-width: 1080px) {
  #section_240507_0811 .card {
    height: 380px;
  }
}

@media (max-width: 767px) {
  #section_240507_0811 .card {
    height: auto;
  }
}

/* #section_240507_0811 .card .card-header p{
  background: transparent;
} */
#section_240507_0811 .card .card-header {
  padding-bottom: 0;
}

#section_240507_0811 .card .card-header img {
  margin-bottom: 25px;
}

#section_240507_0811 .card .card-body {
  padding-top: 0;
}

#section_240507_0811 .card .card-body p {
  font-size: 1.1rem;
  line-height: normal;
}

@media (min-width: 1920px) and (min-width: 1080px) {
  #section_240507_0811 .card .card-body p {
    font-size: 1.4rem;
    line-height: normal;
  }
}

#section_240507_0811 .custom-animation {
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

#section_240507_0811 .custom-animation:hover {
  border: 2px solid var(--color-primary) !important;
  color: #fff;
  margin-bottom: 25px;
}


.footer .footer-top {
  padding-top: 50px;
}

.footer .copyright {
  padding-bottom: 15px;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}


/*--------------------------------------------------------------
  # grupo
  --------------------------------------------------------------*/
#grupo {
  background: var(--color-default);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#grupo h1 span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0;
}

#grupo h2 {
  font-family: var(--font-default);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
}

#grupo .btn-whatsapp {
  font-family: var(--font-default);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--color-whatsapp);
  border-radius: 20px 20px 20px 20px;
  padding: 15px 30px;
}

#grupo .btn-whatsapp:hover {
  border: 2px solid var(--color-whatsapp);
  color: var(--color-whatsapp);
  background: var(--color-default);
}

@media (max-width: 767px) {

  #grupo h2 {
    font-size: 1.2rem;
    line-height: initial;
  }

  #grupo .btn-whatsapp,
  #grupo .btn-whatsapp-2 {
      font-size: 1rem;
    }
}

@media (min-width: 1920px) and (min-width: 1080px) {

  #grupo h2 {
    font-size: 2.5rem;
    line-height: normal;
  }

  #grupo .btn-whatsapp,
  #grupo .btn-whatsapp-2 {
      font-size: 1.5rem;
    }

}

/*--------------------------------------------------------------
  # sucesso
  --------------------------------------------------------------*/
#sucesso {
  background: var(--color-default);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#sucesso h1 span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0;
}

#sucesso h2 {
  font-family: var(--font-default);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {

  #sucesso h2 {
    font-size: 1.2rem;
    line-height: initial;
  }
}

@media (min-width: 1920px) and (min-width: 1080px) {

  #sucesso h2 {
    font-size: 2.5rem;
    line-height: normal;
  }

}

.close{
  border:0px;
  border-radius: 3px;  
}