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

a {
  color: #4a4a4a !important;
}

.colorPrimary {
  color: #337fdd !important;
}

.colorSecondary {
  color: #57cb70 !important;
}

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

.colorSoftGrey {
  color: #e4e4e4 !important;
}

.colorGrey {
  color: #666666 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bgColorWhiteWithOpacity {
  background-color: #ffffffc7;
}

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

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

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

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

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

.fontWeightLight {
  font-weight: 200;
}

.fontWeightRegular {
  font-weight: 400;
}

.fontWeightBold {
  font-weight: 600;
}

.fontWeightBlack {
  font-weight: 700;
}

.fontWeightSemiBlack {
  font-weight: 800;
}

.fontWeightUltraBlack {
  font-weight: 900;
}

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

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

.letterSpacingShort {
  letter-spacing: 0.5px;
}

.letterSpacingMedium {
  letter-spacing: 1.5px;
}

.letterSpacingLarge {
  letter-spacing: 6px;
}

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

.fontItalic {
  font-style: italic;
}

.fontUpperCase {
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .titleBig {
    font-size: 130px;
  }
}

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

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

@media (max-width: 321px) {
  .titleBig {
    font-size: 55px;
  }
}

.titleBig2 {
  font-size: 60px;
}

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

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

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

.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 10px 20px 2px #00000013;
          box-shadow: 0px 10px 20px 2px #00000013;
}

.hasShadow3 {
  -webkit-box-shadow: 0px 10px 20px 2px #00000026;
          box-shadow: 0px 10px 20px 2px #00000026;
}

.borderRadiusFont {
  border-radius: 2px;
}

.borderRadiusButtons {
  border-radius: 6px;
}

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

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  color: #337fdd !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;
}

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

.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: #337fdd;
}

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

.logo {
  width: 150px;
}

.logo250 {
  width: 250px;
}

.logo240 {
  width: 230px;
}

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

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

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

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

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

.sizeMenuFont {
  font-size: 1.1em;
}

.iconMenu {
  font-size: 16px;
}

.buttonMenu {
  padding: 20px;
  border-radius: 6px !important;
  border: 0px;
  background-color: #337fdd;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 5px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 20px;
  font-size: 20px !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  cursor: pointer;
  width: 250px;
  display: block;
  float: right;
  margin-left: 20px;
}

.buttonMenu:hover {
  background-color: #57cb70;
  color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
}

