/* ============NAV MENU ========== */
/* .logomuela {
  border-radius: 10%;
} */

.sticky-top {
  top: 0;
}

a.myanchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
a.myanchor2 {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

/* ============SLIDER DE IMAGENES========== */

.carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 70vw;
}
.carousel-inner {
  border-radius: 20px;
  border: thin solid blue;
}

.carousel-title {
  color: white;
}
.caja-carousel {
  position: relative;
  bottom: 8vw;
  left: 17vw;
  border: thin solid skyblue;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(21, 199, 190);
  border-radius: 25px;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.8;
}

/* ============SECCION NUESTRO EQUIPO IMAGEN========== */

#numeros-local div {
  padding: 0 20px 0 0;
  height: 48px;
}
#numeros-local div:not(:last-child) {
  border-right: 2px solid #3f3f3f;
}
#numeros-local div:not(:first-child) {
  padding-left: 20px;
}
#numeros-local p {
  margin: 0;
}

/* ============ FOTO EQUIPO ========== */
.foto-equipo {
  width: 500px;
  max-width: 70vw;
  border-radius: 10%;
}
.mapa {
  width: 100%;
  /* height: 50vw; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mapas {
  max-width: 80vw;
  max-height: 50vh;
}

#local {
  background-color: f3f3f3;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.wrapper {
  width: 50%;
  margin-left: 100px;
  padding-top: 50px;
}

/* ============ CONTACTOS BACKGROUND ========== */
#bg-contacto {
  position: relative;
  top: -160px;
}
#seccion-contacto {
  background-color: #00cba9;
  min-height: 400px;
  position: relative;
  top: 150px;
}
#contenedor-formulario {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fbfafa;
  border-radius: 10px;
  max-width: 500px;
  border: thin solid green;
}
#titulo-formulario {
  color: #3f3f3f;
}
/* ============ FOOTER - PIE DE PAGINA ========== */
footer {
  background-color: #1b2a4e;
  min-height: 100px;
}
footer p {
  color: #f3f3f3;
  text-align: center;
}
#iconos i {
  font-size: 26px;
  padding: 0 8px;
  color: #f3f3f3;
}
/* ============ BOTON WHATSAPP ========== */
.whatsapp {
  background-color: #00cba9;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2rem;
  text-align: center;
  border-radius: 35%;
  border-color: green;
}
.whatsapp a {
  color: white;
  text-decoration: none;
}

.whatsapp:hover {
  background-color: skyblue;
  border: thin solid lightseagreen;
}

.emergencia{
  position: fixed;
  top: 110px;
  right: 10px;
  font-size: 1rem;
  text-align: center;
  /* border-radius: 35%;   */
}

.emergencia .leyenda {
  display: inline;
}



/* ============ MEDIA QUERIES PANTALLA SM========== */
@media (max-width: 1200px) {
  #local {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .wrapper {
    width: 90%;
    margin: auto;
    padding-top: 50px;
  }
}

/* ============ MEDIA QUERIES PANTALLA SM========== */
@media (max-width: 768px) {
  #intro,
  #equipo {
    width: 90% !important;
  }
  .servicio-fila {
    width: 100% !important;
    text-align: center;
  }

  .foto-equipo {
    max-width: 70vw;
  }

.emergencia {  
  top:auto;
  bottom: 10px;
  right:auto;
  left: 10px;
  font-size: 2rem;
  
  border-radius: 50%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.emergencia .leyenda{
  display: none;
}

}

/* ============ MEDIA QUERIES PANTALLA EXTRA-SM========== */
@media (max-width: 576px) {
  .icono-wrap {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #bg-contacto {
    position: relative;
    top: -30px;
  }
  .foto-equipo {
    max-width: 350px;
  }
  .carousel {
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
  }
}
/* ============ BOTON CERRAR SESSION ========== */
.cerrar-sesion {
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  position: fixed;
  top: 5px;
  right: 25px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 10px;
  border-color: darkgreen;
  z-index: 50;
}
.cerrar-sesion a {
  color: green;
  text-decoration: none;
}
.cerrar-sesion:hover {
  border: thick solid black;
}

.cerrar-sesion a:hover {
  color: green;
  text-decoration: none;
  font-weight: bold;
}

.img-serv img {
  border-radius: 10%;
  width: 150px;
}

/* ========== IMAGENES DE SERVICIOS MODAL =========== */
#serviciosModal {
  margin-top: 100px;
}

.modal-body img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: show;

  animation-range: entry 25% cover 70%;
  animation-fill-mode: both;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 15%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
