/* 
    Created on : 08/01/2016, 22:00:01
    Author     : Adans
*/
/* ----------------- GENÉRICOS --------------------*/
/*
HEADER
*/
.main_header{
    background-image: url(../img/agua12.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.main_header_logo{
    font-size: 0;
    float: left;
}
.main_header_logo img{
    height: 60px;
}
.mobile_action{
    width: 46px;
    height: 46px;
    margin: 10px 0 0 0;
    float: right;
    cursor: pointer;
    background: #ffe400 url(../img/mobile.png) center center no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}
.mobile_action.active{
    background-color: #000;
}
.mobile_action:hover{
    background-color: orange;
}
.contatotop {
    float: right;
    display: inline-block;
    text-align: right;
    // margin-top: 5px;
    margin-right: 10px;
    position: relative;
    font-size: 1em;
    font-weight: 600;

}
.contatotop img {
    margin-bottom: 5px;
}
.contatotoptexto {
    width: 110px;
    background-color: #fff;
    padding: 5px;
    border-radius: 9px;
    box-shadow: 1px 2px 3px #1141d3;

}
/*
CONTENT
*/
.content{
    float: left;
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
}
.corposite {
    background-image: url(../img/azul10.jpg);
    height: auto;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}
.titlemain{
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    padding: 6px;
    color: #fff;
    text-shadow: 2px 2px 2px #444;
}
.titlesection{
    text-align: left;
    font-size: 1.3em;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #A0B6F9;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    text-shadow: 2px 2px 2px #7b9bfd
}
.titleh1{
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 9px;
}
.boxarticle p {
    font-size: 1.1em;
    font-weight: 400;
}
.boxsection {
    width: 90%;
    position: relative;
    float: left;        
}
.boxarticle {
    width: 32%;
    float: left;
    position: relative;
    margin-right: 2%;
    background-color: #fdea43;
    height: 390px;
    margin-bottom: 2.5%;
    padding: 10px;
}

.boxarticle:nth-child(3n+1) {
    margin-right: 0;
}
.chamada {
    background-color: #ff6600;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.chamada h1 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 2px #b84b02;
}
.chamada p {
    font-size: 2.4em;
    font-weight: 300;
    color: #ffe400;
    text-shadow: 2px 2px 2px #b84b02;
}
/*
FORMULARIO
*/
.mailerro{
    position: relative;
    text-align: center;
    //margin-bottom: -20px;
    background-color: orange;
    z-index: -9;
}
.mailsucesso{
    text-align: center;
    background-color: blue;
    color: #ffe400;
    padding-bottom: 5px;
}
.form{
    margin-top: 20px;
}
.form_left,
.form_right{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.form_left input,
.form_right textarea {
    margin-bottom: 10px;

}
.form_action{
    margin: 0 0 15px 0;
    text-align: center;
    margin-top: 20px;
}

/*
NEWSLETTER
*/
.newsletter{
    padding: 10px;  
    background: #1141d3;
    margin-top: 30px;
    text-align: center;
    position: relative;
    color: #fff;
}
.newsletter h1{
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}
.newsletter form{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.newsletter input[type="email"]{
    float: left;
    width: 60%;
    border: none;
    padding: 11px;
}
.newsletter input[type="submit"]{
    float: left;
    width: 40%;
    background: #1a5977;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.newsletter_icon{
    width: 54px;
    height: 54px;
    background: #1141d3 url(../img/newsletter.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -24px;
    margin-left: -27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.spans{
    display: inline-block;
    font-size: 0.7em;
}
.spans h3{
    text-align: center;
}
/*
FOOTER
*/
.main_footer{
    padding: 10px;
    background: #A0B6F9;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    display: block;
    float: left;
}
.contatorodape{
    float: right;
    display: block;
    color: #000;
    position: relative;
    width: 50%;
    font-size: 1.2em;
    text-shadow: 2px 1px 1px #fff;
    height: 110px;

}
.sisq {
    color: #000;
    display: block;
    position: relative;
    width: 50%;
    height: 110px;
    text-shadow: 3px 3px 3px #fff;
    bottom: 0;
    float: bottom;
    margin-top: 30px;

}
.rodapecontent{
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
.sobrenos {
    position: relative;
    float: left;
    display: block;
    width: 100%;
}
.sobrenosimg {
    padding: 10px 0;
    float: left;
    position: relative;
    display: inline;
    width: 30%;
}
.sobrenostext {
    padding: 20px;
    display: inline;
    width: 70%;
    float: left;
    position: relative;

}


/* ------------------ POR TAMANHO DE TELA ALTERAÇÕES ------------------ */
/*
960PX BREAKPOINT
*/
@media (max-width: 959px){
    .main_header_logo {
        background-color: rgba(230,250,240,0.7);
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5%;
    }
    .main_header_nav{
        position: fixed;
        left: -100%;
        top: 0;
        width: 56%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #1141d3;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;

    }
    .mobile_action{
        float: right;
        position: absolute;
        display: block;
        right: 30px;

    }

    .main_header_nav_search{
        float: left;
        width: 100%;
        background: #000;
        padding: 11px 15px;
    }

    .main_header_nav_item{
        float: left;
        width: 100%;
        position: relative;
        border-bottom: #A0B6F9 solid 1px;
		display: inline-block;
    }

    .main_header_nav_item > h1{ 
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.875em
    }
    .main_header_nav_item a{
        color: #eee;
		 display: block !important;
		 padding: 15px 10px !important;
    } 

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover{
        background: #A0B6F9;
        color: #fff;
    }

    .main_header_nav_sub{
        float: left;
        width: 100%;
        padding: 10px;
        background: #416ff9;
    }

    .main_header_nav_sub_item{
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item a{
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover{
        background: #007FFF;
    }

    .contatotop {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .boxarticle {
        width: 49%;
    }
    .boxarticle:nth-child(2n+1) {
        margin-right: 0;
    }
    .boxarticle:nth-child(3n+1) {
        margin-right: 2%;
    }
    .boxarticle:nth-child(6n+1) {
        margin-right: 0;
    }
}
/* 
960PX BREAKPOINT
*/
@media (min-width: 960px){
    .main_header_logo{
        position: absolute;
        //  top: 0;
        padding: 10px 20px;
        background: #A0B6F9;
        z-index: 98;
        border: 2px solid #fff;
        // border-top: none;
        box-shadow: 0 0 4px #fff;
    }   
    .mobile_action{
        display: none;
    }

    .main_header_nav{
        float: right;
        width: 80%;
        text-align: right;
        margin-top: 20px;
        margin-right: -5px;
        position: relative;

    }

    .main_header_nav_item{
        position: relative;
        display: inline-block;
        margin-right: 0px;
        background-color: #1141d3;
    }

    .main_header_nav_item:last-of-type{
        margin-right: 10px;
    }

    .main_header_nav_item h1{
        float: left;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
    }
    .main_header_nav_item a {
        color: #fff;
		padding: 15px;
        text-shadow: 3px 3px 3px #000;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover{
        background: #A0B6F9;
    }
    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub{
        display: block;
    }
    .form {
        margin-top: 10px;
    }
    .form_left{
        float: left;
        width: 48%
    }
    .form_right{
        float: right;
        width: 48%
    }
    .form_action{
        float: left;
        width: 100%;
        margin-top: 20px;
        text-align: right;
    }
    .form_action .first{
        margin-right: 15px;
    }

} 
/* 
 max 520 px
*/
@media (max-width: 520px){
    .contatotop {
        width: 100%;
        display: block;
        float: left;
        text-align: left;
    }
    .titlemain {
        font-size: 1.5em;
    }
    p,
    .boxarticle p {
        font-size: 1.2em;
    }
    titleh1 {
        font-size: 2em !important;
    }
    .boxarticle {
        width: 98%;
        margin: 2% 0;
        height: auto;
    }
    .chamada {
        background-color: #ff6600;
        position: relative;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .chamada h1 {
        font-size: 1.6em;
    }
    .chamada p {
        font-size: 2em;
    }
    .newsletter h1 {
        font-size: 1.3em;
    }
    .newsletter h3{
        font-size: 1.3em;
        font-weight: 300;
        margin-top: 10px;
    }
    .contatorodape {
        font-size: 1.2em;
        float: left;
        display: block;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .sisq {
        font-size: 1em;
        float: left;
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .sobrenosimg {
        padding: 0;
        float: left;
        position: relative;
        display: inline;
        width: 100%;
    }
    .sobrenostext {
        padding: 6% 0;
        display: inline;
        width: 100%;
        float: left;
        position: relative;
    }

}
