@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=Racing+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Montserrat: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&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  overflow: hidden !important;
  color: black !important;
}

a {
  color: #071324 !important;
}

.borderColorSecondary {
  border-color: #b79158 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

.underline-special {
  position: relative;
  display: inline-block;
}

.underline-special::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b79158 0%, #d4b69c 50%, #b79158 100%);
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(183, 145, 88, 0.4);
}

.u-taper {
  --h: 5px;
  --gap: 7px;
  --base: #b79158;
  position: relative;
  display: inline-block;
}
.u-taper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--gap));
  height: var(--h);
  background-image: linear-gradient(90deg, transparent 0 10%, var(--base) 10% 90%, transparent 90% 100%), conic-gradient(from 90deg at left 50% bottom, transparent 0 25%, var(--base) 25% 75%, transparent 75% 100%), conic-gradient(from 270deg at right 50% bottom, transparent 0 25%, var(--base) 25% 75%, transparent 75% 100%);
  background-size: 100% 100%, 12px 100%, 12px 100%;
  background-position: center, left, right;
  background-repeat: no-repeat;
  overflow: hidden;
}
.u-taper:hover::after {
  background-image: linear-gradient(90deg, transparent 0 10%, var(--base) 10% 90%, transparent 90% 100%), conic-gradient(from 90deg at left 50% bottom, transparent 0 25%, var(--base) 25% 75%, transparent 75% 100%), conic-gradient(from 270deg at right 50% bottom, transparent 0 25%, var(--base) 25% 75%, transparent 75% 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 100%, 12px 100%, 12px 100%, 200% 100%;
  background-position: center, left, right, -100% 0;
  animation: shimmer 1.2s ease-out forwards;
}

@keyframes shimmer {
  to {
    background-position: center, left, right, 100% 0;
  }
}
.u-brush {
  --h: 10px;
  --gap: 8px;
  --gold1: #b79158;
  --gold2: #e6d1b8;
  position: relative;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--gap));
  height: var(--h);
  background: linear-gradient(90deg, var(--gold1), var(--gold2), var(--gold1));
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'><path d='M2,7 C10,3 25,9 40,6 55,3 70,8 98,4 L98,10 L2,10 Z' fill='black'/></svg>") 0 0/100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'><path d='M2,7 C10,3 25,9 40,6 55,3 70,8 98,4 L98,10 L2,10 Z' fill='black'/></svg>") 0 0/100% 100% no-repeat;
  filter: drop-shadow(0 2px 5px rgba(183, 145, 88, 0.4));
}
.pt-especifico-q {
  padding-top: 60px !important;
}
@media (max-width: 720px) {
  .pt-especifico-q {
    padding-top: 0px !important;
  }
}

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

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

