/*!
Theme Name: cinco-estrelas
Theme URI: http://cinco-estrelas.pt/
Author: Imagine Virtual
Author URI: http://imaginevirtual.com
Description: Description
Version: 1.0.0
License: Protected private property
License URI: http://cinco-estrelas.pt/termos-e-condicoes/
Text Domain: cinco-estrelas
Tags:

cinco-estrelas is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Custom
# Media Queries
# Clearfix
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #20d3b0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
   
}

.page-template-page-vencedores img{
    height:100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    vertical-align: -webkit-baseline-middle;
}


/*--------------------------------------------------------------
# Custom main site
--------------------------------------------------------------*/

body {
    background: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 135%;
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #00b390;
}

h5 {
    font-weight: bolder;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

table tbody,
table tfoot,
table thead {
    background: none;
    border: none;
}

section {
    width: 100%;
}

.imgce {
    background: #d6d6d6;
    border: 2px dashed #bdbdbd;
    width: 100%;
    height: 300px;
}

.site-header {
    background: rgba(28, 28, 28, .98);
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 150px;
}


.custom-logo-link {
    float: left;
    
    text-align: center;
}

.site-branding {
    z-index: 1001;
}


.site-branding img {
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.head-title {
    text-align: center;
    margin-top: 20%;
}

.main-navigation {
    position: relative;
    z-index: 1000;
    /* top: 15px; */
}

.nav-menu {
    list-style: none;
    float: right;
}

.nav-menu li {
    float: left;
}

.nav-menu li a {
    color: white;
    border-left: 1px solid;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    border-color: white;
}

.nav-menu li:first-child a {
    border-left: none;
}

.current-menu-item a {
    color: #0f8c75!important;
    font-weight: bolder;
}

a:focus,
a:hover {
    color: #1c1c1c;
}

.menu-menu-1-container {
    bottom: 20%;
    position: absolute;
    right: 2.5%;
}

.menu-mobile span{
    font-size: 30px;
    color: white;
    margin-top: 35px;
    text-align: center;
    width: 100%;
    display: none;
    cursor: pointer;
}


/* SEARCH */
.searchform {
    z-index: 1003;
    position: relative;
    margin-top: 40px;
    width: 80%;
    float: right;
}
#s:focus {
    width: calc(94% - 20px);
    max-width: 450px;
    float: left;
    background: none;
    border-bottom: none;
    margin: 5px 0 0 45%;
    transition: 0.5s;
}

#s {
    width: calc(100% - 20px);
    max-width: 13%;
    float: left;
    background: none;
    border-bottom: none;
    margin: 5px 0 0 82%;
    transition: 0.5s;
}

.lupa {
    width: 20px;
    height: 20px;
    background: url(img/lupa.png);
    display: block;
    float: right;
    background-size: 100%;
    margin-top: 15px;

}

.cookie-message{
    font-size: 12px;
    position: fixed;
    background: rgba(53, 53, 53, 0.92);
    color: white;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 2000;
    padding-top: 21px;
    bottom: 0;
}
#fvpp-close{
    display: none;
}
.cookie-message div {
    font-size: 12px;
   
}
.cookie-eater{
    color:#20d3b0;
}

.site-title {
    display: none;
}

.titulos {
    text-align: center;
    font-weight: bold;
    font-size: 4vh;
    color: #00b390;
}

.button {
    background: #20d3b0;
    text-transform: uppercase;
    padding: .85em 3em;
    margin: 0;
}

.search-submit{
    background: #202020;
    text-transform: uppercase;
    padding: .85em 3em;
    margin: 0;
    border: none;
    width: 100%;
    color: white;
}
.button-vencedor{
    color:white;
    width: 100%;
    background:#c1c1c1;
    
}

.button-vencedor:hover{
 
    background:#a0a0a0!important;
    
}
.sub-titulo{
    font-size: 19px;
    color: #202020;
    margin-bottom: 10px;

}
.institucional{
    color:white!important;
    width: 100%;
    border:2px solid #c1c1c1!important;
    background:#c1c1c1;
    
}

.button:focus, .button:hover {
    background: #00b390;
}

.mailjet-subscribe {
    background: #31E8C5;
    text-transform: uppercase;
    padding: .85em 3em;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    color: white;
}


