/* Table of Content

==================================================

	#Site Styles

	#Page Styles

	#Media Queries

	#Font-Face */



/* #Site Styles

================================================== */









/* ^root */



/*Popup*/
#MAX_POPUP {
    left: 0 !important;
    justify-content: center !important;
    top: 150px !important;
}

/* Responsive */
@media(max-width:426px) {
    #MAX_POPUP {
        left: 0 !important;
        top: 40px !important;
    }

    #MAX_POPUP_TD {
        width: 100%;
    }

    #MAX_POPUP_TD img {
        width: 100%;
    }
}

/* ##### HEADER */

.header-background{

    /*background-image:url(../images/background.png);*/

    background-repeat: no-repeat;

}

h1.logo img{

}

.header{

    border-top: 5px solid #E80300;

}

/* menu-static */

.menu-static *{

}

.menu-static{

width: 100%;

float: left;

}

.menu-static ul{

    padding-left: 0;

    margin-top: 23px;

    float: right;

    top: 12px;

    padding:0 ;-left: 0;

}

.menu-static ul li {

    position: relative;

    display: inline-block;

}

.menu-static ul li:last-child {

}

.menu-static ul li:first-child {

}

.menu-static ul li::before {

}

.menu-static ul li::after {

}

.menu-static > ul > li a{

    transition: all linear 0.1s;

    -webkit-transition: all linear 0.1s;

    -moz-transition: all linear 0.1s;

    -ms-transition: all linear 0.1s;

    -o-transition: all linear 0.1s;

}

.menu-static > ul > li > ul > li:hover > a,

.menu-static > ul > li:hover > a{

    color: #06558D;

}