.ptpb-esp-q {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
@media (max-width: 720px) {
  .ptpb-esp-q {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

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

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

.modal .modal-content {
  width: 50% !important;
  max-width: 50% !important;
  height: 100% !important;
  max-height: 100% !important;
}
@media (max-width: 1200px) {
  .modal .modal-content {
    width: 80% !important;
    max-width: 80% !important;
  }
}
@media (max-width: 720px) {
  .modal .modal-content {
    width: 90% !important;
    max-width: 90% !important;
  }
}

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

.pt-section-1 {
  padding-top: 100px;
}

.pb-section-1 {
  padding-bottom: 100px;
}

.colorPrimary {
  color: #01204c !important;
}

.colorPrimaryLight {
  color: #05377c !important;
}

.colorSecondary {
  color: #b79158 !important;
}

.colorTertiary {
  color: #071324 !important;
}

.colorPrimaryButtons {
  color: #021a3b !important;
}

.colorTertiaryLight {
  color: rgba(7, 19, 36, 0.4235294118) !important;
}

.colorSoftGrey {
  color: rgba(240, 240, 240, 0.5411764706) !important;
}

.colorGrey {
  color: #666666 !important;
}

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

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

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

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

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

.bgColorTertiaryLight {
  background-color: rgba(7, 19, 36, 0.4235294118) !important;
}

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

.bgColorSoftGrey {
  background-color: rgba(240, 240, 240, 0.5411764706) !important;
}

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

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

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

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

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

.bgGradient {
  background: linear-gradient(to bottom, rgba(7, 19, 36, 0.4235294118) 0%, #071324 100%);
  background-blend-mode: multiply, multiply;
}

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

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

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

.bgPatternForWeb {
  background: url("../img/sliders/sliderOs.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%);
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: morphingPh2 35s infinite;
  overflow: hidden;
}
@keyframes morphingPh2 {
  0% {
    border-radius: 3% 4% 2% 1%/2% 3% 1% 7%;
    box-shadow: 15px 25px 30px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 4% 3% 5% 2%/3% 4% 5% 2%;
  }
  50% {
    border-radius: 5% 5% 3% 6%/5% 2% 7% 4%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 3% 6% 5% 4%/6% 68% 3% 3%;
  }
}

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

.borderRadiuAnPhotos4 {
  margin: auto;
  background-color: transparent;
  background-image: linear-gradient(19deg, transparent 0%, transparent 100%);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: morphingPh 35s infinite;
  overflow: hidden;
}
@keyframes morphingPh {
  0% {
    border-radius: 8% 8% 8% 8%/8% 8% 8% 8%;
    box-shadow: 15px 25px 30px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 4% 4% 4% 25%/4% 4% 4% 4%;
  }
  50% {
    border-radius: 5% 5% 3% 6%/5% 2% 7% 4%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 8% 8% 8% 8%/8% 8% 8% 8%;
  }
}

.cuteBG {
  border-bottom: 10px solid rgba(7, 19, 36, 0.4235294118);
  position: absolute;
  height: 300px;
  width: 100%;
  top: -10px;
}
@media (max-width: 720px) {
  .cuteBG {
    height: 690px;
  }
}

.buttonShine2 {
  margin: auto;
  display: block;
  width: 260px;
  position: relative;
  background: #01204c;
  border: 0;
  padding: 14px 42px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.buttonShine2:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.buttonShine2:hover:after {
  animation: shine 1.6s ease;
}
.buttonShine2:active {
  transform: translateY(1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.buttonShine {
  position: relative;
  background: #01204c;
  border: 0;
  padding: 14px 42px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.buttonShine:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.buttonShine:hover:after {
  animation: shine 1.6s ease;
}
.buttonShine:active {
  transform: translateY(1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 720px) {
  .buttonShine {
    margin: auto;
    display: block;
    width: 205px;
  }
}

@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: "Playfair Display", serif !important;
}

.fontTertiary {
  font-family: "Playfair Display", serif;
}

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

.borderBottom {
  height: 0px;
  background-color: #01204c;
  opacity: 0.4 !important;
  width: 5px;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 10%;
}

.hasShadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.062745098), 0 1px 2px rgba(0, 0, 0, 0.1215686275);
}

.hasShadow2 {
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2941176471);
}

.hasShadow666 {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.431372549);
}

.hasShadow444 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.137254902);
  position: relative;
  z-index: 99;
}

.hasShadow3 {
  box-shadow: -5px -20px 30px 0px rgba(0, 0, 0, 0.0470588235);
}

.shadowboxServ {
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.0470588235);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 50px !important;
}

.hasShadowProduct {
  cursor: pointer;
  transition: all 1s ease-out;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 720px) {
  .hasShadowProduct {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
.hasShadowProduct:hover {
  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;
}

.borderTop {
  border-top: 4px solid #01204c;
}

.mTopRes {
  margin-top: 0px;
}
@media (max-width: 764px) {
  .mTopRes {
    margin-top: 65px;
  }
}

.mTopRes2 {
  margin-top: 80px;
}
@media (max-width: 764px) {
  .mTopRes2 {
    margin-top: 65px;
  }
}

.paddingEsp {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 764px) {
  .paddingEsp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.navbar {
  padding-bottom: 10px !important;
}
@media (max-width: 1024px) {
  .navbar {
    padding-bottom: 0px !important;
  }
}

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

@media (max-width: 1024px) {
  .navbar-link, a.navbar-item {
    margin-top: 14px;
  }
}

.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: black !important;
}
@media (max-width: 1024px) {
  .navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    color: #fff !important;
  }
}

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

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

.navbar.has-shadow {
  box-shadow: 0 2px 20px 0 rgba(56, 54, 54, 0.0509803922) !important;
}

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

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

.navbar-burger:hover {
  margin-top: 15px;
  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: #01204c;
}
@media (max-width: 1024px) {
  .subMenuColor {
    color: #fff;
  }
}

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

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

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

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

.sliderPaddingAndHeight {
  min-height: 700px;
}
@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 #071324;
  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;
  }
}

.pt-only-desktop-big {
  padding-top: 6rem !important;
}
@media (max-width: 720px) {
  .pt-only-desktop-big {
    padding-top: 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 #01204c;
  width: 50px;
  border-radius: 50px;
}

.borderEsp2 {
  opacity: 0.75;
  border: 2px solid #b79158;
  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 {
  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: 0rem;
}
@media (max-width: 720px) {
  .mt-5-only-mobile2 {
    margin-top: 0.6rem;
  }
}

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

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

.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;
  transition: 150ms ease-out;
}

.productBorder {
  border-right: 0px solid #01204c !important;
}

.product2 {
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(23, 24, 24, 0.2823529412);
  border-right: 6px solid #01204c;
  display: block;
  margin: auto;
}

.imgE2 {
  display: block;
  margin: auto;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 2px 4px 0px rgba(23, 24, 24, 0.2823529412);
  border-right: 6px solid #01204c;
  display: block;
  margin: auto;
  width: 100%;
}

.imgE3 {
  display: block;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(23, 24, 24, 0.2823529412);
  border-right: 6px solid #01204c;
  display: block;
  margin: auto;
  width: 100%;
}

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

.product {
  width: 400px;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(23, 24, 24, 0.2823529412);
  border-right: 6px solid #01204c;
  margin: 35px;
  margin-top: 0px !important;
}
@media (max-width: 720px) {
  .product {
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.7137254902);
    width: 275px;
  }
}

.phrase {
  border-radius: 8px;
  box-shadow: 0px 2px 1px 0px rgba(4, 14, 7, 0.6156862745);
  margin: 35px;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .is-hidden-especial {
    display: none !important;
  }
}

.imgBox {
  width: 400px;
  border-radius: 8px;
  box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.2823529412);
  margin: 35px;
  margin-top: 0px !important;
}
@media (max-width: 720px) {
  .imgBox {
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.7137254902);
    width: 275px;
  }
}

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

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

