/* Bootstrap Centered Colunms Fix */
/* centered columns styles */
/*****************************************/
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right: -4px;
}

/*****************************************/
a, a:focus, a:hover {
    text-decoration: none;
}
/*****************************************/
body{
	background: url('img/inicio-multico.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Open Sans, sans-serif;
}
.columns img{
	width: 100%;
}
#texto{
	text-align: center;
}
a{
	color: #808184;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}
a:hover{
	color: #eb0627;;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}
.text{
    color: #525252;
    font-weight: 600;
    font-size: 24px;
}
.centrar{
    margin-top: 8%;
}
.img-responsive-ari,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  
  max-width: 100%;
  height: auto;
}
.row-pad{
    padding: 3% 0% 2%;
}
.ag-bn{
    background-color: rgba(255, 255, 255, 0.65);
    padding: 1% 0%;
}
.border{
    border-right: 1px solid #848484;
}
@media only screen and (max-width : 768px) {
    .border{
    border-right: 0px solid #848484;
}
}

@media only screen and (max-width : 480px) {
    .border{
    border-right: 0px solid #848484;
}
}

@media only screen and (max-width : 320px) {
    .border{
    border-right: 0px solid #848484;
}
}
.but{
    padding-bottom: 3%;
}
.pa3{
    padding-bottom: 4%;
}