
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


body.body-404{
    font-family: 'Monda', sans-serif !important;
    font-size: 12px;
    color: white;
    font-weight: 400;
    background: -webkit-linear-gradient(left,#dd434b 0%, #ce2f61 100%) !important;
    background: -o-linear-gradient(left,#dd434b 0%, #ce2f61 100%) !important;
    background: -ms-linear-gradient(left,#dd434b 0%, #ce2f61 100%) !important;
    background: -moz-linear-gradient(left,#dd434b 0%, #ce2f61 100%) !important;
    background: linear-gradient(left,#dd434b 0%, #ce2f61 100%) !important;
    -webkit-font-smoothing: antialiased !important;

}

.menu .tabela{
    height: 152px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.menu a:hover, .menu a:focus, .menu a:active{
    color: white;
    text-decoration: none;    
}


.menu .links div:hover, .menu .links div:focus, .menu .links div:active{
    color: white;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #db5d7b;
    padding: 10px;
}

.titulo-grande{
    color: #34475b;
    font-size: 33px;
    line-height: 40px;
    margin-right: 5%;

}

h1{
    font-size: 17px;
    line-height: 30px;
    margin-right: 5%;

}


.titulo-redes{
    font-size: 25px;
}

.mac {
    position: absolute;
    right: 0;
    margin-top: 156px;
}

.mac-xs{
    position: relative;
    right: 300px;
    width: 180%;
}
.assine input, .assine textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 0.5px white;
    background: transparent;
    width: 100%;
    padding: 15px;
    color: white;  
    font-size: 16px;

}
/*placeholder color*/
input::-webkit-input-placeholder{color: white;}
input::-moz-placeholder{color: white;}
input:-ms-input-placeholder{color: white;}
input::-ms-input-placeholder{color: white;}

.botao-cinza{
    width: 100%;
    background: #34475b;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border:none;
}

.botao-cinza:hover, .botao-cinza:focus, .botao-cinza:active{
    background: #3e5369;
}

.subtitulo{
    color: white;
    font-size: 12px;
    text-align: center;
}



#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 2px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.titulo-grande-branco{
    font-size: 32px;
    text-align: center;
    line-height: 35px;
}

.conteudo{
    font-size: 14px;
}

#___plus_0, .IN-widget{
    top: 4px;
    position: relative;
    margin-left: 15px !important;
}

/* [ PAGINA 404 ] */
html.html-404{
    height: 100%;
}

body.html-404{
    height: 100%;
}

.bloco-404{
    width:100%; 
    left: 50%; 
    top: 50%; 
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
}

.bottom-404{
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.bottom-404 a{
    color: white;
}

.bottom-404 a:hover, .bottom-404 a:active {
    color: white;
    text-decoration: none;
}