/* 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: '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, body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}

body {
    overflow: auto;
    background-color: #ffffff;
    margin: 0 auto ;
}

.container {
    color: #666666;
    max-width: 1360px;
}
    .container div {
         max-width: 1360px;
    }
header.container {
    border-top: 5px solid #b20303;
    background-color: #ffffff;
}

        .container nav, .container ul {
            background: transparent;
            border: 0;
            box-sizing: border-box;
		    text-align: center;
            outline: none;
            vertical-align: baseline;
            padding-left: 0px;
        }

    .container div {
        border: 0;
		text-align: left;
        outline: none;
        vertical-align: baseline;
    }

    .container a {
        text-decoration: none;
    }

    .container nav ul {
        list-style: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

.container div h1 {
    margin: 0px;
    padding: 0px;
    height: 89px;
}
.container .image img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 100%;
}

.container ul {
    list-style: none;
}

.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;
            white-space: nowrap;
            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:last-of-type {
                margin-right: 0px;
            }

footer.container {
    height: 30px;
    max-width: 1360px;
}

footer.container div{
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    font-size: 0.9em;
}

        footer.container img {
            height: 20px;
            width: auto;
            border:none;
        }

        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;
        }

.divmenu a {
    color: #bcbdc0;
}
        .divmenu a.active, .divmenu a:hover, .divmenu a:focus {
            color: #b20303;
            border: none;
            outline: 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;
}

.class_img
{
    width: 100%;
}

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;
}
.divtopL {
    width:250px;
    height:20px;
    margin: 10px 5px 5px 5px;
    line-height: 20px;
}

    div.divtopL a {
        display: block;
        white-space: nowrap;
        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: 10px;
    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;
}

    /* menu */
.menu_1,.menu_item_1 {
    line-height:25px;
}
.menu_item_1 {
    font-weight: bold;
    text-transform: uppercase;
}
.menu_item_2 {
    line-height:20px;
}

/* Carousel slider */
    .container #slider {
        left: 0;
        position: relative;
        right: 0;
        margin: 0 auto;
    }
    .container #slider .slide {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 600ms ease-in-out;
        max-width: 1360px;
    }

        .container #slider .slide.active {
            opacity: 1;
            position: relative;
            z-index: 1;
        }

    .container #slider .slider-arrows, .container #slider .content {
        height: 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
    }

        .container #slider .slider-arrows div, .container #slider .content div {
            margin: 0 auto;
            visibility: hidden;
        }


        .container #slider .slider-arrows a {
            position: relative;
            top: -1rem;
            visibility: visible;
            cursor: pointer;
            height: 27px;
            width: 17px;
            display: block;
            z-index: 100;
        }

            .container #slider .slider-arrows a:hover {
                background-position: center bottom;
            }

       section ..container #slider .content div div {
            float: right;
            margin-right: 2rem;
        }

        .container #slider .slider-arrows .right {
            background: url(../images/slider-arrow-right.png) no-repeat center top;
            float: right;
            margin-right: 2rem;
        }

        .container #slider .slider-arrows .left {
            background: url(../images/slider-arrow-left.png) no-repeat center top;
            float: left;
            margin-left: 2rem;
        }

        .container #slider .content > div {
            margin: 0 auto;
        }

      .container #slider .slider-controls {
        height: 0;
        position: absolute;
        right: 1em;
        width: 100%;
        top: 1em;
        z-index:2;
    }
        .container #slider .slider-controls ul {
            margin: 0 auto;
            text-align: right;
        }

        .container #slider .slider-controls li {
            display: inline-block;
            padding: 0;
        }
		/* Para não aparecer o último quadradinho*/
		.container #slider .slider-controls li:last-child {
            display: none!important;
            padding: 0;
        }

         .container #slider .slider-controls li span {
                background-color: rgba(255,255,255,0.2);
            }
            .container #slider .slider-controls li.active span {
                background-color: rgba(255,255,255,1);
            }

        .container #slider .slider-controls a {
            display: block;
            cursor: pointer;
            padding: .4rem 0 .4rem .4rem;
            height: 18px;
        }

        .container #slider .slider-controls span {
            display: block;
            background-color: rgba(255,255,255,0.2);
            height: 0.5rem;
            width: 0.5rem;
        }

          .container #slider .content > div {
            display: table-cell;
            vertical-align: bottom;
        }

        .container #slider .slide {
            min-height: inherit;
            height: inherit;
            width: 100%;
        }

        .container #slider .links  {
            background: transparent;
            position: relative;
            right: 0;
            z-index: 100;
            bottom: 3em;
            float: right;
        }
        .container #slider .links a img{
            position: relative;
            margin-right: 9em;
        }

     #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;
        }

