﻿/* ********************************* */
/* *********** GENERICO ************** */
/* ********************************* */

form[action="/"] {
    background-color: #202020;
}

/* ********************************** */
/* ************ REVISTAS ************ */
/* ********************************** */

.revistas_rba{
	margin-bottom:100px;
}

.revistas_rba .grid_revistas{
	margin-bottom:50px;
}

.revistas_rba .grid_revistas > [class^="col-"]{
		margin-bottom:30px;
}

@media (min-width: 768px) {

	.revistas_rba .grid_revistas > [class^="col-"]{
		padding-left:7px;
		padding-right:7px;
		margin-bottom:15px;
	}
}

/* ******** REVISTAS   ********** */
	
.revistas_rba .row{
	margin-left:auto;
	margin-right:auto;
}

/* ************************************* */
/* ************* REVISTA *************** */
/* ************************************* */

.share ul li {
    cursor: pointer;
}

.col-xs-6.col-sm-4.col-md-2.revista {
    min-height: 234.1px;
}
@media (max-width: 1025px) {
    .col-xs-6.col-sm-4.col-md-2.revista {
        min-height: 190.1px;
    }
}
@media (max-width: 769px) {
    .col-xs-6.col-sm-4.col-md-2.revista {
        min-height: 301.1px;
    }
}
@media (max-width: 415px) {
    .col-xs-6.col-sm-4.col-md-2.revista {
        min-height: 216.1px;
    }
}
@media (max-width: 375px) {
    .col-xs-6.col-sm-4.col-md-2.revista {
        min-height: 190.1px;
    }
}