@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Raleway", sans-serif !important;
  overflow: hidden !important;
}

a {
  color: #11A220 !important;
}

.colorPrimary {
  color: #316ef3 !important;
}

.colorSecondary {
  color: #df5b1d !important;
}

.colorTertiary {
  color: #11A220 !important;
}

.colorSoftGrey {
  color: #e4e4e4 !important;
}

.colorGrey {
  color: #666666 !important;
}

.bgColorPrimary {
  background-color: #316ef3 !important;
}

.bgColorPrimaryLight {
  background-color: #316ef3 !important;
}

.bgColorSecondary {
  background-color: #df5b1d !important;
}

.bgColorSecondaryLight {
  background-color: #df5b1d !important;
}

.bgColorTertiary {
  background-color: #11A220 !important;
}

.bgColorTertiaryLight {
  background-color: #11A220 !important;
}

.bgColorGrey {
  background-color: #666666 !important;
}

.bgColorSoftGrey {
  background-color: #e4e4e4 !important;
}

.bgColorWhite {
  background-color: #fff !important;
}

.bgColorBlack {
  background-color: #000 !important;
}

.bgColorSuccess {
  background-color: #1fc751 !important;
}

.bgTransparent {
  background-color: transparent !important;
}

.bgColorWhiteWithOpacity {
  background-color: rgba(255, 255, 255, 0.7803921569);
}

.bgGradient {
  background: linear-gradient(to bottom, #0e3846 0%, #0f3d4d 100%);
  background-blend-mode: multiply, multiply;
}

.fontPrimary {
  font-family: "Raleway", sans-serif;
}

.fontSecondary {
  font-family: "Montserrat", sans-serif;
}

.fontTertiary {
  font-family: "Montserrat", sans-serif;
}

.fontQuarter {
  font-family: "Montserrat", sans-serif;
}

.fontWeightLight {
  font-weight: 200;
}

.fontWeightRegular {
  font-weight: 400;
}

.fontWeightBold {
  font-weight: 600;
}

.fontWeightBlack {
  font-weight: 700;
}

.fontWeightSemiBlack {
  font-weight: 800;
}

.fontWeightUltraBlack {
  font-weight: 900;
}

.fontNoSoBlack {
  -webkit-text-stroke: 0.5px;
}

.fontMoreBlack {
  -webkit-text-stroke: 1.2px;
}

.letterSpacingShort {
  letter-spacing: 0.5px;
}

.letterSpacingMedium {
  letter-spacing: 1.5px;
}

.letterSpacingLarge {
  letter-spacing: 6px;
}
@media (max-width: 720px) {
  .letterSpacingLarge {
    letter-spacing: 0px;
  }
}

.fontItalic {
  font-style: italic;
}

.fontUpperCase {
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .titleBig {
    font-size: 130px;
  }
}
@media (max-width: 1400px) {
  .titleBig {
    line-height: 1 !important;
    font-size: 130px;
  }
}
@media (max-width: 720px) {
  .titleBig {
    font-size: 60px;
  }
}
@media (max-width: 321px) {
  .titleBig {
    font-size: 55px;
  }
}

.titleBig2 {
  font-size: 60px;
}
@media (max-width: 1400px) {
  .titleBig2 {
    font-size: 40px;
  }
}
@media (max-width: 720px) {
  .titleBig2 {
    font-size: 35px;
  }
}

@media (min-width: 720px) {
  .titleBig3 {
    font-size: 36px;
  }
}
@media (max-width: 720px) {
  .titleBig3 {
    font-size: 34px;
  }
}

@media (min-width: 720px) {
  .titleBig4 {
    font-size: 50px;
  }
}
@media (max-width: 720px) {
  .titleBig4 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .subtitle1 {
    font-size: 40px;
  }
}
@media (max-width: 1600px) {
  .subtitle1 {
    font-size: 27px;
  }
}
@media (max-width: 720px) {
  .subtitle1 {
    font-size: 20px;
  }
}

.subtitle2 {
  font-size: 30px;
}
@media (max-width: 1600px) {
  .subtitle2 {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
  .subtitle2 {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .subtitle2 {
    font-size: 16px;
  }
}

.hasShadow {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.1215686275);
}

.hasShadow2 {
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.0745098039);
}

.hasShadow3 {
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.1490196078);
}

.borderRadiusFont {
  border-radius: 2px;
}

.borderRadiusButtons {
  border-radius: 6px;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #316ef3 !important;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
  color: #000000 !important;
}

@media (max-width: 1024px) {
  .navbar-item, .navbar-link {
    color: #fff !important;
  }
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  color: #316ef3 !important;
}

.navbar-menu {
  padding: 22px !important;
}

.navbar-burger.burger {
  display: none !important;
}

.navbar.has-shadow {
  box-shadow: 0 2px 20px 0 rgba(56, 54, 54, 0.0509803922) !important;
}

@media (max-width: 1024px) {
  .navbar-menu.is-active {
    text-align: left;
    background-color: #f7f7f7;
  }
}

.navbar-burger {
  color: #b4b4b4 !important;
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus,
.navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
  background-color: transparent !important;
}

.subMenuColor {
  color: #316ef3;
}
@media (max-width: 1024px) {
  .subMenuColor {
    color: #fff;
  }
}

.logo {
  width: 200px;
}

.logo250 {
  width: 250px;
}

.logo240 {
  width: 230px;
}

.navbar-item img {
  max-height: 70px !important;
}

