body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000000;
  background-color: #e7e9f3 !important;
}
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  color: #000000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #6d6d6d;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
}

p{
	line-height: 1.6;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

h5{
  color: white;
  padding-top: 0px;

}
h6{
	font-size: 10px;
}

.titulo h1{
    font-size: 4em;
    color: #000000;
    text-align: center;
    padding-bottom: 4%;
}

.subtitular h2{
  font-size: 3.5em;
}

.fondomorado{
  background-color: #521182;
  padding: 50px;
}

.fondoclaro{
  background-color: #fef3e5;
  padding: 30px 20px;
}

.fondoazul{
  background-image: url('../img/bg-reportaje.jpg');
  background-repeat: no-repeat;
  padding: 5%
}

.fondo-morado{
  background-color: #633c96;
  padding: 50px 20px;
  margin-top: -50px;
}

.s-1{
  margin: 3em 0;
}

  .texto p{
    padding-right: .3em;
    padding-left: .3em;
  }
  .texto h1{
    padding-right: .3em;
    padding-left: .3em;
  }

  .capitular{
  margin-right: 20px;
}

.capitular h2{
  color: #000000;
	font-size: 20em;
  line-height: 0.8;
	text-align: center;
	font-family: 'Druk Text Web Bold', sans-serif !important;
  padding-bottom: 5%;

}

.credito {
  margin: 80px 0;
}

.credito p {
  font-family: "TheSansC4s", Verdana, sans-serif;
    font-weight: 300;
  font-size:20px;
  text-align: center;
}

.credito p b{
  font-weight: 700 !important;
}

.logo-reportaje{
  text-align: center;
  padding: 4% !important;
}



.derecha{
  text-align: right;
}

.quotes{
  width: 66%;
}

@media (min-width: 200px) and (max-width: 770px) { 

.titulo h1{
    font-size: 3em;
}

.quotes{
  width: 100%;
}

.logo-reportaje{
  padding: 10%;
}

.logo-reportaje img{
  width: 60%;
}

}