/*Banner*/
.banner{background-color: black;}
.banner .volanta,.banner h1, .banner .btn{color: white;}
.banner .volanta{border-bottom:1px solid white;}
.banner .btn.link{border-color: white;}

.about .bgauthor.orange .btn:focus{box-shadow:0 0 0 0.2rem rgba(255,83,83,.25);}
.about .bgauthor.blue .btn:focus{box-shadow:0 0 0 0.2rem rgba(0,31,96,.25);}
.about .autor img{max-width:100%;max-height:275px;margin:15px 0 0 0;}
.about .blue .autor img{border:20px solid rgba(0,31,96,0.7);}
.about .orange .autor img{border:20px solid rgba(255,85,84,0.7);}
.about .orange .btn{background-color: #ff5353;}
.about .blue .btn{background-color: #001f60;}

.areacompra{min-height: 190px;}

@media(max-width:500px){.owl-carousel .item p{font-size:13px;}}

@media(min-width:760px){
	.about .txts{text-align: left;}
	.about .autor img{max-width:100%;margin:15px 0;}
	.about .bgauthor.aguirre .autor{background-image: url('../img/autores/Aguirre-bg.png');}
	.about .bgauthor.ottaviano .autor{background-image: url('../img/autores/Ottaviano-bg.png');}
}
@media(min-width:1200px){
	.about .autor img{max-height: 285px;}
}
@media(min-width: 1600px){
	.about .bgauthor{max-height: 350px;background-position:8% 0;}
}