[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    background: none;
    color: gray;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
}

input::placeholder,
textarea::placeholder {
    color: gray;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: gray;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: gray;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: gray;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: gray;
}


/* Bloco inicial*/

.main-video {
    background-position: 50% 36%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home .main-video {
    background-position: center center;
    background-size: cover;
}

.main-video .texto-inicial {
    height: 720px;
}


.video-activo{
    /* height: 100vh!important; */
    height: 700px!important;
}

.fundo-banner {
    padding: 31px 0 35px 0;
    /* background: rgba(31, 31, 31, 0.68); */
    margin-top: 25%;
    -webkit-transition: background-color .5s ease-in;
    -moz-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    width: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.secondary-banner {
    position: absolute;
    width: 100%;
    margin-top: 0;
    height: 600px;
    background: url(img/fundo_banner.png);
    background-size: 100%;
    background-position-x: center;
    background-position-y: 180px;
    background-repeat: no-repeat;
    background: none;
}

.home-banner {
    margin-top: -10;
}

.main-video p {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: lighter;
    line-height: 1;
}

.main-video p em {
    font-size: 48px;
    color: #1ABC9C;
    font-family: 'Satisfy', cursive;
}
.slider, .slider > div{
    height: 700px;
}

.info-img {
    width: 100%;
    max-width: 600px;
    margin: 150px auto 30px;
}

.frase-video{
    padding: 0 20px;
}
.info-video {
    bottom: -650px;
    max-width: 650px!important;
}

.animacao_inicial {
    margin-top: 10%;
    -webkit-animation-name: fade_main;
    -webkit-animation-duration: 2s;
    animation-name: fade_main;
    -webkit-animation-delay: 7s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade_main {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade_main {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.frase_1 {
    text-align: right;
    font-size: 2.2rem;
    color: white;
    z-index: 5000;
    margin-top: 365px;
    font-weight: normal;
    text-transform: uppercase;
}

.frase_2 {
    text-align: left;
    font-size: 2.2rem;
    color: white;
    z-index: 5000;
    margin-top: 365px;
    font-weight: normal;
    text-transform: uppercase;
}

.frase_1 p{
    text-align: right; 
    color: white;
    z-index: 5000;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}
.frase_2 p{
    text-align: left;
    color: white;
    z-index: 5000;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}
.frase_2 strong {
    text-align: left;
    z-index: 5000;
    line-height: 1;
    text-transform: uppercase;
}

.top-direito {
    text-align: left;
    font-size: 2.5rem;
    color: white;
    display: block;
    font-weight: bolder;
    margin-top: 254px;
    word-break: break-all;
}

.alinhamento {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px;
    justify-content: center;
}


.alinhamento2 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

.justify_text{
    text-align: justify;
    padding: 0 20px;
}

.title_lightb {
    margin-top: 60px;
}

.clube_ce {color: white;}

.clube_ce .grid-x { padding: 50px;}



.clube_logo {
    width: 28vh;
    float: right;
    margin: 0 30px;
}
.clube_info{    
    margin-top: 55px;
}

.clube_info p{
    font-size:18px;
}


/*--------------------------------------------------------------
# FRASE GENERICA
--------------------------------------------------------------*/


.generic p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #1C1C1C;
    max-width: 900px;
    margin: 0 auto;
}

.generic p em {
    color: #1ABC9C;
    font-style: initial;
}

.content_block {
    margin: 0 auto;
    padding: 0 40px;
}


/*--------------------------------------------------------------
# ZONA DUPLA
--------------------------------------------------------------*/

.dual_links {
    padding: 0;
}

.dual_one {
    background: #20D3B0;
    padding-bottom: 100px;
}

.dual_two {
    background: #007070;
    padding-bottom: 100px;
}

.premio_ce {
    width: 50%!important;
    height: 35vh;
    margin: 0 auto;
    background-size: 100%!important;
    background-repeat: no-repeat;
}

.link_site {
    margin-top: 5%;
    text-align: center;
}

.link_img {
    background: #cacaca;
    width: 100%;
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
    display: block;
}


/*--------------------------------------------------------------
# TESTEMUNHOS
--------------------------------------------------------------*/
.testemunhos-titulo{
    text-align: center;
    font-weight: bold;
    margin: 40px 0 20px;
}
.image_mosaic {
    padding: 0;
    background: #2e2e2e;
}

.mosaic_one {
    background: #2d2d2d;
    /*height: 40vh;*/
}

.mosaic_one em {
    color: #1ABC9C;
    text-transform: uppercase;
    font-weight: bolder;
}

.mosaic_two {
    background: #1ABC9C;
}

.mosaic_text {
    text-align: -webkit-left;
    
    color: white;
    font-style: italic;
    padding:100px;
}

.testemunho {
    vertical-align: middle;
}

.img {
    width: 100%;
    background-position: center;
    background-size: cover;
}


/*--------------------------------------------------------------
# NOTICIAS
--------------------------------------------------------------*/

.noticias {
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}

.noticia {
    padding: 1%;
}

.titulos_noticcias {
    padding: 80px 0;
}

.titulo_noticia {
    color: #20d3b0;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 10px 0 0px;
    font-weight: lighter;
    line-height: 1.4;
  /*   min-height: 35px; */
}
.detalhe-noticia{
    border-top:1px solid #1c1c1c;
    padding:20px 0 10px;
    text-align: justify;
    
}
.img_noticia {
    height: 250px;
}
.botao-noticias{
    margin: 10px auto;
    width: 111px;

}


/*--------------------------------------------------------------
# CLUBE
--------------------------------------------------------------*/

.botao-clube{  
    width: 165px;
}

/*--------------------------------------------------------------
# SUGESTÕES
--------------------------------------------------------------*/

.sugestoes {
    text-align: left;
}

.space {
    margin: 0 25px;
}

/* .space_right {
    float: left;
    padding-right: 20%;
}

.space_left {
    float: right;
    padding-left: 20%;
} */

/* Zona Escura ou Zona Clara*/

.dark-block {
    background: #20d3b0;
}

.dark-block h1,
.dark-block h2,
.dark-block h3,
.dark-block h4,
.dark-block h5,
.dark-block h6,
.dark-block p,
.dark-block span,
.dark-block div {
    color: white;
}

.light_block {
    background: #20D3B0;
}

.light_block h1,
.light_block h2,
.light_block h3,
.light_block h4,
.light_block h5,
.light_block h6,
.light_block p,
.light_block span,
.light_block div {
    color: white;
}
.light_block a{
    color:black;
}

.icon-versus {
    padding: 17px 0;
    border: 1px solid #1C1C1C;
    border-radius: 50px;
    text-align: center;
    max-width: 60px;
    margin: 50% auto;
    display: block;
}


/*--------------------------------------------------------------
# PESQUISA
--------------------------------------------------------------*/
.entry-title-search{
    font-size: 30px;
    font-weight: bolder;
    color:#00b390;
}

.infografia-alinhamento{
    max-width:700px;
    margin: 0 auto;

}
.infografia{
    color: #2D2D2D;
    padding:10px 0;
    border:1px solid white;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
}
.fase{
 background: #20d3b0;
 color:white;
 font-size: 34px;
 max-width: 285px;
 margin: 24px auto 0px;
}
.info_text{
    font-size: 30px;
    color: #1ABC9C;
}
.info_text2{
    font-size: 20px;
    color: #1ABC9C;
}
.info_letra{
    font-size: 70px;
    color: #20d3b0;
    line-height: 1;
    margin-top: 40px;
}
.info_desc{
    font-size: 14px;
    padding-bottom: 28px;
    max-width: 335px;
    margin: 0 auto;
    line-height: 1;
}
.info_letra_desc1{
    font-size: 23px;
    line-height: 1;
    height: 25px;
}
.info_letra_desc2{
    font-size: 12px;
    height: 25px;
   color: #20d3b0;
}
.info_percent1{
    background: #20d3b0;
    color:white;
    font-size: 28px;
    padding: 5px 0;
}
.info_percent2{
    background: #1ABC9C;
    color:white;
    font-size: 28px;
    padding: 5px 0;
    }
.mini_desc1{
    font-size: 12px;
    min-height: 50px;
}
.tops{
    border: 1px solid;
    border-bottom: 0;
    padding-top: 16px;
    height: 0;
    margin-bottom: 100px;
    background: url(img/seta.png);
    background-repeat: no-repeat;
    background-position: center -4px;

}
.bottoms{
    border: 1px solid;
    border-top: 0;
    padding-top: 10px;
    height: 10px;
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}

.bottoms span{
    font-size:14px;    
    margin: 15px auto; 
}

.bottoms div{
    font-size: 15px;
    color: #20d3b0;
}

.bottoms div span{
    font-size:12px;
    color: #20d3b0;
}

.info_last{
    background: #ADADAD;
    color: white;
    font-size: 16px;
    padding: 8px 0;
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Menu MOBILE
--------------------------------------------------------------*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 3px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    line-height: 2;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 51px;
    font-size: 55px;
  }

  .overlay ul li{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 54px;
    list-style: square;
    color: white;
  }
  .overlay .searchform {
    width: 100%;
    margin: 90px auto 0;
}
  .overlay #s {
      border:1px solid;
  }

  .overlay .searchform div{    margin: 0 auto;
  width: 80%;
  }
  .mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 1001;
  }
  
  .mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
  }
  
  .mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
  }



