@import url(../icofont/icofont.min.css);
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

/*Botón WhatsApp*/
/*Se agregó directamente en css, sin scss*/
.fa-whatsapp{
	background-color:#25d366 !important;
}

.fa-whatsapp:hover{
  color: whitesmoke;

}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366 !important;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;
}

.my-float{
	margin-top:16px;
}



/*Fuente*/
@font-face {
  font-family: "myriad";
  src: url(../font/myriad.ttf);
}
/*Iconos*/
.font, .btn-estilo {
  font-family: "myriad";
  color: white;
}

.font-b {
  font-family: "myriad";
  color: #1e4356;
}

.box-shadow {
  box-shadow: 0px 10px 14px -7px #1e4356;
  border-radius: 5px;
}

/*Navbar*/
.bg-nav-color {
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: white;
  font-family: "myriad";
}

/*Botón WhatsApp*/
.fab {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  }
  
  .fab:hover {
  opacity: 0.7;
  }
  
  .fa-whatsapp {
  background: #45bbff;
  color: white;
  }

/*Header*/
.pagina-titulo {
  background-color: #f3f8fa;
  font-family: "myriad";
  color: #1e4356;
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-5::after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: rgb(113, 179, 212);
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

.novedades-contenedor {
  overflow: hidden;
}

/*Main index*/
.main-bienvenida {
  background-image: url(../img/mikine-kinesiologia-osteopatia-home.jpg);
  background-size: cover;
  height: 100vh;
}
.main-bienvenida .bg-img {
  background-color: rgba(30, 67, 86, 0.5);
  height: 100%;
}
.main-bienvenida .bg-img .reserva__boton {
  box-shadow: 0px 10px 11px -7px #276873;
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: "myriad";
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
}
.main-bienvenida .bg-img .reserva__boton:hover {
  background: linear-gradient(125deg, rgb(67, 118, 143) 0%, rgb(24, 114, 161) 97%);
}
.main-bienvenida .bg-img .reserva__boton:active {
  position: relative;
  top: 1px;
}

/*Main Servicios*/
.card-header {
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
}

.card-text {
  font-family: "myriad";
}

/*Profesionales*/
.bg-color-profesionales {
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  height: 100px;
  margin-bottom: 110px;
}

.circle-shadow {
  box-shadow: 0px 10px 14px -7px #1e4356;
  border-radius: 200px;
}

/*Contacto*/
.font-b a {
  color: #1e4356;
}

.titulo-contacto {
  color: white;
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  width: 100%;
  text-align: center;
}

.borde {
  border-radius: 75%;
  border-style: dotted;
  padding: 8px;
}

.btn-estilo {
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  padding: 5px 20px;
  text-decoration: none;
}

.turnero {
  height: 100vh;
}

/*Footer*/
.footer-color {
  position: relative;
  bottom: 0;
  background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  color: white;
  font-family: "myriad";
}
.footer-color a {
  color: white;
}

/*Large Devices*/
@media (min-width: 992px) {
  .nav-link:hover {
    opacity: 0.9;
  }
  .scale:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.4s;
  }
  .efecto-s:after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    transition: all 0.8s;
  }
  .efecto-s:hover:after {
    width: 100%;
    background: linear-gradient(125deg, rgb(30, 67, 86) 0%, rgb(24, 114, 161) 97%);
  }
  .efecto-o:hover {
    opacity: 0.9;
  }


}/*# sourceMappingURL=style.css.map */
