@CHARSET "UTF-8";

.sliderNoticias {
    float: left;
    width: 100%;
}

.caption {
    background: #f1f1f1;
    padding: 40px;
    text-align: justify;
    float: left;
    width: 100%;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 48px;
    margin-top: -24px;
}

.owl-prev {
    position: absolute;
    width: 26px;
    top: 0;
    left:-25px;
    height: 48px;
	background-image: url(../img/arrowBlack.png);
	background-size:26px 48px;
	background-repeat:no-repeat;
	margin-left:-30px;
	text-indent:-9999px;
}

.owl-next {
    position: absolute;
    width: 26px;
    top: 0;
    right:-25px;
    height: 48px;
	background-image: url(../img/arrowBlack2.png);
	background-size:26px 48px;
	background-repeat:no-repeat;
	margin-right:-30px;
    text-indent: -9999px;}

img.fb {
    width: 24% !important;
}

.item a{
	color:black;
}
@media only screen and (max-width: 500px) {
	.caption {
	    padding: 20px;
	}	
}

.buttonBlog{
        border: 2px solid #e00915;
    background: none;
    color: #e00915;
    width: 26%;
    height: 40px;
    font-family:"open_sansbold";
    z-index: 3;
    float: right;
}


.buttonBlog:hover{
    background: #E02F1D;
     font-family:"open_sansbold";
     color: white;
}


@media (min-width: 300px) and (max-width: 800px) {

.buttonBlog{  width: 36%;
}
}

.famy{
   width: 70%;
}

@media (min-width: 1000px) and (max-width: 1199px) {

.buttonBlog {
    border: 2px solid #e00915;
    background: none;
    color: #e00915;
    width: 169%;
    height: 40px;
    font-family: "open_sansbold";
    z-index: 3;
    margin-left: 611%;
    float: left;
}
}

@media (min-width: 1200px) and (max-width: 1289px) {
   .buttonBlog {
   border: 2px solid #e00915;
    background: none;
    color: #e00915;
    width: 36%;
    height: 40px;
    z-index: 3;
    margin-left: 700%;
}
}

@media (min-width: 1290px) and (max-width: 1400px) {

.buttonBlog {
    border: 2px solid #e00915;
    background: none;
    color: #e00915;
       width: 50%;
    height: 40px;
    z-index: 3;
    float: left;
    margin-left: 43%;
}


}