/*--------------------------------------------------------------
# FOOTER / RODAPÉ
--------------------------------------------------------------*/

.site-footer {    border-top: 1px solid #adadad;} 



.footer ul {
    list-style: none;
    margin: 0;
}

.footer i {
    font-size: 40px;
    color: #20D3B0;
    padding: 18px 22px;
    border-radius: 100px;
}

.newsletter {
    padding: 10px 10% 0 0;
}
.contacts-info{
    padding: 35px 10% 0 0;
}
.widget_text .newsletter{
    padding-top:0; 
}

.footer-button {
    width: 100%;
}

#custom_html-3, .text-3{
    list-style: none;
}

textarea[rows] {
    min-height:50px; 
    height: 50px;
    margin-bottom: 15px;
}
.titulo-footer {
    color: #1c1c1c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
}

.titulo-parceiros {
    color: #1ABC9C;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 25px;
}

.img_parceiro {
    width: 185px;
    margin: 0 auto;
}



.slider-background{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    margin:0;
    
}

.links-rodape {
    margin-top: 20px;
}

.outras-paginas {
    font-size: 20px;
    font-weight: bolder;
    color: #20d3b0;
}


.titulo-mapa {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1;
}

.link-column li {
    float: left;
    border-left: 1px solid gray;
    padding: 0 11px;
    line-height: 1;
}