#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;
    }

    #avisoLegalJS {
        width: 100vw !important;
        margin-left: 0 !important;
    }

}

@media screen and (min-width: 1020px) {
    header.container {
        height: 117px;
    }

}
/* Mobile */
@media screen and (max-width: 29.749rem) {

    .barra {
        display: none;
    }
    .container #slider .slider-arrows .left {
        margin-left: 0.5rem;
    }
    .container #slider .slider-arrows .right {
        margin-right: 0.5rem;
    }
}

/* Mobile  & ipad */
@media screen and (min-width: 29.75rem) and (max-width: 52.499rem) {
    .barra {
        display: none;
    }
     .container #slider.content {
        top: 40%;
    }

}

/* desktop 1024*/
@media screen and (min-width: 52.5rem) {
    header.container:after {
        content: "";
        display: table;
        clear: both;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
    }
     .container #slider .content {
        display: table;
        min-height: inherit;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .container #slider .content > div > div {
        min-height: 0 !important;
    }
    .container #slider {
        min-height: inherit;
        height: inherit;
    }

    .container #slider .slide {
        min-height: inherit;
        height: inherit;
        width: 100%;
    }

    .container #slider .content {
        display: table;
        min-height: inherit;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

            .container #slider .content > div > div {
                width: 100%;
                box-sizing: content-box;
            }

                .container #slider .content > div > div:after,.container #slider .content > div > div:before {
                    content: "";
                    display: block;
                    height: 100%;
                    text-align: right;
                    top: 0;
                }

         .container #slider .slider-controls li span {
                background-color: rgba(255,255,255,0.2);
            }
            .container #slider .slider-controls li.active span {
                background-color: rgba(255,255,255,1);
            }

        .container #slider .slider-controls a {
            display: block;
            cursor: pointer;
            padding: .4rem 0 .4rem .4rem;
            height: 18px;
        }

        .container #slider .slider-controls span {
            display: block;
            background-color: rgba(255,255,255,0.2);
            height: 0.5rem;
            width: 0.5rem;
        }
}
@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) {

    footer.container div {
        font-size: 8px;
        padding-left: 5px!important;
    }

    footer.container div img{
        height: 1.5em;
    }
    .container #slider .slider-controls span {
        display: block;
        background-color: rgba(255,255,255,0.2);
        height: 0.3rem;
        width: 0.3rem;
    }

     .container #slider .slider-controls {
        right:1em;
    }

    .container #slider .links {
        bottom: 1.5em;
    }
}
@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: 481px) and (max-width: 640px) {

   footer.container div {
        font-size: 10px;
        padding-left: 10px!important;
    }

    footer.container div img{
        height: 2em;
    }

     .container #slider .slider-arrows .right {
            margin-right: 0.5rem;
        }
        .container #slider .slider-arrows .left {
            margin-left: 0.5rem;
        }
}
@media screen and (min-width: 641px) and (max-width: 840px) {

    .container #slider .slider-arrows .right {
            margin-right: 0.5rem;
        }

        .container #slider .slider-arrows .left {
            margin-left: 0.5rem;
        }
}

@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: 980px) {
    .container #slider .slider-controls span {
        display: none;
    }
}
@media screen and (min-width: 1281px){

    header.container .divmenub {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 0.875em;
    }
}
