@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --off-white: #ffffff;
    --grey: #7e7f9a;
    --yellow: #FEEB00;
    --black: #000000;
    --gray-light: #808181;
    --gray-weigth: #606060;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: var(--off-white);
}

/* header */

#header-nav {
    /* padding-top: 20px; */
    /* border-bottom: 1px solid #201E1C; */
    background: var(--black-blue);
}

#menu {
  background: var(--black) !important; 
  z-index: 1;
}

#menu a {
  font-size: 18px;
  /* font-weight: bold; */
  color: var(--off-white);
}

.navbar-toggler-icon {
  background-color: var(--yellow);
}


/* #menu a:after {
    content: "";
    position: absolute;
    background-color: #0099ff;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: .3s;
}

#menu a:hover {
    color: var(--grey);
}

#menu a:hover:after {
    width: 100%;
} */

/* #menu li::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

#menu li:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#menu li::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: hsl(200 100% 80%);
    z-index: -1;
    transition: transform .3s ease;
} */





#menu li {
    transition: .3s;
}

#menu button {
    font-size: 18px;
    font-weight: bold;
}

#ul-background {
    background: var(--black)
}

#ul-background a:hover {
    color: var(--just-white);
    background: var(--orange);
    border-radius: 50px;
}

#menu a:hover {
    color: var(--off-white);
}

#menu li:hover {
    background: var(--yellow);
    border-radius: 50px;
}

#flags {
    display: flex;
    width: 75px;
    justify-content: space-between;
}

#flags img {
    display: block;
    cursor: pointer;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 70px;
  }
  
  .selected-language {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  .language-text {
    margin-left: 5px;
  }
  
  .language-options {
    display: none;
    position: absolute;
    background-color: var(--yellow);
    min-width: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 20px;
  }
  
  .language-options div {
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .language-options div:last-child {
    margin-bottom: 0;
  }
  
  .language-options img {
    margin-right: 5px;
  }
  
  .language-options.show {
    display: block;
  }
  
  .parrafo-whats {
    color: var(--off-white);
    margin: 0;
  }
  
  /* whatsapp */

  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  .float2{
      
      width:60px;
      height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:var(--black);
  }
  
  .float2:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
  }
  
  .my-float{
    margin-top:16px;
  }
  
  .my-float2{
    margin-top:16px;
  }
  

  .footer-pag-principal {
    background-color: #000000;
    color: var(--off-white);
  }
  
  .footer-pag {
    position: relative;
    background-image: url(../../assets/images/footer.jpg);
    background-size: cover;
    background-position: center;
  }
  
  .footer-pag::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .contact-footer {
    border-bottom: 2px solid yellow;
  display: inline-block; /* Asegura que el ancho del elemento se ajuste al contenido */
  padding-bottom: 4px; /* Añade un pequeño espacio entre el texto y la línea */
  }

  .parrafo-tarjeta {
    background-color: var(--black);
    color: var(--off-white);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  }

  .images-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  }

  .informacion-card {
    background-color: var(--off-white);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  }

  .star {
    font-size: 24px;
    color: gold;
  }

  .tarjeta-marca {
    margin-right: 20px;
    display: flex;
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center; /
  }
  
  .centered-image {
    display: block; /* Asegura que la imagen se muestre como un bloque */
    margin: auto; /* Centra la imagen horizontalmente */
  }

  /* description */

  #elmuseo-section {
    margin-bottom: 200px;
}

.wrap {
    /* width: 800px; */
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.16);
}

ul.tabs {
    width: 100%;
    background: var(--full-grey);
    list-style: none;
    display: flex;
    padding: 0;
}

.activity {
    background: var(--yellow);
}

ul.tabs li {
    width: none;
    flex-basis: 0;
    flex-grow: 1;
}

ul.tabs li a {
    color: var(--just-white);
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    text-align: center;
}

ul.tabs li a .tab-text {
    margin-left: 8px;
}

.secciones {
    width: 100%;
    background: var(--just-white);
}

.secciones article {
    padding: 30px;
}

#tab1 {
    opacity: 0;
    transition: 2s ease-in-out;
}

#tab1.mostrar {
    opacity: 1;
}

#tab2 {
    opacity: 0;
    transition: 2s ease-in-out;
}

#tab2.mostrar {
    opacity: 1;
}

.secciones article h1 {
    margin-left: 5px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.secciones article p {
    text-align: justify;
}

.secciones #imagen-historia {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
  
/* Servicio */
#objetivos-seccion {
  margin-bottom: 100px;
}

#tarjeta-servicio {
  margin: 30px;
  border-radius: 15px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.16);
  background-color: var(--just-white);
}

#tarjeta-servicio img {
  padding: 10px;
  border-radius: 100px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -40px;
}

#descripcion-tarjeta {
  position: relative;
  top: -40px;
}

.call-button {
  position: fixed;
  bottom: 120px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEEB00;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  z-index:100;
}

.call-button i {
  margin-right: 5px;
}

/* media queries */

/* @media (max-width: 700px) {
  .content-card {
    display: flex;
    width: 100% !important;
  }
  .informacion-card {
    display: flex;
    width: 100% !important;
  }
  .parrafo-tarjeta {
    display: flex;
    width: 100% !important;
  }
} */

@media (max-width: 700px) {
  ul.tabs li a .tab-text{
    display: none;
  }
}
