@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");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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: "Noto Sans", sans-serif !important;
  overflow: hidden !important;
}

a {
  color: #4a4a4a !important;
}

@media (max-width: 768px) {
  .centerBlockResponsive {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.modal-card, .modal-content {
  max-height: calc(100vh - 60px) !important;
}

.p-6-r {
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 768px) {
  .p-6-r {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.pt-6-r {
  padding-top: 30px !important;
}
@media (max-width: 768px) {
  .pt-6-r {
    padding-top: 0px !important;
  }
}

.p-l-r-responsive {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .p-l-r-responsive {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.p-t-responsive-mobile {
  padding-top: 0px !important;
}
@media (max-width: 768px) {
  .p-t-responsive-mobile {
    padding-top: 30px !important;
  }
}

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

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

.select select, .taginput .taginput-container.is-focusable, .textarea, .input {
  height: 55px !important;
  border-color: #ffffff !important;
  padding: 2px !important;
  border-radius: 6px !important;
  box-shadow: 0px 2px 25px 0px rgba(51, 51, 51, 0.1529411765) !important;
}

.formSubmitButton {
  background-color: #4fb637 !important;
  border: 0px solid transparent !important;
  height: 55px !important;
  padding: 0px !important;
  border-radius: 6px !important;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.5058823529) !important;
  width: 100% !important;
}

.buttonHome {
  background-color: #4fb637;
  border: 2px solid #69d851;
  border-radius: 20px;
  padding: 10px;
}

.formSubmitButton2 {
  background-color: #4fb637 !important;
  border: 0px solid transparent !important;
  height: 55px !important;
  padding: 0px !important;
  border-radius: 6px !important;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.5058823529) !important;
  width: 100% !important;
}

.sizeMenuFont {
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}
@media (max-width: 1500px) {
  .sizeMenuFont {
    font-size: 16px;
    margin-left: 15px;
  }
}
@media (max-width: 1300px) {
  .sizeMenuFont {
    font-size: 15px;
    margin-left: 10px;
  }
}
@media (max-width: 1250px) {
  .sizeMenuFont {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .sizeMenuFont {
    font-size: 16px;
    margin-top: 30px;
    color: #fff !important;
  }
}
@media (max-width: 769px) {
  .sizeMenuFont {
    margin-top: 20px;
    color: #fff !important;
  }
}

.colorPrimary {
  color: #033e90 !important;
}

.colorPrimaryLight {
  color: #2369ca !important;
}

.colorSecondary {
  color: #4fb637 !important;
}

.colorSecondaryLight {
  color: #69d851 !important;
}

.colorTertiary {
  color: #4a4a4a !important;
}

.colorSoftGrey {
  color: #f7f7f7 !important;
}

.colorGrey {
  color: #666666 !important;
}

.bgColorPrimary {
  background-color: #033e90 !important;
}

.bgColorPrimaryLight {
  background-color: #2369ca !important;
}

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

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

.bgColorTertiary {
  background-color: #4a4a4a !important;
}

.bgColorTertiaryLight {
  background-color: #4a4a4a !important;
}

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

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

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

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

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

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

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

.bgGradientPrimary {
  background: linear-gradient(to bottom, #033e90 0%, #2369ca 100%);
  background-blend-mode: multiply, multiply;
}

.bgGradientSecondary {
  background: linear-gradient(to bottom, #4fb637 0%, #69d851 100%);
  background-blend-mode: multiply, multiply;
}

.bgPatternRoof {
  background-color: #b31c1c;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #7b0100 0, #7b0100 1px, #b31c1c 0, #b31c1c 50%);
}

.bgPatternRoofLight {
  background-color: #6d1010;
  opacity: 0.8;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, rgba(123, 0, 0, 0.3215686275) 0, rgba(123, 0, 0, 0.5607843137) 1px, rgba(179, 28, 28, 0.6039215686) 0, rgba(179, 28, 28, 0.5568627451) 50%);
}

.bgPatternRoofSecondary {
  background-color: #000000;
  opacity: 0.8;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #000000 0, #000000 1px, #0a0a0a 0, #201f1f 50%);
}

.bgPatternForWeb {
  background: url("../img/45degreee_fabric.webp");
  background-repeat: repeat;
}

.bgGradientBlack {
  background-image: radial-gradient(circle at center, #494949 0%, #1c1c1c 100%) !important;
}

.yellow {
  color: #fceb02;
}

.opinionTitle {
  padding: 20px;
}

.opinionTitle {
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  color: white !important;
  font-weight: 600;
  font-size: 20px;
  margin-right: 4px;
}
@media (max-width: 720px) {
  .opinionTitle {
    font-size: 20px;
    width: 40px;
  }
}

.height1 {
  height: 1px;
}

.height2 {
  height: 2px;
}

.height3 {
  height: 3px;
}

.height4 {
  height: 4px;
}

.height10 {
  height: 10px;
}

.height20 {
  height: 20px;
}

.height30 {
  height: 30px;
}

.height100 {
  height: 100%;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10% !important;
}

.separatorSmall {
  width: 100%;
  height: 10px;
  dispaly: block;
}

.separatorMedium {
  width: 100%;
  height: 50px;
  dispaly: block;
}

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

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

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

.fontQuarter {
  font-family: "Noto Sans", 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;
}

.letterSpacingMedium {
  letter-spacing: 1.5px;
}

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

.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;
  }
}

.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: 50px;
  }
}
@media (max-width: 720px) {
  .titleBig3 {
    font-size: 34px;
  }
}

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

@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;
  }
}

.positionFixed {
  position: fixed !important;
}

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

.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: -1px -1px 3px 0px rgba(0, 0, 0, 0.3882352941);
}

