@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=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  overflow: hidden !important;
}

a {
  color: #353535 !important;
}

.colorPrimary {
  color: #eead35 !important;
}

.colorPrimaryLight {
  color: #eead35 !important;
}

.colorSecondary {
  color: #353535 !important;
}

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

.colorSoftGrey {
  color: #f1eeee !important;
}

.colorGrey {
  color: #666666 !important;
}

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

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

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

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

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

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

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

.bgColorSoftGrey {
  background-color: #f1eeee !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;
}

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

.height1 {
  height: 1px;
}

.height2 {
  height: 2px;
}

.height3 {
  height: 3px;
}

.height4 {
  height: 4px;
}

.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: "Montserrat", sans-serif;
}

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

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

.fontQuarter {
  font-family: "Dancing Script", cursive;
}

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

.fontWeightLight {
  font-weight: 400;
}

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

.colorBlack {
  color: #000000 !important;
}

.letterSpacingMedium {
  letter-spacing: 1.5px;
}

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

.logo {
  width: 250px;
}
@media (max-width: 1025px) {
  .logo {
    padding-left: 15px;
    padding-top: 8px;
  }
}

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

.textAlignResponsiveRight {
  text-align: right !important;
}
@media (max-width: 1020px) {
  .textAlignResponsiveRight {
    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: -5px -20px 30px 0px rgba(0, 0, 0, 0.0470588235);
}

.hasShadow4 {
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.0470588235);
}

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

.borderRadiusFont {
  border-radius: 2px;
}

.borderRadiusButtons {
  border-radius: 6px;
}

.navbar {
  margin-top: 0px !important;
}

.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: #eead35 !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: #eead35;
  }
}

.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: #eead35;
}
@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-img2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/fondo.webp");
}

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

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

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

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

.sliderPaddingAndHeight {
  min-height: 650px;
}
@media (min-width: 720px) {
  .sliderPaddingAndHeight {
    padding-top: 50px;
    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 #353535;
  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;
  }
}

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

.pb-only-desktop {
  padding-bottom: 3rem !important;
}
@media (max-width: 720px) {
  .pb-only-desktop {
    padding-bottom: 0px !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: 80px !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-responsive-ok {
  margin-top: 0px;
}
@media (max-width: 720px) {
  .mt-responsive-ok {
    margin-top: 25px !important;
  }
}

.mt-responsive-reverse-ok2 {
  margin-top: 110px;
}
@media (max-width: 720px) {
  .mt-responsive-reverse-ok2 {
    margin-top: 0px !important;
  }
}

.mt-responsive-reverse-ok {
  margin-top: 60px;
}
@media (max-width: 720px) {
  .mt-responsive-reverse-ok {
    margin-top: 0px !important;
  }
}

.pt-responsive-reverse-ok {
  padding-top: 60px;
}
@media (max-width: 720px) {
  .pt-responsive-reverse-ok {
    padding-top: 0px !important;
  }
}

.pb-responsive-reverse-ok {
  padding-bottom: 30px;
}
@media (max-width: 720px) {
  .pb-responsive-reverse-ok {
    padding-bottom: 0px !important;
  }
}

.mb-responsive-ok {
  margin-bottom: 0px;
}
@media (max-width: 720px) {
  .mb-responsive-ok {
    margin-bottom: 30px !important;
  }
}

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

.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: 11rem;
}
@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: 3rem;
  }
}

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

.borderRadius100 {
  border-radius: 100px;
}

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

.imgBox {
  width: 400px;
  border-radius: 3%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16), 0 3px 26px rgba(0, 0, 0, 0.13);
  margin: 35px;
}
@media (max-width: 720px) {
  .imgBox {
    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;
  }
}

.imgBox3 {
  width: 600px;
  border-radius: 3%;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.08), 0 3px 66px rgba(0, 0, 0, 0.03);
  margin: 35px;
  border-radius: 70px;
  border: 12px solid #FFF;
}
@media (max-width: 720px) {
  .imgBox3 {
    width: 320px;
  }
}
@media (max-width: 320px) {
  .imgBox3 {
    width: 275px;
  }
}

.imgBoxVideo {
  border-radius: 3%;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.08), 0 3px 66px rgba(0, 0, 0, 0.23);
  min-height: 365px;
}
@media (max-width: 1700px) {
  .imgBoxVideo {
    min-height: 320px;
  }
}
@media (max-width: 1650px) {
  .imgBoxVideo {
    min-height: 300px;
  }
}
@media (max-width: 1500px) {
  .imgBoxVideo {
    min-height: 290px;
  }
}
@media (max-width: 1400px) {
  .imgBoxVideo {
    min-height: 260px;
  }
}
@media (max-width: 1300px) {
  .imgBoxVideo {
    min-height: 230px;
  }
}
@media (max-width: 1150px) {
  .imgBoxVideo {
    min-height: 200px;
  }
}
@media (max-width: 762px) {
  .imgBoxVideo {
    min-height: 300px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 720px) {
  .imgBoxVideo {
    width: 100%;
  }
}

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

.imgBoxVideo2 {
  border-radius: 3%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08), 0 3px 16px rgba(0, 0, 0, 0.23);
  min-height: 365px;
}
@media (max-width: 1700px) {
  .imgBoxVideo2 {
    min-height: 320px;
  }
}
@media (max-width: 1650px) {
  .imgBoxVideo2 {
    min-height: 300px;
  }
}
@media (max-width: 1500px) {
  .imgBoxVideo2 {
    min-height: 290px;
  }
}
@media (max-width: 1400px) {
  .imgBoxVideo2 {
    min-height: 260px;
  }
}
@media (max-width: 1300px) {
  .imgBoxVideo2 {
    min-height: 230px;
  }
}
@media (max-width: 1150px) {
  .imgBoxVideo2 {
    min-height: 200px;
  }
}
@media (max-width: 762px) {
  .imgBoxVideo2 {
    min-height: 300px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 720px) {
  .imgBoxVideo2 {
    width: 100%;
  }
}

.carousel .carousel-indicator .indicator-item .indicator-style {
  display: block;
  border: 1px solid #eead35 !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: #eead35 !important;
  background-color: #eead35 !important;
}

.positionRelative {
  position: relative;
}

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

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

.lineHeightText {
  line-height: 35px;
}

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

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

.textOverImg {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .textOverImg {
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .textOverImg {
    margin-top: 30px;
  }
}
@media (max-width: 1300px) {
  .textOverImg {
    margin-top: 5px;
  }
}
@media (max-width: 720px) {
  .textOverImg {
    margin-top: 90px;
  }
}

.imgOverlay {
  opacity: 0.1;
  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;
  }
}

@media (max-width: 1024px) {
  .centerBlockResponsive {
    display: block;
    margin: auto;
  }
}

.centerBlockResponsive2 {
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .centerBlockResponsive2 {
    display: block;
    margin: auto;
  }
}

.paddingEsp {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .paddingEsp {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.whatsapp {
  position: fixed;
  width: 64px;
  height: 50px;
  margin-left: 17px;
  bottom: 50px;
  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: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 180px;
  margin-left: 37px;
  bottom: 53px;
  z-index: -1;
  text-align: center;
  transition: 0.3s;
  background-color: #eead35;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  color: #fff !important;
}
.requestBudget:hover {
  width: 190px;
}

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

.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/paralax.webp");
  min-height: 400px;
  height: 100%;
  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: 115px;
  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;
  }
}/*# sourceMappingURL=main.css.map */