﻿/* ==========================================================================Base styles========================================================================== */
    
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
    
.clear {
    clear: both;
}
    
    
/** A better looking default horizontal rule*/
    
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
    
ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
    
    
/** Remove the gap between images, videos, audio and canvas and the bottom of* their containers: h5bp.com/i/440*/
    
audio,
canvas,
img,
video {
    vertical-align: middle;
}
    
    
/** Remove default fieldset styles.*/
    
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
    
    
/** Allow only vertical resizing of textareas.*/
    
textarea {
    resize: vertical;
}
    
    
/*SCROLL ASIDE*/
    
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
    
::-webkit-scrollbar {
    width: 3px;
    background: #F4F4F4;
}
    
::-webkit-scrollbar-thumb {
    background: #2b1fd7;
}
    
    
/*END SCROLL ASIDE*/
    
    
/* ==========================================================================Browse Happy prompt========================================================================== */
    
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
    
    
/*==========================================================================Geral==========================================================================*/
    
body {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    /* color: #0055b3; */
    /* background: #0057b5; */
    /* background-image: url(../imagens/bg.png); */
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    background-position-x: center;
}
    
h1 {
    color: #2172b3;
    font-size: 24px;
    text-decoration: none;
    margin: 0px 0;
}
    
h2 {
    font-size: 16px;
    text-decoration: none;
    margin: 0px 0;
    color: #ffffff;
}
    
h3,
h4 {
    font-size: 12px;
    color: #2172b3;
    text-decoration: none;
    margin: 15px 0;
}
    
a {
    color: #ffffff;
    text-decoration: none;
}
    
a:hover {
    text-decoration: none;
}
    
a.tel {
    text-decoration: none;
    color: inherit;
}
    
    
/*==================================================Header==================================================*/
    
.topofixo {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
}
    
.topofixo .logo img {
    width: 120px;
    transition: .3s;
}
    
.topofixo #menu2 {
    font-size: 14px;
    margin: 18px 0;
    margin-right: 10px;
}
    
.topofixo .topo {
    display: none;
}
    
header {
    margin: 0 auto;
    /* background: white; */
    position: fixed;
    z-index: 10;
    width: 100%;
}
    
header .logo {
    float: left;
    margin: 8px 0;
}
    
header .logo img {
    width: 33%;
    transition: .3s;
    margin-left: 40px;
}
    
header .right {
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
    margin: 17px 0px;
}
    
header .right strong {
    font-size: 20px;
}
    
    
/* TOPO MOBILE */
    
    
/* HIDE ON DESKTOP */
    
.social-inline {
    display: inline;
}
    
.flex-top-icons {
    display: none;
}
    
@media only screen and (min-width: 1400px) {
    .margem {
        margin-top: 119px !important;
    }
}
    
    
/* SHOW ON MOBILE */
    
@media only screen and (max-width: 765px) {
    .flex-top-icons {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flex-top-icons a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
    }
    /*.flex-top-icons a:first-child{
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.flex-top-icons a:nth-child(2){
    background: rgba(255, 255, 255, 0.1);
    color: white;
}*/
}
    
    
/* END TOPO MOBILE */
    
    
/*==================================================Menu==================================================*/
    
header #menu {
    clear: both;
    position: relative;
    height: 40px;
    background: #E4E4E4;
    font-size: 15px;
    text-align: center;
}
.menu-centro{
        
display: flex !important;
        
position: absolute !important;
        
left: 50%;
        
transform: translate(-50%, 0);
}
    
header #menu li {
    position: relative;
    display: inline-block;
}
    
header #menu a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 8px 30px;
    height: 25px;
    text-align: center;
    transition: all .3s linear;
    /* Efeito de Transição dos itens do header #menu e sub-header #menu */
}
    
header #menu a:hover,
header #menu li:hover a {
    color: #FFF;
    background: #2172b3;
}
    
header #menu table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}
    
header #menu .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #2172b3;
}
    
header #menu .dropdown:hover .sub-menu {
    display: block;
}
    
header #menu .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}
    
header #menu .dropdown:hover .sub-menu li a {
    display: block;
    width: 220px;
    font-size: 13px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
    
header #menu .dropdown:hover .sub-menu li a:hover {
    background: #1a5b8f;
    color: #FFF;
    /* text-decoration:underline; */
}
    
header #menu .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}
    
header #menu .dropdown ul li.dropdown:hover .sub-menu {
    display: block;
}
    
header #menu .dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    margin: 0;
    height: 400px;
    width: 300px;
    z-index: 7;
    background: #2172b3;
    overflow-y: scroll;
    overflow-x: hidden;
}
    
header #menu .dropdown:hover .sub-menu-info {
    display: block;
}
    
header #menu .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}
    
header #menu .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
    
header #menu .dropdown:hover .sub-menu-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
    /* text-decoration:underline; */
}
    
header #menu .dropdown ul li.dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}
    
header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
    display: block;
}
    
header #menu2 {
    height: 30px;
    font-size: 1rem;
    text-align: center;
    float: right;
    margin: 2% 0;
    margin-right: 10px;
}
    
header #menu2 li {
    position: relative;
    display: inline-block;
}
    
header #menu2 a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 7px 10px;
    /* height: 25px; */
    text-align: center;
    transition: all .3s linear;
    /* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */
    color: #5b3f92;
    /* margin-right: 30px; */
}
    
header #menu2 a:hover,
header #menu2 li:hover a {
    color: #FFF;
    background: #ff5a0a;
}
    
header #menu2 table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}
    
header #menu2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #2172b3;
}
    
header #menu2 .dropdown:hover .sub-menu {
    display: block;
}
    
header #menu2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}
    
header #menu2 .dropdown:hover .sub-menu li a {
    display: block;
    width: 220px;
    font-size: 13px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: auto;
}
    
header #menu2 .dropdown:hover .sub-menu li a:hover {
    background: #1a5b8f;
    color: #FFF;
    /* text-decoration:underline; */
}
    
header #menu2 .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}
    
header #menu2 .dropdown ul li.dropdown:hover .sub-menu {
    display: block;
}
    
header #menu2 .dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    margin: 0;
    height: 400px;
    width: 300px;
    z-index: 7;
    background: #2172b3;
    overflow-x: hidden;
    overflow-y: scroll;
}
    
header #menu2 .dropdown:hover .sub-menu-info {
    display: block;
}
    
header #menu2 .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}
    
header #menu2 .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
    
header #menu2 .dropdown:hover .sub-menu-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
    /* text-decoration:underline; */
}
    
header #menu2 .dropdown ul li.dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}
    
header #menu2 .dropdown ul li.dropdown:hover .sub-menu-info {
    display: block;
}
    
    
/*==================================================Content==================================================*/
    
.wrapper {
    width: 100%;
    /* max-width: 1180px; */
    margin: 0 auto;
}
    
.content {
    /* padding:0 15px; */
}
    
section {
    float: left;
    width: 100%;
    padding: 0;
    min-height: 340px;
}
    
section p {
    font-size: 0.7rem;
    text-align: justify;
}
    
article {
    float: left;
    width: 70%;
}
    
article p {
    margin: 1.5em 0;
}
    
article strong {
    font-weight: normal;
}
    
article.full {
    width: 100%;
}
    
article .alerta {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}
    
.title-breadcrumb {
    background: #2172b3;
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 30px;
}
    
.title-breadcrumb h1 {
    color: white;
    margin: 0;
}
    
.title-breadcrumb #breadcrumb {
    width: auto;
    margin-top: 0px;
    float: right;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
    
.title-breadcrumb #breadcrumb a {
    color: #666;
    text-decoration: none;
}
    
.title-breadcrumb #breadcrumb a:hover {
    color: #bbb;
    text-decoration: none;
}
    
#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #333;
    font-size: 12px;
    margin-top: 15px;
}
    
#breadcrumb div {
    display: inline;
}
    
#breadcrumb a {
    color: #666;
    text-decoration: none;
}
    
#breadcrumb a:hover {
    color: #bbb;
    text-decoration: none;
}
    
.list {
    margin: 0 0 20px 40px;
}
    
.list li {
    list-style: disc;
    margin: 6px 0;
    line-height: 1.5em;
    font-size: 14px;
}
    
.picture-legend {
    background: #eee;
    display: inline-block;
    padding: 3px;
}
    
.picture-legend strong {
    clear: both;
    display: block;
    text-align: right;
    font-weight: normal;
    padding: 4px;
    font-size: 9px;
}
    
.picture-legend img {
    margin: 0 auto;
    display: block;
}
    
.picture-left {
    float: left;
    margin: 0 10px 0 0;
    max-width: 50%;
}
    
.picture-right {
    float: right;
    margin: 0 0 0 10px;
    max-width: 50%;
}
    
.picture-center {
    margin: 0 auto;
    display: block;
}
    
.btn {
    text-decoration: none;
    color: #fff;
    background: #ff7e00;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
}
    
.btn:hover {
    opacity: 0.9;
}
    
.topo {
    background: #2172b3;
    color: white;
    font-size: 13px;
    padding: 8px 10px;
}
    
.topo a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
    