.menu-static ul li a{

    font-size: 20px;

    font-family: 'prelo_semiboldsemibold';

    font-weight: normal;

    font-style: normal;

    text-decoration: none;

    color: #666666;

    display: block;

    padding: 18px;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

    -moz-transition: all ease-in-out 0.3s;

    -ms-transition: all ease-in-out 0.3s;

    -o-transition: all ease-in-out 0.3s;

}



    /* drop down */

    .menu-static ul li > ul::before{

        content: '';

        background: transparent none repeat scroll 0 0;

        border-bottom: 10px solid transparent;

        border-left: 10px solid #06558D;

        border-top: 0 solid transparent;

        position: absolute;

        display: block;

        left: 44%;

        top: -10px;

        z-index: 123;

        transform: rotate(405deg);

        -webkit-transform: rotate(405deg);

        -mos-transform: rotate(405deg);

        -ms-transform: rotate(405deg);

        -o-transform: rotate(405deg);

    }

    .menu-static ul li > ul{

        display: none;

        visibility: hidden;

        position: absolute;

        top: 38px;

        left: -22px;

        z-index: 999999999;

        width: 240px;

        text-align: left;

        background: #fff;

        border-top: 5px solid #06558D;

	-webkit-animation-duration: 0.5s;

	   -moz-animation-duration: 0.5s;

	    -ms-animation-duration: 0.5s;

	     -o-animation-duration: 0.5s;

	        animation-duration: 0.5s;

	-webkit-animation-fill-mode: both;

	   -moz-animation-fill-mode: both;

	    -ms-animation-fill-mode: both;

	     -o-animation-fill-mode: both;

	        animation-fill-mode: both;

        -moz-animation-name: fadeInDown;

        -ms-animation-name: fadeInDown;

        -o-animation-name: fadeInDown;

        animation-name: fadeInDown;

    }

    .menu-static ul li > ul li ul{

        display: none;

        visibility: hidden;

        position: absolute;

        top: 38px;

        left: -22px;

        z-index: 999999999;

        width: 240px;

        text-align: left;

        background: #fff;

        border-top: 5px solid #06558D;

	-webkit-animation-duration: 0.5s;

	   -moz-animation-duration: 0.5s;

	    -ms-animation-duration: 0.5s;

	     -o-animation-duration: 0.5s;

	        animation-duration: 0.5s;

	-webkit-animation-fill-mode: both;

	   -moz-animation-fill-mode: both;

	    -ms-animation-fill-mode: both;

	     -o-animation-fill-mode: both;

	        animation-fill-mode: both;

        animation-delay: 0.1s;

        -moz-animation-name: fadeInLeft;

        -ms-animation-name: fadeInLeft;

        -o-animation-name: fadeInLeft;

        animation-name: fadeInLeft;

    }

    .menu-static ul li > ul li ul li{

        position: relative;

    }

    .menu-static ul li > ul li ul li:hover:before{

        opacity: 1;

        height: 100%;

        top: 0;

    }

    .menu-static ul li > ul li ul li a:hover{

        color: #fff;

    }

    .menu-static ul li > ul li ul li a{

        position: relative;

        z-index:2;

        transition: all linear 0.3s;

        -webkit-transition: all linear 0.3s;

        -mos-transition: all linear 0.3s;

        -ms-transition: all linear 0.3s;

        -o-transition: all linear 0.3s;

    }

    .menu-static ul li > ul li ul li::before{

        transition: all linear 0.1s;

        -webkit-transition: all linear 0.1s;

        -mos-transition: all linear 0.1s;

        -ms-transition: all linear 0.1s;

        -o-transition: all linear 0.3s;

        transform: rotateY(180deg);

        -webkit-transform: rotateY(180deg);

        -mos-transform: rotateY(180deg);

        -ms-transform: rotateY(180deg);

        -o-transform: rotateY(180deg);

        background: #06558D none repeat scroll 0 0;

        content: "";

        height: 0;

        left: 0;

        opacity: 0;

        position: absolute;

        top: 25px;

        width: 100%;

        z-index: 1;

    }

    .menu-static ul li:hover > ul{

        display: block;

        visibility: visible;

    }

    .menu-static ul li ul li a{

        padding: 10px 18px;

        font-size: 16px;

        font-family: "prelo_bookbook";

        transition: all ease-in-out 0.3s;

        -webkit-transition: all ease-in-out 0.3s;

        -moz-transition: all ease-in-out 0.3s;

        -ms-transition: all ease-in-out 0.3s;

        -o-transition: all ease-in-out 0.3s;

    }

    .menu-static ul li ul li:hover a{

        color: #06558D;

    }

    .menu-static ul li ul li{

        display: block;

        width: 100%;

        float: left;

    }

        .menu-static ul li > ul li ul {

            background: #f8f8f8 none repeat scroll 0 0;

            border-top: 0 none;

            left: 240px;

            top: -23px;

        }

        .menu-static ul li > ul li ul::before{

            border-left: 10px solid #c8251f;

            left: -20px;

            top: 20px;

            transform: rotate(495deg);

        }











/* ##### BODY  */





.parallax-bg::before{

    content: '';

    width: 100%;

    height: 100%;

    background: rgba(0, 81, 137, 0.95) ;

    position: absolute;

    top: 0;

    left: 0;

}

.parallax-bg{

    margin-top: 133px;

    height: 100%;

    background-image:url(../images/fixo/background_principal.jpg);

    padding: 50px 0;

    background-size: cover;

    background-attachment: fixed;

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    transition: all 0.2s ease;

    z-index: 1;

}



/* slide noticia */

.slide_noticia_box{

    margin-bottom: 10px;

}

.slide_noticia_box figure{

    position: relative;

}

.slide_noticia_box a{

    text-decoration: none !important;

}

.slide_noticia_box figcaption{

    position: absolute;

    bottom: 0;

    z-index: 2;

    padding: 18px;

}

.slide_noticia_box figure::before{

    position: absolute;

    left: 0;

    z-index: 1;

    content: '';

    bottom: 0;

    width: 100%;

    float: left;

    height: 100%;



    opacity: 0.5;

    background: rgba(0,0,0,0.03);

    background: -moz-linear-gradient(top, rgba(0,0,0,0.03) 28%, rgba(0,0,0,0.03) 49%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 93%);

    /*background: -webkit-gradient(left top, left bottom, color-stop(28%, rgba(0,0,0,0.03)), color-stop(49%, rgba(0,0,0,0.03)), color-stop(81%, rgba(0,0,0,1)), color-stop(93%, rgba(0,0,0,1)));*/

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.03) 28%, rgba(0,0,0,0.03) 49%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 93%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.03) 28%, rgba(0,0,0,0.03) 49%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 93%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.03) 28%, rgba(0,0,0,0.03) 49%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 93%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 28%, rgba(0,0,0,0.03) 49%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 93%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