.hasShadow4 {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hasShadowProduct {
  transition: all 1s ease-out;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hasShadowProduct:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.13);
}
@media (max-width: 720px) {
  .hasShadowProduct {
    box-shadow: 0px -1px 22px 0px rgba(0, 0, 0, 0.0196078431), 0px -1px 32px 1px rgba(0, 0, 0, 0.0745098039);
  }
}

.borderRadius2 {
  border-radius: 2px;
}

.borderRadius444 {
  border-radius: 20px;
}

.borderRadiusFont {
  border-radius: 2px;
}

.borderRadiusButtons {
  border-radius: 6px;
}

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

.navbar-item img {
  max-height: 3.75rem !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: #4fb637 !important;
}
@media (max-width: 1024px) {
  .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: #fff !important;
  }
}

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

.navbar-burger.burger {
  margin-top: 10px !important;
  margin-right: 10px !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: #033e90;
  }
}

.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: #033e90;
}
@media (max-width: 1024px) {
  .subMenuColor {
    color: #fff;
  }
}

.opacity1 {
  opacity: 1;
  transition: all 1s ease-out;
}

.opacity0 {
  opacity: 0;
  transition: all 0.7s ease-out;
}

.bg-img1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider.webp");
}

.bg-img11 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/sliderContact.webp");
}

.bg-imgTwo {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/sliderTwo.webp");
}

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

.bgBlack {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack2 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack3 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack4 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack5 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack6 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack7 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bgBlack8 {
  background: rgba(0, 0, 0, 0.5333333333);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.bg-imgTwo-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/sliderThree.webp");
}

.bg-img1-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider.webp");
}
@media (max-width: 769px) {
  .bg-img1-section {
    min-height: 400px;
  }
}

.bg-square-1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/1.webp");
}
@media (max-width: 769px) {
  .bg-square-1 {
    min-height: 400px;
  }
}

.bg-square-2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/2.webp");
}
@media (max-width: 769px) {
  .bg-square-2 {
    min-height: 400px;
  }
}

.bg-square-3 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/3.webp");
}
@media (max-width: 769px) {
  .bg-square-3 {
    min-height: 400px;
  }
}

.bg-square-4 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/4.webp");
}
@media (max-width: 769px) {
  .bg-square-4 {
    min-height: 400px;
  }
}

.bg-square-5 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/5.webp");
}
@media (max-width: 769px) {
  .bg-square-5 {
    min-height: 400px;
  }
}

.bg-square-6 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/6.webp");
}
@media (max-width: 769px) {
  .bg-square-6 {
    min-height: 400px;
  }
}

.bg-square-7 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/square/7.webp");
}
@media (max-width: 769px) {
  .bg-square-7 {
    min-height: 400px;
  }
}

.bg-img2 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider2.webp");
}
@media (max-width: 769px) {
  .bg-img2 {
    min-height: 1100px;
  }
}

.bg-img3 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider3.webp");
}
@media (max-width: 769px) {
  .bg-img3 {
    min-height: 1100px;
  }
}

.bg-img4 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider4.webp");
}
@media (max-width: 769px) {
  .bg-img4 {
    min-height: 1100px;
  }
}

.bg-img5 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider5.webp");
}
@media (max-width: 769px) {
  .bg-img5 {
    min-height: 1100px;
  }
}

.bg-img6 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider6.webp");
}
@media (max-width: 769px) {
  .bg-img6 {
    min-height: 1100px;
  }
}

