/* ======================================= REFACTORIZACION ========================================= */
/* ************** */
/* *** SCROLL *** */
/* ************** */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 25px;
}
/* ================================================================================================== */
/* *************** */
/* ***  FONTS  *** */
/* *************** */
@font-face {
  src: url("./fonts/Frutiger\ LT\ Std\ 55\ Roman.otf");
  font-family: "Frutiger Roman";
}

@font-face {
  src: url("./fonts/Frutiger\ LT\ Std\ 65\ Bold.otf");
  font-family: "Frutiger Bold";
}

@font-face {
  src: url("./fonts/Frutiger\ LT\ Std\ 75\ Black.otf");
  font-family: "Frutiger Black";
}

.fontRoman {
  font-family: "Frutiger Roman";
}

.fontBold {
  font-family: "Frutiger Bold";
}

.fontBlack {
  font-family: "Frutiger Black";
}
/* ================================================================================================== */
/* ***************** */
/* ***  HELPERS  *** */
/* ***************** */
.vertical-align {
  display: flex;
  align-items: center;
}

.center-align-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-whitout-bg {
  box-shadow: none;
}

.margin-banner5 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.gradient-background {
  background: linear-gradient(
    180deg,
    rgba(227, 213, 195, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  box-shadow: none;
}

.banner {
  width: 100%;
}

.input-field {
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
  background-color: white;
  border-radius: 10px;
}

.circle-card {
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
  border-bottom-right-radius: 140px;
  height: 460px;
  background-color: #1f1f1f;
}

.circle-card > .circle-content > div > h5 {
  margin-top: 0;
}

.circle-card-image {
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0;
}

.card-bg-degraded {
  background-color: rgba(31, 31, 31, 0.8);
}

.btn-radius {
  border-radius: 10px;
}

.user-view {
  height: 100px;
  padding: 15px;
}

.font-color-gold {
  color: #b79364;
}

.bg-color-gold {
  background-color: #b79364;
}

.btn-register {
  transition: none !important;
}

.btn-register:hover,
.btn-register:focus {
  background-color: #b79364;
}

.btn-flat:hover {
  background-color: white;
}

.btn-anm:hover {
  background-color: white;
  color: #b79364;
}

.links-sides:hover {
  background-color: black !important;
  color: white;
  .icons-sidebar {
    color: white;
  }
}

/* ================================================================================================== */
/* *********************** */
/* ***  MEDIA QUERIES  *** */
/* *********************** */
@media screen and (max-width: 800px) {
  #banner6 {
    margin-top: 80px;
  }

  .circle-card {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
    height: 520px;
    width: 350px;
  }

  .card-whitout-bg {
    padding-bottom: 75px;
  }

  .margin-banner5 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }

  .margin-banner5 > .card-content {
    position: absolute;
    transform: translateY(-150px);
    margin: 0px;
  }

  .text-banner8,
  .text-banner5 {
    font-size: 1.2rem !important;
  }

  .text-banner8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-banner-8 {
    position: absolute;
    transform: translateY(-160px);
  }
}

@media screen and (max-width: 600px) {
  .margin-banner5 > .card-content {
    position: absolute;
    transform: translateY(-120px);
    margin: 0;
  }

  .margin-banner5 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 800px) {
  #banner3 {
    .row {
      display: flex;
      align-items: center;
    }
  }

  #banner5 > div > .row {
    margin-bottom: 120px;
  }

  #banner11 {
    background-image: url("./Img/banner8.jfif");
    background-size: cover;
  }

  #card-form {
    padding-bottom: 10px !important;
  }

  .vertical-align-footer {
    display: flex;
    align-items: center;
  }

  .margin-banner5 > .card-content {
    position: absolute;
    transform: translateY(-90px);
  }

  .text-banner8 {
    font-size: 1rem !important;
  }

  .card-banner-8 {
    position: absolute;
    transform: translateY(-140px);
  }
}

/* ================================================================================================== */
/* ********************* */
/* ***  PAGE STRUCT  *** */
/* ********************* */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  overflow-x: hidden;
}

footer {
  padding-top: 50px;
}

input,
textarea {
  border-bottom: 0 !important;
}

textarea {
  resize: none !important;
  height: 150px !important;
}

/* ================================================================================================== */
/* ********************* */
/* ***  ID STYLES  *** */
/* ********************* */
#logo-header1 {
  margin-top: 5px;
}

#logo-header1,
#logo-header2 {
  height: 50px;
  cursor: pointer;
}

#logo-header2 {
  padding-top: 5px;
  padding-left: 10px;
  cursor: pointer;
}

#banner1 {
  background-image: url("./Img/banner1.png");
  background-size: cover;
  height: 500px;

  display: flex;
  align-items: center;
  padding-left: 15%;

  .row {
    margin: 0;
  }
}

#card-banner1 {
  z-index: 10;
}

#card-banner1 > button {
  background: #b79364;
}

#banner2 > .container > .row {
  padding: 20px;
}

#banner6 {
  background-image: url("./Img/banner5.jfif");
  background-size: cover;
}

#banner11 {
  background-color: white;
}

#card-form {
  box-shadow: none;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

#logo-footer {
  height: 100px;
  margin-bottom: 40px;
  cursor: pointer;
}