header .topo .social {
    display: inline-block;
    float: right;
}
    
.conteudo-index {
    background: #efefef;
    box-sizing: border-box;
    padding: 10px 0px;
}
    
.conteudo-index h2,
.conteudo-index h1 {
    color: #444;
}
    
.conteudo-index p {
    color: #444;
}
    
.conteudo-index1 {
    background: #efefef;
    box-sizing: border-box;
    padding: 10px 0px;
}
    
.conteudo-index1 h2,
.conteudo-index1 h1 {
    color: #444;
}
    
.conteudo-index1 p {
    color: #444;
}
    
    
/*==================================================meu style==================================================*/

.text-sub{
    font-family: 'RecordTypeRegular';
    font-size: 1.9rem;
    line-height: 1;
    margin: 0.3em;
}
.menortxt{
    /* font-family: 'RecordTypeRegular'; */
    font-size: 3rem;
}
.menortxt2{
    /* font-family: 'RecordTypeRegular'; */
    font-size: 1rem;
}
.linemenor{
    line-height: 1em !important;
}
    
.text-center p{
    text-align: center !important;
}
  .marquee {
    width: 100%;
    /* overflow: hidden; */
    gap: 12px;
  }
  
  .marquee-content {
    display: flex;
    list-style: none;
    gap: 12px;
    animation: scrolling 20s linear infinite;
  }
  
  .marquee-item {
    width: 7vh;
    flex-shrink: 0;
  }
  
  .marquee-image {
    height: 100%;
    width: 100%;
    white-space: nowrap;
  }
  
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translatex(-50%);
    }
  }
  

.awesome-modal {
    display: none;
  }

.tituloINFO{
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
}

.btnDireita{
    position: relative;
    left: 50%;
    text-decoration: none;
    color: #fff;
    background: #ff5a0a00;
    box-sizing: border-box;
    font-size: 2vw;
    display: inline-block;
    border-radius: 50px;
    transition: .3s;
}
.btnDireita:hover {
    /* background: #fff; */
    color: #ff5a0a;
}
.btnEsquerda{
    position: relative;
    left: -52%;
    text-decoration: none;
    color: #fff;
    background: #ff5a0a00;
    /* padding: 0px 15px 3px 15px; */
    box-sizing: border-box;
    /* margin: 10px auto; */
    font-size: 2vw;
    display: inline-block;
    border-radius: 50px;
    transition: .3s;
}
.btnEsquerda:hover {
    /* background: #fff; */
    color: #ff5a0a;
}

#divBotoes{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
#divBotoes2{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes3{
    display: none;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes4{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes5{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes6{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes7{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#divBotoes8{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
#infoIntro{
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 45%;
    left: 0;
    right: 0;
    width: 101%;
}

#infoSlide05{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}

#infoSlide10{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}
#infoSlide11{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}
#infoSlide12{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}
#infoSlide13{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}
#infoSlide14{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}
#infoSlide15{
    left: 200%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    width: 98%;
}


.btn_bola{
    font-size: 1vw;  
    padding: 0; 
    margin: 0;   
    color: unset;
}
.slide15espectador{
    margin: 0;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}
.slide15number{
    text-align: center;
    color: #ff7e00;
    font-size: 5rem;
    margin: 0 auto;
    font-weight: 700;
    padding: 0 !important;
    font-family: 'RecordTypeBlack';
}
.slide15titulo{
    font-weight: 700;
    margin: 0;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    /* padding: 0% !important; */
}
.logodefesa {
    width: 33%;
    margin: 0;
    margin-bottom: 4%;
}
.logodefesa2 {
    width: 54%;
    margin: 3px;
    margin-bottom: 4%;
}
.slide14topo{
    font-weight: 700;
    font-size: 2.5rem !important;
    margin-top: 0% !important;
    margin-bottom: 1% !important;
}
.slide14mid {
    font-weight: 700;
    font-size: 1.4rem !important;
    margin-top: 2% !important;
    margin-bottom: 0% !important;
}
.slide10titulo{
    font-weight: 700;
    font-size: 5rem !important;
    margin-top: 0% !important;
    margin-bottom: 1% !important;
}
.smargin{
    margin-bottom: 2% !important;
}
.smargin2{
    margin-bottom: 0 !important;
}
.slide5subtitulo{
    margin-bottom: 4% !important;
    font-size: 1.5rem !important;
}
.slide5titulo{
    font-weight: 700;
    font-size: 1.9rem!important;
    margin-top: 0% !important;
    margin-bottom: 2% !important;
}
.divFontes{   
    width: 100%;   
    display: flex;   
    justify-content: center;
}
.centerCol {
    display: grid;
    justify-content: center;
    line-height: 0px;
    margin: 0 !important;
    padding: 0 !important;
}
.slide5number{
    color: #ff7e00;
    font-size: 9vw;
    font-weight: 700;
    margin: 0px;
    line-height: 0.8;
    font-family: 'RecordTypeRegular';
    padding-bottom: 0;
    margin-bottom: 0;
}
.slide5numberVerde{
    color: #ff7e00;
    font-size: 2rem;
    font-weight: 700;
    margin: 0.5em 0;
    font-family: 'RecordTypeBlack';
}
.slide5espectadores{
    font-size: 1.5rem;
}
.slide14espectadores{
    font-size: 0.7rem;
    text-align: center;
    margin: 0;
    }
.slide14espectadores2{
    font-size: 1vw !important;
    text-align: center;
    margin: 0;
    margin-bottom: 0 !important;
}
.slide13titulo{
    color: #ff7e00;
    font-size: 5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 95%;
    text-align: center;
    font-family: 'RecordTypeBlack';
}
.slide11titulo{
    color: #ff7e00;
    font-size: 8rem;
    font-weight: 700;
    margin: 0px;
    line-height: 95%;
    text-align: center;
    font-family: 'RecordTypeBlack';
}
.wrapper-slide14{    
    display: flex;   
    justify-content: center;
}
.slidesFonte{
    font-size: 0.4rem;
    width: 96%;
    text-align: center;
}
.titleMargin{
    margin-bottom: 0 !important;
}
.slide14number{
    font-weight: 700;
    font-size: 2rem !important;
    text-align: center;
    margin: 0;
    margin-bottom: 0px !important;
}
.slide14numberVerde{
    font-weight: 700;
    font-size: 4.5rem!important;
    text-align: center;
    margin: 0 auto;
    color: #ff7e00;
    font-family: 'RecordTypeBlack';
}
.slide14titulo{
    color: #ff7e00;
    font-weight: 700;
    font-size: 0.8rem !important;
    margin: 0;
    text-align: center;
}


.grupo {
    width: 400px;
    /* margin-right: 30px; */
}

.grupo2 {
    width: 350px;
    /* margin-right: 30px; */
}

.bolota{
    width: 160px;
    position: absolute;
    bottom: 3%;
    left: 43.5%;
}

.logos {
    width: 100%;
    text-align: center;
    align-content: center;
    padding-top: 2%;
}

.bg-camarote{
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    /* color: #0055b3; */
    /* background: #0057b5; */
    background-image: url(../imagens/bg-camarote.png);
    background-size: contain;
    height: calc(100% - 40px);
    background-repeat: no-repeat;
    background-position-x: center;
    overflow: hidden;   
}


/*============= COPIAR OS CSS ACCORDING PRODUCT-PLACEMENT ORGANIC TABS ==============*/
    
.video-home {
    width: 100%;
    height: 90vh;
    border-radius: 10px;
}
    
.selecionado1 {
    width: 100px;
    color: red;
}
    
.iframe360 {
    /* display: none; */
    width: 1123px;
    height: 620px;
    left: 82px;
    top: 79px;
    position: absolute;
    z-index: 10;
}
    
.descricao-produto-vertical {
    background: #2b1fd7c4;
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
    /* height: 60vh; */
}
    
.fonte_alt1 {
    color: #fff !important;
    font-size: 61%;
}
    
.titulo-formatos {
    font-size: 1.2rem;
    /* color: #fff !important; */
    margin-left: 7px;
}
    
.titulo-anunciante {
    font-size: 2rem;
    color: #d8fd4e!important;
    margin-left: 7px;
}
    
.titulo-merchan {
    font-size: 29px;
    margin: 75px 5px 5px 5px;
    color: #070c2d !important;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
}
    
.whats {
    color: #fff;
    background: #32ad47 !important;
    font-size: 27px;
    /* color: #32ad47 !important; */
    padding: 6px 14px;
    margin-left: 10px;
}
    
.logos-op {
    width: 55%;
}
    
.grid-opt {
    width: 100%;
}
    
.grid-normal {
    /* display: block; */
    margin: 0 auto;
    width: 45%;
}
    
.grid-social {
    float: right
}
    
.grid-logo {
    width: 40%;
    margin-top: 7px;
}
    
.grid-share {
    margin-top: 18px;
    margin-left: 9px;
    color: #fff;
    float: left;
    font-size: 21px;
    text-transform: uppercase;
}
    
.grid-videos iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* Faz o vídeo preencher sem distorcer */
}
/* AJUSTA O TAMANHO DO LOGO */
.grid-new {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grid-videos {
    width: 100%;
aspect-ratio: 12 / 8;
    border: none;
}

.grid-opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-opt h2 {
    margin: 0;
}

.clear {
    clear: both;
}
/* FINAL DO AJUSTE */
    
.grid-new {
    width: 40% !important;
    float: left;
}
    
.periodo {
    font-size: 20px;
    color: #fff !important;
    float: left;
    margin-left: 10px;
}
    
#descricao-produto-vertical {
    background: #135b87;
    border-radius: 14px;
    margin-top: 20px;
    /* height: 60vh; */
}
    
#descricao-produto-vertical .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}
    
#descricao-produto-vertical ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}
    
#descricao-produto-vertical .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}
    
#descricao-produto-vertical .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    /* border-bottom: 1px solid #2172b3; */
}
    
