@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=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../../assets/font/gotham-rounded-bold.otf");
@font-face {
  font-family: 'GothamRoundedBold';
  src: url("../../assets/font/gotham-rounded-bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif !important;
  overflow: hidden !important;
  color: #19d3da !important;
}

.colorPrimary {
  color: #19d3da !important;
}

.colorSecondary {
  color: #152850 !important;
}

.colorTertiary {
  color: #1e66a5 !important;
}

.colorSoftGrey {
  color: #fbfbfb !important;
}

.colorGrey {
  color: #666666 !important;
}

.colorBlack {
  color: #000 !important;
}

.colorYellow {
  color: #dde01a !important;
}

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

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

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

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

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

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

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

.bgColorSoftGrey {
  background-color: #fbfbfb !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: "Montserrat", sans-serif;
}

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

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

.fontQuarter {
  font-family: "GothamRoundedBold", 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: 80px;
  }
}

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

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

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

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

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

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

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

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

.navbar-item, .navbar-link {
  color: #fff !important;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #152850 !important;
}

@media (max-width: 1024px) {
  .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #035aa6 !important;
  }
}

@media (max-width: 1024px) {
  .navbar-link:not(.is-arrowless)::after {
    display: none !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: #e6e6e6  !important;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #19d3da !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: #035aa6;
  }
}

.colorSubmenu {
  color: black;
}

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

.navbar-burger {
  color: #e6e6e6 !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: #19d3da;
}

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

.menuFont {
  font-family: "GothamRoundedBold", sans-serif;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .menuFont {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
  }
}

.logo {
  width: 150px;
}

.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: #19d3da;
  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: #152850;
  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: #152850;
  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;
}

.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: #19d3da;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes fadeInOpacityAnimationOff {
  0% {
    background-color: #19d3da;
  }
  100% {
    background-color: transparent;
  }
}

.menuOpacityOn {
  background-color: #19d3da;
  -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: #19d3da;
  }
}

@keyframes fadeInOpacityAnimationOn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #19d3da;
  }
}

.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;
  max-width: 240px;
}

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

.logoSlider {
  width: 800px;
}

@media (max-width: 720px) {
  .logoSlider {
    width: 300px;
  }
}

.logoSliderVertical {
  width: 330px;
}

@media (max-width: 1400px) {
  .logoSliderVertical {
    width: 260px;
  }
}

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

@media (max-width: 320px) {
  .logoSliderVertical {
    width: 230px;
  }
}

.logoSliderVertical2 {
  width: 290px;
}

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

@media (max-width: 320px) {
  .logoSliderVertical2 {
    width: 230px;
  }
}

.sliderHeightPadding {
  min-height: 750px;
}

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

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

.sliderHeightPaddingSection {
  min-height: 500px;
}

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

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

.sliderHeightPaddingSection2 {
  min-height: 500px;
}

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

@media (max-width: 720px) {
  .sliderHeightPaddingSection2 {
    padding-top: 0px;
    min-height: 700px;
  }
}

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

.mgb2 {
  margin-bottom: 10px !important;
}

@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/slider2.jpg");
}

.bg-img2 {
  width: 100%;
  background-size: cover;
  background-image: url("../../assets/img/sliders/slider3.jpg");
}

.bg-img3 {
  width: 100%;
  background-size: cover;
  background-image: url("../../assets/img/sliders/sliderSurgery.jpg");
}

.bg-img4 {
  width: 100%;
  background-size: cover;
  background-image: url("../../assets/img/sliders/sliderPrescription.jpg");
}

.bg-imgPolicy {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgPolicy {
    background-image: url("../../assets/img/sliders/sliderPolicy.png");
  }
}

@media (max-width: 720px) {
  .bg-imgPolicy {
    background-image: url("../../assets/img/sliders/sliderMobil2.png");
  }
}

.bg-imgBiografia {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgBiografia {
    background-image: url("../../assets/img/sliders/sliderBiografia.png");
  }
}

@media (max-width: 720px) {
  .bg-imgBiografia {
    background-image: url("../../assets/img/sliders/sliderMobil2.png");
  }
}

.bg-imgAmarres {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgAmarres {
    background-image: url("../../assets/img/sliders/sliderAmarres.png");
  }
}

@media (max-width: 720px) {
  .bg-imgAmarres {
    background-image: url("../../assets/img/sliders/sliderAmarresMobil.png");
  }
}

.bg-imgDominios {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgDominios {
    background-image: url("../../assets/img/sliders/sliderDominios.png");
  }
}

@media (max-width: 720px) {
  .bg-imgDominios {
    background-image: url("../../assets/img/sliders/sliderDominiosMobil.png");
  }
}

