@font-face {
  font-family: SourceSansPro-Regular;
  src: url(.../fonts/SourceSansPro-Regular.otf);
}

@font-face {
  font-family: SourceSansPro-Semibold;
  src: url(../fonts/SourceSansPro-Semibold.otf);
}

@font-face {
  font-family: NunitoSans-ExtraBold;
  src: url(../fonts/NunitoSans-ExtraBold.ttf);
}

@font-face {
  font-family: NunitoSans-ExtraLight;
  src: url(../fonts/NunitoSans-ExtraLight.ttf);
}

@font-face {
  font-family: NunitoSans-Regular;
  src: url(../fonts/NunitoSans-Regular.ttf);
}

html {
  font-size: 15px;
  height: 100vh;
  margin: 0;
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  background-color: #F3F2E6;
  display: flex;
  flex-direction: column;
  width: auto !important;
  overflow-x: hidden !important;
}



/*DOCTORES*/
#equipo {
  font-family: "NunitoSans-ExtraLight";
  color: #3B464F;
  text-align: left;
}
#equipo h1{
  margin-top: 3rem;
}
.card {
  float: left;
  position: relative;
  text-align: left;

  margin-top: 2rem !important;
  /* margin-bottom: 2rem !important; */
  background-color: #F3F2E6;
  /* border-top-color: #3B464F;
  border-bottom-color: #3B464F; */
}

.card img { 
  margin-left: 0em!important;
}

.card h3 {
  font-family: "NunitoSans-ExtraLight";
  color: #3B464F;
}

.card-text {
  font-family: "SourceSansPro-Regular";
  color: #2C503F;
}





/* EMPIEZAN LOS MEDIA QUERIES */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

  button.turno {
    display: initial;
  }
  button.turno {
    border: #EAE0C5 2px solid;
    border-radius: 5px;
    font-family: NunitoSans-Regular;
    color: #3B464F;
    background-color: #F3F2E6;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  button.turnoMobile {
    display: none;
  }
  .introduccion h1 {
    width: fit-content;
    margin: 0;
  }
  .textoIntroduccion {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    line-height: 1.8rem;
    margin-top: 2rem;
  }
  .textoIntroduccion1 {
    margin-right: 1.5rem;
  }
  .textoIntroduccion2 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  header nav {
    width: 90%;
    position: relative;
    left: 6%;
  }
  button.contacto{
    margin-right: 5rem;
  }
  .contenedorIntroduccion {
    position: relative;
    left: 9%;
  }
  .textoIntroduccion {
    line-height: 2rem;
    width: 80%;
  }
}