.carousel .carousel-indicator .indicator-item .indicator-style:hover, .carousel .carousel-indicator .indicator-item.is-active .indicator-style {
  background: #01204c !important;
  background-color: #01204c !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: #01204c !important;
  transition: 550ms ease-out;
}

.buttonGeneralTert {
  cursor: pointer;
  border-bottom: 2px solid #071324;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px !important;
  outline: none;
  width: 170px !important;
  color: #fff !important;
  background-color: #01204c;
}
.buttonGeneralTert:hover {
  background-color: white;
  color: #01204c !important;
  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: #01204c !important;
  transition: 550ms ease-out;
}

.buttonGeneralPrimarySecondary {
  background-color: #01204c;
  border-bottom: 2px solid #071324;
  color: #FFF !important;
  cursor: pointer;
  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 #01204c;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px !important;
  outline: none;
  width: 170px !important;
  color: #01204c !important;
}
.buttonGeneralPrimary:hover {
  background-color: #01204c;
  color: white !important;
  transition: 550ms ease-out;
}

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

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

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

.fotoSb {
  box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.1568627451);
}

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

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

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

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

.iconWhatsappBudgeterr2 {
  position: relative;
}

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

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

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

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

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

@keyframes slideSepAn {
  0% {
    transform: translatex(0px);
    opacity: 1;
  }
  49% {
    transform: translatex(10px);
    opacity: 1;
  }
  50% {
    transform: translatex(10px);
    opacity: 1;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
.sepAnimation2 {
  animation: slideSepAn2 4s ease-in-out infinite;
}

@keyframes slideSepAn2 {
  0% {
    transform: translatex(0px);
    opacity: 1;
  }
  69% {
    transform: translatex(10px);
    opacity: 1;
  }
  70% {
    transform: translatex(10px);
    opacity: 1;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
.textAnimation {
  animation: slideText 5s ease-in-out infinite;
}

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

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

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

.parax3 {
  background: url("../img/parax3.webp");
  min-height: 250px;
  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;
  }
}

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

.borderRadius4 {
  border-radius: 4px;
}

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

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

.logoH {
  width: 300px;
}

.buttonForm {
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-top: 0px solid transparent !important;
  border-bottom: 2px solid #071324;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px !important;
}
.buttonForm:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 3px 5px #01204c;
}

.sizeMenuFont {
  font-size: 16px;
}

@media (max-width: 720px) {
  .buttons {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
  .buttons .button.is-large {
    font-size: 0.95rem !important;
    padding: 10px 16px !important;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.services-premium {
  background-color: rgba(240, 240, 240, 0.5411764706);
  position: relative;
}

.services-premium-alt {
  background-color: #fff;
  position: relative;
}

.title-wrapper {
  position: relative;
  z-index: 2;
}

.title-premium {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

.title-gradient {
  color: #01204c;
  display: block;
}

.title-gradient-alt {
  color: #01204c;
  display: block;
}

.title-subtitle {
  color: #b79158;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.decoration-line {
  width: 60px;
  height: 2px;
  background-color: #071324;
}

.decoration-line-alt {
  width: 60px;
  height: 2px;
  background-color: #071324;
}

.decoration-dot {
  width: 8px;
  height: 8px;
  background-color: #01204c;
  border-radius: 50%;
  margin: 0 20px;
}

.decoration-dot-alt {
  width: 8px;
  height: 8px;
  background-color: #01204c;
  border-radius: 50%;
  margin: 0 20px;
}

.subtitle-premium {
  font-size: 1.1rem;
  color: #666666;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}

.services-grid-premium {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.services-grid-premium-alt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.service-item-premium, .service-item-premium-alt {
  perspective: 1000px;
}

.service-card-premium, .service-card-premium-alt {
  background-color: #fff;
  border-radius: 8px;
  padding: 0rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card-premium:hover, .service-card-premium-alt:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.service-bg-pattern, .service-bg-pattern-alt {
  display: none;
}

.service-icon-premium, .service-icon-premium-alt {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.icon-bg, .icon-bg-alt {
  width: 80px;
  height: 80px;
  background-color: #01204c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.icon-bg-alt {
  background-color: #b79158;
}

.icon-pulse, .icon-glow {
  display: none;
}

.service-content-premium, .service-content-premium-alt {
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 1rem;
}

.service-title-premium, .service-title-premium-alt {
  font-size: 1.2rem;
  font-weight: 600;
  color: #01204c;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.service-desc-premium, .service-desc-premium-alt {
  color: #666666;
  line-height: 1.6;
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.service-footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.service-tag {
  background-color: #01204c;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}

.contact-info-section {
  padding: 2rem 0;
}
.contact-info-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-methods {
  margin-bottom: 2rem;
}

.contact-method {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border-left: 3px solid #01204c;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.contact-method:hover {
  transform: translateY(-1px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.contact-cta {
  background: #01204c;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.contact-cta p {
  color: white !important;
}
.contact-cta .colorPrimary {
  color: white !important;
  font-weight: 600;
}

.bg {
  background-color: #f3f3f3;
}

.bg2 {
  background-color: #e7e7e7;
}

.bg3 {
  background-color: #d9d9d9;
}

.bg4 {
  background-color: #c9c9c9;
}

.impact-content {
  animation: fadeInUp 1s ease-out;
}
.impact-content h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: slideInDown 0.8s ease-out;
}
.impact-content h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  animation: slideInUp 0.8s ease-out 0.2s both;
}
.impact-content .divider-line {
  animation: expandWidth 1s ease-out 0.4s both;
}
.impact-content .impact-text {
  animation: fadeIn 1s ease-out 0.6s both;
}
.impact-content .highlight-box {
  animation: slideInLeft 0.8s ease-out 0.8s both;
  transition: all 0.3s ease;
}
.impact-content .highlight-box:hover {
  background: rgba(183, 145, 88, 0.15);
  transform: translateX(5px);
}
.impact-content .impact-cta {
  animation: fadeInUp 1s ease-out 1s both;
}
.impact-content .impact-cta .button {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(183, 145, 88, 0.3);
}
.impact-content .impact-cta .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(183, 145, 88, 0.4);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .impact-content h1:not(.hero-title-mobile) {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }
  .impact-content h2 {
    font-size: 1.2rem !important;
  }
  .impact-content .impact-text p {
    font-size: 1rem !important;
  }
  .impact-content .highlight-box {
    padding: 1rem;
    margin: 1.5rem 0;
  }
}
.input, .select select, .taginput .taginput-container.is-focusable, .textarea {
  border-radius: 2px !important;
}

.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 #e1e5e9 !important;
}

.form-container {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  background-color: #fffefd;
  margin-top: 3rem;
}
.form-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-form .form-input,
.contact-form .form-textarea {
  border-radius: 8px;
  border: 2px solid #e1e5e9;
  transition: all 0.3s ease;
}
.contact-form .form-input:focus,
.contact-form .form-textarea:focus {
  border-color: #01204c;
  box-shadow: 0 0 0 3px rgba(1, 32, 76, 0.1);
}
.contact-form .form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  margin-top: 2rem;
}
.form-actions .button {
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.form-actions .button:hover {
  transform: translateY(-2px);
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  text-align: center;
  font-weight: 600;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .contact-info-section {
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
  .form-container {
    padding: 1.5rem;
    margin-top: 0rem;
  }
  .contact-method {
    padding: 1rem;
  }
  .contact-icon {
    width: 40px;
    height: 40px;
  }
  .contact-cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.service-header-alt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.service-badge {
  background-color: #b79158;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}

.service-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #01204c;
  line-height: 1;
  font-family: "Playfair Display", serif;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.3rem;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .title-premium {
    font-size: 2rem;
  }
  .title-subtitle {
    font-size: 1.2rem;
  }
  .services-grid-premium, .services-grid-premium-alt {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .service-card-premium, .service-card-premium-alt {
    padding: 1.5rem;
  }
  .icon-bg, .icon-bg-alt {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    /* === Manifiesto Penal (alto impacto) === */
  }
}
.manifesto-penal {
  position: relative;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
  overflow: hidden;
  background: #01204c;
  isolation: isolate;
}
.manifesto-penal .manifesto-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/img/perfil1.webp") center/cover no-repeat;
  filter: contrast(1.05) saturate(1.05) brightness(0.55);
  transform: scale(1.04);
}

.mp-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  font-weight: 600;
  margin-bottom: 1rem;
  animation: fade-in 0.7s ease-out both 0.05s;
}

.mp-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  animation: rise-in 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both 0.1s;
}
.mp-title .mp-underline {
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
}
.mp-title .mp-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #b79158, rgba(183, 145, 88, 0));
  border-radius: 2px;
  animation: underline-sweep 1.2s ease 0.4s forwards;
}
.mp-title .mp-underline2 {
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
  width: 50%;
}
.mp-title .mp-underline2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 50%;
  height: 4px;
  background: linear-gradient(90deg, #b79158, rgba(183, 145, 88, 0));
  border-radius: 2px;
  animation: underline-sweep 1.2s ease 0.4s forwards;
}
.mp-title .mp-underline3 {
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
  width: 80%;
}
.mp-title .mp-underline3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 800%;
  height: 4px;
  background: linear-gradient(90deg, #b79158, rgba(183, 145, 88, 0));
  border-radius: 2px;
  animation: underline-sweep 1.2s ease 0.4s forwards;
}

.mp-subtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  animation: fade-in 0.7s ease-out both 0.25s;
}

.mp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  font-size: 0.9rem;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.mp-divider {
  width: 88px;
  height: 4px;
  background: #b79158;
  border-radius: 2px;
  margin: 1.25rem 0 1.25rem 0;
  box-shadow: 0 0 0 4px rgba(183, 145, 88, 0.18);
  animation: grow-x 0.7s ease-out both 0.35s;
}

.mp-heading {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  animation: fade-in 0.7s ease-out both 0.45s;
}

.mp-text {
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.92;
  max-width: 58ch;
  animation: fade-in 0.7s ease-out both 0.55s;
}

/* Tarjeta lateral */
.mp-card {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transform: translateY(8px);
  animation: rise-in 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both 0.2s;
}

.mp-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.mp-card-head i {
  font-size: 1.2rem;
  color: #b79158;
}
.mp-card-head h4 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.mp-card p {
  margin: 0.6rem 0;
  line-height: 1.7;
  opacity: 0.95;
}
.mp-card .mp-strong {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-left: 3px solid #b79158;
  padding-left: 0.75rem;
}

/* Animaciones */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes underline-sweep {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes grow-x {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* Responsivo */
@media (max-width: 768px) {
  .manifesto-penal {
    padding: 4rem 1rem;
  }
  .mp-text {
    font-size: 1.05rem;
  }
  .mp-card {
    margin-top: 2rem;
  }
  .paddingSSS {
    padding: 4rem 0rem 6rem 0rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .paddingSSS {
    padding: 4rem 0rem 6rem 0rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-title-mobile {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hero-title-mobile {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
  }
}
@media (min-width: 1024px) {
  .hero-content {
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .whatsapp2 {
    width: 50px;
    height: 40px;
    margin-right: 10px;
    right: 5px !important;
  }
  .whatsapp {
    width: 50px;
    height: 40px;
    margin-right: 10px;
    right: 5px !important;
  }
  .requestBudget2 {
    width: 180px;
    margin-right: 35px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
  }
  .requestBudget {
    width: 230px;
    margin-right: 35px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */