﻿/* CSS Document*/

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC55F.ttf'); /*if IE */
    src: local("PT Sans Caption"), url("../content/fonts/PT SANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN57F.ttf'); /*if IE */
    src: local("PT Sans Narrow"), url("../content/fonts/PT SANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS55F.ttf'); /*if IE */
    src: local("PT Sans"), url("../content/fonts/PT SANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC75F.ttf'); /*if IE */
    src: local("PT Sans Caption Bold"), url("../content/fonts/PT SANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN77F.ttf'); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../content/fonts/PT SANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS56F.ttf'); /*if IE */
    src: local("PT Sans Italic"), url("../content/fonts/PT SANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS75F.ttf'); /*if IE */
    src: local("PT Sans Bold"), url("../content/fonts/PT SANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PT SANS/PTS76F.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PT SANS/PTS76F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font-size: 1em;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    min-width: 400px;
}

body {
    background-color: #ffffff;
    margin: 0 auto ;
    color: #646464;
}

h2 {
    font-family: 'PT Sans';
}

p, span {
    font-family: PT SANS;
}

.container {
    color: #666666;
    max-width: 1360px;
}

header.container {
    border-top: 5px solid #b20303; /* linha vermelha em cima*/
    margin: 0 auto;
}

        .container nav, .container ul {
            background: transparent;
            border: 0;
            box-sizing: border-box;
		    text-align: center;
            outline: none;
            vertical-align: baseline;
            padding-left: 2px;
        }

    .container div {
        border: 0;
        box-sizing: border-box;
		text-align: left;
        outline: none;
        vertical-align: baseline;
    }

    .container a {
        text-decoration: none;
    }

.container img {
    border: none;
}
    .container nav ul {
        list-style: none;
        margin: 0px;
    }

    .container table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .container input[type=submit],
    .container input[type=reset] {
        line-height: 1.5rem;
        color: #fff;
        display: inline-block;
        padding: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        transition: all 150ms ease-in-out;
    }

.container input[type=submit], .container input[type=reset]
, .container h1, .container h2, .container h3, .container h4, .container h5, .container h6
, .container .preface,  nav
,  .content > p {
    font-weight: lighter;
}

.content ul li strong
, header.container > h1 {
    font-weight: normal;
    letter-spacing: normal;
}

.content > h2
{
    font-size: 2.1rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.content > h3
{
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2rem;
}

.container h3, .container h4, .container h5, .container h6 {
    color: #b20303;
    text-transform: uppercase;
}

.container h1, .container h2 {
    color: #b20303;
    text-transform: uppercase;
}

.container div h1 {
    margin: 0px;
    padding: 0px;
    height: 89px;
}
.container .image img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.container strong {
    font-weight: bold;
}

.container i, .container em {
    font-style: italic;
}

.container a,.container input[type=submit]
, .container input[type=reset] {
    cursor: pointer;
}

.container input {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .container input:not([type=submit]),.container input:not([type=reset]) {
        padding-right: 1rem;
        padding-left: 1rem;
    }

.container figcaption {
    font-style: italic;
    text-align: center;
}

.container ul {
    list-style: none;
}

.container .preface {
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2rem;
    color: #cccabf;
    max-width: 60rem;
    padding: 0 0 2rem;
}

.container .hidden {
    display: none;
}

    header.container > h1 {
        letter-spacing: .05em;
        letter-spacing: .2em;
    }

		 .container nav li {
            display: inline-block;
			margin-right: 0.5em;
			width: 13%;
			height: 1.5em;
			line-height: 1.5em;
        }

        .container nav li a {
            display: block;
            text-align: center;
             color: #ffffff;
             text-transform: uppercase;
        }

     .container nav li a.active
     , .container nav li a:hover
     , .container nav li a:focus {
            color: #ffffff;
            background-color: #666666 ;
        }
          .container nav li:first-of-type {
                margin-left: 0px;
                padding-left: 0px;
            }
            /*.container nav li:nth-child(1), .container nav li:nth-child(6) {
                width: 10%;
            }*/
            .container nav li:last-of-type {
                margin-right: 0px;
            }

footer.container {
    height: 20px;
    max-width: 1360px;
    margin: 0 auto;
}

footer.container div{
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    font-size: 0.9em;
}
    footer.container span {
        font-size: 10px;
    }
    footer.container img {
        height: 20px;
        width: auto;
        border:none;
    }
 #conteudo > header > h1 {
    margin: 0 0 1em;
}

 nav {
    color: white;
}

 .content ul li {
    margin-bottom: 2.5rem;
}

     .content ul li strong {
        color: #cccabf;
        display: block;
        margin: 0 0 1rem;
        text-transform: uppercase;
    }

 .content p {
    margin-bottom: 1rem;
}

     .content p + img {
        margin-top: 2rem;
    }

 .content .highlighted {
    color: #cccabf;
    text-transform: uppercase;
}

 form .errors,  form .success {
    padding: 1.5rem;
}

 form .errors {
    position: relative;
    top: 1px;
}

     form .errors ul {
        column-count: 1;
        margin-top: 1.5rem;
    }

     form .errors li {
        display: block !important;
        margin-bottom: 0;
    }

 form input::-webkit-input-placeholder,  form textarea::-webkit-input-placeholder {
    color: #cccabf;
    text-transform: uppercase;
}

 form input:-moz-placeholder,  form textarea:-moz-placeholder {
    color: #cccabf;
    text-transform: uppercase;
}

 form input::-moz-placeholder,  form textarea::-moz-placeholder {
    color: #cccabf;
    text-transform: uppercase;
}

 form input:-ms-input-placeholder,  form textarea:-ms-input-placeholder {
    color: #cccabf;
    text-transform: uppercase;
}

 form {
    color: #404040;
}

 form .field {
    position: relative;
}

 form .field-text:not(.visuallyhidden),  form .field-email {
    border-bottom: 1px solid #cccccc;
}

     form .field-text:not(.visuallyhidden) label,  form .field-email label {
        left: 0;
        position: absolute;
        width: 12rem;
    }

 form input[type=checkbox] {
    position: absolute;
    left: -1000%;
}

     form input[type=checkbox]:before {
        border: 1px solid #cccccc;
        content: '';
        display: inline-block;
        font-size: 1.5em;
        height: 1.5rem;
        left: 1000%;
        line-height: 1.5rem;
        margin-right: 1rem;
        position: absolute;
        text-align: center;
        top: 0;
        width: 1.5rem;
    }

     form input[type=checkbox]:checked:before {
        content: "x";
    }

.-ms-  form input[type=checkbox] {
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
}

    .-ms-  form input[type=checkbox]:before {
        content: none !important;
    }

 form .field-checkboxlist {
    position: absolute;
}

     form .field-checkboxlist .checkboxList label {
        padding-left: 2.5rem;
    }

 form input:not([type=submit]),  form input:not([type=reset]), form textarea {
    line-height: 1rem;
    display: block;
    padding: 0.3rem;
    width: 100%;
    margin-bottom: 1em;
}

 form div.enviar {
   text-align: left;
   width:8em;
   padding-top: 1em;
   float:left;
}

 form textarea {
    resize: vertical;
}

     #slider {
        font-weight: lighter;
        left: 0;
        position: absolute;
        right: 0;
    }

     #slider .slide {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 600ms ease-in-out;
    }

         #slider .slide.active {
            opacity: 1;
            position: relative;
            z-index: 1;
        }

     #slider .slider-arrows, section .container #slider .content {
        height: 0;
        position: absolute;
        left: 0;
        width: 100%;
    }

         #slider .slider-arrows div, section .container #slider .content div {
            max-width: 1360px;
            margin: 0 auto;
            visibility: hidden;
        }


         #slider .slider-arrows a {
            position: relative;
            top: -1em;
            visibility: visible;
            cursor: pointer;
            height: 27px;
            width: 17px;
            display: block;
            z-index: 100;
        }

             #slider .slider-arrows a:hover {
                background-position: center bottom;
            }

       section .container #slider .content div div {
            float: right;
            margin-right: 2rem;
        }

         #slider .slider-arrows .right {
            background: url(../images/slider-arrow-right.png) no-repeat center top;
            float: right;
            margin-right: 2rem;
        }

         #slider .slider-arrows .left {
            background: url(../images/slider-arrow-left.png) no-repeat center top;
            float: left;
            margin-left: 2rem;
        }

     .content > p {
        text-transform: uppercase;
    }

     .content > p:first-child,  .content > p:nth-child(2) {
        background: #cccabf;
        color: #fff;
        margin: 0;
        padding: 1.5rem;
    }

     .content > p:first-child {
        font-size: 2em;
        letter-spacing: normal;
        line-height: 2.5rem;
    }

 .content img {
    padding-top: 1rem;
}

    header.container .divmenub {
        color: #bcbdc0;
        height:1.5em;
        width: 1.5em;
        float: left;
        padding-left:1%;
        position: relative;
    }

.divmenub img {
    height: 1.5em;
    border: none;
}

/* Idioma */
#linguas
{
    top: 1em;
    right: 0em;
    float: right;
    padding-right: 20px;
    position: relative;
}

    #linguas a {
        color: #000000;
        text-decoration: none;
        height: 1em;
        float: left;
    }

#linguas a:hover
{
	color: #b40200;
    text-decoration: none;
    height: 1em;
    float: left;
}

/* Texto */
.two_texto
{
    text-align: left;
    font-weight: normal;
	font-style: normal;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.three_texto
{
    text-align: left;
}

.roxo
{
    color: #6f2213;
}

 p.preface1,  span.preface1 {
    font-size: 1.2em;
    line-height: 1.5rem;
    color: #000000;
    max-width: 60rem;
    text-align: left;
    font-size: 1em;
}

.vermelho
{
    color: #bc3c19;
}

.class_img
{
    width: 100%;
}

.sem_margem {
    margin-bottom: 0px!important;
}

/* Contato */
.button_pt, .button_en, .buttonclean_pt, .buttonclean_en
	{
		min-width: 139px;
        min-height:45px;
        border: 0em;
	}

    .button_pt
    {
        background-image: url("../images/navegacao/enviar.png")!important;
        background-repeat: no-repeat!important;
    }

    .button_pt:hover
    {
        background-image: url("../images/navegacao/enviar_over.png")!important;
        background-repeat: no-repeat!important;
    }
    .button_en
    {
        background-image: url("../images/navegacao/send.png")!important;
        background-repeat: no-repeat!important;
    }

    .button_en:hover
    {
        background-image: url("../images/navegacao/send_over.png")!important;
        background-repeat: no-repeat!important;
    }

    .buttonclean_pt
    {
        background-image: url("../images/navegacao/limpar.png")!important;
        background-repeat: no-repeat!important;
    }

    .buttonclean_pt:hover
    {
        background-image: url("../images/navegacao/limpar_over.png")!important;
        background-repeat: no-repeat!important;
    }

   .buttonclean_en
    {
        background-image: url("../images/navegacao/clean.png")!important;
        background-repeat: no-repeat!important;
    }

    .buttonclean_en:hover
    {
        background-image: url("../images/navegacao/clean_over.png")!important;
        background-repeat: no-repeat!important;
    }

#bt_voltar {
    position: absolute;
    top: 20px;
}

.bt_voltar {
    width:35px;
    height:33px;
    background-image: url("../images/ficha/voltar.jpg")!important;
    background-repeat: no-repeat!important;
}

.bt_voltar:hover {
    width:35px;
    height:33px;
    background-image: url("../images/ficha/voltar_over.jpg")!important;
    background-repeat: no-repeat!important;
}

#divvoltar {
    margin: auto;
    max-width:1280px;
}
    #divvoltar a {
        display: block;
        width:101px;
        height: 31px;
    }

.button_voltar {
    width:100px;
    background-image: url("../images/navegacao/voltar.png")!important;
    background-repeat: no-repeat!important;
}

.button_voltar:hover {
    width:100px;
    background-image: url("../images/navegacao/voltar_over.png")!important;
    background-repeat: no-repeat!important;
}

.button_back {
    width:100px;
    background-image: url("../images/navegacao/back.png")!important;
    background-repeat: no-repeat!important;
}

.button_back:hover {
    width:100px;
    background-image: url("../images/navegacao/back_over.png")!important;
    background-repeat: no-repeat!important;
}

      #slider .content > div {
            margin: 0 auto;
        }

       #slider .slider-controls {
        height: 0;
        position: absolute;
        right: 1em;
        width: 100%;
        top: 1em;
        z-index:2;
    }
         #slider .slider-controls ul {
            margin: 0 auto;
            max-width: 1360px;
            text-align: right;
        }

         #slider .slider-controls li {
            display: inline-block;
            padding: 0;
        }

          #slider .slider-controls li span {
                background-color: rgba(255,255,255,0.2);
            }
             #slider .slider-controls li.active span {
                background-color: rgba(255,255,255,1);
            }

         #slider .slider-controls a {
            display: block;
            cursor: pointer;
            padding: .4rem 0 .4rem .4rem;
            height: 18px;
        }

         #slider .slider-controls span {
            display: block;
            background-color: rgba(255,255,255,0.2);
            height: 0.5rem;
            width: 0.5rem;
        }

           #slider .content > div {
            display: table-cell;
            vertical-align: bottom;
        }

         #slider .slide {
            min-height: inherit;
            height: inherit;
            width: 100%;
        }

         #slider .links  {
            background: transparent;
            position: relative;
            right: 0;
            z-index: 100;
            bottom: 3em;
            float: right;
        }
         #slider .links a img{
            position: relative;
            margin-right: 9em;
        }

nav ul li:nth-child(1) {
    background-color: #b40200;
}
nav ul li:nth-child(2) {
    background-color: #059fc3;
}
nav ul li:nth-child(3) {
    background-color: #3cca9a;
}
nav ul li:nth-child(4) {
    background-color: #f29715;
}
nav ul li:nth-child(5) {
    background-color: #6acde4;
}
nav ul li:nth-child(6) {
    background-color: #b5c80c;
}
nav ul li:nth-child(7) {
    background-color: #b132b2;
}
nav ul li:nth-child(8) {
    background-color: #a978f5;
}
/* Menu lateral*/
#menulat {
    float:left;
    position:absolute;
    left:0;
    display:none;
    z-index:1000;
    background-color: #ffffff;
    height: 100px;
}

.divmenu {
   position:absolute;
   z-index:1001;
   top:0px;
   background-color: #666666;
   padding: 5px;
   border: 1px solid #666666!important;
}

.divmenu a {
    color: #bcbdc0;
}
        .divmenu a.active, .divmenu a:hover, .divmenu a:focus {
            color: #b20303;
            border: none;
            outline: none;
        }
.divtopL {
    width:250px;
    height:20px;
    margin: 10px 5px 5px 5px;
    line-height: 20px;
}

    div.divtopL a {
        display: block;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 20px;
    }

     div.divtopL a.active, div.divtopL a:hover, div.divtopL a:focus {
            color: #ffffff!important;
            background-color: #999999;
        }

.openML {
    width:40px;
    height:25px;
}

.square{
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
    padding: 5px;
    line-height: 20px;
}
.square2 {
    background-color: #b40200;
}
.square3 {
    background-color: #059fc3;
}
.square4 {
    background-color: #3cca9a;
}
.square5 {
    background-color: #f29715;
}
.square6 {
    background-color: #6acde4;
}
.square7 {
    background-color: #b5c80c;
}
.square8 {
    background-color: #b132b2;
}
.square9 {
    background-color: #a978f5;
}


/* Video */
.embed_container {
    position: relative;
    padding-bottom: 45%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed_container iframe,
.embed_container object,
.embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MAPA */
#mapdiv {
    background-color: #D9D9D9;
}
#map_canvas {
    width: 100%;
}
#map_canvas .info_window
{
    min-height: 100px;
    overflow-x: hidden;
}

.mapa_img img{
    width:100%;
    height: auto;
}

.imgcredit {
    font-style: italic;
}
        .gm-style-iw {
            min-height: 230px;
            min-width: 250px;
        }

.info_window {
    width: 500px;
}
.infowindowtit {
    font-weight: bold;
    padding: 5px 0;
    font-size: 16px;
}

a.alink1, a.alink2, a.alink3, a.alink4, a.alink5, a.alink6, a.alink7, a.alink8 {
    font-family: 'Montserrat', sans-serif;
}

a.alink1
,a.alink1:focus
,a.alink1:visited {
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 2px 5px;
    color: #ffffff!important;
    border-bottom: none!important;
}

a.alink2, a.alink3,a.alink4,a.alink5,a.alink6,a.alink7
a.alink2:focus, a.alink3:focus,a.alink4:focus,a.alink5:focus,a.alink6:focus,a.alink7:focus
,a.alink2:visited, a.alink3:visited,a.alink4:visited,a.alink5:visited,a.alink6:visited,a.alink7:visited {
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 60px;
    padding: 2px 5px;
    color: #ffffff!important;
    border-bottom: none!important;
}

    a.alink1:hover {
        border-bottom: #b40200;
        color:#ffffff!important;
    }
a.alink2 {
    background-color: #b40200;
}
    a.alink2:hover {
        border-bottom: #b40200;
        color:#ffffff!important;
    }
a.alink3 {
    background-color: #2aaa7f;
}
    a.alink3:hover {
        border-bottom: #2aaa7f;
    color:#ffffff!important;
    }
a.alink4 {
    background-color: #f29715;
}
    a.alink4:hover {
        border-bottom: #f29715;
        color:#ffffff!important;
    }
a.alink5 {
    background-color: #6acde4;
}
    a.alink5:hover {
        border-bottom: #6acde4;
        color:#ffffff;
    }