.bg-img7 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider7.webp");
}
@media (max-width: 769px) {
  .bg-img7 {
    min-height: 1100px;
  }
}

.bg-img8 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider8.webp");
}
@media (max-width: 769px) {
  .bg-img8 {
    min-height: 1100px;
  }
}

.bg-img9 {
  min-height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/sliders/slider9.webp");
}
@media (max-width: 769px) {
  .bg-img9 {
    min-height: 1100px;
  }
}

.lineAnimationPrimary {
  margin: auto;
  display: block;
  color: transparent !important;
  height: 6px;
  border-radius: 2px;
  z-index: 1;
  background-color: #2369ca;
  animation: lineAnPrimary 10s ease-in-out infinite;
  transition: 150ms ease-out;
  width: 80%;
}

@keyframes lineAnPrimary {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 50px;
  }
}
.colorRedTiti {
  transition: 150ms ease-out;
  animation: colorRed 10s ease-in-out infinite;
}

@keyframes colorRed {
  0% {
    color: #fa0000;
    opacity: 0.3;
  }
  50% {
    color: #970707;
  }
  100% {
    color: #fa0000;
    opacity: 1;
  }
}
.lineAnimationSecondaryLeft {
  display: inline-block;
  height: 18px;
  border-radius: 2px;
  z-index: 1;
  transition: 150ms ease-out;
  animation: lineAnSecondaryLeft 10s ease-in-out infinite;
  width: 100%;
}

@keyframes lineAnSecondaryLeft {
  0% {
    width: 250px;
    background-color: #4fb637;
  }
  100% {
    width: 8px;
    background-color: red;
  }
}
.lineAnimationSecondary {
  margin: auto;
  display: block;
  color: transparent !important;
  height: 6px;
  border-radius: 2px;
  z-index: 1;
  background-color: #4fb637;
  transition: 150ms ease-out;
  animation: lineAnPrimary 11s ease-in-out infinite;
  width: 80%;
}

@keyframes lineAnSecondary {
  0% {
    width: 40px;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 40px;
  }
}
.arrowAnimation2 {
  position: relative;
  top: 1px;
  animation: arrowAn2 2s ease-in-out infinite;
}

