section.article{
	background: white;
	padding-top: 30vh;
	padding-bottom: 30vh;
}
section.article img.case-logo{
	display: inline;
	width: 40px;
}
section.article h3{
	display: inline;
	font-family: 'Balto Light', sans-serif!important;
	font-weight: 100;
	font-size: 1.2em;
	padding-top: 20px;
}
p{
	font-family: "Balto Light", sans-serif;
    font-weight: lighter;
    font-size: 1.2rem;
}
.intro a{
	color: white;
	background-color: #FF3333;
	padding: 0 0.3em;
	display: inline-block;
}
.body-article{
	width: 600px;
    display: block;
    margin: 2em auto;
}
.body-article p a{
	color: white;
	background-color: #FF3333;
}
.gray-list{
	background: #d8d8d8;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
}
.gray-list.list-square li{
	list-style-type: square;
}
.black-list{
	background: #202020;
	padding-top: 1em;
    padding-bottom: 1em;
}
.black-list.list-square li{
	list-style-type: square;
}
.black-list li,.black-list p, .black-list a{
	color: white;
}
.black-list ul{
	color: white;
	margin-left: 0;
	padding-left: 0;
}
.black-list ul li{
	color: gray;
}

.width-600{
	width: 600px;
}
.author-image{
	background: url(../img/case-studies/nazarenocastrobay.png) no-repeat;
	background-size: cover;
	background-position: bottom;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	border: solid 5px #00FAFF;
}
.author .dialogue{
	background: black;
    padding: 1em;
    position: relative;
}
.author .dialogue:after,
.author .dialogue::after {position: absolute;top: 50%;left: 0%;content: '';transform: translate(-50%,-50%);width: 0;height: 0;border-right: solid 30px rgb(0, 0, 0);border-bottom: solid 30px transparent;border-top: solid 30px transparent;}
.author h2{
	font-size: 1.2em;
    margin-bottom: 0;
    color: white;
}
.author h3{
    font-size: 0.9em;
    padding-top: 0px!important;
    margin-top: 0px!important;
    color: white;
}
.author p{
    font-size: 0.9em;
    color: white;
}
.boton{
	font-family: "Balto Bold", sans-serif;
	font-weight: bold;
	font-style: oblique;
	display: inline-block;
	width: 32%;
	box-shadow: 5px 5px 0px 0px #8c8c8c;
	border-radius: 0px!important;
	border: none!important;
	margin-bottom: 1em;
	margin-top: 1em;
	color: white;
}
.boton.fb{
	background: #4267B2;
}
.boton.ig{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feda75+0,fa7e1e+25,fa7e1e+25,d62976+49,962fbf+75,4f5bd5+100 */
background: #feda75; /* Old browsers */
background: -moz-linear-gradient(top,  #feda75 0%, #fa7e1e 25%, #fa7e1e 25%, #d62976 49%, #962fbf 75%, #4f5bd5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feda75 0%,#fa7e1e 25%,#fa7e1e 25%,#d62976 49%,#962fbf 75%,#4f5bd5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feda75 0%,#fa7e1e 25%,#fa7e1e 25%,#d62976 49%,#962fbf 75%,#4f5bd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda75', endColorstr='#4f5bd5',GradientType=0 ); /* IE6-9 */

}
.boton.ws{
	background: black;
}
@media only screen and (max-width: 700px) {
   .author .dialogue:after,
.author .dialogue::after {
	    position: absolute;
    top: -20px;
    left: 50%;
    content: '';
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-right: solid 30px rgb(0, 0, 0);
    border-bottom: solid 30px rgb(0, 0, 0);
    border-top: solid 30px transparent;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
}
.author-image{
	height: 150px;
	width: 150px;
}
}