html, body {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

body {
    background-color: #003e54;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

a {
    color: #646363;
}

a:hover {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0px;
}

iframe {
    max-width: 100%;
}

.conteudos img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: normal;
}

.sub-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sub-menu li a {
}

.sub-menu li a:hover, .sub-menu li a.active {
}

/*CONTAINER RESOLUCOES*/
@media (min-width: 992px) {
    .container {
        width: 1000px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 768px) {
    .container-fluid, .container-fluid.cabecalho .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.btn-geral {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background-color: #00acd1;
    width: 95px;
    margin-top: 3px;
    padding: 5px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-geral:hover {
    background-color: #fff;
    color: #1a7dc0;
}

/*CORPO SITE*/
.corposite {
    background-color: #e6f3fd;
}

.corposite .container {
}

.corposite .container .row.conteudos {
    background-color: #fff;
}

@media (min-width: 769px) {
    .corposite .container .row.conteudos {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 18px;
        padding-left: 0px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

.corposite .col-esquerda {
    padding-left: 40px;
    padding-right: 40px;
}

.corposite .col-direita {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 769px) {
    .slideshow-geral {
        background-color: #007da1;
        background-image: url(../images/bg_slideshow-ondas.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 0px;
        position: relative;
        z-index: 0;
    }
}

@media (max-width: 768px) {
    .slideshow-geral {
        background-color: #fff !important;
        padding-bottom: 15px;
    }

    .slideshow-geral .container {
        padding: 0px;
    }
}

.slideshow-geral .carousel-caption {
    background-color: rgba(0, 172, 209, 0.5);
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-align: center !important;
    width: 100%;
    height: 80px;
    padding: 8px 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

.slideshow-geral .carousel-indicators {
    margin-bottom: 0px;
    bottom: 10px;
}

.slideshow-geral .carousel-indicators li {
    border: 1px solid #007da1;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
}

.slideshow-geral .carousel-indicators li.active {
    background-color: #007da1;
}

.slideshow-geral .glyphicon-chevron-left:before, .slideshow-geral .glyphicon-chevron-right:before {
    content: '';
}

.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 60px;
    display: block;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 1000;
}

.slideshow-geral .carousel-control.left {
    background-image: url(../images/bt_anterior-nv.png);
    margin: auto;
    left: 10px;
    top: 0px;
    bottom: 0px;
}

.slideshow-geral .carousel-control.right {
    background-image: url(../images/bt_seguinte-nv.png);
    margin: auto;
    right: 10px;
    top: 0px;
    bottom: 0px;
}

.slideshow-geral .carousel-control.left:hover, .slideshow-geral .carousel-control.right:hover {
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slideshow-geral .carousel-control.left:hover {
    background-image: url(../images/bt_anterior-over.png);
}

.slideshow-geral .carousel-control.right:hover {
    background-image: url(../images/bt_seguinte-over.png);
}

@media (max-width: 768px) {
    .slideshow-geral {
        text-align: center;
    }

    .slideshow-geral .carousel-caption {
        background-color: rgba(0, 172, 209, 1);
        height: auto;
        position: static;
    }

    .slideshow-geral .carousel-indicators {
        position: static;
        width: auto;
        margin: 10px 0px;
        /* display: inline-block; */
    }

    .slideshow-geral .carousel-control.left {
        top: 20%;
        bottom: auto;
    }

    .slideshow-geral .carousel-control.right {
        top: 20%;
        bottom: auto;
    }
}

/*RODAPE*/
.rodape-links {
    background-color: #003e54;
    color: #ffffff;
    text-align: center;
    border-bottom: solid 2px #13607b;
    height: auto;
    min-height: 40px;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.rodape-links a {
    color: #4cc7f1;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
}

.rodape-links a:hover {
    color: #fff;
}

.rodape-links a:after {
    content: '|';
    color: #3a6c7e;
    font-size: 13px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 700;
    display: inline-block;
}

@media (min-width: 769px) AND (max-width:992px) {
    .rodape-links a {
        font-size: 11px;
    }

    .rodape-links a:first-child {
        display: none;
    }

    .rodape-links a:after {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.rodape-links a:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    .rodape-links a {
        /* display: none; */
    }
}

.rodape {
    background-image: url(../images/bg_rodape-ondas.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
}

.rodape .col-rodape {
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .rodape .col-rodape {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 25px;
    }
}

@media (min-width: 769px) AND (max-width:992px) {
    .rodape .col-rodape {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.rodape .tit {
    font-family: 'Source Sans Pro', sans-serif;
    color: #4cc7f1;
    font-size: 16px;
}

.rodape .tit strong {
    font-weight: 300;
}

.rodape .icon {
    height: 15px;
    width: 15px;
    margin-right: 3px;
    margin-bottom: -3px;
    display: inline-block;
}

.rodape .icon.facebook {
    background-image: url(../images/bt_facebook.gif);
}

.rodape .container {
    padding-top: 45px;
    padding-bottom: 90px;
}

@media (min-width: 769px) {
    .rodape .container {
    }
}

.rodape a {
    color: #ffffff;
}

.rodape p {
    margin-bottom: 0px;
}

.rodape .logotipo {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.rodape .tit {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 2px;
}

.rodape .redesociais {
}

.rodape .redesociais a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: -3px;
    margin-right: 5px;
    margin-top: 5px;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9000em;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rodape .redesociais a:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}

.rodape .redesociais .bt_facebook {
    background-image: url(../images/bt_facebook-nv.png);
}

.rodape .redesociais .bt_twitter {
    background-image: url(../images/bt_twitter.png);
}

.rodape .redesociais .bt_googlemais {
    background-image: url(../images/bt_youtube.png);
}

.rodape .redesociais .bt_linkedin {
    background-image: url(../images/bt_linkedin-nv.png);
}

.rodape .redesociais .bt_instagram {
    background-image: url(../images/bt_instagram-nv.png);
}

.rodape .redesociais .bt_skype {
    background-image: url(../images/bt_skype.png);
}

.rodape .redesociais .bt_email {
    background-position: right 100%;
}

/*COPTYRIGHT*/
.copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #a19c77;
    padding-top: 20px;
    padding-bottom: 30px;
    display: none;
}

.copyright a {
    text-decoration: none;
    color: #a19c77;
}

.copyright p {
}

.formulario {
}

.formulario .form-group {
   /* text-transform: capitalize;*/
}

.formulario .form-control {
    background-color: #ffffff;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.formulario .btn-enviar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #ff0000;
}

.formulario .btn-cancelar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #1a7dc0;
}

@media (min-width: 1045px) {
    .contactoscabecalho {
        position: absolute;
        top: 153px;
        z-index: 1;
        margin-left: 15px;
    }
}

@media (min-width: 992px) AND (max-width: 1044px) {
    .contactoscabecalho {
        margin-top: 152px;
        position: absolute;
        margin-left: 15px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .contactoscabecalho {
        margin-top: 21%;
        position: absolute;
        margin-left: 0%;
    }
}

@media (min-width: 1045px) {
    .bandeirascabecalho {
        position: absolute;
        top: 152px;
        right: 15px;
        z-index: 1;
    }
}

@media (min-width: 992px) AND (max-width: 1044px) {
    .bandeirascabecalho {
        margin-top: 152px;
        position: absolute;
        margin-left: 93%;
    }
}

@media (min-width: 769px) AND (max-width: 991px) {
    .bandeirascabecalho {
        margin-top: 21%;
        position: absolute;
        margin-left: 91%;
    }
}

.contactoscabecalho {
}

.contactoscabecalho a .img-circle {
    background-color: #007da1;
    font-size: 17px;
    text-align: center;
    width: 26px;
    padding: 1px;
    display: inline-block;
}

.contactoscabecalho b {
    font-size: 18px;
    font-weight: 100;
    color: #003e54;
    margin-left: 5px;
    margin-right: 14px;
}

.contactoscabecalho a .img-circle img {
    margin-top: -2px;
    display: inline-block;
}

@media (max-width: 768px) {
    .bandeirascabecalho {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .bandeirascabecalho .lang a, .bandeirascabecalho .lang a.active, .cabecalho .lang a:after {
        color: #fff !important;
    }

    .contactoscabecalho {
        float: right;
        margin-top: 15px;
        position: static;
    }

    .contactoscabecalho a {
        margin-bottom: 5px;
        display: block;
    }
}

.cabecalho .lang {
    font-size: 16px;
}

@media (min-width: 769px) {
    .cabecalho .lang {
        line-height: normal;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .cabecalho .lang {
        text-align: center;
        margin: 15px 10px;
    }
}

.cabecalho .lang a {
    color: #4cc7f1;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.cabecalho .lang a:after {
    font-family: 'Source Sans Pro', sans-serif;
    content: '|';
    color: #4cc7f1;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 3px;
    font-weight: 300;
    display: inline-block;
}

.cabecalho .lang a:last-child:after {
    display: none;
}

.cabecalho .lang a.active {
    color: #007da1;
    font-weight: bold;
}
