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

html, body {
  font-family: "Roboto", sans-serif;
}

#main {
  /*padding-top: 0;*/
  background-color: rgba(var(--bs-secondary-rgb), 0.03);
}

.btn-primary {
  font-size: 18px;
  border-radius: 0;
  font-weight: 500;
  background-color: #1a7ceb;
  border-color: #1a7ceb;
}

.btn-sm {
  border-radius: 0;
}

/* ----- CAROUSEL SECTION ----- */
/*===========================================================================*/
p {
  /*color: #635f6f;*/
}

@media (min-width: 576px) {
  .section-carousel p {
    font-size: 16px;
  }
}

.carousel-inner {
  min-height: 350px;
  max-height: 350px;
  display: flex;
  align-items: center;
}

.carousel-control-prev-icon, .carousel-control.left .glyphicon, .carousel-control-next-icon, .carousel-control.right .glyphicon {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 50% 50%;
  background-color: white;
  box-shadow: 0px 3px 10px #00000024;
}

.carousel-control-prev-icon,.carousel-control.left .glyphicon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon,.carousel-control.right .glyphicon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

/* ----- TYPOGRAPHY ----- */
/*===========================================================================*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 600;
}

h2, .h2 {
  font-size: clamp(1.25rem, calc(1.75rem + .9vw), 3rem);
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  box-shadow: 0px 3px 10px #00000024;
  background: white;
}

@media (min-width: 1400px) {
  .navbar {
    max-width: 1400px;
    margin: auto;
  }
}

.navbar__menu-link {
  font-size: 18px;
  font-weight: 500;
}

#menu-item-454360 .navbar__menu-link {
  background-color: #dc3535;
  color: white;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}

#menu-item-454360 .navbar__menu-link:hover {
  background-color: #b02a2a;
}

@media (max-width: 991.98px) {
  #menu-item-454360 .navbar__menu-link {
    margin-top: 1rem;
  }
}

/* ----- MOTIVE ----- */
/*===========================================================================*/
body:not(#index) .motive, body:not(#index) .motive.fullscreen {
  display: none;
}

.motive {
  height: 50rem;
}

.motto {
  max-width: unset;
  display: none;
}

.motto__title {
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
}

@media (min-width: 768px) {
  .motto__title {
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
    font-size: clamp(5rem, 7vw, 4rem);
  }
}

.motto__text {
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 2.5rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
  font-size: 1.5rem;
}

.motto__button-link {
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 5rem;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}

.motto__button-link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  text-shadow: unset;
  transform: scale(1.1);
}

.motiv-motto {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
}

.custom-motive video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

@media (min-width: 1150px) {
  .custom-motive video {
    height: auto;
    width: 100%;
  }
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  padding-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.footer p {
  margin: 0;
  color: white;
}

.footer, .footer a {
  color: white;
}

.footer h5 {
  color: white;
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  text-decoration-color: var(--bs-cyan);
  text-underline-offset: 3px;
}

.footer .social-icons > a > img {
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.8);
  transition: all 100ms ease-in;
}

.footer .social-icons > a:hover > img {
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

/* ----- CONTAINERS / SECTIONS ----- */
/*===========================================================================*/
.user-form {
  background-color: white;
  box-shadow: unset;
  outline: 1px solid rgb(0 0 0 / .1);
  border-radius: 0;
}

.container--article .section-header {
  max-width: unset;
}

.container--article .col-text.section-bg-light>*, .container--article .col-text.section-bg>*, .container--article .section--header.section-bg-light>*, .container--article .section--header.section-bg>*, .container--article .section--text.section-bg-light>*, .container--article .section--text.section-bg>*, .container--article .section-blank.section-bg-light>*, .container--article .section-blank.section-bg>*, .container--article .section-title.section-bg-light>*, .container--article .section-title.section-bg>*, .container--article .section-header.section-bg-light>*, .container--article .section-header.section-bg>*, .container--article .section-cta.section-bg-light>*, .container--article .section-cta.section-bg>* {
  max-width: unset;
}

@media (max-width: 575.98px) {
  .section-2-col-right-text > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .section-blank {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ----- UTIITIES ----- */
/*===========================================================================*/
.accordion-button, .accordion-button:not(.collapsed) {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.gallery-partners .gallery__item-img {
  object-fit: contain;
  width: 250px;
  margin: auto;
  padding: 1.5rem;
}

.gallery-partners .gallery__item-link {
  background-color: unset;
}

.filter-cyan {
  filter: brightness(0) saturate(100%) invert(65%) sepia(61%) saturate(2159%) hue-rotate(146deg) brightness(98%) contrast(94%);
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(61%) saturate(2159%) hue-rotate(146deg) brightness(98%) contrast(94%);
  -moz-filter: brightness(0) saturate(100%) invert(65%) sepia(61%) saturate(2159%) hue-rotate(146deg) brightness(98%) contrast(94%);
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
}

.rounded-4 {
  border-radius: 0.7rem !important;
}

.shadow-md {
  -webkit-box-shadow: 0 3px 15px -10px rgba(0,0,0,.7) !important;
  box-shadow: 0 3px 15px -10px rgba(0,0,0,.7) !important;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

/*.container--article h1, .section--header h1 {
position: relative;
}

.container--article h1::after, .section--header h1::after {
position: absolute;
content: "";
bottom: -1rem;
left: 50%;
right: 0;
background: var(--bs-primary);
width: 5rem;
height: 0.25rem;
border-radius: 0.25rem;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}*/

/* ----------- Scroll Top ------------*/
/* ================================================================================ */
.scrolltop-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}

.scrolltop-btn a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, .15);
  font-size: 10px;
  color: #000;
  transition: transform 1s cubic-bezier(.23,1,.32,1), box-shadow 1s cubic-bezier(.23,1,.32,1);
}

.scrolltop-btn a:hover {
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, .5);
}

/* ---------- Reservanto -----------*/
.reservanto-button {
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -ms-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #dc3535 !important;
  -moz-border-radius: 50rem !important;
  -webkit-border-radius: 50rem !important;
  -ms-border-radius: 50rem !important;
  border-radius: 50rem !important;
  border: 0 !important;
  display: inline-block;
  color: white !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  padding: 0.5rem 3rem !important;
  -webkit-text-shadow: none !important;
  -ms-text-shadow: none !important;
  text-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: none !important;
}

.reservanto-button:hover {
  background-color: #bb2d2d !important;
}