a.alink6 {
    background-color: #b5c80c;
}
    a.alink6:hover {
        border-bottom: #b5c80c;
        color:#ffffff;
    }
a.alink7 {
    background-color: #a978f5;
}
    a.alink7:hover {
        border-bottom: #a978f5;
    color:#ffffff;
    }

#one
{
    position: relative;
}

#two
{
    display: inline-block;
    position: absolute;
    float: right;
    right: 0px;
    bottom: 0px;
    background-color: #b40200;
}
​ #two:hover, #two1:hover {
    background-color: #666666;
}

#one1
{
    position: relative;
    margin-bottom:20px;
}

#two1
{
    display: inline-block;
    position: absolute;
    float: right;
    left: 0%;
    bottom: 0px;
    background-color: #b40200;
}


 #three
{
    display: inline-block;
    position: absolute;
    float: right;
    right: 20px;
    bottom:10px;
}​
.carousellink {
   padding: 2px 5px;

}
.carousellink a, #two a, #three a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    padding: 5px 10px;
    text-transform: uppercase;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

#cmenuh {
    background-color: #ffffff;
    clear: both;
}
#cmenuh ul
{
    margin: 5px 0px;
    padding: 0;
    list-style-type: none;
    text-align: left;
    height: 40px;
}

#cmenuh ul li {
    display: inline;
    line-height: 40px;
    float: left;
    padding: .2em 1em;
}

    #cmenuh ul li:first-child {
        padding-left: 0px;
    }

#cmenuh ul li a
{
    text-decoration: none;
}

    #cmenuh ul li span {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }
    #cmenuh ul li:nth-child(1):hover
    {
        background-color: #ffffff!important;
    }
    #cmenuh ul li.li1:first-child, #cmenuh ul li.li2:first-child {
        text-transform: uppercase;
        color: #818181;
    }
     #cmenuh ul li.li1:first-child a, #cmenuh ul li.li2:first-child a{
        color: #818181;
    }
    #cmenuh ul li.li1:hover, #cmenuh ul li.li2:hover, #cmenuh ul li.li3:hover, #cmenuh ul li.li4:hover, #cmenuh ul li.li5:hover, #cmenuh ul li.li6:hover, #cmenuh ul li.li7:hover, #cmenuh ul li.li8:hover {
        background-color: #e7e7e7;
    }

a.noselec:hover, a.aselect1:hover, a.aselect2:hover, a.aselect3:hover, a.aselect4:hover, a.aselect5:hover, a.aselect6:hover, a.aselect7:hover, a.aselect8:hover {
    border-bottom: none!important;
}
#cmenuh ul li.li1 a:hover, #cmenuh ul li.li1 a.aselect1
{
    color: #b40200;
}

#cmenuh ul li.li1 span.aselect1, #cmenuh ul li.li4 span.aselect4, #cmenuh ul li.li7 span.aselect7{
    color: #b40200;
}

#cmenuh ul li.li1 span, #cmenuh ul li.li2 span,#cmenuh ul li.li3 span,#cmenuh ul li.li4 span,#cmenuh ul li.li5 span,#cmenuh ul li.li6 span {
    font-weight: bold;
}
#cmenuh ul li.li2 span.aselect2
,#cmenuh ul li.li2 a:hover, #cmenuh ul li.li2 a.aselect2
{
    color: #b40200;
}

#cmenuh ul li.li3 a:hover, #cmenuh ul li.li3 a.aselect3, #cmenuh ul li.li3 span.aselect3
{
    color: #2aaa7f;
}
#cmenuh ul li.li4 a:hover, #cmenuh ul li.li4 a.aselect4
{
    /*color: #f29715;*/
     color: #b40200;
}
#cmenuh ul li.li5 a:hover, #cmenuh ul li.li3 a.aselect5
{
    color: #6acde4;
}
#cmenuh ul li.li6 a:hover, #cmenuh ul li.li6 a.aselect6, #cmenuh ul li.li6 span.aselect6
{
    color: #b5c80c;
}
#cmenuh ul li.li7 a:hover, #cmenuh ul li.li7 a.aselect7
{
    color: #b132b2;
}
#cmenuh ul li.li8 a:hover, #cmenuh ul li.li7 a.aselect8
{
    color: #a978f5;
}
#cmenuh ul li a.noselec
{
    color: #818181;
}
#cmenuh ul li a.noselec span
{
    color: #818181;
}
#listagem,.cmenut span {
    float: right;
}
#listagem span {
  margin-right: 5px;
}
#listagem span {
  height: 23px;
}
.cmenut {
  height: 23px;
  width: 110px;
  text-align: right;
}
a.li1 {
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 50px;
    padding: 2px 5px!important;
    /*background-color: #b40200;
    color: #ffffff!important;*/
}

