/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 0%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.top-bar{
  z-index: 999999;
}

.logo{
  height: 100%;
  float: left;
  padding: 0.2rem;
  cursor: pointer;
}

.icon-social{
  color:white;
  font-size: 2rem;
  margin-right: 1.5rem;
}

.title{
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (max-width : 992px) {
  .title{
    font-size: 1.5rem;
    font-weight: 600;
  }

  .logo {
    float: right !important;
  }
}



.primary-color{
  color: #26a69a;
}

.tool-bar-section{
  font-size: 0.9rem;
}

.first-container{
  padding-top: 5rem;
}

.container-topbar{
  width: 90%;
  margin-left: 5%;
  text-align: center;
}

.first-side-menu{
  margin-bottom: 2rem;
}

.navbar-fixed { z-index: 9999; }

.contact-info{
  margin-left: 1.5rem;
}

.contact-info > p > a{
  color: white;
  margin-left: 0.8rem;
  font-size: 1rem;
}

.contact-info > p > span{
  color: white;
  margin-left: 0.8rem;
  font-size: 1rem;
}

.text-first-img{
  font-weight: 700;
}

.card-tratamineto{
  min-height:220px;
  border-radius: 25px;
}

.round{
  border-radius: 25px;
}

.color-white{
  color: white;
}

.advert {
  bottom: 20px;
  right: 20px;
  position: fixed;
  padding: 10px;
  z-index: 1000;
}

#idBktWidgetBody {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}

#tratamientos{
  padding-top: 2rem;
}

#tecnicas{
  padding-top: 2rem;
}

#tafifas{
  padding-top: 3rem;
}

.card .card-image img {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
  height: 200px !important;
  width: 100% !important;
}

@font-face {
  font-family: 'MyWebFont';
  src: url("/resources/fonts//StoneSansBold.otf") format("opentype");
  src:url('/resources/fonts/GillSans.ttc') format('OpenType'),
}

.card-title{
  font-size: 15px !important;
}

body {
  font-family: 'MyWebFont' !important;
}

.card-reveal{
  background: #f1f1f1 !important;
}

.tems-container{
  margin-top: 2rem;
}

.terms{
  background-color:#ffffffd1;
  border-radius: 7px;
  padding: 2px 5px;
  color: black;
}

.carousel-item {
  width: 30% !important;
  color: white !important;
  background:#2ca9c9 !important;
  border-radius: 5px !important;
  padding: 10px !important;
  text-align: center;
}

.carousel-item {
  height: auto !important;
}

.comment{
  color: #fffcfc !important;
  border-radius: 5px !important;
  background-color: #21a2c9;
  padding: 3px !important;
  margin: 10px;
  width: 90% !important;
  margin-left: 6% !important;
  text-align: center;
}