/* General */
@font-face {
  font-family: 'Effra';
  src: url(../fonts/Effra_Std_Lt.ttf);
}

@font-face {
  font-family: 'Effra bold';
  src: url(../fonts/Effra_Std_Rg.ttf);
  font-weight: bold;
}

body {
  font-family: 'Effra';
  font-size: 1.19rem;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Effra bold';
}

p {
  text-align: justify;
}
p.text-left{
  text-align: left;
}

section {
  padding: 90px 0;
  overflow: hidden;
}

ul.list-about {
  list-style: none;
}

ul.list-about li::before {
  content: "\2022";
  color: #e20b1a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

strong {
  font-family: 'Effra bold';
}

.btn-kobrex {
  color: #fff;
  background-color: #e20b1a;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 200px;
  border-radius: 50px !important;
  font-family: 'Effra bold';
}
.btn-kobrex-inverted {
  color: #e20b1a;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 200px;
  border-radius: 50px !important;
  font-family: 'Effra bold';
  border-color: #e20b1a;
}
.btn-kobrex-inverted:hover {
  border: 1px solid #fff;
  background-color: transparent;
  background-color: #e20b1a;
  color: #fff;
}
.btn-kobrex:hover {
  border: 1px solid #e20b1a;
  background-color: transparent;
}
.btn-kobrex-header:hover{
  background-color: #fff;
}
.btn-dark{
  background-color: #000;
}
.btn-dark:hover{
  background-color: #fff;
  color: #000;
  border-color: #666;
}
#btn-notify{
  display: block;
  font-size: 0.8rem;
  padding: 0.3rem 0.7rem;
}
.saludo{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-bg {
  background-color: #f0f3f4;
}

.section-title {
  text-align: center;
}

.bg-gray-kobrex {
  background-color: #f0f3f4;
}

.form-control.invalid,
.form-select.invalid {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* ********** */


.login-btn-container {
  position: absolute;
  top: 0px;
  z-index: 100;
  right: 20px;
}
.login-btn-container button{
  background-color: #fff;
  color: #000;

}

/* Kobrex */
.container-text-form {
  padding-top: 6rem;
}

.diagonal-logo {
  position: absolute;
  top: -25px;
  width: 50%;
  z-index: 3;
}

.margin-top-negative {
  margin-top: -210px;
}

.pre-register a {
  font-family: 'Effra bold';
}

#pre-register .line-kobrex {
  bottom: 20%;
  left: -40px;
}

#about-us .line-kobrex {
  top: 15%;
  right: -20px;
}

#gallery .position-absolute {
  top: -10px;
  left: -20px;
}

/* Itinerary */
.itinerary-card-content {
  cursor: pointer;
  padding: 40px 20px;
  background-color: #cdd2d8;
  border-radius: 20px;
  height: 100%;
  max-height: 418.033px;
  width: 100%;
}

.itinerary-card-content h1 {
  font-size: 7rem;
}

.itinerary-card:hover>.itinerary-card-content h1 {
  color: #e20b1a;
}

.itinerary-card-content:hover {
  background-color: #fff;
  transform: scale(1.2);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.itinerary-card-content .d-flex button {
  margin: 20px 0;
}

.itinerary-card:hover>.itinerary-card-content .d-flex button {
  display: block !important;
  margin: 20px 0;
}

.itinerary-card:hover>.itinerary-card-content {
  max-height: 100%;
}

/* Gallery */
#gallery .page-link {
  border-radius: 50px;
  padding: 5px 12px;
  border: none;
  background-color: #cdd2d8;
  color: #000;
  font-family: 'Effra bold';
  cursor: pointer;
}

#gallery-images div {
  cursor: pointer;
}

#gallery .page-item.active>.page-link {
  background-color: #e20b1a;
  color: #fff;
}

.carousel-control-prev {
  left: -35px;
}

.carousel-control-next {
  right: -35px;
}

/* Modal */
.btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  background-image: url('../images/icons/cerrar-modal.svg');
  opacity: 1;
}

.modal-body .btn-kobrex:hover {
  background-color: transparent !important;
  border: 1px solid #000;
  font-family: 'Effra bold';
}

.itinerary-number-day {
  color: #e20b1a;
  font-size: 7rem;
}

/* Footer */
#footer {
  background-color: #cdd2d8;
}

#footer p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Effra bold';
}

.footer a {
  text-decoration: none;
  color: #000;
  font-family: 'Effra bold';
}

/* Confirm account */
.confirm-account h1 {
  text-transform: initial;
  margin-top: 2rem;
}

.confirm-account .margin-top-negative {
  margin-top: -100px;
}

.social-links a {
  margin-right: 5px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  opacity: .8;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 750px) {
  body {
    font-size: 1rem;
  }

  .diagonal-logo {
    top: -10px;
    width: 60%;
  }

  .itinerary-card-content h1 {
    font-size: 5.5rem;
  }

  .itinerary-card-content:hover {
    transform: scale(1.05);
  }

  .confirm-account .margin-top-negative {
    margin-top: -70px;
  }
}

@media (min-width: 320px) and (max-width: 575px) { 
  .container {
    width: 89%;
  }
  .btn-close {
    right: 0;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .margin-top-negative {
    margin-top: var(--bs-gutter-y);
  }

  .banner-kobrex {
    height: 160px;
  }
}

@media (min-width: 1600px) {
  .diagonal-logo {
    width: 47%;
  }
}

.aux-text{
  font-size: 0.8rem;
  padding-left: 0.5rem;
  color:#666;
}


/* UPLOAD FILE */
.choose_file {
  position: relative;
  display: inline-block;   
  font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
  color: #7f7f7f;
  margin-top: 2px;
  background: white;
}
.choose_file input[type="file"]{
  -webkit-appearance:none; 
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lds-dual-container{
  display: none;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
.lds-dual-ring {
  display: inline-block;
  width:  120px;
  height: 120px;

  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width:  100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  border-color: #e20b1a transparent #e20b1a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}