#descricao-produto-vertical .nav li {
    display: block;
}
    
#descricao-produto-vertical .nav li.last {
    margin-right: 0;
}
    
#descricao-produto-vertical .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #ffffff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    /* border-left: 1px solid #2172b3; */
    /* border-right: 1px solid #2172b3; */
    /* border-top: 1px solid #2172b3; */
}
    
#descricao-produto-vertical .nav li a:hover,
#descricao-produto-vertical .nav li a:focus {
    background: #b4f24e;
    color: #fff;
}
    
#descricao-produto-vertical ul li.nav-two a.current {
    /* background-color: #ffffff !important; */
    color: #00ffc0;
    border-radius: 10px;
    border: 2px solid #00ffc0;
}
    
#descricao-produto-vertical .nav li {
    list-style: none;
    display: block;
}
    
#descricao-produto-vertical .nav li:last-child {
    /* border-bottom: 1px solid #2172b3; */
}
    
.body-pp {
    /* background: #e0b469; */
}
    
.product-placement-link {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 27%;
    z-index: 100;
    transition-property: all;
    transition-duration: 0.3s;
}
    
.product-placement-link:hover {
    transform: scale(1.1);
}
    
:root {
    --transparent: rgba(0, 0, 0, 0);
    --semi-transparent: rgba(0, 0, 0, 0.8);
  }
    
  /* TELA4 */
.icons-cobertura{ 
width: 3%;
}
    
.alinha-info{
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 5%; */
}
    
.txt-tela04{
    /* text-align: center; */
    box-sizing: border-box;
    padding: 0 0%;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: justify;
}
.justfy{
    text-align: left;
    text-justify: inter-word;
}
    
.txt-tela04 p{
font-size: 1vw;
}
    
/* DEFESA */
.album-defesa{
    position: relative;
    width: 100%;
    height: 56vh;
    margin-top: 1vw;
    display: none;
}
.img-defesa{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -96.5%);
    border-radius: 8px;
}
.p-defesa{
    position: absolute;
    color: #ffc107;
    font-size: 100%;
    margin-top: 7%;
    text-align: center;
    width: 100%;
}
    
/* JOGO 01 */
.card-jogo01{
    width: 8%;
    transform: rotate(-3deg);
    position: absolute;
    left: 25%;
    top: 12vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo01-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo01{
    display: none;
}
.texto-jogo01-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
    
/* JOGO 02 */
.card-jogo02{
    width: 8%;
    transform: rotate(5deg);
    position: absolute;
    left: 35%;
    top: 13vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo02-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo02{
    display: none;
}
.texto-jogo02-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}

/* JOGO 03 */
.card-jogo03{
    width: 8%;
    transform: rotate(-3deg);
    position: absolute;
    left: 48%;
    top: 13vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo03-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo03{
    display: none;
}
.texto-jogo03-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}

/* JOGO 04 */
.card-jogo04{
    width: 8%;
    transform: rotate(5deg);
    position: absolute;
    left: 59%;
    top: 12vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo04-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo04{
    display: none;
}
.texto-jogo04-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}

/* JOGO 05 */
.card-jogo05{
    width: 8%;
    transform: rotate(-5deg);
    position: absolute;
    left: 72%;
    top: 13vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo05-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo05{
    display: none;
}
.texto-jogo05-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
    
/* JOGO 06 */
.card-jogo06{
    width: 8%;
    transform: rotate(5deg);
    position: absolute;
    left: 30%;
    top: 29vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo06-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo06{
    display: none;
}
.texto-jogo06-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}

/* JOGO 07 */
.card-jogo07{
    width: 8%;
    transform: rotate(-5deg);
    position: absolute;
    left: 42%;
    top: 29vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo07-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo07{
    display: none;
}
.texto-jogo07-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}   

/* JOGO 08 */
.card-jogo08{
    width: 8%;
    transform: rotate(4deg);
    position: absolute;
    left: 53%;
    top: 29vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo08-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo08{
    display: none;
}
.texto-jogo08-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}   

/* JOGO 09 */
.card-jogo09{
    width: 8%;
    transform: rotate(-5deg);
    position: absolute;
    left: 65%;
    top: 32vw;
    cursor: pointer;
    transition: all 0.3s;
}
.card-jogo09-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 40%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jogo09{
    display: none;
}
.texto-jogo09-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}   

/* APRESENTADORES */
.album-apresentador{
    position: relative;
    width: 85%;
    height: 65vh;
    margin-top: -1vw;
    left: 6.1%;
}
.img-apresentador{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -96.5%);
}
.p-apresentador{
    color: white;
    /* font-size: 100%; */
    font-size: 1vw;
}
    