.link-column li:first-child {
    border-left: none;
    padding-left: 0;
}

.socials {
    padding: 30px 0 45px 0;
}

.socials li {
    height: 85px;
    width: 85px!important;
    border: 3px solid #20D3B0;
    border-radius: 50px;
    float: left;
    margin: 10px auto;
    text-align: center;
    font-size: 48px;
}

.partners {
    margin: 0 auto;
    padding: 0px;
}

.site-info {
    background: #424242;
    padding: 10px;
    color: white;
}

.site-links {
    padding: 15px 0;
    max-width: 935px;
    margin: 0 auto;
}

.site-links ul {   
    list-style: none;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    float: left;
    line-height: 1;
}

.site-links ul li {
    float: left;
    margin: 0 2px;
    border-left: 1px solid white;
    padding: 0 6px 0 8px;
    line-height: 1;
}

.site-links ul li:first-child {
    border-left: none;
}
.menu-permalinks-container{
    margin-left: 10%;
}

.brand {
    float: none!important;
    margin: 0 auto;
    color: #888888;
}


/*--------------------------------------------------------------
# Vencedores
--------------------------------------------------------------*/

.main-vencedor{
    height: 175px;
}

.vencedor-div>ul>li{
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vencedor-div ul li img{
    margin: 0 auto;
}

.drop-menu-down-0, .drop-menu-down-1, .drop-menu-down-2 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c1c1c1;
    padding: 6px 15px;
    position: relative;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    max-height: 43px;
    /* margin-bottom: 5px; */
    text-align: center;
  
}
ul#vencedores-tabs,ul#marcas-tabs, ul#categorias-tabs {
    display: none;
    width: 100%;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