@keyframes arrowAn2 {
  0% {
    transform: translatey(0px);
    opacity: 0;
  }
  50% {
    transform: translatey(8px);
    opacity: 1;
  }
  100% {
    transform: translatey(0px);
    opacity: 0;
  }
}
.sliderPaddingAndHeight {
  min-height: 700px;
}
@media (min-width: 720px) {
  .sliderPaddingAndHeight {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .sliderPaddingAndHeight {
    padding-top: 10px;
    min-height: 400px;
  }
}

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

.sliderPaddingAndHeightSectionsServ {
  height: 270px;
}
@media (min-width: 720px) {
  .sliderPaddingAndHeightSectionsServ {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .sliderPaddingAndHeightSectionsServ {
    padding-top: 10px;
    height: 210px;
  }
}

.padEspecial {
  padding-left: 20px !important;
}
@media (max-width: 1400px) {
  .padEspecial {
    padding-left: 50px !important;
  }
}
@media (max-width: 1020px) {
  .padEspecial {
    padding-left: 0px !important;
  }
}

.carousel-arrow .icon.has-icons-right {
  right: 1.5rem;
  -webkit-clip-path: polygon(50% 0%, 50% 100%, 100% 53%) !important;
          clip-path: polygon(50% 0%, 50% 100%, 100% 53%) !important;
}

.carousel-arrow .icon.has-icons-left {
  right: 1.5rem;
  -webkit-clip-path: polygon(50% 0%, 50% 100%, 0 47%) !important;
          clip-path: polygon(50% 0%, 50% 100%, 0 47%) !important;
}

.borderVerticalLeft {
  border-left: 4px solid #4a4a4a;
  display: block;
  height: 310px;
  position: absolute;
  border-radius: 50px;
}

.pt-only-mobile {
  padding-top: 75px;
}
@media (max-width: 720px) {
  .pt-only-mobile {
    padding-top: 60px;
  }
}

.positionImgEsp2 {
  position: relative;
  top: -12px;
}

.pt-only-mobile2 {
  padding-top: 185px;
  padding-bottom: 95px;
}
@media (max-width: 720px) {
  .pt-only-mobile2 {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}

.pt-only-desktop {
  padding-top: 3rem !important;
}
@media (max-width: 720px) {
  .pt-only-desktop {
    padding-top: 0px !important;
  }
}

.pb-only-desktop {
  padding-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .pb-only-desktop {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 720px) {
  .pb-only-mobile {
    padding-bottom: 0px !important;
  }
}

.mt-7 {
  margin-top: 20vh;
}
@media (max-width: 720px) {
  .mt-7 {
    margin-top: 20vh;
  }
}

.marginTopFast {
  margin-top: 40px !important;
}
@media (max-width: 720px) {
  .marginTopFast {
    margin-top: 80px !important;
  }
}

.ml-mr-responsive {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 720px) {
  .ml-mr-responsive {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.mt-mb-responsive {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .mt-mb-responsive {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.mb-only-mobile-2 {
  margin-bottom: 0px;
}
@media (max-width: 720px) {
  .mb-only-mobile-2 {
    margin-bottom: 50px;
  }
}

.mt-7-responsive {
  margin-top: 3.8rem;
}
@media (max-width: 720px) {
  .mt-7-responsive {
    margin-top: 5rem;
  }
}

.mt-7-responsive-b {
  margin-top: 10rem;
}
@media (max-width: 1420px) {
  .mt-7-responsive-b {
    margin-top: 8rem;
  }
}
@media (max-width: 1120px) {
  .mt-7-responsive-b {
    margin-top: 5rem;
  }
}
@media (max-width: 720px) {
  .mt-7-responsive-b {
    margin-top: 8rem;
  }
}

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

.mt-5-only-mobile {
  margin-top: 0rem;
}
@media (max-width: 720px) {
  .mt-5-only-mobile {
    margin-top: 3rem;
  }
}

.mt-5-only-mobile2 {
  margin-top: 0rem;
}
@media (max-width: 720px) {
  .mt-5-only-mobile2 {
    margin-top: 0.6rem;
  }
}

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

.mtAboutUsMobile {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
@media (max-width: 720px) {
  .mtAboutUsMobile {
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

.centerResponsiveInline {
  display: inline-block;
  margin-left: none;
  margin-right: none;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .centerResponsiveInline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.centerResponsive {
  display: block;
  margin-left: none;
  margin-right: none;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .centerResponsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.centerResponsiveNoMargin {
  display: block;
  margin-left: none;
  margin-right: none;
}
@media (max-width: 720px) {
  .centerResponsiveNoMargin {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.plpr-res {
  padding-left: 160px;
  padding-right: 160px;
}
@media (max-width: 1250px) {
  .plpr-res {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 720px) {
  .plpr-res {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.iconSizeBig {
  font-size: 140px;
  margin-top: 70px;
}
@media (max-width: 720px) {
  .iconSizeBig {
    margin-top: 20px;
  }
}

.iconSizeBig2 {
  font-size: 50px;
  margin-top: 40px;
}
@media (max-width: 720px) {
  .iconSizeBig2 {
    margin-top: 20px;
  }
}

.pt-0-r-m {
  padding-top: 0px;
}
@media (max-width: 720px) {
  .pt-0-r-m {
    padding-top: 40px;
  }
}

.borderRadius100 {
  border-radius: 100px;
}

.imgProduct {
  cursor: pointer;
  transition: 150ms ease-out;
}

.roll-in-blurred-left {
  animation: roll-in-blurred-left 2.65s cubic-bezier(0.23, 1, 0.32, 1) 0.5s infinite;
}
@keyframes roll-in-blurred-left {
  0% {
    transform: translateX(-1000px) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(20deg);
    filter: blur(0);
    opacity: 1;
  }
}
.imgBox {
  width: 500px;
  border-radius: 8px;
  box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.2823529412);
  margin: 35px;
  margin-top: 0px !important;
}
@media (max-width: 720px) {
  .imgBox {
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.7137254902);
    width: 275px;
  }
}

.imgBox2 {
  width: 500px;
  border-radius: 18px;
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.7254901961);
  margin: 35px;
  margin-top: 0px !important;
}
@media (max-width: 720px) {
  .imgBox2 {
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.7137254902);
    width: 275px;
  }
}

.carousel .carousel-indicator .indicator-item .indicator-style {
  display: block;
  border: 1px solid #033e90 !important;
  background: #fff;
  outline: 0;
  transition: 150ms ease-out;
}

.carousel .carousel-indicator .indicator-item .indicator-style:hover, .carousel .carousel-indicator .indicator-item.is-active .indicator-style {
  background: #033e90 !important;
  background-color: #033e90 !important;
}

.positionRelative {
  position: relative;
}

.buttonGeneralFlat {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px !important;
  outline: none;
  color: #fff !important;
}
.buttonGeneralFlat:hover {
  background-color: #4fb637 !important;
  color: #fff !important;
  transition: 550ms ease-out;
}

.buttonGeneral {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px !important;
  outline: none;
  color: #fff !important;
}
.buttonGeneral:hover {
  background-color: #4fb637 !important;
  color: #fff !important;
  transition: 550ms ease-out;
}

.buttonGeneralPrimary {
  cursor: pointer;
  border: 1px solid #033e90;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px !important;
  outline: none;
  width: 170px !important;
  color: #033e90 !important;
}
.buttonGeneralPrimary:hover {
  background-color: #033e90;
  color: white !important;
  transition: 550ms ease-out;
}

.textOverImg {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.imgOverlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imgBusiness {
  width: 600px;
  border-radius: 46px;
  margin: 35px;
  margin-top: 0px !important;
}
@media (max-width: 720px) {
  .imgBusiness {
    width: 275px;
  }
}

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

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

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

.rotateImg {
  animation: rotate-center 30s ease-in-out both infinite;
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-transform: rotate(360deg);
  }
}
.rotateImgOnHover {
  animation: rotate-center 0.6s ease-in-out both;
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-transform: rotate(360deg);
  }
}
.carousel-list .carousel-slides .carousel-slide {
  border: 0px solid #333 !important;
}

.levitation {
  animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(0px);
  }
}
.arrowAnimation {
  animation: arrowAn 1s ease-in-out infinite;
}

@keyframes arrowAn {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-3px);
  }
  100% {
    transform: translatex(0px);
  }
}
.textAnimation {
  animation: slideText 5s ease-in-out infinite;
}

@keyframes slideText {
  0% {
    transform: translatex(0px);
    opacity: 0;
  }
  10% {
    transform: translatex(20px);
    opacity: 1;
  }
  90% {
    transform: translatex(20px);
    opacity: 1;
  }
  100% {
    transform: translatex(0px);
    opacity: 0;
  }
}
.textAnimationShort {
  animation: slideTextVertical 3.5s ease-in-out infinite;
}

@keyframes slideTextVertical {
  0% {
    transform: translatex(0px);
    opacity: 0;
  }
  10% {
    transform: translatex(20px);
    opacity: 1;
  }
  90% {
    transform: translatex(20px);
    opacity: 1;
  }
  100% {
    transform: translatex(0px);
    opacity: 0;
  }
}
.parax1 {
  background: url("../img/parax1.webp");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parax2 {
  background: url("../img/parax2.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parax3 {
  background: url("../img/parax3.webp");
  min-height: 400px;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ptParalax {
  padding-top: 120px;
  padding-bottom: 120px;
}

.carousel-list.has-shadow {
  box-shadow: 0 0 0px !important;
}

.borderRadius4 {
  border-radius: 4px;
}

.borderRadiusTop {
  border-radius: 4px 4px 0px 0px;
}

.serviceImg {
  border-radius: 6px;
  box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.paddingEspSect {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 720px) {
  .paddingEspSect {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.navbar-link:not(.is-arrowless)::after {
  display: none !important;
}

@media (min-width: 1024px) {
  .navbar-dropdown {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.mlResMen {
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .mlResMen {
    margin-left: 12px;
  }
}

.navbar-dropdown {
  padding-left: 10px;
}

.navbar-dropdown a.navbar-item {
  padding-top: 10px !important;
}

.plEs2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .plEs2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.prEs2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .prEs2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.imgWidthPr {
  width: 500px !important;
  height: 500px !important;
  display: block;
  margin: auto;
}
@media (max-width: 1024px) {
  .imgWidthPr {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  .imgWidthPr {
    width: 100% !important;
    height: auto !important;
  }
}

.heightMob {
  height: 500px !important;
}
@media (max-width: 1024px) {
  .heightMob {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .heightMob {
    height: auto !important;
  }
}

.fontSizeDesc {
  font-size: 13.5px;
}
@media (max-width: 1024px) {
  .fontSizeDesc {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .fontSizeDesc {
    height: auto !important;
  }
}

.imgWidthPrPhoto {
  width: 100% !important;
  height: 500px !important;
  display: block;
  margin: auto;
}
@media (max-width: 1024px) {
  .imgWidthPrPhoto {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  .imgWidthPrPhoto {
    width: 100% !important;
    height: auto !important;
  }
}

.iconPest {
  width: 50px;
}

.iconPestText {
  display: inline-block;
  position: relative;
  bottom: 14px;
}/*# sourceMappingURL=main.css.map */