@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=Monoton&display=swap");
@font-face {
  font-family: corbel;
  src: url("../font/corbel.ttf");
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow: hidden !important;
}

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

.media-content {
  width: 100% !important;
  max-width: 100% !important;
}

.colorPrimary {
  color: #03ccac !important;
}

.colorPrimaryLight {
  color: #03ccac !important;
}

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

.colorTertiary {
  color: #fc486b !important;
}

.colorSoftGrey {
  color: #f6f6f68a !important;
}

.colorGrey {
  color: #666666 !important;
}

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

a.has-text-white:focus, a.has-text-white:hover {
  color: #333 !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;
}

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

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

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

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

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

.bgColorFourth {
  background-color: #f6ce17 !important;
}

.bgColorFourthLight {
  background-color: #f6ce17 !important;
}

.bgColorFifth {
  background-color: #8669fb !important;
}

.bgColorFifthLight {
  background-color: #8669fb !important;
}

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

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

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

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

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

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

.bgColorWhiteWithOpacity {
  background-color: #ffffffc7;
}

.bgGradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#005483), to(#00223c));
  background: linear-gradient(to bottom, #005483 0%, #00223c 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, #7b000052 0, #7b00008f 1px, #b31c1c9a 0, #b31c1c8e 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/sliders/sbgPattern.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 720px) {
  .bgPatternForWeb {
    background: url("../img/sliders/sliderMobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.imgCli332 {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 720px) {
  .imgCli332 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.imgCli {
  margin: auto;
  background-color: #cc4728;
  background-image: linear-gradient(19deg, #cc4728 0%, #f06a2d 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphingPh 40s infinite;
          animation: morphingPh 40s infinite;
  overflow: hidden;
}

@-webkit-keyframes morphingPh {
  0% {
    border-radius: 30% 50% 34% 30% / 10% 40% 50% 80%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

@keyframes morphingPh {
  0% {
    border-radius: 30% 50% 34% 30% / 10% 40% 50% 80%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

.testEspPH {
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

.grandBgAnimation {
  background-color: #03ccac;
  -webkit-animation: brandBg 24s infinite alternate;
          animation: brandBg 24s infinite alternate;
}

@-webkit-keyframes brandBg {
  0% {
    background-color: #03ccac;
  }
  25% {
    background-color: #f6ce17;
  }
  50% {
    background-color: #fc486b;
  }
  75% {
    background-color: #f6ce17;
  }
  100% {
    background-color: #8669fb;
  }
}

@keyframes brandBg {
  0% {
    background-color: #03ccac;
  }
  25% {
    background-color: #f6ce17;
  }
  50% {
    background-color: #fc486b;
  }
  75% {
    background-color: #f6ce17;
  }
  100% {
    background-color: #8669fb;
  }
}

.grandBgAnimation2 {
  background-color: #03ccac;
  -webkit-animation: brandBg2 28s infinite alternate;
          animation: brandBg2 28s infinite alternate;
}

@-webkit-keyframes brandBg2 {
  0% {
    background-color: #4b45ad;
  }
  25% {
    background-color: #03ccac;
  }
  50% {
    background-color: #f6ce17;
  }
  75% {
    background-color: #8669fb;
  }
  100% {
    background-color: #fc486b;
  }
}

@keyframes brandBg2 {
  0% {
    background-color: #4b45ad;
  }
  25% {
    background-color: #03ccac;
  }
  50% {
    background-color: #f6ce17;
  }
  75% {
    background-color: #8669fb;
  }
  100% {
    background-color: #fc486b;
  }
}

.grandBgAnimation3 {
  background-color: #03ccac;
  -webkit-animation: brandBg3 26s infinite alternate;
          animation: brandBg3 26s infinite alternate;
}

@-webkit-keyframes brandBg3 {
  0% {
    background-color: #f6ce17;
  }
  25% {
    background-color: #fc486b;
  }
  50% {
    background-color: #03ccac;
  }
  75% {
    background-color: #8669fb;
  }
  100% {
    background-color: #4b45ad;
  }
}

@keyframes brandBg3 {
  0% {
    background-color: #f6ce17;
  }
  25% {
    background-color: #fc486b;
  }
  50% {
    background-color: #03ccac;
  }
  75% {
    background-color: #8669fb;
  }
  100% {
    background-color: #4b45ad;
  }
}

.borderRadiuAn {
  margin: auto;
  background-color: #03ccac;
  background-image: linear-gradient(19deg, #03ccac 0%, #03ccac 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphingPhAn 40s infinite;
          animation: morphingPhAn 40s infinite;
  overflow: hidden;
}

@-webkit-keyframes morphingPhAn {
  0% {
    border-radius: 50% / 10% 20% 30% 40%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 28% 22% 35% 15% / 36% 26% 24% 14%;
  }
  50% {
    border-radius: 25% 25% 23% 37% / 35% 17% 43% 25%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 23% 37% 38% 22% / 33% 38% 22% 27%;
  }
}

@keyframes morphingPhAn {
  0% {
    border-radius: 50% / 10% 20% 30% 40%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 28% 22% 35% 15% / 36% 26% 24% 14%;
  }
  50% {
    border-radius: 25% 25% 23% 37% / 35% 17% 43% 25%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 23% 37% 38% 22% / 33% 38% 22% 27%;
  }
}

.cursorPointer {
  cursor: pointer;
}

.borderRadiuAn2 {
  margin: auto;
  background-color: #03ccac;
  background-image: linear-gradient(19deg, #03ccac 0%, #03ccac 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphingPh 40s infinite;
          animation: morphingPh 40s infinite;
  overflow: hidden;
}

@keyframes morphingPh {
  0% {
    border-radius: 40% / 20% 10% 20% 50%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 38% 32% 25% 25% / 26% 16% 14% 24%;
  }
  50% {
    border-radius: 15% 35% 33% 27% / 25% 27% 33% 35%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 27% 28% 32% / 13% 28% 32% 37%;
  }
}

.heightResponsive {
  height: 85px;
}

@media (max-width: 920px) {
  .heightResponsive {
    height: 45px;
  }
}

.cuteBG {
  position: absolute;
  background-color: #03ccac;
  height: 600px;
  width: 100%;
  top: -10px;
  z-index: -9;
}

@media (max-width: 1600px) {
  .cuteBG {
    height: 550px;
  }
}

@media (max-width: 720px) {
  .cuteBG {
    height: 500px;
  }
}

@media (max-width: 1350px) {
  .cuteBG {
    height: 450px;
  }
}

a.has-text-white:focus, a.has-text-white:hover {
  color: #fff !important;
}

.fontSizeEspecialT {
  font-size: 45px;
  color: white;
  text-align: left;
}

@media (max-width: 1700px) {
  .fontSizeEspecialT {
    font-size: 40px;
  }
}

@media (max-width: 1500px) {
  .fontSizeEspecialT {
    font-size: 36px;
  }
}

@media (max-width: 1350px) {
  .fontSizeEspecialT {
    font-size: 32px;
  }
}

@media (max-width: 1300px) {
  .fontSizeEspecialT {
    font-size: 28px;
  }
}

@media (max-width: 1100px) {
  .fontSizeEspecialT {
    font-size: 25px;
  }
}

@media (max-width: 950px) {
  .fontSizeEspecialT {
    font-size: 20px;
  }
}

@media (max-width: 769px) {
  .fontSizeEspecialT {
    color: #03ccac;
    text-align: center;
  }
}

.buttonShine2 {
  margin: auto;
  display: block;
  width: 260px;
  position: relative;
  background: #03ccac;
  border: 0;
  padding: 14px 42px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.buttonShine2:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.buttonShine2:hover:after {
  -webkit-animation: shine 1.6s ease;
          animation: shine 1.6s ease;
}

.buttonShine2:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.hasShadow3 {
  -webkit-box-shadow: -5px -20px 30px 0px #0000000c;
          box-shadow: -5px -20px 30px 0px #0000000c;
}

.hasShadow3333 {
  -webkit-box-shadow: -5px 0px 60px 0px #00000086;
          box-shadow: -5px 0px 60px 0px #00000086;
}

.buttonShine {
  position: relative;
  background: #03ccac;
  border: 0;
  padding: 14px 42px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.buttonShine:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.buttonShine:hover:after {
  -webkit-animation: shine 1.6s ease;
          animation: shine 1.6s ease;
}

.buttonShine:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 720px) {
  .buttonShine {
    margin: auto;
    display: block;
    width: 205px;
  }
}

@-webkit-keyframes shine {
  0% {
    left: 0%;
  }
  50% {
    left: 20%;
  }
  100% {
    left: 0%;
  }
}

@keyframes shine {
  0% {
    left: 0%;
  }
  50% {
    left: 20%;
  }
  100% {
    left: 0%;
  }
}

.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: "Monoton", cursive !important;
}

.fontTertiary {
  font-family: corbel;
}

.fontWeightLight {
  font-weight: 300;
}

.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: 3px;
}

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

.textAlignResponsive {
  text-align: left !important;
}

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

.opinionTitle {
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 20px;
  margin-right: 4px;
}

@media (max-width: 720px) {
  .opinionTitle {
    font-size: 20px;
    width: 40px;
  }
}

.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: 720px) {
  .titleBig5 {
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .titleBig5 {
    font-size: 20px;
  }
}

@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 {
  -webkit-box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
          box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
}

.hasShadow2 {
  -webkit-box-shadow: 0px 2px 5px 2px #0000004b;
          box-shadow: 0px 2px 5px 2px #0000004b;
}

.hasShadow666 {
  -webkit-box-shadow: 0px 2px 4px 2px #0000006e;
          box-shadow: 0px 2px 4px 2px #0000006e;
}

.hasShadow444 {
  -webkit-box-shadow: 0px 0px 8px 0px #00000023;
          box-shadow: 0px 0px 8px 0px #00000023;
  position: relative;
  z-index: 99;
}

.hasShadow3 {
  -webkit-box-shadow: -5px -20px 30px 0px #0000000c;
          box-shadow: -5px -20px 30px 0px #0000000c;
}

.shadowboxServ {
  -webkit-box-shadow: 0px -5px 10px 0px #0000000c;
          box-shadow: 0px -5px 10px 0px #0000000c;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 50px !important;
}

.hasShadowProduct {
  cursor: pointer;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 720px) {
  .hasShadowProduct {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.hasShadowProduct:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.13);
}

.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: #03ccac !important;
}

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

.navbar-burger.burger {
  margin-top: 10px !important;
  margin-right: 10px !important;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
  box-shadow: 0 2px 20px 0 #3836360d !important;
}

.navbar-menu.is-active {
  background-color: #03ccac !important;
}

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

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

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

.subMenuColor {
  color: #03ccac;
}

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

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

.opacity0 {
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  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/sliders/slider2.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");
}

.bg-image1 {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bgPattern.webp");
}

@media (max-width: 720px) {
  .bg-image1 {
    background-image: url("../img/instagramWhite.webp");
  }
}

.sliderPaddingAndHeight {
  min-height: 850px;
}

@media (max-width: 1400px) {
  .sliderPaddingAndHeight {
    min-height: 750px;
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

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

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

.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 #fc486b;
  display: block;
  height: 310px;
  position: absolute;
  border-radius: 50px;
}

.mbb-only-mobile {
  margin-bottom: 0px;
}

@media (max-width: 720px) {
  .mbb-only-mobile {
    margin-bottom: 30px;
  }
}

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

.pl-pr-only-d {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 720px) {
  .pl-pr-only-d {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.pt-only-desktop-big {
  padding-top: 6rem !important;
}

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

.ptSecEs {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media (max-width: 720px) {
  .ptSecEs {
    padding-bottom: 0rem !important;
  }
}

.ptSecEs2 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

@media (max-width: 720px) {
  .ptSecEs2 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.ptSecEs3 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (max-width: 720px) {
  .ptSecEs3 {
    padding-bottom: 0rem !important;
  }
}

.pl-only-dsk {
  padding-left: 3rem !important;
}

@media (max-width: 720px) {
  .pl-only-dsk {
    padding-left: 0px !important;
  }
}

.pr-only-dsk {
  padding-right: 3rem !important;
}

@media (max-width: 720px) {
  .pr-only-dsk {
    padding-right: 0px !important;
  }
}

.pb-only-desktop {
  padding-bottom: 6rem !important;
}

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

.pb-only-desktop22 {
  padding-bottom: 1rem !important;
}

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

.borderEsp1 {
  opacity: 0.75;
  border: 2px solid #03ccac;
  width: 50px;
  border-radius: 50px;
}

.borderEsp2 {
  opacity: 0.75;
  border: 2px solid #4b45ad;
  width: 50px;
  border-radius: 50px;
}

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

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

.mt-7-b {
  margin-top: 12vh;
}

@media (max-width: 1600px) {
  .mt-7-b {
    margin-top: 9vh;
  }
}

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

.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-mb-responsive-6 {
  margin-top: 50px;
}

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

.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: 0.3rem;
}

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

.centerBlockT {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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: 40px;
}

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

.borderRadius100 {
  border-radius: 100px;
}

.borderRadius6 {
  border-radius: 6px;
}

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

.productBorder {
  border-right: 0px solid #03ccac !important;
}

.product2 {
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px #17181848;
          box-shadow: 0px 2px 4px 0px #17181848;
  border-right: 6px solid #03ccac;
  display: block;
  margin: auto;
}

.imgE2 {
  display: block;
  margin: auto;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #17181848;
          box-shadow: 0px 2px 4px 0px #17181848;
  border-right: 6px solid #03ccac;
  display: block;
  margin: auto;
  width: 100%;
}

.imgE3 {
  display: block;
  margin: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #17181848;
          box-shadow: 0px 2px 4px 0px #17181848;
  border-right: 6px solid #03ccac;
  display: block;
  margin: auto;
  width: 100%;
}

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

.product {
  width: 400px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px #17181848;
          box-shadow: 0px 2px 4px 0px #17181848;
  border-right: 6px solid #03ccac;
  margin: 35px;
  margin-top: 0px !important;
}

@media (max-width: 720px) {
  .product {
    -webkit-box-shadow: 5px 0px 20px 0px #000000b6;
            box-shadow: 5px 0px 20px 0px #000000b6;
    width: 275px;
  }
}

.phrase {
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 1px 0px #040e079d;
          box-shadow: 0px 2px 1px 0px #040e079d;
  margin: 35px;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.imgBox {
  width: 400px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 0px 30px 0px #00000048;
          box-shadow: 5px 0px 30px 0px #00000048;
  margin: 35px;
  margin-top: 0px !important;
}

@media (max-width: 720px) {
  .imgBox {
    -webkit-box-shadow: 5px 0px 20px 0px #000000b6;
            box-shadow: 5px 0px 20px 0px #000000b6;
    width: 275px;
  }
}

.imgBox2 {
  width: 500px;
  border-radius: 18px;
  -webkit-box-shadow: 1px 0px 6px 0px #000000b9;
          box-shadow: 1px 0px 6px 0px #000000b9;
  margin: 35px;
  margin-top: 0px !important;
}

@media (max-width: 720px) {
  .imgBox2 {
    -webkit-box-shadow: 5px 0px 20px 0px #000000b6;
            box-shadow: 5px 0px 20px 0px #000000b6;
    width: 275px;
  }
}

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

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

.positionRelative {
  position: relative;
}

.buttonGeneralD {
  cursor: pointer;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  width: 170px !important;
  color: #fff !important;
}

.buttonGeneralD:hover {
  background-color: white;
  color: #03ccac !important;
  -webkit-transition: 550ms ease-out;
  transition: 550ms ease-out;
}

.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;
  width: 170px !important;
  color: #fff !important;
}

.buttonGeneral:hover {
  background-color: white;
  color: #333 !important;
  -webkit-transition: 550ms ease-out;
  transition: 550ms ease-out;
}

.buttonGeneralPrimarySecondary {
  background-color: #03ccac;
  color: #FFF !important;
  cursor: pointer;
  border: 1px solid #03ccac;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px !important;
  outline: none;
  width: 170px !important;
}

.buttonGeneralPrimary {
  cursor: pointer;
  border: 1px solid #03ccac;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px !important;
  outline: none;
  width: 170px !important;
  color: #03ccac !important;
}

.buttonGeneralPrimary:hover {
  -webkit-box-shadow: 1px 0px 40px 0px #00000025;
          box-shadow: 1px 0px 40px 0px #00000025;
  background-color: #fff;
  -webkit-transition: 550ms ease-out;
  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;
  }
}

.fotoSb {
  -webkit-box-shadow: 0px 2px 14px 5px #00000028;
          box-shadow: 0px 2px 14px 5px #00000028;
}

.heroBd {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 500px;
  background-color: #03ccac;
  -webkit-clip-path: ellipse(111% 100% at 4.25% 0%);
          clip-path: ellipse(111% 100% at 4.25% 0%);
}

@media (max-width: 720px) {
  .heroBd {
    height: 550px;
    -webkit-clip-path: ellipse(100% 100% at 50.25% 0%);
            clip-path: ellipse(100% 100% at 50.25% 0%);
  }
}

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

.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.requestBudget2:hover {
  width: 190px;
}

.requestBudget {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  width: 170px;
  margin-left: 37px;
  bottom: 53px;
  z-index: -1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #03ccac;
  -webkit-box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase;
}

.requestBudget:hover {
  width: 230px;
}

.iconWhatsappBudgeterr2 {
  position: relative;
}

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

.rotateImgOnHover {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-transform: rotate(360deg);
  }
}

@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 {
  -webkit-animation: float 2.5s ease-in-out infinite;
  animation: float 2.5s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.levitation2 {
  -webkit-animation: float2 2s ease-in-out infinite;
  animation: float2 2s ease-in-out infinite;
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.levitation3 {
  -webkit-animation: float3 3s ease-in-out infinite;
  animation: float3 3s ease-in-out infinite;
}

@-webkit-keyframes float3 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float3 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.arrowAnimation {
  position: relative;
  top: 1px;
  -webkit-animation: arrowAn 1s ease-in-out infinite;
  animation: arrowAn 1s ease-in-out infinite;
}

@-webkit-keyframes arrowAn {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@keyframes arrowAn {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

.sepAnimationB {
  -webkit-animation: slideSepAnB 6s ease-in-out infinite;
  animation: slideSepAnB 6s ease-in-out infinite;
}

@-webkit-keyframes slideSepAnB {
  0% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  49% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  50% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  100% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
}

@keyframes slideSepAnB {
  0% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  49% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  50% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  100% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
}

.sepAnimationB2 {
  -webkit-animation: slideSepAnB2 6s ease-in-out infinite;
  animation: slideSepAnB2 6s ease-in-out infinite;
}

@-webkit-keyframes slideSepAnB2 {
  0% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  69% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  70% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  100% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
}

@keyframes slideSepAnB2 {
  0% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
  69% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  70% {
    -webkit-transform: translatex(-3px);
            transform: translatex(-3px);
  }
  100% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
}

.sepAnimation {
  -webkit-animation: slideSepAn 6s ease-in-out infinite;
  animation: slideSepAn 6s ease-in-out infinite;
}

@-webkit-keyframes slideSepAn {
  0% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  49% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
}

@keyframes slideSepAn {
  0% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  49% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
}

.iconSe0 {
  padding: 15px;
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: iconAn 2s ease-in-out infinite;
          animation: iconAn 2s ease-in-out infinite;
}

@-webkit-keyframes iconAn {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #202020;
            box-shadow: 0px 3px 2px 0px #202020;
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
    -webkit-box-shadow: 0px 0px 12px 0px #0c0c0c41;
            box-shadow: 0px 0px 12px 0px #0c0c0c41;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #19191abb;
            box-shadow: 0px 3px 2px 0px #19191abb;
  }
}

@keyframes iconAn {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #202020;
            box-shadow: 0px 3px 2px 0px #202020;
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
    -webkit-box-shadow: 0px 0px 12px 0px #0c0c0c41;
            box-shadow: 0px 0px 12px 0px #0c0c0c41;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #19191abb;
            box-shadow: 0px 3px 2px 0px #19191abb;
  }
}

.iconSe1 {
  padding: 15px;
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: iconAn 2.2s ease-in-out infinite;
          animation: iconAn 2.2s ease-in-out infinite;
}

@keyframes iconAn {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #2020209c;
            box-shadow: 0px 3px 2px 0px #2020209c;
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
    -webkit-box-shadow: 0px 0px 12px 0px #0c0c0c41;
            box-shadow: 0px 0px 12px 0px #0c0c0c41;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #19191abb;
            box-shadow: 0px 3px 2px 0px #19191abb;
  }
}

.iconSe2 {
  padding: 15px;
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: iconAn 1.5s ease-in-out infinite;
          animation: iconAn 1.5s ease-in-out infinite;
}

@keyframes iconAn {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #202020;
            box-shadow: 0px 3px 2px 0px #202020;
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
    -webkit-box-shadow: 0px 0px 12px 0px #0c0c0c41;
            box-shadow: 0px 0px 12px 0px #0c0c0c41;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #19191abb;
            box-shadow: 0px 3px 2px 0px #19191abb;
  }
}

.iconSe3 {
  padding: 15px;
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: iconAn 2.4s ease-in-out infinite;
          animation: iconAn 2.4s ease-in-out infinite;
}

@keyframes iconAn {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #202020;
            box-shadow: 0px 3px 2px 0px #202020;
  }
  50% {
    -webkit-transform: translatey(-6px);
            transform: translatey(-6px);
    -webkit-box-shadow: 0px 0px 12px 0px #0c0c0c41;
            box-shadow: 0px 0px 12px 0px #0c0c0c41;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-box-shadow: 0px 3px 2px 0px #19191abb;
            box-shadow: 0px 3px 2px 0px #19191abb;
  }
}

.imgWidthFull {
  padding: 10px;
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 100%;
  background: #FFF;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 3px 2px 0px #1111114d;
          box-shadow: 0px 3px 2px 0px #1111114d;
}

.botonBlanco {
  padding: 10px;
  display: block;
  margin: auto;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 3px 2px 0px #242424;
          box-shadow: 0px 3px 2px 0px #242424;
}

.botonBlanco:hover {
  -webkit-box-shadow: 0px 3px 22px 0px #000000;
          box-shadow: 0px 3px 22px 0px #000000;
}

.sepAnimation2 {
  -webkit-animation: slideSepAn2 6s ease-in-out infinite;
  animation: slideSepAn2 6s ease-in-out infinite;
}

@-webkit-keyframes slideSepAn2 {
  0% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  69% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
}

@keyframes slideSepAn2 {
  0% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
  69% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
    opacity: 1;
  }
}

.textAnimation {
  -webkit-animation: slideText 5s ease-in-out infinite;
  animation: slideText 5s ease-in-out infinite;
}

@-webkit-keyframes slideText {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
}

@keyframes slideText {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
}

.widthCotizar {
  width: 80px !important;
}

.loadingLine {
  -webkit-animation: lineLoading 5s ease-in-out infinite;
  animation: lineLoading 5s ease-in-out infinite;
  opacity: 0.4;
  height: 2px;
  border-radius: 10px;
}

@-webkit-keyframes lineLoading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineLoading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.textAnimationShort {
  -webkit-animation: slideTextVertical 3.5s ease-in-out infinite;
  animation: slideTextVertical 3.5s ease-in-out infinite;
}

@-webkit-keyframes slideTextVertical {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
}

@keyframes slideTextVertical {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translatex(20px);
            transform: translatex(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
    opacity: 0;
  }
}

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

@media (max-width: 720px) {
  .parax1 {
    min-height: 270px;
  }
}

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

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

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

@media (max-width: 764px) {
  .ptParalax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ptParalax2 {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media (max-width: 764px) {
  .ptParalax2 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

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

.borderRadius4 {
  border-radius: 4px;
}

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

.logo {
  padding-bottom: 10px;
}

@media (max-width: 720px) {
  .logo {
    max-width: 200px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.logoH {
  width: 300px;
}

.buttonForm {
  border: 0px solid transparent !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.buttonForm:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 3px 5px #03ccac;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 3px 5px #03ccac;
}

.sizeMenuFont {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.sizeMenuFont2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
/*# sourceMappingURL=main.css.map */