.slide_noticia_box figure p{

    font-size: 17px;

    color: #d5dae2;

    font-family: 'prelo_boldbold';

    display: block;

    margin-top: 4px;

    margin-bottom: 0;

}

.slide_noticia_box figure > div img{

    width: 100%;

    height: auto;

}













/* ##### FOOTER  */

.copy{

    border-top: 1px solid #7698ba;

    padding-top: 25px;

}

.copy p{

    color: #7698ba;

    font-size: 13px;

}





.box_noticia{

    width: 100%;

    float: left;

}



/* box  noticias completas */

.box_noticia.notimg p{

    font-size: 31px;

    line-height: 30px;

}

.box_noticia.notimg span.description_small{

    font-size: 16px;

    color: #a6b3c4;

    font-family: 'prelo_slab_book_italicBkIt';

    display: block;

    margin-top: 4px;

    margin-bottom: 0;

}

.box_noticia p{

    font-size: 17px;

    color: #d5dae2;

    font-family: 'prelo_boldbold';

    display: block;

    margin-top: 4px;

    margin-bottom: 0;

}

.box_noticia > div:first-child{

    margin-bottom: 6px;

}

.box_noticia img{

    width: 100%;

    height: auto;

}





/* right_menu */

.right_menu a span{

    color: #fff !important;

    vertical-align: middle;

    display: inline-block;

    line-height: 17px;

    text-transform: uppercase;

}

.right_menu > div:hover img{

    transform: rotateY(180deg);

    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -ms-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

}

.right_menu > div:hover::before,

.right_menu > div:hover::after{

    height: 50%;

    opacity: 1;

}

.right_menu > div::before,

.right_menu > div::after{

    transition: all ease 0.3s;

    -webkit-transition: all ease 0.3s;

        -moz-transition: all ease 0.3s;

            -ms-transition: all ease 0.3s;

                -o-transition: all ease 0.3s;

    opacity: 0;

}

.right_menu > div img{

    transition: all ease 0.3s;

    -webkit-transition: all ease 0.3s;

        -moz-transition: all ease 0.3s;

            -ms-transition: all ease 0.3s;

                -o-transition: all ease 0.3s;

}

.right_menu > div::before{

    content: '';

    background: #325872;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 0;

    width: 100%;

    height: 0%;

}

.right_menu > div::after{

    content: '';

    background: #325872;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 0;

    width: 100%;

    height: 0%;

}

.right_menu > div{

    position: relative;

    background: rgba(255, 255, 255, 0.1);

    margin-bottom: 10px;

    padding: 12px 24px;

}



.right_menu > div + div{

    background: rgba(255, 255, 255, 0.15);

}

.right_menu > div + div + div{

    background: rgba(255, 255, 255, 0.2);

}

.right_menu > div + div  + div + div{

    background: rgba(255, 255, 255, 0.25);

}

.right_menu > div + div + div + div + div{

    background: rgba(255, 255, 255, 0.3);

}

.right_menu > div + div + div + div + div + div{

    background: rgba(255, 255, 255, 0.35);

}

.right_menu > div + div + div + div + div + div + div{

    background: rgba(255, 255, 255, 0.4);

}

.right_menu > div + div + div + div + div + div + div + div{

    background: rgba(255, 255, 255, 0.45);

}

.right_menu > div + div + div + div + div + div + div + div + div{

    background: rgba(255, 255, 255, 0.5);

}



/* internas */

.inner-wrapper .right_menu > div{

    background: #6e92b7;

}

.inner-wrapper .right_menu > div + div{

    background: #698bad;

}

.inner-wrapper .right_menu > div + div + div{

    background: #5e82a7;

}

.inner-wrapper .right_menu > div + div  + div + div{

    background: #537aa1;

}