@media (min-width: 720px) {
  .paddingMenu {
    padding-top: 13px;
  }
}
@media (max-width: 720px) {
  .paddingMenu {
    padding-top: 3px;
    padding-bottom: 15px;
  }
}

@media (min-width: 720px) {
  .paddingRightMenuResponsive {
    padding-right: 103px;
  }
}
@media (max-width: 720px) {
  .paddingRightMenuResponsive {
    padding-right: 0px;
  }
}

.sizeMenuFont {
  font-size: 1.1em;
}

.iconMenu {
  font-size: 16px;
}

.buttonMenu {
  padding: 20px;
  border-radius: 6px !important;
  border: 0px;
  background-color: #316ef3;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 5px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 20px;
  font-size: 20px !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  cursor: pointer;
  width: 250px;
  display: block;
  float: right;
  margin-left: 20px;
}
.buttonMenu:hover {
  background-color: #df5b1d;
  color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
}
.buttonMenu:focus {
  background-color: #df5b1d;
  color: #fff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 720px) {
  .buttonMenu {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.widthTwoButtons {
  width: 336px;
}

.button {
  border: 0px solid #333 !important;
}

.buttonOnHover:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(103, 155, 250, 0.9058823529) !important;
  transition: all 0.5s ease-out;
}

.buttonOnHoverSecondary:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(69, 199, 64, 0.9058823529) !important;
  transition: all 0.5s ease-out;
}

.buttonMenuWhatsapp {
  border-radius: 6px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 20px;
  font-size: 20px !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  cursor: pointer;
  width: 200px;
  display: block;
  float: right;
}
.buttonMenuWhatsapp:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
}
.buttonMenuWhatsapp:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 720px) {
  .buttonMenuWhatsapp {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.logoMenu {
  opacity: 1;
  animation-name: reWidthImage;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.4s;
  transition: all 0.5s ease-out;
  width: 0px;
  margin-top: 5px;
}

@keyframes reWidthImage {
  0% {
    width: 120px;
  }
  100% {
    width: 0px;
  }
}
.logoMenuOut {
  opacity: 1;
  animation-name: reWidthImage2;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  transition: all 0.5s ease-out;
  width: 120px;
  margin-top: 5px;
}

@keyframes reWidthImage2 {
  0% {
    width: 0px;
  }
  100% {
    width: 120px;
  }
}
.menuOpacityOff {
  background-color: transparent;
  animation-name: fadeInOpacityAnimationOff;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  transition: all 0.1s ease-out;
}

@keyframes fadeInOpacityAnimationOff {
  0% {
    background-color: #316ef3;
  }
  100% {
    background-color: transparent;
  }
}
.menuOpacityOn {
  background-color: #316ef3;
  animation-name: fadeInOpacityAnimationOn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  transition: all 0.1s ease-out;
}

@keyframes fadeInOpacityAnimationOn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #316ef3;
  }
}
.sliderIconButton {
  width: 20px;
  margin-right: 7px;
}

.buttonSliderWhatsapp {
  cursor: pointer;
  border: 0px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  outline: none;
  width: 170px !important;
}

.buttonSliderCall {
  cursor: pointer;
  border: 0px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  outline: none;
  width: 200px !important;
}

.buttonGeneral {
  cursor: pointer;
  border: 0px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  outline: none;
  display: block;
  margin: auto;
  width: 200px;
  text-align: center;
}
@media (max-width: 720px) {
  .buttonGeneral {
    width: 200px;
  }
}

.buttonGeneral2 {
  cursor: pointer;
  border: 0px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  outline: none;
  display: block;
  margin: auto;
  width: 250px;
  text-align: center;
}
@media (max-width: 720px) {
  .buttonGeneral2 {
    width: 200px;
  }
}

.bgSliderOverlay {
  background-image: #333 !important;
}

.logoSlider {
  width: 300px !important;
}

.paddingTopSliderResponsive {
  padding-top: 80px !important;
}
@media (min-width: 720px) {
  .paddingTopSliderResponsive {
    padding-top: 60px;
  }
}
@media (max-width: 720px) {
  .paddingTopSliderResponsive {
    padding-top: 10px;
    min-height: 400px;
  }
}

.sliderHeightPadding {
  min-height: 700px;
}
@media (min-width: 720px) {
  .sliderHeightPadding {
    padding-top: 60px;
  }
}
@media (max-width: 720px) {
  .sliderHeightPadding {
    padding-top: 10px;
    min-height: 400px;
  }
}

.sliderHeightPaddingOneImage {
  min-height: 500px;
}
@media (min-width: 720px) {
  .sliderHeightPaddingOneImage {
    padding-top: 30px;
  }
}
@media (max-width: 720px) {
  .sliderHeightPaddingOneImage {
    padding-top: 10px;
    min-height: 400px;
  }
}

.sliderHeightPaddingOneImageWithoutButtons {
  min-height: 300px;
}
@media (min-width: 720px) {
  .sliderHeightPaddingOneImageWithoutButtons {
    padding-top: 30px;
  }
}
@media (max-width: 720px) {
  .sliderHeightPaddingOneImageWithoutButtons {
    padding-top: 10px;
    min-height: 400px;
  }
}

@media (min-width: 720px) {
  .marginTopSlider {
    margin-top: 30px;
  }
}
@media (max-width: 720px) {
  .marginTopSlider {
    margin-top: 40px;
  }
}