/* LUCAS */
.lucas-pereira{
    width: 10%;
    transform: rotate(-11deg);
    position: absolute;
    left: 10%;
    top: 20vw;
    cursor: pointer;
    transition: all 0.3s;
}
.lucas-pereira-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 5%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-lucas{
    display: none;
}
.texto-lucas-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* MARCIO */
.marcio-canuto{
    width: 10%;
    transform: rotate(4deg);
    position: absolute;
    left: 17%;
    top: 18vw;
    cursor: pointer;
    transition: all 0.3s;
}
.marcio-canuto-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 14%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-marcio{
    display: none;
}
.texto-marcio-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* BRUNO */
.bruno-piccinato{
    width: 10%;
    transform: rotate(-6deg);
    position: absolute;
    left: 27%;
    top: 17vw;
    cursor: pointer;
    transition: all 0.3s;
}
.bruno-piccinato-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 24%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-bruno{
    display: none;
}
.texto-bruno-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* JANICE */
.janice-castro{
    width: 10%;
    transform: rotate(4deg);
    position: absolute;
    left: 22%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.janice-castro-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 31%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-janice{
    display: none;
}
.texto-janice-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* JEAN */
.jean-brandao{
    width: 10%;
    transform: rotate(4deg);
    position: absolute;
    left: 34%;
    top: 17vw;
    cursor: pointer;
    transition: all 0.3s;
}
.jean-brandao-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 38%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-jean{
    display: none;
}
.texto-jean-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* MYLENA */
.mylena-ciribelli{
    width: 10%;
    transform: rotate(-6deg);
    position: absolute;
    left: 13%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.mylena-ciribelli-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 21%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-mylena{
    display: none;
}
.texto-mylena-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* RENATO */
.renato-marsiglia{
    width: 10%;
    transform: rotate(-4deg);
    position: absolute;
    left: 62%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.renato-marsiglia-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 51%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-renato{
    display: none;
}
.texto-renato-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* ROBERTO */
.roberto-thome{
    width: 10%;
    transform: rotate(-7deg);
    position: absolute;
    left: 63%;
    top: 18vw;
    cursor: pointer;
    transition: all 0.3s;
}
.roberto-thome-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 42%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-roberto{
    display: none;
}
.texto-roberto-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* SILVIO */
.silvio-luiz{
    width: 10%;
    transform: rotate(-3deg);
    position: absolute;
    left: 71%;
    top: 17vw;
    cursor: pointer;
    transition: all 0.3s;
}
.silvio-luiz-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 58%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-silvio{
    display: none;
}
.texto-silvio-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* DODO */
.dodo-comentarista{
    width: 10%;
    transform: rotate(-6deg);
    position: absolute;
    left: 32%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.dodo-comentarista-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 38%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-dodo{
    display: none;
}
.texto-dodo-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* CLEBER */
.cleber-machado{
    width: 18%;
    transform: rotate(0deg);
    position: absolute;
    left: 43%;
    top: 28vw;
    cursor: pointer;
    transition: all 0.3s;
}
.cleber-machado-click{
    width: 25%;
    transform: rotate(0deg);
    position: absolute;
    left: 39%;
    top: 33vw;
    cursor: pointer;
    z-index: 1;
}
.texto-cleber{
    display: none;
}
.texto-cleber-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
    display: none;
}
/* CARIOCA */
.carioca-r7{
    width: 10%;
    transform: rotate(5deg);
    position: absolute;
    left: 70%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.carioca-r7-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 66%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-carioca{
    display: none;
}
.texto-carioca-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* BOLA */
.bola-r7{
    width: 10%;
    transform: rotate(12deg);
    position: absolute;
    left: 78%;
    top: 18vw;
    cursor: pointer;
    transition: all 0.3s;
}
.bola-r7-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 78%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-bola{
    display: none;
}
.texto-bola-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* ZÉ LUIS */
.zeluis-r7{
    width: 10%;
    transform: rotate(5deg);
    position: absolute;
    left: 78%;
    top: 30vw;
    cursor: pointer;
    transition: all 0.3s;
}
.zeluis-r7-click{
    width: 22%;
    transform: rotate(0deg);
    position: absolute;
    left: 66%;
    top: 30vw;
    cursor: pointer;
    z-index: 1;
}
.texto-zeluis{
    display: none;
}
.texto-zeluis-visible {
    display: block;
    padding: 3%;
    border-radius: 0.7vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    position: absolute;
    left: 6.2%;
    width: 87.3%;
    bottom: 0;
}
/* TESTES SEM USO */
    
/* .texto-apresentador{
    display: none;
}
.p-apresentador{
    color: white;
}
.texto-apresentador-visible {
    display: block;
    padding: 3%;
    border-radius: 0.5vw;
    background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
    transition: all 0.2s;
    user-select: none;
    margin-bottom: 0.9vw;
    position: absolute;
    bottom: -10px;
    left: 6.5%;
    width: 81%;
}
    
.lucas-pereira{
    background-image: url("../imagens/apresentadores/Card-Site-LUCAS-PEREIRA.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 8%;
    height: 40%;
    transform: rotate(-11deg);
    position: absolute;
    left: 10%;
    top: 10%;
    cursor: pointer;
    transition: all 0.3s;
}
    
.lucas-pereira-click{
    background-image: url("../imagens/apresentadores/Card-Site-LUCAS-PEREIRA.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21%;
    height: 100%;
    transform: rotate(0deg);
    position: absolute;
    left: 10%;
    top: 5%;
    cursor: pointer;
} */
    
    
/* .lucas-pereira{
    width: 8%;
    transform: rotate(-11deg);
    position: absolute;
    left: 10%;
    top: 10%;
    cursor: pointer;
    transition: all 0.3s;
}
    
.lucas-pereira-click{
    width: 21%;
    transform: rotate(0deg);
    position: absolute;
    left: 10%;
    top: 0%;
    cursor: pointer;
} */
    
/* .lucas-pereira:hover{
    width: 50%;
    transform: rotate(0deg);
    position: absolute;
    left: 10%;
    top: 10%;
    cursor: pointer;
        
} */
    
.video_iab_box {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
    
#video_iab {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}
    
#play_iab {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
}
#play_iab2 {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
}
    
#skip {
    width: 8%;
    position: absolute;
    top: 3vw;
    right: -2%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
    /* display: none; */
}
.title-menor {
    color: white;
    font-size: 2vw;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: none;
}
.button {
  font-size: 1rem;
}
    
.button-group {
  margin-bottom: 20px;
}
    
.flickity-prev-next-button svg {
    /* display: none !important; */
}
.hero-slider .flickity-prev-next-button {
    /* display: none !important; */
}
.hero-slider .flickity-prev-next-button {
    width: 50px !important;
    height: 50px !important;
    background: transparent;
}
.contatoBox {
    width: 100%;
    border-radius: 6px;
    height: 33px;
    margin-bottom: 8px;
}
    
    
/* MODAL */
    
.awesome-modal {
    display: none;
    background-color: #050a2b;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 1rem;
    width: 450px;
    max-width: 80%;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: 999;
    -webkit-animation: bounce 0.4s ease forwards;
    animation: bounce 0.4s ease forwards;
    z-index: 100;
    text-align: center;
}
    
.awesome-modal * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
    
.awesome-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    overflow: hidden;
    cursor: default;
}
    
.close-icon {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.7rem;
    right: 0.7rem;
    transition: opacity 0.2s ease;
    z-index: 100;
}
    
.close-icon::before,
.close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    height: 2px;
    background-color: #ffffff;
}
    
.close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
    
.close-icon::after {
    transform: translate(-50%, -50%) rotate(135deg);
}
    
.modal-title {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
    
 :target {
    display: block;
}
    
 :target~.awesome-overlay {
    display: block;
}
    
@-webkit-keyframes bounce {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0.7);
    }
    45% {
        transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
    
@keyframes bounce {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0.7);
    }
    45% {
        transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(0.95);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
    
#close {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
    
.botao_modal {
    background: #2b1fd7;
    border-radius: 5px;
}
    
.botao_modal:hover {
    background: #CDDC39 !important;
    border-radius: 5px;
    color: #2b1fd7 !important;
}
    
.hide-desktop {
    display: none;
}
    
.logo_home {
    width: 50vw;
}
    
.title_paixao {
    color: #ffc107;
    font-size: 10vw;
    font-weight: 1000;
    /* font-family: "Montserrat", sans-serif; */
}
    
.title_futebol {
    color: #ffc107;
    font-size: 10vw;
    font-weight: 1000;
    /* font-family: "Montserrat", sans-serif; */
}
    
.title_data {
    color: #fff;
    font-size: 2vw;
    font-family: "Montserrat", sans-serif;
    padding-top: 3%;
}
    
.logo_record {
    width: 14vw;
    /* margin-left: 40px; */
    opacity: 1;
}
    
.logo_record_plus {
    width: 250px;
    padding-bottom: 7px;
    /* margin-left: 40px; */
    opacity: 1;
}
    
.btn_plano {
    border: 1px solid #ffffffa6;
    border-radius: 8px;
    padding: 3%;
    color: white !important;
    background: #2b1fd7;
    /* background: linear-gradient( rgb(20 2 95 / 27%) 0%, rgb(20 2 55 / 21%) 100% ); */
}
.btn_plano:hover {
    color: #2b1fd7 !important;
    background: linear-gradient(rgb(210 246 48) 0%, rgb(213 249 62) 100%);
}
    
.btn_product {
    /* border: 1px solid #fff; */
    border-radius: 8px;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 7px 10px !important;
    /* height: 25px; */
    text-align: center;
    transition: all .3s linear;
    color: #fff;
    margin-right: 10px !important;
}
.btn_product:hover {
    color: #ff5a0a !important;
    background: none !important;
}
    
.video_bg {
    position: absolute;
    width: 100%;
    /* height: 100vh; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-size: cover; */
}
    
    
/*==================================================Thumbnails==================================================*/
    
.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}
    
.thumbnails li {
    float: left;
    width: 213px;
    height: 236px;
    margin: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}
    
.thumbnails li:hover img {
    opacity: 0.9;
}
    
.thumbnails li:hover h2 {
    opacity: 0.9;
}
    
.thumbnails img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s;
}
    
.thumbnails h2 {
    font-size: 10px;
    background: #2172b3;
    height: 22px;
    padding: 8px 0px;
    margin-top: 0px;
    transition: .3s;
    color: #fff;
}
    
.thumbnails a {
    text-decoration: none;
    color: white;
}
    
.thumbnails a:hover {
    text-decoration: none;
}
    
    
/*==================================================Sidebar==================================================*/
    
aside {
    float: left;
    width: 25%;
    margin: 0 0 0 30px;
    text-transform: uppercase;
}
    
aside h2 a {
    display: block;
    padding: 5px;
    font-size: 15px;
    background: #2172b3;
    color: #fff;
    text-decoration: none;
}
    
aside nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
    
aside li {
    margin: 5px 0 0 0;
}
    
aside li a {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #666;
    transition: all .3s linear;
    text-decoration: none;
    border-left: 2px solid #cccccc;
}
    
aside nav li a:hover {
    border-left: 2px solid #000;
}
    
aside h3 {
    color: #fff;
    background: #2172b3;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}
    
aside p {
    background: #eee;
    margin: 0;
    text-align: center;
}
    
aside strong {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}
    
aside a {
    text-decoration: none;
}
    
aside nav ul {
    max-height: 700px;
    overflow: scroll;
    height: auto;
}
    
    
/*==================================================Includes==================================================*/
    
    
/*  Saiba mais */
    
.more {
    margin-bottom: 20px;
}
    
.more h2 strong {
    font-size: 16px;
}
    
    
/*  Gallery  */
    
.gallery {
    display: inline-block;
    list-style-type: none;
    list-style: none;
}
    
.gallery li {
    float: left;
    margin: 5px;
    text-align: center;
    transition: .3s;
}
    
.gallery li:hover {
    opacity: 0.9;
    transform: scale(1.05);
}
    
.gallery li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid #ddd;
}
    
p.ampliar {
    color: #F30;
    font-size: 11px;
    margin: 5px 0;
}
    
    
/*  Social midia  */
    
.compartilhe {
    font-size: 0.75em;
    margin: 0.5em 0;
    display: block;
    font-weight: bold;
}
    
.social-media {
    display: inline-block;
    padding: 0;
    margin: 5px 0;
}
    
.social-media li {
    float: left;
    margin-right: 10px;
}
    
.bt-twitter {
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 55px;
    height: 20px;
    background: url(../imagens/icones/tweet.png) no-repeat 0 0;
}
    
.bt-twitter:hover {
    background-position: 0px -20px;
}
    
    
/*  Páginas relacionadas  */
    
.related-posting-title {
    font-size: 22px;
}
    
