.filter-w {
  filter: brightness(0) invert(1);
}

#menu {
  transition: background-color 1s ease-in-out, box-shadow .4s;
  backdrop-filter: blur(11px) saturate(170%);
  -webkit-backdrop-filter: blur(11px) saturate(170%);
}

.bg-nav, nav {
  backdrop-filter: blur(11px) saturate(170%);
  -webkit-backdrop-filter: blur(11px) saturate(170%);
}

.bg-nav {
  background-color: rgba(5,14,87,0.61);
}

#menu.bg-white .nav-link {
  color: #333;
  font-weight: bold;
}

/* whatsapp */

.whats-float {
  position: fixed;
  transform: translate(108px,0px);
  top: 79%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px,0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

.bg-boton {
  background-color: white;
}

.bg-boton:hover {
  transition: 1s;
  background-color: rgba(121,192,28,0.61);
  color: #fff;
}

.bg-dark {
  background-color: #06054B!important;
}

#formulario textarea, #formulario input {
  background-color: rgb(221,235,242);
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.text-shadow2 {
  text-shadow: 1px 1px 2px rgba(121,192,28,0.71);
}

.text-shadow3 {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.page-footer {
  background: rgb(57,164,81);
}

img.slider {
  filter: grayscale(31%);
}

.shadow2 {
  box-shadow: 0px 1px 5px 0px rgba(255,255,255,0.61);
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container:hover .overlay {
  opacity: 1;
}

.image-container:hover .overlay {
  opacity: 1;
}

@media (max-width: 500px) {
  .overlay {
    opacity: 1;
  }
}

.page-footer {
  background: rgb(23,119,177);
  background: linear-gradient(90deg, #1777B1 53%, #023086 100%);
}

.page-footer a {
  color: #fff;
}

#formulario {
  color: #fff;
  background: rgb(0,0,88);
  background: linear-gradient(90deg, rgba(0,0,88,1) 0%, rgba(119,191,217,1) 100%);
}

.text-azul {
  color: #023086!important;
}

.text-azul2 {
  color: #1576AF!important;
}

.kanit {
  font-family: Kanit, sans-serif;
}

#img-l {
  height: 200px;
  width: 200px;
  border-radius: 200px;
}

