/* --------------------------------------------------------------------------------
Calipage  - Estrutura
Autor: Guilherme Pereira Bezrutchka <guilherme.bezrutchka@fh.com.br>
-------------------------------------------------------------------------------- */


* {
    margin: 0;
    padding: 0;
}

/* Isto é necessário para não haver rolagens horizontais quando movermos os elementos */
html, body {overflow-x: hidden;}

html{
    margin-top:0 !important;
}
#wpadminbar{
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

/* Isto é necessário para não haver rolagens horizontais quando movermos os elementos */
html, body {overflow-x: hidden;}

html {
    width: 100%;
    min-height: 100%;
    margin: 0px auto;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
        color: #333;
    background: #fff;
    line-height: normal;
}

header{
    width: 100%;
    height: 92px;
    position: relative;
    background-color: #d10d24;
    margin-bottom: 50px;
}

header a{
    width:123px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top:20px;

}

header a img{

}

.main-content{
    text-align: center;
    padding-bottom: 50px; 
}

.main-content h1{
    color: #d10d24;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
}

.subtitle
 {
    padding: 30px 0;
    font-weight: 700; 
    font-size: 20px;
}

.description{
    margin-bottom: 50px;
}

a,
a:hover{
    color: #d10d24;
}

.default_button{
    background-color: #d10d24;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    width: auto;
    display: inline-block;
    color:#fff;
    padding: 0 30px;
    line-height: 40px;
}

a.default_button:hover,
a.default_button:focus,
a.default_button:active,
a.default_button:visited
{
    background-color: #d10d24 !important;
    border-bottom: 0px solid #c1035f !important;
        border-bottom: 0px solid #8e9c00 !important;
        color: #fff !important;
}

/* 
* MEDIA QUERIES - TABLET
* DESKTOP > TABLET > MOBILE
* www.guilhermepereira.com.br
*/


/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 1199px) {

}


/* 
* MEDIA QUERIES - PHONE
* DESKTOP > TABLET > MOBILE
* www.guilhermepereira.com.br
*/


/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
body {
    font-size: 14px;
}


}






