* {
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

body{
    overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h1 > span, h2 > span{
  font-family: 'Cinzel', 'Montserrat', sans-serif;
}

.menu-open {
  transform: translateX(0);
}

#home{
    background-image: url("./src/img/man-standing-rock-against-sky-perso.jpg");
}

 #fondo-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #empieza-hoy-1 {
    position: relative;
    overflow: hidden;
  }

  #empieza-hoy-1 > div:first-child { /* Contenedor del video */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  #empieza-hoy-1 > div:last-child { /* Contenedor del contenido */
    position: relative;
    z-index: 10;
  }
#mujer-tortuga-logo{
      width: -webkit-fill-available;
}

details[open] summary .icon-plus {
  display: none;
}

details[open] summary .icon-times {
  display: inline;
}

summary .icon-times {
  display: none;
}

.text-blue-dark{
  color: #1D3557;
}
.text-blue{
  color: #0051BA;
}
.text-blue-light{
  color: #98BADD;
}
.text-beige{
  color: #C19A6B;
}
.text-orange{
  color: #D98D30;
}
.text-orange-light{
  color: #F2B950;
}
.bg-blue-dark{
  background-color: #1D3557;
}
.bg-blue{
  background-color: #0051BA;
}
.bg-blue-light{
  background-color: #98BADD;
}
.bg-beige{
  background-color: #C19A6B;
}
.bg-orange{
  background-color: #D98D30;
}
.bg-orange-light{
  background-color: #F2B950;
}