/* 
    Created on : 27/07/2018, 17:32:09
    Author     : Everson
    Company    : Evertec Digital - www.evertecdigital.com.br
*/

/* ################################# RESET*/


*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;

    font-family:  Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;

    line-height: 1.4;
    letter-spacing: 0em;

    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: justify;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.content{
    width: 92%; 
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
}

.font-zero{
    display: none;
}

body{
    background-image: url(images/background.jpg);
    background-size: cover; 
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.box_content{
    display: block;
    margin: 77px auto;
    width: 840px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 30px 20px;

    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),
        0 9px 46px 8px rgba(0,0,0,0.12),
        0 11px 15px 0 rgba(0,0,0,0.20);
}

.img_logo{
    display: inline-block;
    width: 280px;
    max-width: 100%;
}

p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    color: #008080;
}

h2{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    color: #008080;
    text-transform: uppercase;
    margin-bottom: 30px;

}


/*#################################
########## RESPONSIVANDO ##########
##################################*/


@media (min-width: 576px) {

}

/*md*/
@media (min-width: 768px) {
    h2{
        font-size: 2.6em;
    }

    p{
        font-size: 1.6em;
    }
}

/*lg*/
@media (min-width: 992px) {

}

/*xl*/
@media (min-width: 1200px) {

}