.carousel-arrow .icon {
  display: none !important;
}

.containerDiagonal {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  position: absolute;
  z-index: 100;
  height: 600px;
  bottom: -570px;
}
@media (max-width: 1025px) {
  .containerDiagonal {
    height: 650px;
    bottom: -170px;
  }
}
@media (max-width: 920px) {
  .containerDiagonal {
    height: 650px;
    bottom: -510px;
  }
}
@media (max-width: 720px) {
  .containerDiagonal {
    height: 700px;
    bottom: -820px;
  }
}

.zIndexDiagonalSeparator {
  position: relative !important;
  z-index: 101 !important;
  display: block;
  margin-top: 200px;
}
@media (max-width: 1420px) {
  .zIndexDiagonalSeparator {
    margin-top: 140px;
  }
}
@media (max-width: 920px) {
  .zIndexDiagonalSeparator {
    margin-top: 160px;
  }
}
@media (max-width: 720px) {
  .zIndexDiagonalSeparator {
    margin-top: 160px;
  }
}

.candleAndTitleWidht {
  width: 560px;
}

.candleSize {
  width: 60px;
}

.borderRadius50 {
  border-radius: 50px;
}

.bg-img1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/sliders/slider.jpg");
}
@media (max-width: 1200px) {
  .bg-img1 {
    background-image: url("../../assets/img/sliders/slider.jpg");
  }
}
@media (max-width: 720px) {
  .bg-img1 {
    background-image: url("../../assets/img/sliders/sliderMobile.jpg");
  }
}

.bg-img2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/sliders/sliderComercial.webp");
}
@media (max-width: 1200px) {
  .bg-img2 {
    background-image: url("../../assets/img/sliders/sliderComercial.webp");
  }
}
@media (max-width: 720px) {
  .bg-img2 {
    background-image: url("../../assets/img/sliders/sliderComercialMobile.webp");
  }
}

.bg-img3 {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/sliders/slider-about-me.webp");
}
@media (max-width: 1200px) {
  .bg-img3 {
    background-image: url("../../assets/img/sliders/slider-about-me.webp");
  }
}
@media (max-width: 720px) {
  .bg-img3 {
    background-image: url("../../assets/img/sliders/sliderAboutMeMobile.webp");
  }
}

.bgContainer {
  background-repeat: repeat;
  background-image: url("../../assets/img/pattern.webp");
}

.borderRadius4 {
  border-radius: 4px;
}

.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width70 {
  width: 70%;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10%;
}

.width300px {
  width: 300px;
}

