* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: Raleway, sans-serif;
  outline-style: none;
}

* a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  border-style: none;
}

.container-pagina {
  padding: 0;
  margin: 0;
  font-family: Raleway, sans-serif;
}

header {
  background: #fff;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 1px 10px 1px #454545;
}

header .login {
  background: #033d1d;
}

header .dropdown-menu {
  background-color: #00b050;
}

header .dropdown-menu .dropdown-item {
  color: #fff;
}

header .dropdown-menu .dropdown-item:hover {
  color: #000;
}

.container-header .row {
  display: flex;
  align-items: center;
  height: 100px;
}

.header-logo img {
  width: 80%;
}

nav {
  background: #00b050;
  height: 50px;
  display: flex;
  align-items: center;
}

.container-nav {
  text-align: center;
  display: flex;
  justify-content: space-around;
  height: inherit;
}

.container-nav a {
  font-weight: bold;
}

.container-nav .row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.container-nav .col {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 1em 0 1em;
  height: 100%;
}

.container-nav .col:hover {
  cursor: pointer;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 90%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.container-fluid {
  padding: 0;
}

.container-menu-mobile {
  background-color: #00b050;
}

.banner {
  display: flex;
  max-height: 400px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.container-banner {
  margin: 0;
  padding: 0;
}

.banner img {
  width: 100%;
  position: relative;
  top: 0px;
}

.menu-inferior {
  margin: 50px auto 50px auto;
}

.container-menu-inferior .row {
  display: flex;
  justify-content: space-around;
}

.container-menu-inferior .menu-inferior-card {
  background-color: #00b050;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-size: 1.5em;
}

.menu-inferior-card span {
  color: #fff;
  /* font-weight:200; */
  text-shadow: 2px 2px 2px #454545;
  font-size: 20px;
}

.menu-inferior-card img {
  width: 100%;
}

footer {
  margin-top: 100px;
  min-height: 180px;
  background-color: #454545;
  font-family: Raleway, sans-serif;
  display: flex;
  text-align: center;
  align-items: center;
}

.container-footer .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

footer img {
  width: 100%;
}

footer .footer-mapa {
  overflow: hidden;
}

.main-titulo {
  color: #00b050;
  font-weight: bold;
}

.col-lateral img {
  width: 100%;
}

/*CALIDAD*/

.politica-calidad h4 {
  color: #00b050;
}

.container-calidad .row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.container-calidad .col {
  border: 1px solid #454545;
  padding: 20px;
  margin: 0 20px 0 20px;
}

.container-calidad img {
  width: 100%;
}

.container-calidad img:hover {
  cursor: pointer;
}

/*ESPECIALIDADES*/

.container-especialidades .row {
  display: flex;
}

.container-especialidades .col-especialidades {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  text-align: center;
}

.container-especialidades .especialidades-grid {
  background-color: #cde6af;
  height: 104px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 20%; */
}

/*SERVICIOS*/

.col-servicios {
  background-color: #cde6af;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
  height: 340px;
}

.col-servicios h6 {
  font-weight: bold;
}

.col-servicios-icono {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px dotted #454545;
  justify-content: center;
  align-items: center;
}

.col-servicios-icono img {
  width: 50%;
  overflow: visible;
}

.col-servicios .col-contenido {
  position: absolute;
  top: 35%;
}

#header-nav-laboratorio:hover {
  background-color: #00652d;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}

/*COVID*/

.container-covid {
  margin-top: 50px;
}

.container-covid .covid-card {
  text-align: center;
  background-color: rgb(212, 212, 212);
  margin: 0 5px 20px 5px;
  padding: 20px;
  border-radius: 20px;
}

.container-covid .covid-card p:nth-child(2) {
  text-decoration: underline;
}

.container-covid .covid-card .covid-card-titulo {
  font-size: small;
  min-height: 60px;
}

.container-covid .covid-card h6 {
  font-weight: bold;
}

/*INDICACIONES*/

.container-indicaciones p {
  font-weight: normal !important;
}

.container-indicaciones ul li {
  list-style: disc;
  margin-left: 50px;
}

h5 {
  color: #00b050;
}

.accordion .card {
  border: none;
}

.accordion .card-header {
  background-color: #fff;
  border: none;
}

.accordion .indicacion-boton {
  /* border-top: 1px solid #979797;  */
}

.indicacion-boton a {
  color: #00b050;
  font-size: 1rem;
}

.indicacion-boton a:hover {
  color: #00652d;
  transition-property: color;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}

/* COBERTURAS */

.icono {
  width: 35px;
  margin-right: 10px;
}

/* 404 */

.container-404 .row .col {
  display: flex;
  justify-content: center;
}

.container-404 img {
  width: 50%;
}

/* HORARIOS */

.container-horarios {
  margin-top: 100px;
}

.boton-horarios,
.boton-whatsapp {
  background-color: #00b050;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
  max-width: 300px;
  text-align: center;
}

.boton-horarios img,
.boton-whatsapp img {
  max-width: 13%;
}

.boton-horarios:hover,
.boton-whatsapp:hover {
  color: #fff;
  background-color: #00652d;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  font-weight: bold;
}

/* DOMICILIO */

.container-domicilio {
  height: 600px;
  max-height: 600px;
}

.container-domicilio .row {
  display: flex;
  flex-direction: column;
  margin: 100px 0 50px 0;
}

.container-domicilio .row .boton-whatsapp {
  margin-bottom: 50px;
}

.container-domicilio a:hover {
  color: #fff;
}

.domicilio p {
  font-size: 25px;
}

.domicilio span {
  font-weight: bold;
}

/* CONTACTO */

form {
  display: flex;
  flex-direction: column;
}

.formulario .nombre,
.apellido,
.correo,
.mensaje {
  margin-top: 20px;
}

.formulario .mensaje {
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  width: 85%;
}

.whatsapp {
  display: flex;
  justify-content: end;
  position: fixed;
  top: 50%;
  padding: 100px;
}

#spam {
  display: none;
}

@media (max-width: 992px) {
  header {
    overflow: hidden;
  }
  .container-header .row {
    height: 70px;
    justify-content: center;
    text-align: center;
  }

  .container-header .header-logo img {
    height: 50px;
    width: auto;
  }
}
