/*
Blue: #0078ae, rgba(0, 120, 174, 1)
Red: #fa001f, rgba(250, 0, 31, 1)
*/


html{
	overflow-x:hidden;
}

body{
	font: normal .75em/1 Arial,Helvetica,sans-serif;
    color: #333;
    background-color: #fff;

	width: 880px;
	margin: 0 auto;
}

.siteMainNavigation {
    margin: 30px 0 0 0;
}

.siteMainNavigation>ul {
    font-family: 'Oswald', sans-serif !important; 
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 0 90px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    padding: 0;
}               

.siteMainNavigation>ul>li {
    display: inline-block;
    vertical-align: middle;
}

.siteMainNavigation>ul>li>a {
	text-decoration: none;
    display: block;
    padding: .454545455em .90909099em;
    color: #0078ae;
    border-radius: 7px 7px 0 0;
}

.siteMainNavigation>ul>li>a:active, 
.siteMainNavigation>ul>li>a:active,
.siteMainNavigation>ul>li>a:focus,
.siteMainNavigation>ul>li>a:hover {
    background-color: #0078ae;
    color: #fff;
}

.subNavigation {
    background: #0078ae;
    height: 55px;
    border-radius: 0 10px 0 0;
}

.subNavigation:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: 0;
    left: 0;
    border: 26px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    float: left;
}

.subNavigation>div {
    font-family: 'Oswald', sans-serif !important;
    color: #ffffff;
    line-height: 55px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.4em;
    margin-left: 75px;
    letter-spacing: 0.5px;
}

.logo{
    display: block;
    width: 79px;
    height: 79px;
    position: relative;
    top: -89px;
    left: -34px;
    z-index: 1;
}

.complainFormBack {
    background: white;
    border:5px  #0078ae solid ;
    border-radius: 0 0 10px 10px;
}

.complainFormBack>form{
    margin: 0;
}


/***** Formulario***/

.complaintFormContent {
    width: 800px;
    margin: 30px auto;
}

h1 {
    color: #0078ae;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
}

.requiredField {
    text-decoration: none;
    color: #c03;
}

.complainForm{
    background-color: #f6f6f6;
    box-shadow: 0 1px 5px #d9d9d9;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    width: 800px;
    margin: 10px auto;
    border-radius: 5px
}

.content{
    padding: 0.5em 0.833333333em 1.833333333em;    
    overflow: hidden;
}

.formGrid {
    width: 390px;
    float: left;
    margin: 8px auto;
}

.labelUser {
    font-weight: 700;
}

.textUser {
    padding: 1px 0 1px 6px;
    color: #333333;
    width: 75%;
    font-size: .9166667em;
    max-width: 100%;
    min-height: 1.818181em;
    display: inline-block;
    border: 1px solid #aaa;
    transition: border-color .125s ease-in;
}

.formGridCheck{
    width: 100px;
    float: left;
    line-height: 16px;
}

input.focus, input:focus, select.focus, select:focus, textarea.focus, textarea:focus {
    border-color: #4d90fe;
    border-left-width: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
    padding-left: 3px;
    outline: 0;
}

input[type="checkbox"] {
    width: 19px;
    height: 15px;
    margin: 1px;
}

.detailText {
    width: 683px;
}

.labelinfo{
    color: #c03;
    font-weight: 200;
    font-size: 11px;    
}


textarea{
    resize: none;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.btns{
    font-family: 'Oswald', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 1px hsla(0,0%,100%,.3), 0 1px 1px rgba(0,0,0,.4);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.48) 0,hsla(0,0%,100%,0) 30%);
    box-shadow: 0 1px 5px rgba(0,0,0,.56);
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.infoText{
    color: #888;
}

.send{
        background-color: #e3193b;
        width:120px;
}

.reset{
        background-color: #e3193b;
        color:#ff879b;
}

.print{
        background-color: #0078ae;
        margin-left:30px;
}