@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@1,400;1,500&display=swap"); */

:root {
  --accent-color: #0f5ca8db;
  --sec-color: #ffdf00;
  --trd-color: rgb(74, 74, 74);
  --title-font: "Raleway", serif;
  --subtitle-font: "Montserrat", serif;
  --accent2: rgba(15, 92, 168, 0.784);
  --accent-color-op2: rgba(59, 71, 87, 0.7);
}

h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-family: var(--title-font), serif;
}
p,
li,
a {
  font-family: var(--subtitle-font), serif;
  font-weight: 300;
}

.accent {
  color: var(--accent-color);
}
.accent2 {
  color: var(--accent2);
}

.secondary {
  color: var(--sec-color);
}
.text-dark1 {
  color: var(--trd-color);
}

#top-title {
  margin-top: 0 !important;
}

/* VARIABLES*************************************************************** */

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
.title-font {
  font-family: var(--title-font);
}

.primary {
  color: var(--accent-color) !important;
}

.italic {
  font-style: italic;
}
.primary-bg-color {
  background-color: var(--accent-color);
}
.sec-bg-color {
  background-color: var(--sec-color);
}
.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize !important;
}

.space3 {
  letter-spacing: 3px;
}
.space5 {
  letter-spacing: 5px;
}
.space8 {
  letter-spacing: 8px;
}
.cus-btn1,
.cus-btn1a {
  background-color: rgb(255, 223, 0);
  border-color: rgb(147, 147, 147);
  border-radius: 12px;
  border-bottom-left-radius: 12px;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
  direction: ltr;
  width: 216px !important;
  height: 56px !important;
  max-width: 216px !important;
  min-width: 25px !important;
  max-width: 216px !important;
  min-width: 25px !important;
  background-position: 50% 50% !important;
  text-align: center;
  background-image: url(z-images/btn1.png) !important;
  background-size: 120%;
  backdrop-filter: upacity(0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cus-btn1a {
  background-image: url(z-images/btn2.png) !important;
}
.banner-btns .cus-btn1:hover,
.banner-btns .cus-btn1a:hover {
  background-image: none;
  background: var(--accent-color) !important;
}
.banner-btns .cus-btn1:hover > span,
.banner-btns .cus-btn1a:hover > span {
  color: white !important;
}

.cus-btn1 > span,
.cus-btn1a > span {
  text-transform: uppercase;
  color: rgb(74, 74, 74);
  font-weight: 800;
  font-size: 18px;
  vertical-align: middle;
}
.cus-btn2 {
  background-color: var(--sec-color);
  border-color: rgb(115, 115, 115);
  color: rgb(81, 81, 81) !important;
  border-radius: 12px;
  padding: 0.7rem 2.6rem;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
  flex-wrap: wrap;
  white-space: normal;
  word-wrap: break-word; /* Para navegadores antiguos */
  word-break: break-word; /* Para navegadores modernos */
  display: inline-block;
}

.more-btn-padding1 {
  padding: 1.5rem 5rem;
}

.cus-btn3 {
  color: #ffffff !important;
  border-width: 0px;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  background-color: transparent;
  padding-block: 9px;
  padding-inline: 15px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  transition: all 200ms ease;
}

.cus-btn4 {
  background-color: rgb(41, 186, 248);
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.7rem 2rem;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.033) 0px 3px 11px 0px;
}
.cus-btn5 {
  background-color: rgb(19, 110, 30);
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.7rem 2rem;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.033) 0px 3px 11px 0px;
}

.cus-btn4,
.cus-btn5 {
  transition: all 200ms ease;
}
.cus-btn4:hover,
.cus-btn5:hover {
  transform: scale(1.03);
  opacity: 0.7;
}

.cus-btn-line {
  position: relative;
  transition: all 200ms ease;
  font-size: 20px;
  margin-block: 2rem;
  font-weight: 400;
  color: rgb(34, 34, 34) !important;
}
.cus-btn-line2 {
  position: relative;
  transition: all 200ms ease;
  font-size: 20px;
  margin-block: 2rem;
  font-weight: 400;
  color: rgb(249, 249, 249) !important;
}

.cus-btn-line::after,
.cus-btn-line2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: rgb(34, 34, 34);
  transition: all 300ms ease;
}
.cus-btn-line2::after {
  background-color: rgb(255, 255, 255);
}

.cus-btn-line:hover::after,
.cus-btn-line2:hover::after {
  width: 100%;
}

.cus-btn2:hover {
  background-color: var(--accent-color);
  color: white !important;
}

.bg-yellow {
  background-color: var(--sec-color);
}
.shadow-tx1 {
  text-shadow: rgb(181, 174, 90) 0px 0px 15px;
}
.shadow-tx2 {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
}

#improving-patient-experience {
  box-shadow: #777 0 -3px 11px 0 !important;
  -moz-box-shadow: #777 0 -3px 11px 0 !important;
  -webkit-box-shadow: #777 0 -3px 11px 0 !important;
}
#improving-patient-experience p {
  margin-left: 1rem;
  margin-bottom: 0;
}

.custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.relative {
  position: relative;
}

.secondary {
  color: #00539f !important;
}

.text-dark1 {
  color: rgb(54, 54, 54);
}
.text-dark2 {
  color: rgb(155, 155, 155);
}