/* Detalhe */
#conteudo {
    max-width:1350px;
    margin: 0 auto;
    background-color: #ffffff;
    width: 97%;
}

    #conteudo a {
        text-decoration: none;
    }

    #conteudo a.alink, footer.container a.alink
     {
        color: #b40200!important;
    }
    #conteudo a.alink:hover, footer.container a.alink:hover{
        border-bottom: 1px solid #b40200!important;
    }
        #conteudo a:hover img, a.alink img:hover {
            border: none;
        }

             #conteudo a.alinks, footer.container a.alinks
     {
        color: #666666!important;
    }
    #conteudo a.alinks:hover, footer.container a.alinks:hover{
        border-bottom: 1px solid #666666!important;
    }
        #conteudo a:hover img, a.alinks img:hover {
            border: none;
        }
     #conteudo .cesquerda
    {
	    width: 40%;
        min-width:450px;
	    float: left;
        height: auto;
        margin-bottom: 20px;
    }

         #conteudo .cesquerda a
        {
	        text-decoration: none;
        }

     #conteudo .cdireita
    {
	    width: 55%;
	    float: left;
        margin-bottom: 20px;
    }
    #conteudo .cdireita .cdireitacentro{
        margin-right:2%;
        margin-left:4%;
    }

     #conteudo .cdireita a
    {
	    text-decoration: none;
        height: 100%;
        border-bottom: 0px!important;
    }

        #conteudo .cdireita a:hover {
            height: 100%;
            border-bottom: 1px solid #333333;
        }

    #conteudo img {
        border:none;
    }
#detalheb {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
}

#titulo
{
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}

.titulo1 {
    color: #b40200;
}
.titulo2 {
    /*color: #059fc3;*/
    color: #b40200;
}
.titulo3 {
    color: #2aaa7f;
}
.titulo4 {
    /*color: #f29715;*/
    color: #b40200;
}
.titulo5 {
    /*color: #6acde4;*/
    color: #b40200;
}
.titulo6 {
    color: #b5c80c;
}
.titulo7 {
    color: #b132b2;
}
.titulo8 {
    color: #a978f5;
}

#conteudobg .texto {
    margin-bottom: 0px;
}

#conteudobg .texto a{
    display: inline-block;
}

.texto {
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'PT Sans';
}

.texto a{
    display: inline-block;
}
/* Galeria de imagens */
#dlImages {
    margin: 0 auto;
}

table.itemo {
    border: 7px solid #f4f4f4;
    margin: 4px;
    height: 300px;
}

table.itemo td {
    position: relative;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

    table.itemo td.baixo {
        height: 100px;
        max-width: 236px;
        padding-top: 5px;
    }
     table.itemo td.baixo p{
        margin: 0px;
    }
table.itemo td img {
  z-index:-1;
}

table.itemo:nth-child(4) {
    margin-right: 0px;
}
    /* Galeria album */
        .loader
        {
            height: 50px;
            width: 100px;
        }

        /* Obras */
       .itemo
        {
            margin: 0 auto;
            vertical-align: middle;
        }
        .itemo .body
        {
            width: 236px;
            height: 180px;
            border: 0px;
        }

        .itemo .img_fileo {
            height: 240px;
            max-width: 236px;
            width: 100%;
            overflow: hidden;
            margin: 0 auto;
            display: block;
            vertical-align: middle;
            text-align: center;
        }

        .itemo .image
        {
            width: auto;
            height: 100%;
            max-height:240px;
            max-width: 236px;
            border: 0px;
        }

table.itemo td img {
    display: block;
     margin-left: auto;
    margin-right: auto;
}

        /* museu */
#parte20, #parte20 img, #parte20 a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

    #parte20 a
    {
        width: 100%;
        height: auto;
    }

    #parte20 img {
        border: none;
    }

#parte10 {
    /*background-color: #666666;*/
  width: 100%;
}
#div1m {
    width: 100%;
}
#div1m #two
{
    bottom: 4px!important;
}

#div3m
{
    line-height: 20px;
    width: 35%;
    float: right;
}
#parte20 a,#parte20 a:hover,#parte20 a img,#parte20 a img:hover {
    text-decoration:none;
    border-bottom: none;
}