.widthResponsive {
  width: 30%;
}
@media (max-width: 1300px) {
  .widthResponsive {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .widthResponsive {
    width: 40%;
  }
}
@media (max-width: 720px) {
  .widthResponsive {
    width: 80%;
  }
}

.widthMaxResponsive2 {
  width: 75%;
}
@media (max-width: 1300px) {
  .widthMaxResponsive2 {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .widthMaxResponsive2 {
    width: 80%;
  }
}
@media (max-width: 720px) {
  .widthMaxResponsive2 {
    width: 90%;
  }
}

.widthMaxResponsive444 {
  width: 73%;
}
@media (max-width: 1300px) {
  .widthMaxResponsive444 {
    width: 78%;
  }
}
@media (max-width: 1024px) {
  .widthMaxResponsive444 {
    width: 78%;
  }
}
@media (max-width: 720px) {
  .widthMaxResponsive444 {
    width: 88%;
  }
}

.widthResponsive3 {
  width: 15%;
}
@media (max-width: 1300px) {
  .widthResponsive3 {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .widthResponsive3 {
    width: 40%;
  }
}
@media (max-width: 720px) {
  .widthResponsive3 {
    width: 50%;
  }
}

.positionFixed {
  position: fixed !important;
}

.positionRelative {
  position: relative !important;
}

.zIndex999 {
  z-index: 999 !important;
}

.zIndex99 {
  z-index: 99 !important;
}

.mt-7 {
  margin-top: 4.5rem;
}

.mb-7 {
  margin-bottom: 4.5rem;
}

.ml-7 {
  margin-left: 4.5rem;
}

.mr-7 {
  margin-right: 4.5rem;
}

.mb-05 {
  margin-bottom: 1px !important;
}

.mt-7-responsive {
  margin-top: 4.8rem;
}
@media (max-width: 1024px) {
  .mt-7-responsive {
    margin-top: 2rem;
  }
}
@media (max-width: 720px) {
  .mt-7-responsive {
    margin-top: 1rem;
  }
}

.mt-8-responsive {
  margin-top: 0.8rem;
}
@media (max-width: 720px) {
  .mt-8-responsive {
    margin-top: 0rem;
  }
}

.borderRadius1 {
  border-radius: 20px;
}

.borderRadius2 {
  border-radius: 10px;
}

.borderRadius3 {
  border-radius: 4px;
}

.pt-8 {
  padding-top: 8.5rem;
}
@media (max-width: 720px) {
  .pt-8 {
    padding-top: 4rem;
  }
}

.pb-8 {
  padding-bottom: 8.5rem;
}
@media (max-width: 720px) {
  .pb-8 {
    padding-top: 4rem;
  }
}

.pt-7 {
  padding-top: 5.5rem;
}
@media (max-width: 720px) {
  .pt-7 {
    padding-top: 4rem;
  }
}

.pb-7 {
  padding-bottom: 5.5rem;
}
@media (max-width: 720px) {
  .pb-7 {
    padding-top: 4rem;
  }
}

.p-7 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.pb-05 {
  padding-bottom: 0.1rem;
}

.centerBlock {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.noBorder {
  border: 0px solid transparent;
}

.whatsapp {
  position: fixed;
  width: 64px;
  height: 50px;
  margin-left: 17px;
  bottom: 30px;
  left: 10px !important;
  z-index: 221;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}

.call {
  position: fixed;
  width: 68px;
  height: 50px;
  margin-left: 17px;
  bottom: 115px;
  left: 8px !important;
  z-index: 221;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}

.iconWhatsappBudgeter {
  font-size: 12px;
  opacity: 0.8;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  transition: all 0.5s ease-out;
}

.requestBudgetTop2 {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 220px;
  margin-left: 37px;
  bottom: 130px;
  z-index: -1;
  background-color: #df5b1d;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: 0.3s;
  font-size: 14px;
  color: #fff !important;
}
.requestBudgetTop2:hover {
  width: 210px;
}

.requestBudget2 {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 200px;
  margin-left: 37px;
  bottom: 103px;
  z-index: -1;
  text-align: center;
  transition: 0.3s;
  background-color: #316ef3;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  color: #fff !important;
}
.requestBudget2:hover {
  width: 200px;
}

.requestBudgetTop {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 200px;
  margin-left: 37px;
  bottom: 47px;
  z-index: -1;
  background-color: #df5b1d;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: 0.3s;
  font-size: 14px;
  color: #fff !important;
}
.requestBudgetTop:hover {
  width: 200px;
}

.requestBudget {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 220px;
  margin-left: 37px;
  bottom: 34px;
  z-index: -1;
  text-align: center;
  transition: 0.3s;
  background-color: #316ef3;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  color: #fff !important;
}
.requestBudget:hover {
  width: 210px;
}

.separatorLinePrimary2 {
  background-color: #316ef3;
  height: 6px;
}

.separatorLinePrimary {
  background-color: #316ef3;
  height: 1px;
}

.separatorLine3 {
  background-color: #df5b1d;
  height: 1px;
}

.separatorLine {
  background-color: #11A220;
  height: 1px;
}

.separatorLineTer {
  background-color: #11A220;
  height: 1px;
}

.waterBottle {
  background-color: #8b5c46;
  width: 40px;
  height: 200px;
  border-radius: 4px 4px 0px 0px;
  display: block;
}
.waterBottle:after {
  border: 1px solid white;
}

.separatorLineAnimationHorizontalTop {
  background-color: #8b5c46;
  width: 100%;
  height: 30px;
  border-radius: 4px 4px 0px 0px;
  display: block;
}

.separatorLineAnimationHorizontalBottom {
  background: linear-gradient(180deg, #68b9f0 2%, #316ef3 40%);
  height: 100px;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  display: block;
  animation: AnimationLineHorizontalBottom 5.5s ease-in-out infinite;
}

@keyframes AnimationLineHorizontalBottom {
  0% {
    height: 200px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 200px;
  }
}
.separatorLineAnimationHorizontal {
  background: linear-gradient(90deg, #8b5c46 5%, #316ef3 5%);
  height: 100px;
  border-radius: 0px 0px 0px 0px;
  width: 10%;
  display: block;
  animation: AnimationLineHorizontal 5.5s ease-in-out infinite;
}

@keyframes AnimationLineHorizontal {
  0% {
    height: 200px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 200px;
  }
}
.separatorLineAnimation {
  background: linear-gradient(90deg, #8b5c46 5%, #316ef3 5%);
  height: 10px;
  border-radius: 0px 20px 20px 0px;
  width: 10%;
  display: block;
  animation: AnimationLine 10.5s ease-in-out infinite;
}

@keyframes AnimationLine {
  0% {
    width: 100%;
  }
  50% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}
.particlesGeneral {
  position: fixed;
  width: 100%;
  z-index: -99;
  height: 100%;
}
.fotoPerfil {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 20px;
}
@media (min-width: 720px) {
  .fotoPerfil {
    width: 40%;
  }
}
@media (max-width: 720px) {
  .fotoPerfil {
    width: 90%;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .section {
    padding: 1rem 0rem;
  }
}

.bgFontSections {
  background-color: yellow;
  max-width: 500px;
}

.services {
  border-radius: 4px;
  padding: 14px;
  font-size: 130px;
}
@media (max-width: 720px) {
  .services {
    font-size: 100px;
  }
}

.servicesFont {
  font-size: 22px;
}

.lineHeight1 {
  line-height: 33px;
}

.lineHeight2 {
  line-height: 60px;
}
@media (max-width: 1020px) {
  .lineHeight2 {
    line-height: 60px;
  }
}
@media (max-width: 720px) {
  .lineHeight2 {
    line-height: 40px;
  }
}

.paddingServiceSection {
  padding-bottom: 100px;
  padding-top: 40px !important;
}

.line {
  width: 700px;
  height: 6px;
  border-radius: 4px;
}
@media (max-width: 720px) {
  .line {
    width: 350px;
  }
}
@media (max-width: 420px) {
  .line {
    width: 310px;
  }
}

.marginServiceTitle {
  margin-left: 200px;
}
@media (max-width: 720px) {
  .marginServiceTitle {
    margin-left: 50px;
  }
}
@media (max-width: 420px) {
  .marginServiceTitle {
    margin-left: 35px;
  }
}

.lineCounter {
  width: 300px;
  height: 6px;
  border-radius: 4px;
}
@media (max-width: 720px) {
  .lineCounter {
    width: 350px;
  }
}
@media (max-width: 420px) {
  .lineCounter {
    width: 310px;
  }
}

.counterTitle {
  font-size: 30px;
  padding-top: 0px;
}
@media (max-width: 720px) {
  .counterTitle {
    font-size: 18px;
    padding-top: 16px;
  }
}

.counterLineHieght {
  line-height: 1.1;
}
@media (max-width: 720px) {
  .counterLineHieght {
    line-height: 1.4;
  }
}

.logoFooter {
  width: 80px;
  border-radius: 4px;
}

.logosSocialFooter {
  width: 230px;
  display: block;
  margin: auto;
}

.lineFooter2 {
  width: 250px;
  height: 6px;
  border-radius: 4px;
}
@media (max-width: 920px) {
  .lineFooter2 {
    display: none;
  }
}

.lineFooter3 {
  width: 350px;
  height: 6px;
  border-radius: 4px;
  display: none;
}
@media (max-width: 920px) {
  .lineFooter3 {
    display: block;
    margin: auto;
  }
}

.paddingFooterEspecial {
  padding-left: 100px;
}
@media (max-width: 1020px) {
  .paddingFooterEspecial {
    padding-left: 0px;
  }
}

.paddingFooterSubtitle {
  padding-left: 55px;
}

.paddingFooterTitle {
  padding-left: 200px;
}

.textAlignResponsive {
  text-align: left !important;
}
@media (max-width: 1020px) {
  .textAlignResponsive {
    text-align: center !important;
  }
}

.textAlignResponsiveCenter {
  text-align: justify !important;
}
@media (max-width: 920px) {
  .textAlignResponsiveCenter {
    text-align: center !important;
  }
}

.menuLeftPadding {
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .menuLeftPadding {
    padding-left: 0px;
  }
}

@media (max-width: 420px) {
  .marginTopMobile {
    margin-top: 250px;
  }
}

.marginTopMobileFont {
  margin-top: 145px;
}
@media (max-width: 1700px) {
  .marginTopMobileFont {
    margin-top: 200px;
  }
}
@media (max-width: 1600px) {
  .marginTopMobileFont {
    margin-top: 100px;
  }
}
@media (max-width: 1500px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}
@media (max-width: 1450px) {
  .marginTopMobileFont {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .marginTopMobileFont {
    margin-top: 100px;
  }
}
@media (max-width: 1300px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}
@media (max-width: 150px) {
  .marginTopMobileFont {
    margin-top: 20px;
  }
}
@media (max-width: 920px) {
  .marginTopMobileFont {
    margin-top: 40px;
  }
}

.paddingTopMobileFont {
  padding-top: 400px;
}
@media (max-width: 920px) {
  .paddingTopMobileFont {
    padding-top: 200px;
  }
}
@media (max-width: 420px) {
  .paddingTopMobileFont {
    padding-top: 100px;
  }
}

.bgBuildPattern {
  background-image: url("../../assets/img/geometric-leaves.webp");
}

.hiddeImageNow {
  display: block;
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .hiddeImageNow {
    display: none;
  }
}

.minHeightBgMobile {
  min-height: 300px;
}

@media (max-width: 1100px) {
  .paddingMobileNow {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1000px) {
  .paddingMobileNow {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.iconFloat {
  animation: rotate-center 3s infinite;
  transition: all ease-out;
  animation-delay: 0.5s;
}

.iconFloat2 {
  animation: rotate-center 3s infinite;
  transition: all ease-out;
  animation-delay: 0.8s;
}

.iconFloat3 {
  animation: rotate-center 3s infinite;
  transition: all ease-out;
  animation-delay: 1.3s;
}

.iconFloat4 {
  animation: rotate-center 3s infinite;
  transition: all ease-out;
  animation-delay: 1.6s;
}
.particlesGeneral {
  position: absolute;
  width: 100%;
  z-index: 0;
}
.overParticles {
  position: relative;
  width: 100%;
  z-index: 2;
}
.opinionTitle {
  padding: 5px;
  border-radius: 50%;
  width: 56px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 720px) {
  .opinionTitle {
    font-size: 20px;
    width: 40px;
  }
}

.parallax {
  background-image: url("../../assets/img/paralax.jpg");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  background-image: url("../../assets/img/paralax2.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  background-image: url("../../assets/img/paralax3.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax4 {
  background-image: url("../../assets/img/paralax4.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  background-image: url("../../assets/img/paralax5.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax6 {
  background-image: url("../../assets/img/paralax6.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax7 {
  background-image: url("../../assets/img/paralax7.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax8 {
  background-image: url("../../assets/img/paralax8.webp");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.forContainerUnderParticles {
  position: relative;
  z-index: 12;
}

@media (min-width: 720px) {
  .sectionTextContainerFullPaddingResponsive {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 720px) {
  .sectionTextContainerFullPaddingResponsive {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

@media (min-width: 720px) {
  .sectionTextContainerFullPaddingResponsiveTwo {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media (max-width: 720px) {
  .sectionTextContainerFullPaddingResponsiveTwo {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3 !important;
  background-color: #fff;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.top0 {
  top: 0px !important;
}

.buttonSubmitPost {
  margin-top: 0px;
  height: 75px !important;
}

@media (min-width: 720px) {
  .maxWidthBlog {
    max-width: 500px !important;
  }
}
@media (max-width: 720px) {
  .maxWidthBlog {
    max-width: 300px !important;
  }
}

.maxWidth900 {
  max-width: 900px !important;
}

.videoyoutube {
  margin: auto;
  display: block;
  border-radius: 10px;
  border: 0px solid #333;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (min-width: 720px) {
  .heightVideoResponsive {
    height: 400px !important;
  }
}
@media (max-width: 720px) {
  .heightVideoResponsive {
    height: 200px !important;
  }
}

.video-responsive {
  height: 500px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.video-responsive .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.heightDescription {
  height: 250px !important;
}

.blockImgLoad {
  opacity: 0.4;
  pointer-events: none;
}

.opacity03 {
  opacity: 0.4 !important;
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.opacity02 {
  opacity: 0.2 !important;
}

.opacity08 {
  opacity: 0.8 !important;
}

@media (min-width: 769px) {
  .dialog .modal-card {
    min-width: 720px !important;
  }
}
@media (max-width: 769px) {
  .dialog .modal-card {
    min-width: 300px !important;
  }
}

@media (min-width: 769px) {
  .heightYoutubeModal {
    height: 500px;
  }
}
@media (max-width: 769px) {
  .heightYoutubeModal {
    height: 300px;
  }
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.breakWord {
  overflow-wrap: break-word !important;
}

.textareaHeightHidde {
  min-height: 50px !important;
}

.input, .select select, .taginput .taginput-container.is-focusable, .textarea {
  background-color: #fff;
  border: 0px solid #333 !important;
  box-shadow: 0px 3px 30px 2px rgba(0, 0, 0, 0.0823529412) !important;
}

@media (min-width: 769px) {
  .imgResponsive {
    margin-top: 130px;
    width: 400px;
  }
}
@media (max-width: 769px) {
  .imgResponsive {
    width: 300px;
  }
}

.marginTopVideo {
  margin-top: 90px;
}
@media (max-width: 1020px) {
  .marginTopVideo {
    margin-top: 50px;
  }
}

.iconService {
  width: 60px;
}

.iconPosition {
  position: relative !important;
  top: 18px !important;
}
@media (max-width: 720px) {
  .iconPosition {
    top: 28px !important;
  }
}

.responsiveHeightBlockSlider {
  padding: 10px !important;
}
@media (max-width: 720px) {
  .responsiveHeightBlockSlider {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: -6px !important;
  }
}

.marginTopServices {
  margin-top: 20px;
}

.widthServiceText {
  width: 100%;
}
@media (max-width: 1020px) {
  .widthServiceText {
    width: 90%;
  }
}

.linePositionRight {
  height: 4px !important;
}

.iconAboutPosition {
  position: relative;
  top: 3px;
}
@media (max-width: 720px) {
  .iconAboutPosition {
    position: relative;
    top: 8px;
  }
}

.blockUnder {
  height: 40px !important;
  width: 320px !important;
  position: relative !important;
  left: 40px !important;
  top: -35px !important;
  z-index: -1 !important;
}
@media (max-width: 1300px) {
  .blockUnder {
    width: 240px !important;
  }
}
@media (max-width: 920px) {
  .blockUnder {
    width: 240px !important;
  }
}
@media (max-width: 720px) {
  .blockUnder {
    width: 200px !important;
    top: -20px !important;
  }
}

.widthResServices {
  width: 400px;
}
@media (max-width: 920px) {
  .widthResServices {
    width: 300px;
  }
}
@media (max-width: 720px) {
  .widthResServices {
    width: 250px;
  }
}

.initialHeightAnimation {
  height: 210px;
}
@media (max-width: 720px) {
  .initialHeightAnimation {
    height: 240px;
  }
}

.finalHeightAnimation {
  height: 750px;
}
@media (max-width: 720px) {
  .finalHeightAnimation {
    height: 650px;
  }
}

.heightAnimation {
  animation: expandHeight 2.5s ease-in-out;
}
@media (max-width: 720px) {
  .heightAnimation {
    animation: expandHeightMobile 2.5s ease-in-out;
  }
}

@keyframes expandHeight {
  0% {
    height: 210px;
  }
  100% {
    height: 750px;
  }
}
@keyframes expandHeightMobile {
  0% {
    height: 280px;
  }
  100% {
    height: 650px;
  }
}
.imgResponsiveNow {
  width: auto;
  min-height: 500px;
}
@media (max-width: 720px) {
  .imgResponsiveNow {
    min-height: 300px;
  }
}

.aboutMePhoto {
  max-width: 350px !important;
  margin: auto;
  display: block;
  border-radius: 4px;
  border: 8px solid #FFF;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.1215686275);
}

.studiesPhoto {
  max-width: 250px !important;
  margin: auto;
  display: block;
  border-radius: 4px;
  border: 8px solid #FFF;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.1215686275);
}

.sliderWithoutHeroResponsive {
  padding-left: 20px !important;
}
@media (max-width: 720px) {
  .sliderWithoutHeroResponsive {
    padding-left: 0px !important;
  }
}

.imgBase {
  border-radius: 6px;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1921568627);
}

.imgBase2 {
  border-radius: 6px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.0941176471);
}

.underBar {
  height: 460px;
  position: absolute;
  z-index: -1;
  top: -1px;
}

.underBar2 {
  height: 310px;
  position: absolute;
  z-index: -1;
  top: -1px;
}

.underBar3 {
  height: 60px;
  position: absolute;
  z-index: -1;
  top: 650px;
}

.underBar4 {
  height: 60px;
  position: absolute;
  z-index: -1;
  top: 550px;
}

.detailService {
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.0745098039);
  background-color: #FFF;
  padding: 20px;
  border-radius: 4px;
  min-height: 180px !important;
}

.waterContainer {
  display: flex;
  justify-content: center;
  position: relative;
  background: linear-gradient(#316ef3 4%, #abdef7 60%, #ffffff);
  min-height: 320px;
}

.waterjetShadowPoligon {
  width: 3vmin;
  height: 60vmin;
  border-radius: 10px;
  background-color: transparent;
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  align-self: flex-end;
  -webkit-clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  z-index: 0;
  animation: AnimationLineWaterVertical 4.5s ease-in-out infinite;
}

.waterjetShadow {
  justify-content: center;
  display: flex;
  align-items: baseline;
  align-self: flex-end;
  position: relative;
  right: -36px;
  z-index: 0;
  animation: AnimationShadowLineWaterVertical 4.5s ease-in-out reverse infinite;
  animation: AnimationShadowLineWaterVerticalMobile 4.5s ease-in-out reverse infinite;
}
@keyframes AnimationShadowLineWaterVertical {
  0% {
    box-shadow: 0px 0px 30px 4px #2fb5eb;
  }
  50% {
    box-shadow: 0px 0px 60px 54px #00b5fd;
  }
  100% {
    box-shadow: 0px 0px 30px 4px #2fb5eb;
  }
}
@media (max-width: 720px) {
  .waterjetShadow {
    right: -5px;
  }
}
@keyframes AnimationShadowLineWaterVerticalMobile {
  0% {
    box-shadow: 0px 0px 30px 4px #2fb5eb;
  }
  50% {
    box-shadow: 0px -30px 60px 40px #00b5fd;
  }
  100% {
    box-shadow: 0px 0px 30px 4px #2fb5eb;
  }
}

.waterjet {
  width: 3vmin;
  height: 30vmin;
  border-radius: 10px;
  background: linear-gradient(#7fd5fd 10%, #4abbf0);
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  align-self: flex-end;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  animation: AnimationLineWaterVertical 4.5s ease-in-out infinite;
}
.waterjet:before {
  content: "";
  position: absolute;
  width: 1vmin;
  height: 10vmin;
  box-shadow: 22px 0px 20px 15px rgba(255, 255, 255, 0.0901960784);
}
@keyframes AnimationLineWaterVertical {
  0% {
    height: 250px;
  }
  50% {
    height: 5px;
  }
  100% {
    height: 250px;
  }
}
@media (max-width: 720px) {
  .waterjet {
    width: 6vmin;
  }
}

.lake {
  width: 40vmin;
  z-index: 1;
  height: 3.6vmin;
  left: 190px;
  border-radius: 10px;
  background: linear-gradient(#7fd5fd 10%, #4abbf0);
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  align-self: flex-end;
  -webkit-clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
}
@media (max-width: 1720px) {
  .lake {
    width: 20vmin;
    z-index: 1;
    height: 3.6vmin;
    left: 190px;
    border-radius: 10px;
  }
}
@media (max-width: 720px) {
  .lake {
    display: none !important;
  }
}

.lakeTwo {
  width: 20vmin;
  z-index: 1;
  height: 3.5vmin;
  left: 1290px;
  border-radius: 10px;
  background: linear-gradient(#7fd5fd 10%, #4abbf0);
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  align-self: flex-end;
  -webkit-clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
  clip-path: polygon(20% 0%, 0 5%, 5% 49%, 0% 80%, 3% 100%, 63% 100%, 98% 100%, 100% 80%, 95% 48%, 100% 5%, 80% 0%, 47% 2%);
}
@media (max-width: 720px) {
  .lakeTwo {
    display: none !important;
  }
}

.dropContainer {
  display: flex;
  justify-content: center;
  position: relative;
  posiion: relative;
  left: 50px;
}

.dropBase {
  width: 1vmin;
  height: 1vmin;
  background: #4abbf0;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  z-index: 1;
  align-self: flex-end;
}

.drop1 {
  animation: dropRight1 3.5s ease-in-out infinite;
}
@keyframes dropRight1 {
  0% {
    bottom: 10px;
    left: 10px;
    opacity: 1;
  }
  50% {
    bottom: 160px;
    left: 30px;
  }
  100% {
    bottom: 10px;
    left: 50px;
    opacity: 0;
  }
}

.drop2 {
  animation: dropRight2 5.5s ease-in-out infinite;
}
@keyframes dropRight2 {
  0% {
    bottom: 10px;
    left: 10px;
    opacity: 1;
  }
  50% {
    bottom: 150px;
    left: 30px;
  }
  100% {
    bottom: 10px;
    left: 50px;
    opacity: 0;
  }
}

.drop3 {
  animation: dropRight3 5.5s ease-in-out infinite;
}
@keyframes dropRight3 {
  0% {
    bottom: 10px;
    left: 10px;
    opacity: 1;
  }
  50% {
    bottom: 100px;
    left: 60px;
  }
  100% {
    bottom: 10px;
    left: 120px;
    opacity: 0;
  }
}

.drop4 {
  animation: dropLeft1 5.5s ease-in-out infinite;
}
@keyframes dropLeft1 {
  0% {
    bottom: 10px;
    left: -10px;
    opacity: 1;
  }
  50% {
    bottom: 150px;
    left: -30px;
  }
  100% {
    bottom: 10px;
    left: -50px;
    opacity: 0;
  }
}

.drop5 {
  animation: dropLeft2 3.5s ease-in-out infinite;
}
@keyframes dropLeft2 {
  0% {
    bottom: 10px;
    left: -20px;
    opacity: 1;
  }
  50% {
    bottom: 150px;
    left: -40px;
  }
  100% {
    bottom: 10px;
    left: -50px;
    opacity: 0;
  }
}

.drop6 {
  animation: dropLeft2 3.5s ease-in-out infinite;
}
@keyframes dropLeft2 {
  0% {
    bottom: 10px;
    left: -20px;
    opacity: 1;
  }
  50% {
    bottom: 70px;
    left: -80px;
  }
  100% {
    bottom: 10px;
    left: -160px;
    opacity: 0;
  }
}

.earth {
  width: 100%;
  height: 3vmin;
  background: linear-gradient(#b16e50 10%, #86523a);
  justify-content: center;
  display: flex;
  align-items: baseline;
  position: absolute;
  z-index: 1;
  align-self: flex-end;
  -webkit-clip-path: polygon(21% 3%, 16% 8%, 0 17%, 0% 80%, 0 100%, 60% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 15%);
          clip-path: polygon(21% 3%, 16% 8%, 0 17%, 0% 80%, 0 100%, 60% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 15%);
}

.earthBackground {
  width: 100%;
  height: 4vmin;
  justify-content: center;
  display: flex;
  align-items: baseline;
  z-index: -1;
  align-self: flex-end;
  position: absolute;
  background: #09d64d;
  background: linear-gradient(50deg, #b16e50 10%, #a3532e);
  -webkit-clip-path: polygon(21% 3%, 16% 8%, 0 17%, 0% 80%, 0 100%, 60% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 55%);
          clip-path: polygon(21% 3%, 16% 8%, 0 17%, 0% 80%, 0 100%, 60% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 55%);
}

.grass {
  width: 100%;
  height: 3.9vmin;
  justify-content: center;
  display: flex;
  align-items: baseline;
  z-index: 0;
  align-self: flex-end;
  position: absolute;
  background: #09d64d;
  background: linear-gradient(180deg, #09d64d 10%, #0e722f);
  -webkit-clip-path: polygon(41% 11%, 16% 8%, 0 27%, 0% 80%, 0 100%, 30% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 15%);
          clip-path: polygon(41% 11%, 16% 8%, 0 27%, 0% 80%, 0 100%, 30% 100%, 100% 100%, 100% 80%, 100% 0, 85% 2%, 70% 15%, 49% 15%);
}

.grassBase {
  width: 0.5vmin;
  height: 4vmin;
  border-radius: 4px 4px 0px 0px;
  justify-content: center;
  display: flex;
  align-items: baseline;
  z-index: 1;
  align-self: flex-end;
  right: 40px;
  margin-left: 0.5px;
}

.grass1 {
  left: -45.5px;
  background: #09d64d;
}

.grass2 {
  left: -20px;
  background: #51e984;
}

.grass3 {
  left: -10px;
  background: #1bce57;
}

.grass4 {
  left: 0px;
  background: #51e984;
}

.grass5 {
  left: 10px;
}

.grass6 {
  left: 20px;
  background: #1bce57;
}

.grass7 {
  left: 30px;
  background: #09d64d;
}

.grass8 {
  left: 40px;
  background: #09b643;
}

.grass9 {
  left: -25px;
  background: #1bce57;
}

.grass10 {
  left: 5px;
  background: #51e984;
}

.grass11 {
  left: 15px;
  background: #09b643;
}

.grass12 {
  left: -41px;
  background: #1bce57;
}

.grass13 {
  left: 22px;
  background: #1bce57;
}

.grass14 {
  left: -28px;
  background: #1bce57;
}

.grass15 {
  left: -39px;
  background: #51e984;
}

.grass15 {
  left: 39px;
  background: #51e984;
}

.grass16 {
  left: 28px;
  background: #1bce57;
}

.grass17 {
  left: 41px;
  background: #1bce57;
}

.grass18 {
  left: -21px;
  background: #1bce57;
}

.cowImg {
  width: 4.6vmin;
  height: 4vmin;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  align-items: baseline;
  position: relative;
  z-index: 12;
  transform: scaleX(-1);
  right: 30px;
  margin-bottom: 17px;
}
@media (max-width: 720px) {
  .cowImg {
    margin-bottom: 10px;
    width: 6.6vmin;
    height: 6vmin;
  }
}

.separatorFromAnimation {
  background: linear-gradient(#86523a 10%, #b16e50) !important;
  z-index: 10;
  position: relative;
  display: block;
  top: -1px;
}

.logoAnimationBrand {
  width: 68.6vmin;
  height: 24vmin;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  align-items: baseline;
  position: absolute;
  z-index: 0;
  bottom: 50px;
  opacity: 0.1;
  animation: logoAnimation 4.5s ease-in-out infinite;
}
@keyframes logoAnimation {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}

.pattern1 {
  width: 100%;
  background-repeat: repeat;
  background-image: url("../../assets/img/pattern.png");
}/*# sourceMappingURL=main.css.map */