overflow-x: hidden;
   
}
.option-selected{
    background: #c1c1c1;
    color:white!important;
}

.vencedor-div{
    float: left;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin-top: 15px;
}

.vencedor-div ul{
    list-style: none;
    margin: 0;
}
.tab-anos{
    margin-right: 10px;
}
.tab-titulo{
    margin-top: 40px;
    border-bottom: 1px solid gainsboro;
    text-transform: uppercase;
    padding: 0!important;
}
ul#vencedores-tabs li, ul#marcas-tabs li, ul#categorias-tabs li {
    float:none;
}

.filters .select-titulos{
    text-align: right;
    padding-right: 10px;
}
.map {
    margin: 0 auto;
    width: 588.594px;
    height: 600px;
    background: url('img/Ativo72.png');
    background-position: -118px -178px;
    background-size: 165.2%;
}
.select-titulos{
    font-weight: bolder;
    font-size: 30px;
    color: #20d3b0;
    margin-bottom: 0;
    padding: 0;
}

.select-vencedores{
    width: 90%;
    margin: 1% 5%;
    border: 1px solid #20d3b0;
    color: #20d3b0;
    padding: 6px 30px;
}
.tabs-content {
    border: none;
    padding-bottom: 15px;
    background: none;
}

.tabs-content .active {
    display: block;
    padding: 0;
}

.titulo-vencedor {
    font-weight: 400;
    font-size: 30px;
}



/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/

.premio-slideshow {
    width: 100%;
}


/*--------------------------------------------------------------
# Animação Fade
--------------------------------------------------------------*/

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.video-background {
    width: 100%;
   /*  height: 75vh; */
  
    position: absolute;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


/*--------------------------------------------------------------
# Custom Premio site
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Custom Portugal site
--------------------------------------------------------------*/


/* Bloco Apps */

.blocoApps {
    padding: 60px 0;
}

.blocoApps div {
    width: 100%;
    margin: 0 auto;
}

.blocoApps p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #1C1C1C;
    padding: 65px;
    height: max-content;
    width: 100%;
}

p.apple {
    text-align: right;
    padding: 20%;
}

p.android {
    text-align: left;
    padding: 20%;
}

.apple_icon {
    width: 180px;
    margin-top: 20px;
}

.google_icon {
    width: 180px;
    margin-top: 20px;
}

.votacao {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.votacao-text {
    text-align: center;
}

.votacao-portugal {
    background: #1c1c1c;
}

.blocoVotacao p {
    text-align: justify;
  
}

.banner-text {
    text-align: center;
    font-size: 35px;
    color: white;
    font-weight: bolder;
}


.vencedor-bloco-direito {
   /*  padding: 0 3%; */
    text-align: justify;
}

.distrito {
    font-size: 40px;
    margin-left: 10px;
}

.nome-vencedor {
    font-size: 18px;
    font-weight: bolder;
    color: #13e2ba;
    list-style: none;
    text-transform: uppercase;
}

.lista-categ-vencedor {
    text-transform: uppercase;
    line-height: 150%;
    font-weight: bold;
    color: #424242;
}

.titulos-vencedor {
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    color: #00b390;
    margin: 0;
    line-height: 1;
}

.ficha-tecnica h4 {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1;
    padding: 2% 0 5%;
    text-transform: uppercase;
}

.vencedor-bloco-direito p {
    font-size: 16px;
    color: #1C1C1C;
}

.vencedor-bloco-esquerdo img {
    width: 100%;
    padding: 0px 5%;

  
}


.ficha-tecnica-titulo {
    color: #1ABC9C;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    margin-right: 4px;
}

.ficha-tecnica-info div {
    width: 100%;
    padding-bottom: 10px;
}

.ficha-tecnica-info span {
    font-size: 17px;
    color: #1C1C1C;
    line-height: 135%;
}

.comunicacao p {
    font-size: 24px;
    color: #1C1C1C;
    line-height: 1;
}
.comunication-buttons p a{
    text-transform: uppercase;
    padding: .85em 3em;
    width: 200px;
    color: white;
    margin: 10px auto;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c1c1c1;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin-bottom: 50px;

}

.comunication-buttons2 p a{
    text-transform: uppercase;
    padding: .85em 3em;
    color: white;
    margin-right: 10px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c1c1c1;
    margin-top: 25px;
    padding: 8px 15px;
    position: relative;
    border: 1px solid #c1c1c1;
    float: left;

}

.imagens-comunicacao img{
    max-width: 300px;
    width: 100%;
}
.link-column a {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #3c3c3c;
    padding: 0;
}

p img.aligncenter{
    text-align: center;
}
/* comunicação */

.tabs {
    border: none;
    margin-top: 0px;
    padding: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.tabs-title>a {
    font-size: 16px;
    color: #c1c1c1;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 6px 10px 0px;
    padding: 8px;
    border: 1px solid #c1c1c1;
}

.tabs-title>a:hover {
    background: #c1c1c1;
    color: white;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    text-decoration: underline;
    color: white;
    background: #c1c1c1;
    border: 1px solid #c1c1c1;
}

.tabs-panel {
    padding: 0;
    margin: 0;
}
.tabs::after, .tabs::before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;/* 
    margin-top: 8px; */
}

#todos-tabs a, #ocs-tabs a, #personalidades-tabs a{
    text-transform: uppercase;
    padding: .85em 3em;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c1c1c1;
    padding: 6px 15px;
    position: relative;
    border: 1px solid #c1c1c1;
    text-align: center;
}