#parte30 {
    margin-bottom: 10px;
}
.threecolumns {
    width: 100%;
    clear: both;
}
    .threecolumns div.threediv {
        width: 32%;
        float: left;
        background-color:#ffffff;
    }
    .threecolumns div.twodiv {
        width: 65%;
        float: left;
        background-color:#ffffff;
        padding-bottom: 20px;
        padding-top: 20px;
    }
        .threecolumns div img {
            width: 100%;
            border: none;
        }

    .threecolumns .threeimg {
        max-height: 300px;
        overflow: hidden;
    }
        .threecolumns div.threediv:nth-child(1), .threecolumns div.threediv:nth-child(2) {
            margin-right: 2%;
        }
        .threecolumns div.threediv div.threeimg, .threecolumns div.threediv div.threecontent{
            width: 100%;
            float: none;
        }

        .threecolumns .threecontent {
            padding-top: 2%;
            padding-left: 2%;
            padding-right: 2%;
            padding-bottom: 25px;
            width: 94%;
        }

    .threecolumns div p {
        color: #000000;
    }

    /* menu */
.menu_1,.menu_item_1 {
    line-height:25px;
}
.menu_item_1 {
    font-weight: bold;
    text-transform: uppercase;
}
.menu_item_2 {
    line-height:20px;
}

#flashcontent {
  height: 100%;
}

.msgload {
    height: 0px;
}
#ilogo {
    padding-left: 26%;
}

/*************AVISO LEGAL***********/

#avisoLegalBckJS {
    width: 100vw !important;
    height: 100vh !important;
    position: absolute !important;
    z-index: 99999 !important;
    background-color: rgba(0,0,0,0.5) !important;
    top: 0 !important;
    overflow: auto;
}

#avisoLegalJS {
    width: 50vw !important;
    min-height: 50vh !important;
    position: absolute !important;
    z-index: 99999 !important;
    color: #000 !important;
    top: 5em !important;
    margin-left: 25% !important;
    background-color: #ffffff !important;
}

    #avisoLegalJS p {
        text-align: justify;
        padding: 2em;
        line-height: 2em;
    }

.opcoesAvisoLegal {
    margin: auto;
    text-align: center;
}

.rejeitaCookies, .aceitaCookies {
    min-width: 100px;
    height: 20px;
    padding: 1em;
    display: inline-block;
    cursor: pointer;
    margin: 2em;
    border-radius: 6px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

/*.aceitaCookies {
    background-color: mediumseagreen;
}

    .aceitaCookies:hover {
        background-color: lightgreen;
    }

.rejeitaCookies {
    background-color: lightcoral;
}

    .rejeitaCookies:hover {
        background-color: coral;
    }*/

.overflow-hidden {
    overflow: hidden !important;
}

.d-none {
    display: none !important;
}

/* ####################### */
/* ####################### */
/* ####################### */
@media screen and (max-width: 785px) {
    header .container nav {
        height: 0px;
        display: none;
    }

    .container nav {
        position: relative;
        padding-top: 0px;
    }

        .container nav:not(.active) a {
            height: 0;
            opacity: 0;
            padding: 0;
        }

        .container nav ul {
            display: none;
        }

    header.container .divmenub {
        float: none;
    }

    .threecolumns div.threediv , .threecolumns div.twodiv
    ,#conteudo .cesquerda
    ,#conteudo .cdireita {
        width: 90%!important;
        margin: 0 5%!important;
        float: none;
    }

    #div1m {
        width: 100%!important;
        margin: 0%!important;
    }
        .threecolumns div.threediv img {
            padding-top: 10px;
        }

    #avisoLegalJS {
        width: 100vw !important;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 999px) {
    header.container {
        height: 110px;
    }

    #conteudo .cdireita {
        width:52%;
    }

}
/* Mobile */
@media screen and (max-width: 29.749rem) {

    .barra {
        display: none;
    }

     #slider .slider-arrows .left {
        margin-left: 0.5rem;
    }
     #slider .slider-arrows .right {
        margin-right: 0.5rem;
    }
}

/* IPAD */
@media screen and (max-width: 52.499rem) {
     #slider .content {
        display: table;
        min-height: inherit;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

     #slider .content > div > div {
        min-height: 0 !important;
    }
}

/* Mobile  & ipad */
@media screen and (min-width: 29.75rem) and (max-width: 52.499rem) {

     #slider.content {
        top: 40%;
    }

    .barra {
        display: none;
    }

}

@media screen and (max-width: 980px) {
     #slider .slider-controls span {
        display: none;
    }
}