.section-padding-1 {
  padding: 40px 0 80px !important;
}
.z10 {
  z-index: 10;
}
.shadow-sm {
  padding: 0.6rem;
  box-shadow: 0px 12px 32px -6px rgba(94, 94, 94, 0.2);
}

.rounded-sm {
  border-radius: 5px;
}

.rounded-md {
  border-radius: 10px;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-40 {
  font-size: 40px !important;
}

.font-2rem {
  font-size: 2rem;
}
.font-3rem {
  font-size: 3rem;
}
.font-4rem {
  font-size: 4rem;
}
.font-5rem {
  font-size: 5rem;
}

.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}

.divider-yellow {
  width: 100%;
  height: 2px;
  background-color: var(--sec-color);
}
.divider-blue {
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}
.pt10 {
  padding-top: 10px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}

.overlay-bg.bg1 {
  background-color: #5e5e5e64;
}

.ml-50 {
  margin-left: -50px;
}

.cf-padding {
  padding-inline: 2rem;
}

.no-right {
  padding-right: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}

.z-10 {
  z-index: 10;
}

.section-padding-1 {
  padding-inline: 2rem !important;
}

.cus-overlay1 {
  background-color: rgba(209, 209, 209, 0.863);
}
.absolute-animation1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  animation: moveUpDown 4s infinite;
}
.absolute-animation2 {
  position: absolute;
  bottom: 0;
  right: -40%;
  z-index: 1;
  animation: moveUpDown 4s infinite;
}
.absolute-animation3 {
  position: absolute;
  bottom: 0;
  left: 80%;
  z-index: 1;
  animation: moveUpDown 5s infinite;
}
.absolute-animation4 {
  position: absolute;
  top: 0;
  left: 80%;
  z-index: 1;
  animation: moveUpDown 5s infinite;
}

.absolute-corner-left {
  position: absolute;
  top: -20px;
  left: -20px;
}
.absolute-corner-right {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.absolute-corner-left2 {
  position: absolute;
  top: -10px;
  left: -20px;
}
.absolute-corner-right2 {
  position: absolute;
  bottom: -20px;
  right: -10px;
}
.absolute-corner-right img,
.absolute-corner-right2 img {
  transform: rotateX(180deg) rotateY(180deg);
}

.absolute-corner-left img,
.absolute-corner-right img,
.absolute-corner-right2 img,
.absolute-corner-left2 img {
  width: 200px;
}

.md-pt20 {
  padding-top: 20px;
}
.md-pt40 {
  padding-top: 40px;
}
.md-pl40 {
  padding-left: 40px;
}

.overlay-bg.cus-bg1 {
  background-color: var(--accent2);
}
.overlay-bg.cus-bg2 {
  background-color: rgba(138, 138, 138, 0.5);
}
.overlay-bg.cus-bg3 {
  background-color: var(--accent2);
  opacity: 0.5;
}

.space2 {
  letter-spacing: 2px;
}

.line-height2 {
  line-height: 2rem;
}

.absolute-text2 {
  position: absolute;
  bottom: -50px;
  left: 0 !important;
  width: 100vw;
}
.absolute-text2 h3 {
  font-size: 200px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--accent-color);
  opacity: 0.25;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.absolute-text {
  position: absolute;
  top: 30%;
  left: 0 !important;
  z-index: 10;
  /* transform: translate(-50%, 0%); */
  width: 100%;
}
.absolute-text h3 {
  font-size: 200px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--accent-color);
  opacity: 0.3;
  text-align: right;
}

.padding1 {
  padding-inline: 50px;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1600px) {
  .font-5rem {
    font-size: 4rem;
  }
  .font-4rem {
    font-size: 3rem;
  }
}

@media (max-width: 1400px) {
  .font-5rem {
    font-size: 4rem;
  }
  .font-4rem {
    font-size: 3rem;
  }
  .absolute-text h3,
  .absolute-text2 h3 {
    font-size: 120px;
  }
}

/* (default from bootstrap) */

@media (max-width: 1200px) {
  .absolute-text {
    display: none;
  }
  .cus-text-xl-center {
    text-align: center;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
}

/* (default from bootstrap) */

@media (max-width: 992px) {
  .mobile-d-none {
    display: none !important;
  }
  .md-pt40 {
    padding-top: 0;
  }
  .md-pt20 {
    padding-top: 20px;
  }
  .font-3rem {
    font-size: 2.5rem;
  }
  .font-4rem {
    font-size: 3rem;
  }
  .font-5rem {
    font-size: 4rem;
  }
  .cus-d-none {
    display: none;
  }
  .d-none {
    display: block !important;
  }
  .md-pl40 {
    padding-left: 0px;
  }
  header .my-nav-items {
    display: block;
  }
}

/* (default from bootstrap) */

@media (max-width: 768px) {
  .cus-btn1,
  .cus-btn2,
  .cus-btn3 {
    padding-inline: 1rem;
  }
  .absolute-text h3,
  .absolute-text2 h3 {
    font-size: 60px;
  }
  .absolute-text2 {
    display: none;
  }
  .section-padding-1 {
    padding: 15px 0 20px !important;
  }
  .font-18 {
    font-size: 16px !important;
  }
}

/* (default from bootstrap) */
@media (max-width: 576px) {
  .font-3rem {
    font-size: 1.5rem;
  }
  .font-5rem {
    font-size: 2.5rem;
  }
  .font-4rem {
    font-size: 2rem;
  }
}
