html {
  color: #333333;
  position: relative;
  height: 100%;
}

body {
  padding-top: 4em;
  text-align: center;
  /*padding: 70px 50px;*/
  font-family: "Montserrat", sans-serif;
  /*font-size: 1rem;*/
  color: #333333;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.bg-grey {
  background-color: #f6f6f6;
}

.fontdark {
  color: rgb(33, 43, 54);
}

.btn-primary {
  background-color: rgb(190, 52, 85);
  border-color: rgb(190, 52, 85);
}

.btn-primary:hover {
  background-color: rgb(220, 92, 115);
  border-color: rgb(220, 92, 115);;
}

.navbar {
  min-height: 80px;
  font-size: 0.77rem;
}
.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

.lang-select {
  display: inline-block;
  margin-top: 0.8em;
  border-radius: 20px;
}

.imgcomite {
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.logosmobile {
  display: none;
}

.starter-template-bg {
  /*background: url(http://source.unsplash.com/AHsPeCugLzo/1600x900) no-repeat center center fixed;*/
  background: url(https://res.cloudinary.com/dykp8y7xy/image/upload/v1683233383/annie-spratt-hX_hf2lPpUU-unsplashedit.jpg)
    no-repeat center center fixed;
  background-size: cover;
  min-height: 800px;
  overflow: hidden;
}

#flotingpanel {
  background: rgba(255, 255, 255);
  padding: 0;
  margin-top: 2em;
  border-radius: 0.5rem;
  box-shadow: 0 20px 27px rgba(0, 0, 0, 0.05);
  transform-style: preserve-3d;
  transform: perspective(1200px);
}

#timerbox {
  background-color: #bbbbbb;
  color: white;
  padding: 1em 0em;
  transform: translateZ(100px);
  width: 80%;
  margin: 0 auto 4em auto;
  border-radius: 10% / 50%;
}

.form-control {
  border-radius: 0.5rem!important;
}

.authorsinput {
  border-radius: 0.5rem 0  0  0.5rem !important;
}

.authorsinputsearch {
  border-radius: 0 0.5rem  0.5rem  0 !important;
}

.alert {
  border-radius: 0.5rem!important;
}


.btn {
  border-radius: 0.5rem;
}

.starter-template {
  padding: 4rem 1.5rem;
  text-align: center;
  max-width: 800px;
}

#speakers {
  padding: 3rem 1.5rem;
  font-size: 3em;
  letter-spacing: -0.04;
  line-height: 1.2;
  margin-bottom: 1em;
  width: 12em;
}

.contenido {
  padding: 3rem 1.5rem;
  margin-bottom: 1em;
  max-width: 35em;
  text-align: left;
}

.aranceles {
  padding: 3rem 1.5rem;
  margin-bottom: 1em;
  max-width: 36em;
  text-align: left;
}

.proximamente {
  font-size: 3em;
  letter-spacing: -0.04;
  line-height: 1.2;
}

.space {
  padding: 0.15em;
}

#carta {
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  //padding-top: 69px;
}

.card {
  border-radius: 0.5rem;
}

.img-fluid {
  border-radius: 0.5rem 0.5rem 0 0;
}

#mapa-address{
  border-radius: 0 0  0.5rem 0.5rem;
}
}

.spacing-titulo {
  font-size: 40px;
  letter-spacing: -0.04;
  line-height: 46px;
  margin-bottom: 23px;
}

#carta p {
  margin: 0 auto;
}

#carta p + p {
  text-indent: 1em;
}

h1 {
  font-weight: bold;
}

#timer {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  font-family: "Roboto", sans-serif;
}
#timer div {
  display: inline-block;
  min-width: 90px;
}
#timer div span {
  color: #333333;
  display: block;
  font-size: 0.25em;
  font-weight: 700;
}

.fixed-top-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #add8e6;
  color: #333;
  height: 30px;
  padding: 10px;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 2px;
  padding: 3px;
  z-index: 5;
}

.carousel-inner a {
  display: block;
  position: relative;
}

.carousel-inner a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.carousel-inner a:hover::after {
  opacity: 0.3;
}

.carousel-inner img {
  border-radius: 10px; /* Adjust the value as needed for the desired level of rounding */
}

.marquee {
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #add8e6;
  color: #333;
}



.marquee h1 {
  position: absolute;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
      -webkit-transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

.navbar {
  //margin-top: 30px; /* Adjust the margin to leave space for the top navbar */
}

@media only screen and (max-width: 430px) {
  body {
    width: 100%;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2em;
  }
  p {
    font-size: 1.2rem;
  }
  #timer {
    font-size: 2rem;
    font-weight: 700;
    color: white;
  }
  #timer div {
    display: inline-block;
    min-width: 20px;
  }
  #timer div span {
    color: #333333;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .savethedate {
    font-size: 2.3rem;
  }
  .navbar {
    min-height: 80px;
    font-size: 1.5rem;
  }

  #headerlogos {
    display: none;
  }

  .contenido h2 {
    font-size: 2em;
  }

  .logosmobile {
    display: block;
    background-color: rgb(190, 52, 85);
    padding: 0.5em 0 0.5em 0;
  }

  #carta {
    width: 100%;
  }

  #mapa {
    width: 100%;
  }

  #carta p,
  #mapa p {
    font-size: 1.5em;
  }

  .starter-template {
    min-height: 0;
  }

  .starter-template-bg {
    min-height: 30em;
  }

  #flotingpanel {
    background-color: white;
    margin-top: 2em;
    padding: 0;

    transform-style: preserve-3d;
    transform: perspective(1200px);
  }

  #timerbox {
    background-color: #bbbbbb;
    color: white;
  }
}