.related-posting {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    
.row {
    clear: both;
    display: block;
    background: #E8E8E8;
    border-left: 3px solid #ccc;
    padding: 10px 20px;
    transition: all .3s linear;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}
    
.row:hover {
    border-left: 3px solid #666;
}
    
.row img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}
    
.row p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
    
.row a {
    color: #666;
    text-decoration: none;
}
    
.row p a {
    color: #69747b;
}
    
.row strong {
    font-size: 12px;
}
    
    
/*  Tabs regiões  */
    
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
    
#servicosTabsDois .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}
    
#servicosTabsDois ul {
    list-style: none;
    display: inline-block;
}
    
#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}
    
#servicosTabsDois .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
    
#servicosTabsDois .nav li {
    float: left;
    margin: 0 10px 0 0;
}
    
#servicosTabsDois .nav li.last {
    margin-right: 0;
}
    
#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #ddd;
    transition: all .3s linear;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 0;
}
    
#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
    background: #999;
    color: #fff;
}
    
#servicosTabsDois ul li.nav-two a.current {
    background-color: #eee !important;
    color: #666;
}
    
    
/*  Copyright  */
    
.copyright {
    font-size: 10px;
    color: #666;
}
    
.copyright a {
    font-size: 10px;
    color: #666;
}
    
    
/*==================================================Footer==================================================*/
    
footer {
    clear: both;
    margin-top: 15px;
    padding: 15px;
    background: #333;
}
    
.contact-footer {
    float: left;
    color: #eee;
    margin-right: 30px;
}
    
.contact-footer strong {
    font-size: 18px;
    /* letter-spacing: -1px; */
}
    
.contact-footer a {
    text-decoration: none;
    color: #fff;
}
    
footer address {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
}
    
footer address span {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
    
footer .menu-footer {
    text-align: right;
}
    
footer .menu-footer nav {
    margin: 3px 0;
}
    
footer .menu-footer nav li {
    display: inline;
    padding: 0 10px 0 0;
}
    
footer .menu-footer nav li a {
    color: #eee;
    font-size: 13px;
    text-decoration: none;
}
    
footer .menu-footer nav li a:hover {
    color: #bbb;
}
    
footer .social {
    margin: 15px 0 0 0;
    float: right;
}
    
footer .social .social-icons:hover {
    opacity: 1;
    background: #FFF;
    color: #2172b3;
}
    
footer .social .social-icons {
    width: auto;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    margin: 0 0 0 5px;
    float: right;
    font-size: 18px;
    background: #2172b3;
    color: #FFF;
    min-width: 25px;
    min-height: 20px;
    text-align: center;
    /* box-shadow: 2px 2px 2px #ccc; */
}
    
.copyright-footer {
    text-align: left;
    font-size: 10px;
    color: #eee;
    padding: 0.5vw 0px;
    /* background: #333; */
    position: absolute;
    width: 100vw;
    bottom: 0;
    text-align: center;
}
    
.copyright-footer .selos {
    float: right;
}
    
.copyright-footer .selos strong {
    background: #fff;
    color: #363b36;
    padding: 0px 5px;
}
    
.copyright-footer .selos a {
    margin: 0 0 0 5px;
    color: #B7B7B7;
    text-decoration: none;
    opacity: 0.8;
    transition-property: all;
    transition-duration: 0.3s;
}
    
.copyright-footer .selos a:hover {
    opacity: 1;
}
    
    
/*==================================================Página Contato (Formulario)==================================================*/
    
.contact {
    display: block;
    padding: 0 20px;
}
    
.form {
    float: left;
    width: 50%;
}
    
.form label {
    width: 185px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
}
    
.form label span {
    font-size: 9px;
    color: #C00;
}
    
.form input,
.form textarea,
.form select {
    width: 80%;
    margin: 10px 0 4px 0;
    padding: 8px 5px;
    border: solid 1px #CFCFCF;
    font-size: 16px;
    box-sizing: border-box;
}
    
input#ddd {
    width: 17%;
}
    
input#telefone {
    width: 59%;
}
    
@media screen and (max-width: 420px) {
    .form input,
    .form textarea,
    .form select {
        width: 100%;
    }
    input#ddd {
        width: 30%;
    }
    input#telefone {
        width: 67%;
    }
    .form textarea {
        width: 100% !important;
    }
}
    
input.ir {
    width: 40%;
    max-width: 150px;
}
    
.form textarea {
    width: 80%;
    font-family: fonte;
    margin-bottom: 18px;
}
    
.form input:focus,
.form textarea:focus,
.form select:focus {
    background: #eee;
}
    
.form .ir {
    border: solid 1px #666;
    background: #ffffff;
    padding: 10px 18px;
    color: #666;
    cursor: pointer;
    border-radius: 5px;
    width: 40%;
    max-width: 150px;
    transition: all 300ms ease-in-out;
}
    
.form .ir:hover {
    background: #2ecc71;
    color: #ffffff;
    border-color: #2ecc71;
}
    
.bt-submit {
    display: block;
    margin: 5px 0 0 0;
}
    
.form span.obrigatorio {
    font-size: 0.8em;
    color: #C00;
    margin-top: 10px;
}
    
.form label.error {
    display: block;
    color: red;
    margin: 0 .5em 0 0;
    vertical-align: top;
    font-size: 10px;
}
    
.help {
    font-size: 11px;
    color: #666;
}
    
.alert {
    color: #FF0000;
}
    
.contact-form {
    float: right;
    color: #989898;
    font-size: 11px;
    width: 50%;
}
    
.contact-form strong {
    color: #666;
}
    
    
/*==================================================Sitemap==================================================*/
    
.sitemap {
    margin-left: 30px;
    list-style: none;
    list-style-type: none;
}
    
.sitemap li {
    font-size: 15px;
    margin: 10px 0;
}
    
.sitemap li a {
    color: #777;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
    
.sitemap li a:hover {
    color: #222 !important;
}
    
.sitemap li ul {
    margin-left: 35px;
    list-style: none;
    list-style-type: none;
}
    
.sitemap li ul li {
    margin: 5px 0;
    padding: 0;
}
    
.sitemap li ul li a {
    font-size: 12px;
    color: #777;
}
    
.sitemap li ul li ul li {
    margin: 5px 0;
}
    
.sitemap li ul li ul li a {
    font-size: 13px;
    color: #777;
}
    
.sitemap li a:hover {
    color: #999;
}
    
.sitemap .fa {
    display: none;
}
    
.sitemap br {
    display: none;
}
    
    
/*========================================Page not found========================================*/
    
.msg-404 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #A7A9AC;
    margin-bottom: 30px;
}
    
.menu-404 {
    background: #F8F8F8;
    width: 95%;
    padding: 15px;
    margin-bottom: 20px;
    float: left;
}
    
.menu-404 a {
    display: block;
    margin: 0 auto;
}
    
    
/* ==========================================================================Helper classes========================================================================== */
    
    
/** Image replacement*/
    
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    /**text-indent: -9999px;*/
}
    
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
    
    
/** Hide from both screenreaders and browsers: h5bp.com/u*/
    
.hidden {
    display: none !important;
    visibility: hidden;
}
    
    
/** Hide only visually, but have it available for screenreaders: h5bp.com/v*/
    
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
    
/** Extends the .visuallyhidden class to allow the element to be focusable* when navigated to via the keyboard: h5bp.com/p*/
    
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
    
    
/** Hide visually and from screenreaders, but maintain layout*/
    
.invisible {
    visibility: hidden;
}
    
    
/** Clearfix: contain floats** For modern browsers* 1. The space content is one way to avoid an Opera bug when the*    `contenteditable` attribute is included anywhere else in the document.*    Otherwise it causes space to appear at the top and bottom of elements*    that receive the `clearfix` class.* 2. The use of `table` rather than `block` is only necessary if using*    `:before` to contain the top-margins of child elements.*/
    
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
    
.clearfix:after {
    clear: both;
}
    
    
/** For IE 6/7 only* Include this rule to trigger hasLayout and contain floats.*/
    
.clearfix {
    /**zoom: 1;*/
}
    
.slicknav_menu {
    display: none;
}
    
.slicknav_nav .fa {
    display: none;
}
    
.slicknav_nav br {
    display: none;
}
    
    
/*==================================================Layout responsivo com Grid==================================================*/
    