.inner-wrapper .right_menu > div + div + div + div + div{

    background: #47719a;

}

.inner-wrapper .right_menu > div + div + div + div + div + div{

    background: #47719a;

}

.inner-wrapper .right_menu > div + div + div + div + div + div + div{

    background: #2e5882;

}

.inner-wrapper .right_menu > div + div + div + div + div + div + div + div{

    background: #255687;

}

.inner-wrapper .right_menu > div + div + div + div + div + div + div + div + div{

    background: #194d81;

}





.right_menu a{

    text-decoration: none !important;

    width: 100%;

    float: left;

    display: inline-block;

    vertical-align: middle;

    position: relative;

    z-index: 1;

}

.right_menu img{

    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;

}



.bkg_gray{

    background: #d5dae2;

}



/* menu_secund */

.menu_secund > div a:hover img{

    transform: rotateY(180deg);

}

.menu_secund > div a:hover{

    background: #fff;

}

.menu_secund  a{

    height: 100%;

    text-decoration: none !important;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

    -moz-transition: all ease-in-out 0.3s;

    -ms-transition: all ease-in-out 0.3s;

    -o-transition: all ease-in-out 0.3s;

}

.menu_secund > div a{

    display: block;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

    -moz-transition: all ease-in-out 0.3s;

    -ms-transition: all ease-in-out 0.3s;

    -o-transition: all ease-in-out 0.3s;

    padding: 40px 20px;

}

.menu_secund img{

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

    -moz-transition: all ease-in-out 0.3s;

    -ms-transition: all ease-in-out 0.3s;

    -o-transition: all ease-in-out 0.3s;

    margin-left: auto;

    margin-right: auto;

}

.menu_secund span{

    color: #666666;

    font-size: 13px;

    text-align: center;

    clear: both;

    display: block;

    margin-top: 8px;

    line-height: 16px;

    font-family: 'prelo_mediummedium';

}













/* main-wrapper-table */

.main-wrapper-table ul{

    margin: 0;

    padding: 0;

    width: 100%;

    float: left;

}

.main-wrapper-table  li {

    width: 31%;

    float: left;

    list-style: none;

}

.main-wrapper-table li.active a{

    color: #fff;

    background: #6d8dae;

}

.main-wrapper-table li a{

    text-decoration: none !important;

    display: block;

    width: 100%;

    border: 1px solid #6d8dae;

    padding: 20px 0;

    text-align: center;

    color: #6d8dae;

}

.list-wrapper span{

    color: #6d8dae;

    font-size: 15px;

    font-family: 'prelo_black_italicBlkIt';

    display: block;

    text-transform: uppercase;

}
.list-enquete span {

    text-decoration: none;
    font-size: 14px;


}

.list-wrapper > div > div{

    border-bottom: 1px solid #6d8dae;

    padding-bottom: 15px;

    margin-bottom: 15px;

}

.list-wrapper p{

    color: #194d81;

    font-family: 'prelo_bookbook';

    font-style: italic;

    margin-bottom: 0;

    display: block;

    font-size: 16px;

}

.tab-pane.active{

    display: block;

}

.tab-pane{

    display: none;

}











/* new slatter */

section.newslatter{

    padding: 0 10px;

    background: #d5dae2;

}

section.newslatter > div{

}

.neslatterTxt {

    margin-bottom: 27px;

    margin-top: 57px;

}

.neslatterTxt > div:first-child span::before{

    content: url(../images/svg/icon-email-big.svg);

    display: inline-block;

    margin-left: 30px;

    margin-right: 24px;

    float: left;

    position: relative;

    top: -11px;

}

.neslatterTxt span{

    color: #194d81;

    font-size: 22px;

    font-family: 'prelo_light_italicLtIt';

    display: inline-block;

    float: left;

    width: 100%;

}

.neslatterTxt b{

}

.neslatterTxt span strong{

    color: #c70700;

    text-transform: uppercase;

}



.form-2{

    width: 96%;

}

.form-2 > div:first-child label:last-child{

    width: 26%;

    float: right;

}