.bg-imgTarot {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgTarot {
    background-image: url("../../assets/img/sliders/sliderTarot.png");
  }
}

@media (max-width: 720px) {
  .bg-imgTarot {
    background-image: url("../../assets/img/sliders/sliderTarotMobil.png");
  }
}

.bg-imgPolicyAdmin {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgPolicyAdmin {
    background-image: url("../../assets/img/sliders/sliderPolicy.png");
  }
}

@media (max-width: 720px) {
  .bg-imgPolicyAdmin {
    background-image: url("../../assets/img/sliders/sliderMobil2.png");
  }
}

.bg-imgRituales {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgRituales {
    background-image: url("../../assets/img/sliders/sliderRituales.png");
  }
}

@media (max-width: 720px) {
  .bg-imgRituales {
    background-image: url("../../assets/img/sliders/sliderRitualesMobil.png");
  }
}

.bg-imgCaminos {
  width: 100%;
  background-size: cover;
}

@media (min-width: 720px) {
  .bg-imgCaminos {
    background-image: url("../../assets/img/sliders/sliderCaminos.png");
  }
}

@media (max-width: 720px) {
  .bg-imgCaminos {
    background-image: url("../../assets/img/sliders/sliderCaminosMobil.png");
  }
}

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

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

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

@media (max-width: 1020px) {
  .mt-7-responsive-b {
    margin-top: 1.8rem;
  }
}

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

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

.borderRadius1 {
  border-radius: 20px;
}

.borderRadius2 {
  border-radius: 10px;
}

.borderRadius3 {
  border-radius: 4px;
}

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

@media (max-width: 720px) {
  .paddingMobileFooter {
    padding-left: 60px !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;
}

.floatRightButton {
  z-index: 999;
  position: fixed;
  width: 65px;
  height: 107px;
  bottom: 40px;
  right: 40px;
  background: #152850;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.26);
}

.floatRightButtonSecond {
  z-index: 999;
  position: fixed;
  width: 65px;
  height: 270px;
  bottom: 40px;
  right: 40px;
  background: #152850;
  color: #FFF;
  border-radius: 50px 50px 20px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.26);
}

.linkRightButton1 {
  z-index: 998;
  position: fixed;
  width: 300px;
  height: 30px;
  bottom: 55px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -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;
}

.linkRightButton1:hover {
  width: 330px;
}

.linkRightButton2 {
  z-index: 998;
  position: fixed;
  width: 300px;
  height: 30px;
  bottom: 95px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -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;
}

.linkRightButton2:hover {
  width: 330px;
}

