body{
	background: #FCFCFC;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.header-container {
    background: black;
    box-sizing: border-box;
    padding: 10px 15px;
    vertical-align: middle;
    height: 110px;
    border-bottom: #ED3237 10px solid;
    margin-bottom: 50px;
}

.header-container .container {
    padding: 1% 0px 0px;

}

.header-container .container .row{
	vertical-align: middle;
}

#logo_biz{
	width: 50%;
}


a#backto {
    text-align: right;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 20px;
    	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
letter-spacing: none;
}

a#backto:hover {
    	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
letter-spacing: 1px;
}

#titulo {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
}

.grid-brands {
    text-align: center;
    white-space: nowrap;
    max-width: 95%;
    margin: 0 auto;
}

.row_grid {
    max-width: 100%;
    position: relative;
    white-space: nowrap;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.column_grid {
    max-width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 5px;
}



.logo_trans{
	position: relative;
	top: 0;
	max-width: 100%;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
display: block;
}

.logo_trans:hover{
	position: relative;
	top: -10px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

li .logo_trans a {
    color: #ed3237;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.list_brands li {
    margin-bottom: 15px;
}


div#footer {
    background: black;
    color: white;
    text-align: center;
    box-sizing: content-box;
    padding: 10px 0px;
}

.call-center h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    max-width: 80%;
    margin: 15px auto;
}

#serv24 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

#tel{
	color: #ed3237;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 40px;
}

#foot {
    background: #313131;
    overflow: hidden;
    height: 45px;
}

#foot p {
    color: white;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
}


.textprivacy {
    padding: 10px 25px;
    font-family: Roboto, sans-serif;
    background: white;
    box-shadow: 0px 1px 38px -28px #00000057;
    margin-bottom: 35px;
}

.textprivacy h1#titulo {
    text-align: center;
    color: #ed3237;
}

.textprivacy h2.subtitle {
    font-size: 20px;
    font-weight: 900;
    color: #454545;
}

.textprivacy ul {
    padding-left: 15px;
}

.textprivacy ol.alphabet li {
    list-style: upper-alpha;
}

p.text-right {
    text-align: right!important;
}

a#inicio {
    font-weight: 700;
    font-size: 20px;
    color: #ed3237;
}

.textprivacy ul li {
    list-style: disc;
}