.form-2 > div:first-child label:first-child{

    width: 70%;

    float: left;

}

.form-2 input[type^="text"]{

    width: 100%;

    color: #828282;

    font-size: 18px;

    font-family: 'ubuntulight_italic';

    display: block;

    padding: 24px 10px;

    padding-bottom: 24px;

    border: 0;

    font-weight: 100;

    text-transform: uppercase;

}

.form-2 input[type^="submit"]{

    width: 100%;

    display: block;

    float: left;

    height: 74px;

    background:url(../images/svg/icon-newslatter.svg) no-repeat top center;

    border: 0;

}







.address h1{

    margin-top: 0;

}

.address-wrapper *{

    color: #666666;

    font-family: 'prelo_bookbook';

}

.address-wrapper > div{

    padding-left: 38px;

}

.address-wrapper .address_box{

    background: url("../images/fixo/icon-address.png") no-repeat left top;

}

.address-wrapper .address_box span{

    font-size: 16px;

}

.address-wrapper .talk_box{

    background: url("../images/fixo/icon-talk.png") no-repeat left center;

}

.address-wrapper .talk_box span{

    font-size: 24px;

    position: relative;

    top: 4px;

}

.address-wrapper .talk_box span small{

    font-size: 16px;

}

.address-wrapper .email_box{

    background: url("../images/fixo/icon-email.png") no-repeat left center;

}

.address-wrapper .email_box span{

    font-size: 18px;

    position: relative;

    top: 11px;

}



.copy{

    background: #194d81;

    padding: 12px 0;

}

.copy_ span{

    color: #fff;



}





div.inner-wrapper{

    margin-top: 140px;

}

.pager-wraper{

    margin-top: 10px;

}

div.inner-wrapper .left span{

    color: #616161;

    font-size: 14px;

    display: block;

    margin-top: 4px;

    font-style: italic;

}

div.inner-wrapper .left{

    margin-right: 20px;

}

div.inner-wrapper article{

    min-height: 230px;

}







.contatos-wrapper {

    display: block;

    margin-top: 40px;

}

.contatos-wrapper > div > div{

    width: 100%;

    margin-bottom: 20px;

    float: left;

}

.contatos-wrapper p{

    font-size: 16px;

}

.contatos-wrapper > div{

    display: block

}

.contatos-wrapper strong{

    text-transform: uppercase;

    color: #194d81;

    font-weight: normal;

    font-size: 16px;

    font-family: 'prelo_boldbold';

    display: block;

}





.galeria img{

    width: 100%;

    height: auto;

}

.galeria figure:hover > div img{

    transform: scale(1.1, 1.1);

    -webkit-transform: scale(1.1, 1.1);

    -moz-transform: scale(1.1, 1.1);

    -ms-transform: scale(1.1, 1.1);

    -o-transform: scale(1.1, 1.1);

}

.galeria figure > div img{

    position: relative;

    z-index: 1;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

    -moz-transition: all ease-in-out 0.3s;

    -ms-transition: all ease-in-out 0.3s;

    -o-transition: all ease-in-out 0.3s;

}

.galeria figure > div{

    overflow: hidden;

    position: relative;

    z-index: 2;

}

.galeria figcaption span{

    text-align: center;

    font-size: 14px;

}

.form-group > div{
    margin-bottom: 10px;
}

button.btn-medio{
    border: 1px solid #6d8dae;
    background: transparent;
    color: #6d8dae;
    padding: 15px 30px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'prelo_mediummedium';
    text-decoration: none !important;
}
.checkbox-inline{
    font-size: 15px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.text-align-right {
    text-align: right;
}

.rights-bg {
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}

.rights-bg .crp-logo {
    font-size: 30px;
    float: right;
    margin-left: 10px;
    padding: 10px 0px;
}

.rights-bg a {
    color: white;
}

.crp-logo:before {
    content: "\61";
    color: #fff;
    font-size: 24px;

}

[class^="crp-"]::before, [class*=" crp-"]::before {
    font-family: "crp" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rights-bg a {
    color: white;
}

.rights-bg .crp-logo {
    font-size: 30px;
}
