/*
 Theme Name: Impreza Child
 Template: Impreza
 Version: 1.0
 Author:	UpSolution
 Theme URI: http://impreza.us-themes.com/
 Author URI: http://us-themes.com/
 */
/*Add your own styles here:*/
.w-separator {
  width: 80px;
}
.w-separator .w-separator-h {
  border-color: #1e9879 !important;
}
/* ---------------------------------------------- HOME */
.hero {
  height: 700px;
  padding-top: 250px !important;
}
.hero h2 {
  text-transform: none;
}
.hero p {
  color: white;
  font-size: 18px;
  font-style: italic;
}
.info p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
.especialidades {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.especialidades .row-especialidades .w-iconbox {
  margin-bottom: 60px;
}
.especialidades h1 {
  margin-bottom: 60px;
}
.especialidades img {
  margin-bottom: 30px;
}
.bio h1 {
  line-height: 100% !important;
}
.bio h1 small {
  text-transform: none !important;
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #5c6566;
}
.bio .w-person-content {
  display: none;
}
.frase h2 {
  text-transform: none;
}
.frase p {
  color: white;
  font-size: 18px;
  font-style: italic;
}
/* ---------------------------------------------- ESPECIALIDADES */
.mas-especialidades {
  margin-bottom: 20px;
}
.mas-especialidades .w-iconbox {
  margin-bottom: 30px;
}
/* ---------------------------------------------- SOBRE MI */
.sobre-mi-bio h1 {
  line-height: 100% !important;
}
.sobre-mi-bio h1 small {
  text-transform: none !important;
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #5c6566;
}
.sobre-mi-postgrados h1 {
  margin-bottom: 60px;
}
.sobre-mi-postgrados .w-iconbox {
  margin-bottom: 40px;
}
.sobre-mi-postgrados .w-iconbox .w-iconbox-text h3, .sobre-mi-postgrados .w-iconbox .w-iconbox-text p {
  margin-bottom: 0 !important;
}
.sobre-mi-postgrados .w-iconbox.last {
  margin-bottom: 0;
}
.sobre-mi-laboral .w-iconbox {
  margin-bottom: 40px;
}
.sobre-mi-laboral .w-iconbox .w-iconbox-text h3, .sobre-mi-laboral .w-iconbox .w-iconbox-text p {
  margin-bottom: 0 !important;
}
/* ---------------------------------------------- SLIDER */
.bio-slider img {
  border-radius: 500px;
}
.bio-slider small {
  color: #5c6566;
  font-weight: 400;
}
.bio-slider .btn {
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  display: block;
  text-align: center;
}
/* ---------------------------------------------- CONTACTO */
.contacto .w-iconbox {
  margin-bottom: 30px;
}
.contacto .w-iconbox-title {
  font-size: 18px;
}
.wpcf7-form > p {
  margin-bottom: 0.75rem;
}
.wpcf7-recaptcha {
  margin-bottom: 0.75rem;
}
/* ---------------------------------------------- FOOTER */
footer .sub-menu {
  display: none !important;
}
footer .w-iconbox.iconpos_left {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .especialidades .row-especialidades:last-of-type .w-iconbox {
    margin-bottom: inherit;
  }
}
@media screen and (max-width: 767px) {
  footer .w-image-h {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .especialidades .row-especialidades .w-iconbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .especialidades .row-especialidades .w-iconbox .w-iconbox-icon {
    margin: 0;
  }
  .especialidades .row-especialidades:last-of-type .wpb_column:last-of-type .w-iconbox {
    margin: inherit;
  }
  img {
    width: 100%;
  }
  .w-image {
    overflow: hidden;
  }
  .w-image .banner {
    width: 120%;
  }
  .mas-especialidades {
    margin-bottom: 0;
  }
  footer .w-image-h {
    width: 90%;
  }
}