.linkRightButton1b {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 55px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton1b:hover {
  width: 220px;
}

.linkRightButton2b {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 95px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton2b:hover {
  width: 220px;
}

.linkRightButton3 {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 135px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton3:hover {
  width: 220px;
}

.linkRightButton4 {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 175px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton4:hover {
  width: 220px;
}

.linkRightButton5 {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 215px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton5:hover {
  width: 220px;
}

.linkRightButton6 {
  z-index: 998;
  position: fixed;
  width: 195px;
  height: 30px;
  bottom: 255px;
  right: 90px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed;
  margin-left: 37px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff !important;
}

.linkRightButton6:hover {
  width: 220px;
}

.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: 160px;
  margin-left: 37px;
  bottom: 53px;
  z-index: -1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035aa6;
  -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;
}

.separatorLine {
  height: 5px;
  border-radius: 50px;
}

.separatorLine2 {
  height: 1px;
  border-radius: 50px;
  width: 97px;
}

.separatorLine3 {
  height: 1px;
  border-radius: 50px;
}

.separatorLine4 {
  height: 2px;
  border-radius: 50px;
  width: 170px;
}

.separatorLine5 {
  height: 2px;
  border-radius: 50px;
  width: 120px;
}

.resultadosCalcualtor {
  width: 300px;
  border-radius: 4px;
}

.positionContainer {
  position: relative;
  top: -120px;
}

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

.positionContainer3 {
  position: relative;
  top: -120px;
}

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

.lineUnderBackground {
  height: 140px;
  border-radius: 0px 100px 100px 0px;
  position: relative;
  width: 90%;
}

@media (max-width: 720px) {
  .lineUnderBackground {
    width: 70%;
  }
}

.lineUnderBackground2 {
  z-index: -1;
  right: -350px;
  top: 100px;
  height: 50px;
  border-radius: 100px 0px 0px 100px;
  position: relative;
  width: 100%;
}

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

@media (max-width: 320px) {
  .lineUnderBackground2 {
    width: 90%;
    right: -130px;
  }
}

.lineUnderBackground3 {
  z-index: -1;
  right: -350px;
  height: 50px;
  top: 30px;
  border-radius: 100px 0px 0px 100px;
  position: relative;
  width: 100%;
}

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

@media (max-width: 320px) {
  .lineUnderBackground3 {
    width: 90%;
    right: -130px;
  }
}

.lineUnderBackground4 {
  z-index: 2;
  height: 100px;
  opacity: 1;
  position: relative;
  top: 100px;
  width: 50%;
  border-radius: 0px 100px 100px 0px;
}

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

@media (max-width: 320px) {
  .lineUnderBackground4 {
    width: 90%;
  }
}

.lineUnderBackground5 {
  height: 180px;
  border-radius: 0px 100px 100px 0px;
  position: relative;
  width: 90%;
  top: -50px;
}

@media (max-width: 720px) {
  .lineUnderBackground5 {
    width: 70%;
  }
}

.lineUnderBackground6 {
  z-index: 2;
  height: 100px;
  opacity: 1;
  position: relative;
  top: 100px;
  width: 70%;
  border-radius: 0px 100px 100px 0px;
}

@media (max-width: 1320px) {
  .lineUnderBackground6 {
    width: 90%;
  }
}

@media (max-width: 1150px) {
  .lineUnderBackground6 {
    width: 97%;
  }
}

@media (max-width: 1150px) {
  .lineUnderBackground6 {
    width: 99%;
  }
}

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

@media (max-width: 320px) {
  .lineUnderBackground6 {
    width: 90%;
  }
}

.positionForm {
  z-index: 1;
  position: relative;
}

.lineUpContainer {
  border-top: 5px solid #152850;
}

.especialPaddingTop {
  padding-top: 23px;
}

@media (max-width: 1020px) {
  .especialPaddingTop {
    padding-top: 30px;
  }
}

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

@media (max-width: 320px) {
  .especialPaddingTop {
    padding-top: 30px;
  }
}

.especialPaddingTopTwo {
  padding-top: 31px;
}

@media (max-width: 1400px) {
  .especialPaddingTopTwo {
    padding-top: 20px;
  }
}

@media (max-width: 1020px) {
  .especialPaddingTopTwo {
    padding-top: 30px;
  }
}

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

@media (max-width: 320px) {
  .especialPaddingTopTwo {
    padding-top: 30px;
  }
}

.marginRightEspecial {
  margin-right: 0px;
}

@media (max-width: 420px) {
  .marginRightEspecial {
    margin-right: 40px;
  }
}

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

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

.commentsPaddingResponsive {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.commentsPaddingResponsive2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.iconResponsivePosition {
  display: inline-block !important;
  text-align: right;
}

@media (max-width: 720px) {
  .iconResponsivePosition {
    margin: auto !important;
    display: block !important;
    text-align: center;
  }
}

.linePosition {
  position: relative;
  float: right;
  left: -36px;
}

.linePositionAboutUs {
  position: relative;
  left: 245px;
}

@media (max-width: 720px) {
  .linePositionAboutUs {
    left: 0px;
    display: block;
    margin: auto;
  }
}

.textTestimonyResponsive {
  display: inline-block !important;
}

@media (max-width: 720px) {
  .textTestimonyResponsive {
    margin: auto !important;
    display: block !important;
    text-align: center;
  }
}

.positionTestimonials {
  width: 350px;
  position: relative;
  float: right;
}

@media (max-width: 720px) {
  .positionTestimonials {
    width: 100%;
    position: relative;
    float: none;
  }
}

.positionAboutUs {
  width: 590px;
  position: relative;
  float: left;
}

@media (max-width: 720px) {
  .positionAboutUs {
    width: 100%;
    position: relative;
    float: none;
  }
}

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

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

.counterLineHieght {
  line-height: 1.1;
}

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

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

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

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

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

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

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

.paddingFooterEspecial {
  padding-left: 100px;
}

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

.paddingFooterSubtitle {
  padding-left: 55px;
}

.paddingFooterTitle {
  padding-left: 200px;
}

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

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

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

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

.menuLeftPadding {
  padding-left: 70px;
}

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

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

.marginTopMobileFont {
  margin-top: 145px;
}

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

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

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

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

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

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

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

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

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

.paddingTopMobileFont {
  padding-top: 400px;
}

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

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

.bgBuildPattern {
  background-image: url("../../assets/img/logo3d.jpg");
  background-size: cover;
}

.bgBuildPattern2 {
  background-image: url("../../assets/img/bg1.png");
  background-size: cover;
}

.bgBuildPattern3 {
  background-image: url("../../assets/img/bg2.png");
  background-size: cover;
}

.bgBuildPattern4 {
  background-image: url("../../assets/img/texturaFondo2.png");
  background-size: cover;
}

.bgBuildPattern5 {
  background-image: url("../../assets/img/textura.png");
}

.bgBuildPattern6 {
  background-image: url("../../assets/img/texturaFondo3.png");
}

.bgBuildPattern7 {
  background-image: url("../../assets/img/bg3.png");
  background-size: cover;
}

.bgBuildPattern8 {
  background-image: url("../../assets/img/bg4.png");
  background-size: cover;
}

.bgBuildPattern9 {
  background-image: url("../../assets/img/bg5.png");
  background-size: cover;
}

.bgBuildPattern10 {
  background-image: url("../../assets/img/texturaFondo4.png");
}

.bgBuildPattern11 {
  background-image: url("../../assets/img/texturaFondo6.png");
}

.bgBuildPattern12 {
  background-image: url("../../assets/img/flower.jpg");
  background-size: cover;
}

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

.justifyEnd {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

.parallaxTwo {
  background-image: url("../../assets/img/run.jpg");
  min-height: 200px;
  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;
}

.opacity06 {
  opacity: 0.6 !important;
  pointer-events: none;
}

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

.opacity02 {
  opacity: 0.2 !important;
}

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

.card-1:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

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

.card-3 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 10px 7px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 10px 7px rgba(0, 0, 0, 0.06);
  -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);
}

.baseForm1 {
  border-radius: 10px 30px 290px 10px;
}

@media (max-width: 769px) {
  .baseForm1 {
    border-radius: 10px 30px 100px 10px;
  }
}

.baseForm2 {
  border-radius: 10px 30px 100px 10px;
}

@media (max-width: 769px) {
  .baseForm2 {
    border-radius: 10px 30px 100px 10px;
  }
}

@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-color: #ababab !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;
}

.marginTopServices {
  margin-top: 20px;
}

.widthServiceText {
  width: 100%;
}

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

.logoFooter {
  top: -25px;
  position: relative;
  width: 120px;
}

.inputBuefyField {
  width: 40% !important;
  display: inline-block !important;
  margin: 10px;
}

.inputCalculator {
  width: 100% !important;
  display: inline-block !important;
  border-color: #035aa6 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 20px rgba(0, 0, 0, 0.04);
}

.buttonCalculator {
  width: 84%;
  margin-left: 10px;
  border: 0px solid transparent !important;
}

@media (max-width: 1020px) {
  .buttonCalculator {
    width: 87%;
  }
}

.marginLeftCalculatorTitle {
  margin-left: 20px;
}

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

.positionTwoRows {
  position: relative;
  z-index: 99;
  top: -153px;
}

.calculatorResponsive {
  padding-left: 20px;
}

@media (max-width: 1020px) {
  .calculatorResponsive {
    padding-left: 0px;
    display: block;
    margin: auto;
    width: 300px;
  }
}

.profileImg {
  border: 8px solid #152850;
  border-radius: 10%;
  width: 300px;
}

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

.profileImgAboutUs {
  width: 250px;
  border-radius: 10px 10px 10px 10px;
}

@media (max-width: 769px) {
  .profileImgAboutUs {
    border-radius: 10px 30px 100px 10px;
  }
}

.profileImgContact {
  border: 8px solid #152850;
  border-radius: 10%;
  width: 300px;
}

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

.profileImgCoverage {
  border: 8px solid #19d3da;
  border-radius: 10%;
  width: 600px;
}

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

.positionPlans {
  top: -70px !important;
  position: relative !important;
}

.imgHome {
  border-radius: 1%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.14);
  -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);
}

@media (max-width: 720px) {
  .imgHome {
    border: 0px solid #fff;
    border-radius: 0%;
  }
}

.inputFormModern {
  border: 0px solid #FFF;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 20px rgba(0, 0, 0, 0.04);
}

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .taginput .taginput-container.is-focusable, .textarea {
  border: 0px solid transparent !important;
}

.positionContact {
  position: relative;
  bottom: -70px;
}

.blockThree {
  padding: 0px;
  margin-top: 90px;
}

@media (max-width: 769px) {
  .blockThree {
    margin-top: 150px;
    padding: 0px;
  }
}

.blockFour {
  padding: 0px;
  margin-top: 90px;
}

@media (max-width: 769px) {
  .blockFour {
    margin-top: 0px;
    padding: 20px;
  }
}

.iconPosition {
  position: relative;
  top: -2px;
}

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

.mbEspecialCoverage {
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  .mbEspecialCoverage {
    margin-bottom: 100px;
  }
}
/*# sourceMappingURL=main.css.map */