/*-------------------------------------------------------------------
COMPRAMOS
--------------------------------------------------------------------*/
.compramos-col1, .compramos-col2, .compramos-col3, .compramos-col4, .compramos-col5{padding-bottom:20px; margin-bottom:20px;}

.compramos-col1{width:33.333%; position:relative; float:left; padding-right:10px; margin-bottom:20px;}
.compramos-col2{width:33.333%; position:relative; float:left;}
.compramos-col3{width:33.333%; position:relative; float:left; padding-left:10px;}

.compramos-col4{width:50%; position:relative; float:left; padding-right:5px;}
.compramos-col5{width:50%; position:relative; float:left; padding-left:5px;}

@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.compramos-col1, .compramos-col2, .compramos-col3, .compramos-col4, .compramos-col5{width:100%; padding:0px;}
.compramos-div{padding:0px 15px 0px 15px;}
.compramos-botao-align{text-align:center;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS GRANDES*/

}
@media screen and (min-width: 1280px) and (max-width: 1600px) { /* PARA DISPOSITIVOS GRANDES*/

}
@media screen and (min-width: 1601px) { /* PARA DISPOSITIVOS MUITO GRANDES*/

}

.custom-file-input + label {
    font-size: 1em;
    color: #000;
    background-color: #cccccc;
}

.custom-file-input:focus + label,
.custom-file-input + label:hover {
    background-color: #fff;
	color:#000;
}