#categorias-tabs::-webkit-scrollbar-track,
#marcas-tabs::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#categorias-tabs::-webkit-scrollbar,
#marcas-tabs::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#categorias-tabs::-webkit-scrollbar-thumb,
#marcas-tabs::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}


.option-selected a{
    color: white!important;
}

#todos-tabs.tabs::after, #todos-tabs.tabs::before, #ocs-tabs.tabs::after, #ocs-tabs.tabs::before, #personalidades-tabs.tabs::after, #personalidades-tabs.tabs::before {
    margin:0!important;
}

.separador{
    background:url('img/barra.jpg');
    background-size: cover;  
    height: 0px;
    width: 100%;
}
.separador2{
    background:url('img/barra.jpg');
    background-size: cover;  
    height: 0px;
    width: 100%;
    filter: invert(100%);
-webkit-filter: invert(100%);
}

.imagens-comunicacao div {
    
    text-align: center;
    margin-bottom: 10px;
}

.comunicacao .cell{
    padding-top:20px;
}
.wp-playlist{
    margin-top: 7px!important;
}
.fancybox-slide div.medium-4.cell{
    width:40%!important;
}
.wp-playlist-light {
    background: white!important;
    border: 1px solid #c1c1c1!important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #20d3b0!important;
}
.wp-playlist .wp-playlist-current-item img{
    display:none!important;
}

.site1{
    text-align: center;
    padding-top: 25px;
}
.site2{
    text-align: left;
    padding-top: 5px;
}

#menu-permalinks a, .brand a{
   padding: 0;
   color: white;
}
#menu-permalinks li{
    line-height: 1;
 }

/**------- Lad 23.11.17 --------**/

ul.sub-menu {
    display: none;
    
    position: absolute;
    width: max-content;
    background: rgba(28, 28, 28, .98);
    padding: 20px 0 0;
    margin: 0 0 0;
}
#primary-menu li:last-child ul.sub-menu {
    right: 0;
}
ul.sub-menu li {
    display: block;
    float: none;
}
ul.sub-menu li a {
    border: none;
    padding: 3px 10px;
    margin-bottom: 8px;
}
ul.sub-menu li a:hover {
    text-decoration: underline;
}

.video-background{
    display:block;
}
.image-background{
    display:none;
}

.slide-mobile{
    display:none;
}
.search-results .conferencia, .search-results .noticia {
    border-bottom: none;
    padding:0;
    
}
/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/



