/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap'); */

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

/* REMINDER: if I change anything on root I must to change it on custom.css too */
:root {
  /* --accent-color: #2c6d5b; */
  --accent-color: #2f0054;
  --sec-color: #de16b6;
  --trd-color: #22d0d7;
  --title-font: "Raleway", sans-serif;
  /* --title-font: 'Playfair Display', serif; */
  --subtitle-font: "Raleway", sans-serif;

  --accent-color-op1: rgba(59, 71, 87, 0.9);
  --accent-color-op2: rgba(59, 71, 87, 0.7);
}

h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-family: var(--title-font);
  letter-spacing: 2px !important;
}
a,
p,
li {
  font-family: var(--subtitle-font);
  letter-spacing: 1px;
  line-height: 34px;
}

body {
  background-color: white !important;
}

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

.sub-font {
  font-family: var(--subtitle-font);
}
.title-font {
  font-family: var(--title-font);
}

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

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

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
.lh1 {
  line-height: 35px;
}
.lh2 {
  line-height: 40px;
}
.lh3 {
  line-height: 55px;
}
.space3 {
  letter-spacing: 3px;
}
.space5 {
  letter-spacing: 5px;
}

.z0 {
  z-index: 0;
}
.z10 {
  z-index: 10;
}

.main-btns-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-btns-container.btns1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-btns-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cus-btn1 {
  text-decoration: none;
  border: 1px solid rgba(213, 213, 213, 0.129);
  display: inline-block;
  padding: 0.4rem 1rem;
  color: black;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 150ms ease;

  box-shadow: rgba(0, 0, 0, 0.195) 0px 5px 15px;
}

.cus-btn2 {
  text-decoration: none;
  font-family: var(--title-font);
  color: white;
  padding: 1rem 2rem;
  background-color: var(--accent-color);
  border-radius: 1px;
  transition: all 150ms ease;
}

.cus-btn3 {
  text-decoration: none;
  background: linear-gradient(to right, #2ad2c9, #90f8ac);
  color: var(--accent-color) !important;
  font-family: var(--title-font);
  text-transform: uppercase;
  border: none;
  display: inline-block;
  padding: 16px 44px;
  transition: all 150ms ease;
}

.cus-btn4 {
  text-decoration: none;
  font-family: var(--title-font);
  color: white;
  padding: 1rem 2rem;
  background-color: var(--accent-color);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 150ms ease;
}

.cus-btn1:hover,
.cus-btn2:hover,
.cus-btn3:hover,
.cus-btn4:hover {
  color: white;
  background-color: #919191;
}

.cus-btn2:hover,
.cus-btn3:hover,
.cus-btn4:hover {
  opacity: 0.7;
  transform: scale(1.02);
}

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

.no-padding {
  padding-block: 0;
}

.no-padding-inline {
  padding-inline: 0 !important;
}
.primary-bg {
  background-color: var(--accent-color);
}
.secondary-bg {
  background-color: var(--secondary-color);
}
.cus-bg1 {
  background-color: rgba(247, 247, 247, 0.858);
}

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

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

.cf-padding1 {
  padding-inline: 10rem;
}
.cf-padding2 {
  padding-inline: 2rem;
}

.relative {
  position: relative;
}

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

.text-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

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

.pl-1 {
  padding-left: 70px;
}

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

.absolute-img {
  position: absolute;
  top: 0;
  right: 0;
}
.absolute-img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  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-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-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-25 {
  font-size: 25px !important;
}

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

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

.pt10 {
  padding-top: 10px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}

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

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

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

.overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-bg.bg1 {
  background-color: rgba(255, 255, 255, 0.326);
}

.overlay-bg.bg2 {
  background: linear-gradient(
    90deg,
    rgba(10, 82, 145, 0.9) 0,
    rgba(59, 166, 197, 0.6) 100%
  );
}

.overlay-bg.bg3 {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-bg.bg4 {
  background-color: var(--accent-color-op2);
}

.overlay-bg.bg6 {
  background-color: #0f252296;
}

.d-none {
  display: none;
}

a.text-dark1:hover {
  color: #00539f !important;
}

/* 
.image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  } */

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Esto hace que la imagen se comporte como background-size: cover */
  object-position: center;
  display: block;
}

/* (default from bootstrap) */

@media (max-width: 1200px) {
}

/* (default from bootstrap) */

@media (max-width: 992px) {
  .mobile-d-none {
    display: none;
  }
  #section-hero {
    margin-top: 0;
  }
  #mainmenu li > ul {
    top: 0px !important;
  }
  .inner-margin1 {
    margin-left: 20px;
  }

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

  .d-none {
    display: block !important;
  }

  .pl-1 {
    padding-left: 0 !important;
  }
  .cf-padding1 {
    padding-inline: 1rem;
  }

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

/* (default from bootstrap) */

@media (max-width: 768px) {
  .cus-btn1,
  .cus-btn2,
  .cus-btn3 {
    padding-inline: 1rem;
  }
}

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

/* margin top */
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px;
}

/* margin bottom */
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}

.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 40px;
}
.pb80 {
  padding-bottom: 70px;
}

.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}

.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