.buttonMenu:focus {
  background-color: #57cb70;
  color: #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 720px) {
  .buttonMenu {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.widthTwoButtons {
  width: 336px;
}

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

.buttonOnHover:hover {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 3px 12px #679bfae7 !important;
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 3px 12px #679bfae7 !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.buttonOnHoverSecondary:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 3px 6px #45c740e7 !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 3px 6px #45c740e7 !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.buttonMenuWhatsapp {
  border-radius: 6px !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 20px;
  font-size: 20px !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  cursor: pointer;
  width: 200px;
  display: block;
  float: right;
}

.buttonMenuWhatsapp:hover {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 10px 12px rgba(0, 0, 0, 0.22);
}

.buttonMenuWhatsapp:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 720px) {
  .buttonMenuWhatsapp {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

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

@-webkit-keyframes reWidthImage {
  0% {
    width: 120px;
  }
  100% {
    width: 0px;
  }
}

@keyframes reWidthImage {
  0% {
    width: 120px;
  }
  100% {
    width: 0px;
  }
}

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

@-webkit-keyframes reWidthImage2 {
  0% {
    width: 0px;
  }
  100% {
    width: 120px;
  }
}

@keyframes reWidthImage2 {
  0% {
    width: 0px;
  }
  100% {
    width: 120px;
  }
}

.menuOpacityOff {
  background-color: transparent;
  -webkit-animation-name: fadeInOpacityAnimationOff;
          animation-name: fadeInOpacityAnimationOff;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@-webkit-keyframes fadeInOpacityAnimationOff {
  0% {
    background-color: #337fdd;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes fadeInOpacityAnimationOff {
  0% {
    background-color: #337fdd;
  }
  100% {
    background-color: transparent;
  }
}

.menuOpacityOn {
  background-color: #337fdd;
  -webkit-animation-name: fadeInOpacityAnimationOn;
          animation-name: fadeInOpacityAnimationOn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@-webkit-keyframes fadeInOpacityAnimationOn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #337fdd;
  }
}

@keyframes fadeInOpacityAnimationOn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #337fdd;
  }
}

.sliderIconButton {
  width: 20px;
  margin-right: 7px;
}

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

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

@media (max-width: 720px) {
  .buttonGeneral {
    width: 200px;
  }
}

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

.logoSlider {
  width: 300px !important;
}

.paddingTopSliderResponsive {
  padding-top: 80px !important;
}

@media (min-width: 720px) {
  .paddingTopSliderResponsive {
    padding-top: 60px;
  }
}

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

.sliderHeightPadding {
  min-height: 800px;
}

@media (min-width: 720px) {
  .sliderHeightPadding {
    padding-top: 60px;
  }
}

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

.sliderHeightPaddingOneImage {
  min-height: 500px;
}

@media (min-width: 720px) {
  .sliderHeightPaddingOneImage {
    padding-top: 30px;
  }
}

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

.sliderHeightPaddingOneImageWithoutButtons {
  min-height: 300px;
}

@media (min-width: 720px) {
  .sliderHeightPaddingOneImageWithoutButtons {
    padding-top: 30px;
  }
}

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

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

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

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

.containerDiagonal {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  position: absolute;
  z-index: 100;
  height: 600px;
  bottom: -570px;
}

@media (max-width: 1025px) {
  .containerDiagonal {
    height: 650px;
    bottom: -170px;
  }
}

@media (max-width: 920px) {
  .containerDiagonal {
    height: 650px;
    bottom: -510px;
  }
}

@media (max-width: 720px) {
  .containerDiagonal {
    height: 700px;
    bottom: -820px;
  }
}

.zIndexDiagonalSeparator {
  position: relative !important;
  z-index: 101 !important;
  display: block;
  margin-top: 200px;
}

@media (max-width: 1420px) {
  .zIndexDiagonalSeparator {
    margin-top: 140px;
  }
}

@media (max-width: 920px) {
  .zIndexDiagonalSeparator {
    margin-top: 160px;
  }
}

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

.candleAndTitleWidht {
  width: 560px;
}

.candleSize {
  width: 60px;
}

.borderRadius50 {
  border-radius: 50px;
}

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

@media (max-width: 1200px) {
  .bg-img1 {
    background-image: url("../../assets/img/sliders/sliderDesktop.webp");
  }
}

@media (max-width: 720px) {
  .bg-img1 {
    background-image: url("../../assets/img/sliders/sliderMobile.webp");
  }
}

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

@media (max-width: 1200px) {
  .bg-img2 {
    background-image: url("../../assets/img/sliders/sliderContact.webp");
  }
}

@media (max-width: 720px) {
  .bg-img2 {
    background-image: url("../../assets/img/sliders/sliderContactMobile.webp");
  }
}

.bg-img3 {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/sliders/slider-about-me.webp");
}

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

@media (max-width: 720px) {
  .bg-img3 {
    background-image: url("../../assets/img/sliders/sliderAboutMeMobile.webp");
  }
}

.bgContainer {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 720px) {
  .bgContainer {
    background-image: url("../../assets/img/esquina.webp");
  }
}

@media (max-width: 720px) {
  .bgContainer {
    background-image: url("../../assets/img/esquina.webp");
  }
}

.borderRadius4 {
  border-radius: 4px;
}

.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width70 {
  width: 70%;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10%;
}

.width300px {
  width: 300px;
}

.widthResponsive {
  width: 30%;
}

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

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

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

.widthMaxResponsive2 {
  width: 75%;
}

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

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

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

.widthResponsive3 {
  width: 15%;
}

@media (max-width: 1300px) {
  .widthResponsive3 {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .widthResponsive3 {
    width: 40%;
  }
}

@media (max-width: 720px) {
  .widthResponsive3 {
    width: 50%;
  }
}

.positionFixed {
  position: fixed !important;
}

.positionRelative {
  position: relative !important;
}

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

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

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

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

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

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

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

.mt-7-responsive {
  margin-top: 4.8rem;
}

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

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

.mt-8-responsive {
  margin-top: 0.8rem;
}

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

.borderRadius1 {
  border-radius: 20px;
}

.borderRadius2 {
  border-radius: 10px;
}

.borderRadius3 {
  border-radius: 4px;
}

.pt-8 {
  padding-top: 8.5rem;
}

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

.pb-8 {
  padding-bottom: 8.5rem;
}

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

.pt-7 {
  padding-top: 5.5rem;
}

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

.pb-7 {
  padding-bottom: 5.5rem;
}

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

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

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

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

.noBorder {
  border: 0px solid transparent;
}

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

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

.iconWhatsappBudgeter {
  font-size: 12px;
  opacity: 0.8;
  -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;
}

.requestBudget {
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  width: 200px;
  margin-left: 37px;
  bottom: 53px;
  z-index: -1;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #337fdd;
  -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;
}

.requestBudget:hover {
  width: 200px;
}

.separatorLinePrimary {
  background-color: #337fdd;
  height: 1px;
}

.separatorLine {
  background-color: #57cb70;
  height: 1px;
}

.separatorLine22 {
  background-color: #57cb70;
  height: 4px;
}

.particlesGeneral {
  position: fixed;
  width: 100%;
  z-index: -99;
  height: 100%;
}

.fotoPerfil {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 20px;
}

@media (min-width: 720px) {
  .fotoPerfil {
    width: 40%;
  }
}

@media (max-width: 720px) {
  .fotoPerfil {
    width: 90%;
  }
}

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

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

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

.services {
  border-radius: 4px;
  padding: 14px;
  font-size: 130px;
}

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

.servicesFont {
  font-size: 22px;
}

.lineHeight1 {
  line-height: 33px;
}

.lineHeight2 {
  line-height: 60px;
}

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

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

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

.line {
  width: 700px;
  height: 6px;
  border-radius: 4px;
}

@media (max-width: 720px) {
  .line {
    width: 350px;
  }
}

@media (max-width: 420px) {
  .line {
    width: 310px;
  }
}

.marginServiceTitle {
  margin-left: 200px;
}

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

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

.lineCounter {
  width: 300px;
  height: 6px;
  border-radius: 4px;
}

@media (max-width: 720px) {
  .lineCounter {
    width: 350px;
  }
}

@media (max-width: 420px) {
  .lineCounter {
    width: 310px;
  }
}

.counterTitle {
  font-size: 30px;
  padding-top: 0px;
}

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

.counterLineHieght {
  line-height: 1.1;
}

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

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

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

.lineFooter2 {
  width: 250px;
  height: 6px;
  border-radius: 4px;
}

@media (max-width: 920px) {
  .lineFooter2 {
    display: none;
  }
}

.lineFooter3 {
  width: 350px;
  height: 6px;
  border-radius: 4px;
  display: none;
}

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

.paddingFooterEspecial {
  padding-left: 100px;
}

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

.paddingFooterSubtitle {
  padding-left: 55px;
}

.paddingFooterTitle {
  padding-left: 200px;
}

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

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

.textAlignResponsiveCenter {
  text-align: justify !important;
}

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

.textFont {
  font-size: 80px !important;
}

@media (max-width: 1700px) {
  .textFont {
    display: none !important;
  }
}

@media (max-width: 1700px) {
  .textFont2 {
    display: none !important;
  }
}

.imgTratamientos {
  width: 600px;
  margin: auto;
  display: block;
  border-radius: 4px;
  border: 8px solid #FFF;
  -webkit-box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
          box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
}

@media (max-width: 1700px) {
  .imgTratamientos {
    display: none !important;
  }
}

.menuLeftPadding {
  padding-left: 70px;
}

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

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

.marginTopMobileFont {
  margin-top: 145px;
}

@media (max-width: 1700px) {
  .marginTopMobileFont {
    margin-top: 200px;
  }
}

@media (max-width: 1600px) {
  .marginTopMobileFont {
    margin-top: 100px;
  }
}

@media (max-width: 1500px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}

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

@media (max-width: 1400px) {
  .marginTopMobileFont {
    margin-top: 100px;
  }
}

@media (max-width: 1300px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  .marginTopMobileFont {
    margin-top: 50px;
  }
}

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

@media (max-width: 920px) {
  .marginTopMobileFont {
    margin-top: 40px;
  }
}

.paddingTopMobileFont {
  padding-top: 400px;
}

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

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

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

.hiddeImageNow {
  display: block;
}

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

.minHeightBgMobile {
  min-height: 300px;
}

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

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

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

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

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

.iconFloat4 {
  -webkit-animation: rotate-center 3s infinite;
          animation: rotate-center 3s infinite;
  -webkit-transition: all ease-out;
  transition: all ease-out;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes iconFloat {
  0% {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.11), -3px -3px 5px 3px rgba(0, 0, 0, 0.11);
            box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.11), -3px -3px 5px 3px rgba(0, 0, 0, 0.11);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.particlesGeneral {
  position: absolute;
  width: 100%;
  z-index: 0;
}

.overParticles {
  position: relative;
  width: 100%;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top0 {
  top: 0px !important;
}

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

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

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

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

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

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

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

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

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

.heightDescription {
  height: 250px !important;
}

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

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

.pointer {
  cursor: pointer;
}

.opacity02 {
  opacity: 0.2 !important;
}

.opacity08 {
  opacity: 0.8 !important;
}

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

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

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

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

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

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

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

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

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

@media (max-width: 769px) {
  .imgResponsive {
    width: 300px;
  }
}

.marginTopVideo {
  margin-top: 90px;
}

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

.iconService {
  width: 60px;
}

.iconPosition {
  position: relative !important;
  top: 18px !important;
}

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

.responsiveHeightBlockSlider {
  padding: 10px !important;
}

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

.marginTopServices {
  margin-top: 20px;
}

.widthServiceText {
  width: 100%;
}

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

.linePositionRight {
  position: relative;
  float: right !important;
  height: 4px !important;
}

.iconAboutPosition {
  position: relative;
  top: 3px;
}

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

.blockUnder {
  height: 40px !important;
  width: 320px !important;
  position: relative !important;
  left: 40px !important;
  top: -35px !important;
  z-index: -1 !important;
}

@media (max-width: 1300px) {
  .blockUnder {
    width: 240px !important;
  }
}

@media (max-width: 920px) {
  .blockUnder {
    width: 240px !important;
  }
}

@media (max-width: 720px) {
  .blockUnder {
    width: 200px !important;
    top: -20px !important;
  }
}

.widthResServices {
  width: 400px;
}

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

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

.initialHeightAnimation {
  height: 210px;
}

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

.finalHeightAnimation {
  height: 750px;
}

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

.heightAnimation {
  -webkit-animation: expandHeight 2.5s ease-in-out;
  animation: expandHeight 2.5s ease-in-out;
}

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

@-webkit-keyframes expandHeight {
  0% {
    height: 210px;
  }
  100% {
    height: 750px;
  }
}

@keyframes expandHeight {
  0% {
    height: 210px;
  }
  100% {
    height: 750px;
  }
}

@-webkit-keyframes expandHeightMobile {
  0% {
    height: 280px;
  }
  100% {
    height: 650px;
  }
}

@keyframes expandHeightMobile {
  0% {
    height: 280px;
  }
  100% {
    height: 650px;
  }
}

.imgResponsiveNow {
  width: auto;
  min-height: 500px;
}

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

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

.servicePhoto {
  padding: 0px !important;
  margin: auto;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
          box-shadow: 0 8px 10px #0000001f, 0 1px 2px #0000001f;
}

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

.sliderWithoutHeroResponsive {
  padding-left: 20px !important;
}

@media (max-width: 720px) {
  .sliderWithoutHeroResponsive {
    padding-left: 0px !important;
  }
}
/*# sourceMappingURL=main.css.map */