.grid {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
    
.grid:after {
    content: "";
    clear: both;
    display: block;
}
    
[class*="col-"] {
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
    
    
/* [class*="col-"] iframe {display: block;margin: 0 auto;width: 100%;max-width: 300px;height: 200px;border: 0;} */
    
.col-1 {
    width: 8.33%;
}
    
.col-2 {
    width: 20%;
}
    
.col-3 {
    width: 25%;
}
    
.col-4 {
    width: 33.33%;
}
    
.col-5 {
    width: 41.66%;
}
    
.col-6 {
    width: 50%;
}
    
.col-7 {
    width: 58.33%;
}
    
.col-8 {
    width: 66.66%;
}
    
.col-9 {
    width: 75%;
}
    
.col-10 {
    width: 83.33%;
}
    
.col-11 {
    width: 91.66%;
}
    
.col-12 {
    width: 100%;
}
    
.txtcenter {
    text-align: center;
}
    
.txtleft {
    text-align: left;
}
    
.txtright {
    text-align: right;
}
    
.pd {
    padding: 0;
}
    
.fright {
    float: right;
}
    
.fleft {
    float: left;
}
    
.fwidth {
    width: 100%;
}
    
.center-block {
    display: block;
    margin: 0 auto;
}
    
    
/*========================================Fancy Box - Lightbox========================================*/
    
#title-empresa h2 {
    font-size: 14px;
    background: #E9E9E9;
    padding: 4px 10px;
    line-height: 15px;
    color: #717171;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px 0;
    font-weight: 500;
    border-radius: 8px;
}
    
#title-keyword h3 {
    font-size: 12px;
    padding: 0 10px;
    line-height: 15px;
    color: #717171;
    text-decoration: none;
    margin: 0 0 10px 0;
    border-radius: 8px;
}
    
    
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
    
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}
    
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
    
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
    
.fancybox-opened {
    z-index: 8030
}
    
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}
    
.fancybox-inner,
.fancybox-outer {
    position: relative
}
    
.fancybox-inner {
    overflow: hidden
}
    
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
    
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
    
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}
    
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
    
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(images-fancy/fancybox_sprite.png)
}
    
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}
    
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images-fancy/fancybox_loading.gif) center center no-repeat
}
    
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}
    
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(images-fancy/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}
    
.fancybox-prev {
    left: 0
}
    
.fancybox-next {
    right: 0
}
    
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}
    
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}
    
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}
    
.fancybox-nav:hover span {
    visibility: visible
}
    
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}
    
.fancybox-lock {
    overflow: hidden!important;
    width: auto
}
    
.fancybox-lock body {
    overflow: hidden!important
}
    
.fancybox-lock-test {
    overflow-y: hidden!important
}
    
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images-fancy/fancybox_overlay.png)
}
    
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
    
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
    
.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
    
.fancybox-opened .fancybox-title {
    visibility: visible
}
    
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
    
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}
    
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
    
.fancybox-title-inside-wrap {
    padding-top: 10px
}
    
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}
    
.active-menu-topo {
    color: #32326b;
    font-weight: bold;
}
    
.active-menu-aside {
    color: rgb(33, 114, 179);
    background-color: rgba(33, 114, 179, 0.1);
    border-left: 2px solid #2172b3;
    font-weight: bold;
}
    
    
/*==========================================================================Tabela==========================================================================*/
    
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
    
.tg td {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    color: #000;
}
    
.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}
    
.tg .tg-kf0f {
    background-color: #3166ff;
    color: #000000
}
    
.tabela {
    background: none repeat scroll 0% 0% rgb(33, 114, 179);
    text-align: center;
    line-height: 30px;
}
    
.tabela p {
    text-align: center;
    line-height: normal;
}
    
.tabela th {
    border: 1px solid #000;
    color: #ffffff;
}
    
.tabela-conteudo {
    background: none repeat scroll 0% 0% rgb(229, 236, 244);
    padding: 0cm;
}
    
.busca {
    border: 1px solid;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #ddd;
    color: #666;
}
    
.busca:focus {
    border: 2px solid #2172b3;
}
    
.barra-busca form {
    position: relative;
}
    
.barra-busca {
    background-color: #e4e4e4;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
}
    
.barra-busca .btn {
    max-width: 100%;
    position: absolute;
    margin: 0;
    top: 3px;
    right: 3px;
}
    
.barra-busca input[type="search"] {
    width: 100%;
    box-sizing: border-box;
}
    
.barra-busca2 form {
    position: relative;
}
    
.barra-busca2 {
    padding: 10px 0;
    box-sizing: border-box;
}
    
.barra-busca2 .btn {
    max-width: 100%;
    position: absolute;
    margin: 0;
    top: 1px;
    right: 1px;
    font-size: 14px;
}
    
.barra-busca2 input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}
    
.topofixo .barra-busca2 {
    padding: 0;
}
    
    
/* ==========================================================================BOTAO TOPO========================================================================== */
    
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 50px;
    height: 45px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font: 14px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    background-color: #2172b3;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}
    
#scrollUp:hover {
    margin-bottom: 0;
    color: #fff
}
    
#scrollUp-active {
    display: none
}
    
@media (max-width: 1650px) {
    .text-sub {
        font-family: 'RecordTypeRegular';
        font-size: 1.3rem;
        line-height: 1;
        margin: 0.3em;
    }
    .slide5titulo {
        font-weight: 700;
        font-size: 1.3rem !important;
        margin-top: 0% !important;
        margin-bottom: 2% !important;
    }
    .slide5espectadores {
        font-size: 1rem;
    }
}
/*========================================CSS Mobile========================================*/
    
@media (max-width: 1650px) {
    .text-sub {
        font-family: 'RecordTypeRegular';
        font-size: 1.3rem;
        line-height: 1;
        margin: 0.3em;
    }
    .slide5titulo {
        font-weight: 700;
        font-size: 1.3rem !important;
        margin-top: 0% !important;
        margin-bottom: 2% !important;
    }
    .slide5espectadores {
        font-size: 1rem;
    }
    .slide5number {
        color: #ff7e00;
        font-size: 7vw;
        font-weight: 700;
        margin: 0px;
        line-height: 1;
        font-family: 'RecordTypeRegular';
    }
}
/* TABLET */
    
@media only screen and (min-width:767px) and (max-width: 959px) {
    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }
    header .right a {
        margin: 0px 10px;
    }
    header .right {
        width: 100%;
        text-align: center;
    }
    header .logo {
        text-align: center;
        width: 100%;
    }
    header .logo img {
        margin-top: 10px;
    }
    header nav a {
        padding: 10px 0px;
        width: 142px;
    }
    article img {
        max-width: 100%;
    }
    .gallery li {
        margin: 4px;
    }
    .js .slicknav_menu {
        display: block;
        /* position: fixed; */
        z-index: 11;
        /* width: 100%; */
    }
    .js #menu {
        display: none;
    }
    .js #menu2 {
        display: none;
    }
    .contact-footer a {
        color: white;
        text-decoration: none;
    }
    #servicosTabsDois .nav li a {
        padding: 10px;
    }
    .col-m-1 {
        width: 8.33% !important;
    }
    .col-m-2 {
        width: 16.66% !important;
    }
    .col-m-3 {
        width: 25% !important;
    }
    .col-m-4 {
        width: 33.33% !important;
    }
    .col-m-5 {
        width: 41.66% !important;
    }
    .col-m-6 {
        width: 50% !important;
    }
    .col-m-7 {
        width: 58.33% !important;
    }
    .col-m-8 {
        width: 66.66% !important;
    }
    .col-m-9 {
        width: 75% !important;
    }
    .col-m-10 {
        width: 83.33% !important;
    }
    .col-m-11 {
        width: 91.66% !important;
    }
    .col-m-12 {
        width: 100% !important;
    }
    .hide-tablet {
        display: none;
    }
    .topofixo {
        position: relative;
    }
    #header-block {
        display: none !important;
    }
}
    
    
/* Mobile */
    
@media only screen and (max-width: 765px) {
    .btn {
        display: inline-block;
    }
    .topofixo {
        position: relative;
    }
    .owl-pagination {
        display: none;
    }
    .title-breadcrumb h1 {
        box-sizing: border-box;
        padding: 5px;
    }
    .title-breadcrumb #breadcrumb {
        float: none;
    }
    header .topo .social {
        display: none;
    }
    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }
    header {
        /* padding-top: 54px; */
    }
    header .logo a {
        margin: 0 auto;
    }
    header .logo {
        width: 100%;
        display: block;
        text-align: center;
    }
    header .logo img {
        margin-top: 0px;
        /* max-width: 100%; */
        margin-left: 0px;
        width: 45%;
    }
    header .right {
        width: 100%;
        text-align: center;
    }
    .topo .fright {
        float: none;
    }
    .topo {
        text-align: center;
    }
    article {
        width: 100%;
    }
    aside {
        width: 100%;
        margin: 0;
    }
    .gallery img {
        width: 100%;
    }
    .gallery li {
        width: 45%
    }
    .thumbnails li {
        width: 100%;
        margin: 10px 0;
    }
    .thumbnails {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .thumbnails img {
        width: 100%;
    }
    footer .wrapper {
        text-align: center !important
    }
    .copyright-footer {
        text-align: center;
        bottom: 0;
        padding-bottom: 5%;
        position: fixed;
    }
    footer .menu-footer nav li {
        display: block;
        background: rgba(0, 0, 0, 0.2);
        margin: 10px 0px;
        text-align: center;
        padding: 10px
    }
    .contact-footer {
        float: none
    }
    .copyright-footer .wrapper {
        text-align: center
    }
    footer .social {
        float: none;
        width: 100%
    }
    .copyright-footer .selos {
        float: none;
        margin: 10px 0px
    }
    .copyright-footer .selos a {
        float: none;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px 0px;
        margin: 10px 0px
    }
    footer .social .social-icons {
        float: none;
        padding: 10px 0px;
        margin: 10px 0px;
        width: 100%;
        text-align: center
    }
    .contact-footer a {
        color: white;
        text-decoration: none;
    }
    .contact-footer {
        margin-right: 0;
    }
    .js #menu {
        display: none;
    }
    /* .js #menu2 {
        display: none;
    } */
    .js .slicknav_menu {
        display: none;
    }
    #servicosTabsDois .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }
    .hide-mobile {
        display: none !important;
    }
    .contact {
        padding: 0;
    }
    .form {
        width: 100%;
    }
    .contact-form {
        float: none;
        width: 100%;
    }
    #header-block {
        display: none !important;
    }
    .text-sub{
        line-height: 1;
        margin: 10px;
    }
}
    
    
/*=======================================VERSAO MEU MOBILE PARA CELULARES PEQUENOS======================================*/
    
