.btn{
	border-radius:0px;
}
.row {
	margin-bottom:10px;
}
.row:last-child{
	margin-bottom:0;
}
.playfair{
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.row { 
	margin:0
	}
	.row [class*="col-"]  {
		margin-bottom:30px;
	}
	.row:last-child [class*="col-"]:last-child{
		margin-bottom:0;
	}
	#hero-area,#acercade {
	  min-height: 0px !important;
	}
	.playfair{
		margin-bottom: 0px;
	}
	.titulo{ font-size: 2rem; width:100%; }
}
.slick-prev:before, .slick-next:before { 

    font-family: "slick";
    font-size: 98px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 }   

.slick-prev:before { content: "‹"; }
[dir="rtl"] .slick-prev:before { content: "›"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "›"; }
[dir="rtl"] .slick-next:before { content: "‹"; }
.card-header,.card-body{
	border-bottom :0px;
	background-color:white;
}
.card-title{
	color:#901410;
}
.card-text{
	color:#bbb;
}
.card{
	border:0px;
	cursor:pointer;
}
.card-personalizada{
	height:300px; width:250px;
}
.cuadro-blanco{background-color: white;color:black;height: 300px;width:500px;}
.img_123{
	width: 200px;
}