@media screen and (max-width: 1025px) {

    .html {
        font-size: 0.875em;
    }

    .info_window {
        max-width: 300px;
    }

    #conteudo {
        max-width: 97%;
    }

    header.container .divmenub {
        padding-left: 0px;
    }

    /* Galeria de imagens */
table.itemo {
    height: 280px;
}

    table.itemo td.baixo {
        height: 100px;
        max-width: 224px;
    }
        .itemo .body
        {
            width: 224px;
            height: 164px;
        }

        .itemo .img_fileo {
            height: 224px;
            max-width: 225px;
        }

        .itemo .image
        {
            max-height:225px;
            max-width: 224px;
        }

		#conteudo
		{
			background-image: none!important;
		}
         .container {
        margin-right: auto;
        margin-left: auto;
    }

     .content ul {
        column-count: 2;
        column-gap: 1.5rem;
    }

         .content ul li {
            display: inline-block;
        }

     .content p.left,  .content p.right {
        float: left;
        width: 50%;
    }

     .content p.right {
        clear: right;
    }

     .preface {
        float: left;
        width: 75%;
    }

     nav {
        text-align: right;
    }

         .content > p:first-child {
            padding-right: 50%;
            margin-bottom: 1.5rem;
        }

         .content > p:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
        }

     form .field-text,  form .field-email {
        padding-bottom:5px;
    }

     form .field-textarea {
        clear: both;
    }

     #slider {
        min-height: inherit;
        height: inherit;
    }

     #slider .slide {
        min-height: inherit;
        height: inherit;
        width: 100%;
    }

     #slider .content {
        display: table;
        min-height: inherit;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

             #slider .content > div > div {
                width: 100%;
                box-sizing: content-box;
            }

                 #slider .content > div > div:after, #slider .content > div > div:before {
                    content: "";
                    display: block;
                    height: 100%;
                    text-align: right;
                    top: 0;
                }

          #slider .slider-controls li span {
                background-color: rgba(255,255,255,0.2);
            }
             #slider .slider-controls li.active span {
                background-color: rgba(255,255,255,1);
            }

         #slider .slider-controls a {
            display: block;
            cursor: pointer;
            padding: .4rem 0 .4rem .4rem;
            height: 18px;
        }

         #slider .slider-controls span {
            display: block;
            background-color: rgba(255,255,255,0.2);
            height: 0.5rem;
            width: 0.5rem;
        }

    html {
        font-size: 0.875em;
    }
}

@media screen and (max-width: 260px) {
    footer.container div {
        font-size: 7px;
        padding-left: 0px!important;
    }

    footer.container div img{
        height: 1em;
    }
}

@media screen and (max-width: 480px) {

     #slider .slider-controls span {
        display: block;
        background-color: rgba(255,255,255,0.2);
        height: 0.3rem;
        width: 0.3rem;
    }

      #slider .slider-controls {
        right:1em;
    }

     #slider .links {
        bottom: 1.5em;
    }

    footer.container div {
        font-size: 8px;
        padding-left: 5px!important;
    }

    footer.container div img{
        height: 1.5em;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {

      #slider .slider-arrows .right {
            margin-right: 0.5rem;
        }
         #slider .slider-arrows .left {
            margin-left: 0.5rem;
        }

         footer.container div {
            font-size: 10px;
            padding-left: 10px!important;
        }

    footer.container div img{
        height: 2em;
    }
}

@media screen and (max-width: 359px) {
    #linguas a img {
        height: 1em;
    }
    #linguas a {
        padding-left: 7px !important;
        padding-right: 0 !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 840px) {

     #slider .slider-arrows .right {
        margin-right: 0.5rem;
    }

    #slider .slider-arrows .left {
        margin-left: 0.5rem;
    }
}

@media screen and (min-width: 1281px){
    #slider .links a img{
       margin-right: 10em;
    }
}

@media screen and (max-width: 640px) {
    header.container h1 a img {
        padding-top: 25px;
    }
}

    @media screen and (max-width: 768px) {
        #ilogo {
            padding-left: 0%;
            display: inline-block;
            margin-top: 0.5em;
        }
    }

    @media screen and (min-width: 785px) and (max-width: 858px) {
        #ilogo {
            padding-left: 0%;
        }
    }

    @media screen and (min-width: 766px) and (max-width: 858px) {
        #ilogo {
            padding-left: 0%;
        }
    }

    @media screen and (max-width: 636px) {
        /*    h1 a img {
        padding-top: 0.75em;
    }*/
        /*
    h1 a {
        padding-left: 0 !important;
    }*/
    }
