/*** Add your styles here **/

.site-header{
  background-color: #ffffff;
  height:120px;
  color:#4f5b66;
}
.site-header h1 {
  font-family: 'Anton', sans-serif;
  font-size:1rem;
}
.site-header .row {
  height:120px;
  border-bottom: #4f5b66;
  border-bottom-style: solid;
  border-bottom-width: thick;
}
.site-header .display-2 {
  font-size: 1.5rem;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
@media only screen and (min-width:768px) {
  .site-header h1  {
    font-size:2rem;
  }
  .site-header .display-2 {
    font-size: 2rem;
  }
}

.viewstack-left-main{
  background-color: #eeeeee;
}

h2.lecture-title {
  margin: 30px 0;
  font-size:3rem;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  color: #C2185B;
}

article  {
  padding-top:30px;
}

header.entry-header {
  margin-bottom: 30px;
}
header.entry-header h1 {
  background-color: #C2185B;
  display: inline-block;
  padding:10px 20px;
  color: white;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}

.service {
  padding: 150px 0;
}

.btn2 {
  white-space: normal;
  height: 70px;
  text-align:left;
}

.preg {
  height: 350px;
}

.respuestas {
  background-color: #4f5b66;
  height: 20px;
}

.logo-1 {
  width : 120px;
  height: auto;
}

.logo-2 {
  width : 160px;
  height: auto;
  padding-bottom: 0px;
}

.btn3 {
  margin: 5px;
}