@media only screen and (max-width:480px) {
    [class*="col-"] {
        width: 100%;
    }
    .text-sub{
        line-height: 1;
        margin: 10px;
    }
    .awesome-modal {
        max-width: 90%;
    }
    .hide-desktop{
        display: block;
    }
    #video-background2 {
        /*  making the video fullscreen  */
        position: fixed;
        right: 0;
        bottom: 0;
        display: block;
        /* min-width: 100%; */
        /* min-height: 100%; */
        width: 100vw;
        /* height: auto; */
        /* z-index: 100; */
        }
      .hide-mobile{
        display: none;
      }
      /* BENTO CSS DIEGO */
    #video-background2 {
      /*  making the video fullscreen  */
      position: fixed;
      /* position: absolute; */
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      height: 100vh;
      width: 100vw;
      z-index: -100;
      }
    #divBotoes2 {
        display: none;
        position: absolute;
        left: 49%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 97%;
        z-index: 1;
    }
    .btnDireita {
        position: relative;
        left: 50%;
        text-decoration: none;
        color: #fff;
        background: #ff5a0a00;
        box-sizing: border-box;
        font-size: 10vw;
        display: inline-block;
        border-radius: 50px;
        transition: .3s;
    }
    .btnEsquerda {
        position: relative;
        left: -48%;
        text-decoration: none;
        color: #fff;
        background: #ff5a0a00;
        /* padding: 0px 15px 3px 15px; */
        box-sizing: border-box;
        /* margin: 10px auto; */
        font-size: 10vw;
        display: inline-block;
        border-radius: 50px;
        transition: .3s;
    }
    .slide5p{
        text-align: center;
        font-size: 4vw;
    }
    .btn_bola{
        font-size: 2vw;
        padding: 0;
        margin: 0;
        color: unset;
    }
    .slide15espectador{
        margin: 0;
        font-size: 1vw !important;    
        margin-bottom: 0 !important;
    }
    .slide15number{
        text-align: center;
        color: greenyellow;
        font-size: 20vw;
        margin: 0 auto;
        font-weight: 700;
        padding: 0 !important;
    }
    .slide15titulo{
        font-weight: 700;
        margin: 0;
        font-size: 0.5rem !important;
        /* margin-top: 15% !important; */
        margin-bottom: 1% !important;
    }
    .logodefesa {
        width: 20vw;
        margin: 0;
        margin-bottom: 4%;
    }
    .logodefesa2 {
        width: 36vw;
        margin: 3px;
        margin-bottom: 4%;
    }
    .slide14topo{
        font-weight: 700;
        font-size: 5.5vw!important;
        margin-top: 0% !important;
        margin-bottom: 1% !important;
    }
    .slide14mid {
        font-weight: 700;
        font-size: 3.5vw!important;
        margin-top: 0% !important;
        margin-bottom: -2% !important;
    }
    .slide10titulo{
        font-weight: 700;
        font-size: 10.5vw!important;
        margin-top: 0% !important;
        margin-bottom: 11% !important;
    }
    .smargin{
        margin-bottom: 2% !important;
    }
    .smargin2{
        margin-bottom: 0 !important;
    }
    .slide5subtitulo{    
        margin-bottom: 1% !important;   
    }
    .slide5titulo{
        font-weight: 700;
        font-size: 5vw!important;
        margin-top: 0% !important;
        margin-bottom: 11%;
    }
    .divFontes{   
        width: 100%;   
        display: flex;   
        justify-content: center;
    }
    .centerCol {
        display: grid;
        justify-content: center;
        line-height: 0px;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center;
    }
    .slide5number{
        color: #ff7e00;
        font-size: 15vw;
        font-weight: 700;
        margin: 0px;
        line-height: 95%;
        text-align: center;
    }
    .slide5numberVerde{
        color: #ff7e00;
        font-size: 6vw;
        font-weight: 700;
        margin: 0.5em 0;
        text-align: center;
    }
    .slide5espectadores{
        font-size: 4vw;
        text-align: center;
    }
    .slide14espectadores{
        font-size: 1.7vw;
        text-align: center;
        margin: 0;
        }
    .slide14espectadores2{
        font-size: 1vw !important;
        text-align: center;
        margin: 0;
        margin-bottom: 0 !important;
    }
    .slide13titulo{
        color: #ff7e00;
        font-size: 22vw;
        font-weight: 700;
        margin: 0px;
        line-height: 95%;
        text-align: center;
    }
    .slide11titulo{
        color: #ff7e00;
        font-size: 24vw;
        font-weight: 700;
        margin: 0px;
        line-height: 95%;
        text-align: center;
    }
    .wrapper-slide14{    
        display: flex;   
        justify-content: center;
    }
    .slidesFonte{
        font-size: 1vw;
        width: 92%;
    }
    .titleMargin{
        margin-bottom: 0 !important;
    }
    .slide14number{
        font-weight: 700;
        font-size: 4vw!important;
        text-align: center;
        margin: 0;
    }
    .slide14numberVerde{
        font-weight: 700;
        font-size: 18vw!important;
        text-align: center;
        margin: 0 auto;
        color: #ff7e00;
    }
    .slide14titulo{
        color: #ff7e00;
        font-weight: 700;
        font-size: 1.6vw!important;
        margin: 0;
        text-align: center;
    }
    .flickity-prev-next-button.next {
        right: -5px !important;
    }
    .flickity-prev-next-button.previous {
        left: -5px !important;
    }
    .hero-slider .carousel-cell .inner {
        position: relative;
        top: 56%;
        transform: translateY(-50%);
        color: white;
        text-align: center;
        font-size: 1rem;
    }
      /* TELA4 */
      .icons-cobertura{
        width: 8%;
        }
        .mobile-info{
            margin-top: 10%;
        }
        
        .alinha-info{
            width: 100%;
            box-sizing: border-box;
            padding: 0 3%;
        }
        
        .txt-tela04{
            /* text-align: center; */
            box-sizing: border-box;
            padding: 0 0%;
            font-family: "Montserrat", sans-serif;
            font-size: 1.5em;
            line-height: 0.9em;
            text-transform: uppercase;
            letter-spacing: 0;
            text-align: justify;
        }
        .justfy{
            text-align: left;
            text-justify: inter-word;
        }
        
        .txt-tela04 p{
        font-size: 1vw;
        }
    .txt-tela04{
        text-align: center;
        box-sizing: border-box;
        padding: 0px 4%;
    }
    
    .txt-tela04 p{
    font-size: 3.5vw;
    }
    
    /* DEFESA */
    .album-defesa {
        position: relative;
        width: 100%;
        height: 33vh;
        margin-top: 1vw;
    }
    
    .img-defesa{
        width:100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -96.5%);
    }
    .p-defesa{
        color: ffc107;
        font-size: 100%;
    }
    
    /* JOGO 01 */
    .card-jogo01{
        width: 17%;
        transform: rotate(-3deg);
        position: absolute;
        left: 4%;
        top: 37vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo01-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo01{
        display: none;
    }
    .texto-jogo01-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    
    /* JOGO 02 */
    .card-jogo02{
        width: 17%;
        transform: rotate(4deg);
        position: absolute;
        left: 22%;
        top: 40vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo02-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo02{
        display: none;
    }
    .texto-jogo02-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 03 */
    .card-jogo03{
        width: 17%;
        transform: rotate(-5deg);
        position: absolute;
        left: 44%;
        top: 37vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo03-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo03{
        display: none;
    }
    .texto-jogo03-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 04 */
    .card-jogo04{
        width: 17%;
        transform: rotate(4deg);
        position: absolute;
        left: 61%;
        top: 40vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo04-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo04{
        display: none;
    }
    .texto-jogo04-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 05 */
    .card-jogo05{
        width: 17%;
        transform: rotate(-3deg);
        position: absolute;
        left: 81%;
        top: 38vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo05-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo05{
        display: none;
    }
    .texto-jogo05-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }

    /* JOGO 06 */
    .card-jogo06{
        width: 17%;
        transform: rotate(4deg);
        position: absolute;
        left: 7%;
        top: 78vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo06-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo06{
        display: none;
    }
    .texto-jogo06-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 07 */
    .card-jogo07{
        width: 17%;
        transform: rotate(-4deg);
        position: absolute;
        left: 31%;
        top: 80vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo07-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo07{
        display: none;
    }
    .texto-jogo07-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 08 */
    .card-jogo08{
        width: 17%;
        transform: rotate(4deg);
        position: absolute;
        left: 52%;
        top: 78vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo08-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo08{
        display: none;
    }
    .texto-jogo08-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JOGO 09 */
    .card-jogo09{
        width: 17%;
        transform: rotate(-5deg);
        position: absolute;
        left: 76%;
        top: 81vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .card-jogo09-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jogo09{
        display: none;
    }
    .texto-jogo09-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* APRESENTADOR */
    .album-apresentador {
        position: relative;
        width: 89%;
        height: 33vh;
        margin-top: 0vw;
    }
    
    .img-apresentador{
        width:100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -96.5%);
    }
    .p-apresentador{
        color: white;
        /* font-size: 100%; */
        font-size: 2.5vw;
    }
    
    /* LUCAS */
    .lucas-pereira{
        width: 18%;
        transform: rotate(-11deg);
        position: absolute;
        left: 5%;
        top: 29vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .lucas-pereira-click{
        width: 32vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 999;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-lucas{
        display: none;
    }
    .texto-lucas-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* MARCIO */
    .marcio-canuto{
        width: 18%;
        transform: rotate(1deg);
        position: absolute;
        left: 2%;
        top: 58vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .marcio-canuto-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-marcio{
        display: none;
    }
    .texto-marcio-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* BRUNO */
    .bruno-piccinato{
        width: 18%;
        transform: rotate(4deg);
        position: absolute;
        left: 18%;
        top: 30vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .bruno-piccinato-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-bruno{
        display: none;
    }
    .texto-bruno-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JANICE */
    .janice-castro{
        width: 18%;
        transform: rotate(-7deg);
        position: absolute;
        left: 17%;
        top: 86vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .janice-castro-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-janice{
        display: none;
    }
    .texto-janice-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* JEAN */
    .jean-brandao{
        width: 18%;
        transform: rotate(4deg);
        position: absolute;
        left: 28%;
        top: 87vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .jean-brandao-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-jean{
        display: none;
    }
    .texto-jean-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* MYLENA */
    .mylena-ciribelli{
        width: 18%;
        transform: rotate(-6deg);
        position: absolute;
        left: 3%;
        top: 88vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .mylena-ciribelli-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-mylena{
        display: none;
    }
    .texto-mylena-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* RENATO */
    .renato-marsiglia{
        width: 18%;
        transform: rotate(5deg);
        position: absolute;
        left: 80%;
        top: 55vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .renato-marsiglia-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-renato{
        display: none;
    }
    .texto-renato-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* ROBERTO */
    .roberto-thome{
        width: 18%;
        transform: rotate(2deg);
        position: absolute;
        left: 17%;
        top: 59vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .roberto-thome-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-roberto{
        display: none;
    }
    .texto-roberto-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* SILVIO */
    .silvio-luiz{
        width: 18%;
        transform: rotate(-4deg);
        position: absolute;
        left: 66%;
        top: 29vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .silvio-luiz-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-silvio{
        display: none;
    }
    .texto-silvio-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* DODO */
    .dodo-comentarista{
        width: 18%;
        transform: rotate(-4deg);
        position: absolute;
        left: 67%;
        top: 57vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .dodo-comentarista-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-dodo{
        display: none;
    }
    .texto-dodo-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* CLEBER */
    .cleber-machado{
        width: 38%;
        transform: rotate(0deg);
        position: absolute;
        left: 33%;
        top: 70vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .cleber-machado-click{
        width: 35vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-cleber{
        display: none;
    }
    .texto-cleber-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* CARIOCA */
    .carioca-r7{
        width: 18%;
        transform: rotate(-6deg);
        position: absolute;
        left: 83%;
        top: 86vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .carioca-r7-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-carioca{
        display: none;
    }
    .texto-carioca-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* BOLA */
    .bola-r7{
        width: 18%;
        transform: rotate(6deg);
        position: absolute;
        left: 80%;
        top: 27vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .bola-r7-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-bola{
        display: none;
    }
    .texto-bola-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    /* ZÉ LUIS */
    .zeluis-r7{
        width: 18%;
        transform: rotate(6deg);
        position: absolute;
        left: 63%;
        top: 87vw;
        cursor: pointer;
        transition: all 0.3s;
    }
    .zeluis-r7-click{
        width: 29vh;
        transform: rotate(0deg);
        position: absolute;
        /* left: 20vw; */
        /* top: 46vh; */
        cursor: pointer;
        z-index: 1;
        top: 46vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .texto-zeluis{
        display: none;
    }
    .texto-zeluis-visible {
        display: block;
        padding: 3%;
        border-radius: 0.7vw;
        background-image: linear-gradient( var(--transparent), var(--semi-transparent), var(--semi-transparent) );
        transition: all 0.2s;
        user-select: none;
        position: absolute;
        left: 6.2%;
        width: 87.3%;
        bottom: 0;
    }
    .title-menor {
        color: white;
        font-size: 3.7vw;
    }
    .button-group {
        /* margin-bottom: 20px; */
        width: 100vw;
        /* top: 10%; */
    }
    .button {
        font-size: 2vw;
    }
    .menu-centro{
        
display: flex !important;
        
position: absolute !important;
        
left: 50%;
        
transform: translate(-50%, 0);
        
bottom: 0;
        
}
#play_iab {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
}
#play_iab2 {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
}
    
#skip {
    width: 28%;
    position: absolute;
    top: 5%;
    right: -10%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    cursor: pointer;
    /* display: none; */
}
    section {
        float: left;
        width: 100%;
        padding: 0;
        /* min-height: 340px; */
        height: calc(100% - 40px);
    }
    body {
        font-size: 1rem;
        font-family: 'Open Sans', sans-serif;
        /* color: #0055b3; */
        /* background: #0057b5; */
        /* background-image: url(../imagens/bg.png); */
        background-size: contain;
        height: calc(100% - 40px);
        background-repeat: no-repeat;
        background-position-x: center;
        overflow: hidden;
    }
    .modal-title {
        margin-top: 0;
        color: #ffffff;
        font-size: 5vw;
        margin-bottom: 20px;
    }
    .hero-slider .flickity-prev-next-button {
        width: 40px !important;
        height: 40px !important;
        background: transparent;
    }
    .btn_plano {
        border: 1px solid #fff;
        border-radius: 8px;
        display: block;
        color: #666;
        text-decoration: none;
        padding: 3px 10px;
        /* height: 25px; */
        text-align: center;
        transition: all .3s linear;
        color: #fff;
        margin-right: 0px;
        margin-left: 12px;
    }
    .btn_plano:hover {
        color: #FFF;
        background: #ff5a0a;
    }
    #slide-show {
        height: 880px !important;
    }
    .div_planoMobile {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 20px;
        display: flex;
    }
    .video_bg {
        position: absolute;
        width: unset;
        height: 100vh;
        /* top: 0; */
        /* left: 0%; */
        /* transform: unset; */
    }
    .logo_record {
        width: 130px;
        margin-left: 0px;
        opacity: 1;
    }
    .logo_record_plus {
        width: 80vw;
        margin-left: 0px;
        opacity: 1;
    }
    .logo_home {
        width: 70%;
    }
    
    .title_paixao {
        color: #ffff66;
        font-size: 17vw;
        font-weight: 1000;
        /* font-family: "Montserrat", sans-serif; */
    }
    .title_futebol {
        color: #92d050;
        font-size: 17vw;
        font-weight: 1000;
        /* font-family: "Montserrat", sans-serif; */
    }
    .title_data {
        color: #fff;
        font-size: 6vw;
        font-family: "Montserrat", sans-serif;
    }
    .hero-slider .carousel-cell .inner .title {
        font-size: 1rem;
        box-sizing: border-box;
        padding: 0px 2%;
    }
}
    
    
/*Mobile Menu Core Style*/
    
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
    
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
    
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
    
.slicknav_menu .slicknav_no-text {
    margin: 0
}
    
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
    
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
}
    
.slicknav_nav {
    clear: both
}
    
.slicknav_nav ul,
.slicknav_nav li {
    display: block
}
    
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
    
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
    
.slicknav_nav .slicknav_row {
    display: block;
}
    
.slicknav_nav a {
    display: block
}
    
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}
    
.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}
    
.slicknav_menu:after {
    clear: both
}
    
    
/*User Default StyleChange the following styles to modify the appearance of the menu.*/
    
.slicknav_menu {
    font-size: 16px;
}
    
    
/* Button */
    
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222;
}
    
    
/* Button Text */
    
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
    
    
/* Button Lines */
    
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}
    
.slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
}
    
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}
    
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
    
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
    
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}
    
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}
    
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
    
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}
    
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}
    
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}   


@media only screen and (max-width:380px) {
    [class*="col-"] {
        width: 100%;
    }
    .hide-desktop{
        display: block;
    }
    .awesome-modal {
        max-width: 90%;
    }
#video-background2 {
  /*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100vw;
  height: 100vh;
  /* z-index: 100; */
  }
}