@media only screen and (max-width: 1024px) {
    .search-mobile {
        display:none;
    }
    .wrapper {
        width: 90%;
        height: 110px;
    }
    .titulos {      
        font-size: 3.5vh;
    }
    .titulo_noticia {
 
        font-size: 1.2rem;
    }
    .main-vencedor {
        height: 150px;
    }
    .site-branding img {
        width: 100%;
    }
    .menu-mobile{
        position: absolute;
        right:20px;
        top:20px;
    }
    #menu_mobile ul.sub-menu {
        display:block;
        position: relative;
        padding: 0;
        background: none;
    }
    
    .menu-mobile span{
        display: block;
    }
    .main-navigation {
        display: none;
    }
    .generic p {
        line-height: 150%;
        padding: 0 5%;
        text-align: center;
        font-size: 13px;
    }
    .info-img {
        max-width: 150px;
        margin-top: 155px;
    }
    .map {
        display: none;
    }
    .banner-text {
        font-size: 30px;
        text-align: center;
    }
    .fundo-banner {
        margin-top: 0;
    }
    .wrapper {
        height: auto;
    }
    .site-branding {
        width: 90%;
        text-align: center;
    }
    .secondary-banner {
        background: none;
    }
    .content_block {
        width: 100%;
        padding: 0% 0px 0%;
    }
    .noticias {
      
        width: 100%;
        margin: 0 auto;
        padding: 25px;
    }
    .mosaic_two {
        height: 45vh;
    }
    .mosaic_text {
        text-align: -webkit-left;
        color: white;
        font-style: italic;
        padding: 75px 30px ;
    }
    .footer {
        width: 100%;
        padding: 25px;
    }
   
}

@media only screen and (max-width: 966px) {

}

@media only screen and (max-width: 768px) {
    
    .main-video{background-size: 185%, cover!important;}
        #s {
            width: calc(100% - 20px);
            max-width: 80%;
            float: left;
            background: none;
            border-bottom: none;
            margin: 5px 0 0 0%;
            transition: 0.5s;
        }
}

@media only screen and (max-width: 667px) {
    .slide-mobile{
        display:block;
    }
    #s, #s:focus {
        width: calc(100% - 20px);
        max-width: 300px;
        float: left;
        background: none;
        border-bottom: none;
        margin: 5px 0 0 0%;
        transition: 0.5s;
    }
    .site-branding img {
        width: 100%;
        max-width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .side-text-wrapper,
    .side-image>div {
        height: 50vh;
    }
    
    
    .overlay .searchform {
     
        margin: 10px auto 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
        text-align: center;
    }
    .blocoApps {
        padding: 30px 0;
    }
    .info-img {
        max-width: 150px;
        /* margin: 30% auto 5%; */
    }
    .main-video p {
        font-size: 17px;
    }
    .main-video p em {
        font-size: 20px;
    }
    .light_block {
        padding: 20px 0;
    }
    .titulos {
        padding: 0;
    }
    p.apple,
    p.android {
        padding: 8% 10%;
        text-align: center;
    }
    .img_noticia {
        height: 180px;
    }
    .main-navigation {
        display: none;
    }
    
    
    .link-column li {
        border: none;
        background: rgb(7, 187, 157);
        color: white;
        
        margin: 10px;
        padding: 10px;
    }
    .space_left,
    .space_right {
        padding: 0;
    }
    .clube_logo {
        padding: 0 10% 10%;
        float: none;
        width: 85%;
    }
    .footer i {
        font-size: 38px;
    }
    .socials li {
        height: 80px;
        width: 80px!important;
        font-size: 38px!important;
    }
    .frase_1,
    .frase_2 {
        display: none;
    }
    .link-column a {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: bolder;
        color: white;
        text-align: center;
        padding: 0;
    }
    .site2 {
        text-align: center;
        
    }
    .link-column li:first-child {     
         padding-left: 10px; 
    }
    .current-menu-item a {
        color: white!important;
        font-weight: bolder;
        text-decoration: underline;
    }
    .clube_info {
        margin: 0 auto;
    }
    .botao-clube {
        margin: 10px auto;        
    }
    .newsletter {
        padding: 25px 0 0 0;
    }
    
}

@media only screen and (max-width: 603px) {
    .space { margin: 0;}
    .custom-logo-link {    margin: 0 auto;    float: inherit;}
    .menu-mobile span {margin-top: 18px;   }
    .main-video{background-size: 450%, cover!important;}
    .video-background{
        display:none;
    }
    .image-background{
        display:block;
        height: 636px;
    }
    .main-video .texto-inicial {
        display: none;
    }
}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 320px) {}



/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}