@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

main {
    background-color: #000;
}

main > section { margin-bottom: 1em; }

main > section div.framed > div {
    border: 1px solid black;
    margin-bottom: 1ex;
    padding: 1ex;
}

main > section button { padding: 0.5ex 1em; }

main > section input[type="range"] { max-width: 100%; }

main > section label[for^="YouTube-player-"] { /*position: absolute;*/ }

main > section textarea {
    height: 9ex;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 99%;
}


.center { text-align: center; }

.playerjanela{
position: fixed;
    background: #141414;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 4px 14px -1px #fff;
    min-width: 400px;
    z-index: 9;
}

.margin-left-m { margin-left: 1em; }
.margin-right-m { margin-right: 1em; }




#indicator-display {
    background-color: #f0f0f0;
    border-radius: 3ex;
    display: inline-block;
    float: right;
    font-family: monospace;
    height: 2ex;
    line-height: 2ex;
    margin: 1ex 1ex 0 0;
    padding: 1ex;
    text-align: center;
    vertical-align: middle;
    width: 2ex;
}

#YouTube-video-id { font-family: monospace; }


.maintopicos {
  text-align: center;
  background-color: #0000ff63;
  margin-top: 60px;
  margin-block-end: 0px;
}

#boxspacesmap {
  border: 1px solid #0000ff63;
  padding: 0 15px 30px 15px;
}

#boxcategoria {
  padding: 0 15px 30px 15px;
  position: relative;
}

#boxspacesn1 {
  padding: 0 15px 30px 15px;
  position: relative;
}


@media (max-width: 600px) {
    main > section iframe {
      height: 240px;
      width: 320px;
    }

    main > section input[type="range"] { width: 320px; }
}

@media (max-width: 400px) {
    main > section iframe {
      height: 200px;
      width: 200px;
    }

    main > section input[type="range"] { width: 200px; }
}
#telablock
{
display: flex;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0px;
}

#btnpause {display: none;}

#YouTube-player-title {padding: 5px;}

.playercontroles {
  display: flex;
    justify-content: space-evenly;
    padding: 10px 0px 10px 0px;
    white-space: nowrap; 
    align-items: center;
      display: flex;
      justify-content: center;
      padding: 5px 10px;
    z-index: 999;
    position: relative;
    margin-top: -5px;
}

.playercontrolesp {
  display: flex;
    justify-content: space-evenly;
    padding: 0px 0px 10px 0px;
    margin-top: -7px;
}

.playercontrolesw {
  display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
    
}

.playercontroleslabel {
  font-size: 12px;
}

#YouTube-player {width: 100%;}

.icontipoconteudo {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #d6d6d6;
  border-radius: 100px;
  background-color: darkred;
  z-index: 3;
  padding: 5px;
  transition: 1s;
  width: 25px;
  height: 25px
}

.planostore {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 10px;
  border-radius: 10px;
  padding: 7px;
  color: #fff;
}

.duracaovideo {
  position: absolute;
  top: 5px;
  font-size: 14px;
  background-color: #00000087;
  padding: 5px;
  display: none;
  left: 3.3vw;
}

.boxvideo:hover .duracaovideo {
  display: inherit !important;
}

.legenda {
  font-size: 10px;
  border-radius: 10px;
  padding: 4px 7px;
  color: #000;
}

.planostore.Essencial, .legenda.Essencial {
  background-color: aqua;
}

.planostore.Profissional, .legenda.Profissional {
  background-color: darkorange;
}

.planostore.Corporativo, .legenda.Corporativo {
  background-color: chartreuse;
}

.legenda {
  margin-left: 5px;
}

.boxlegenda {
  font-size: 14px; display: flex;align-items: center;margin-left: 30px;

}

.box-filtros {
  display: flex; padding: 10px 50px 0px 65px;
}

/* NETFLIX */

/* CSS VARIABLES */
:root {
  --base: #000;
  --primary: #141414;
  --light: #F3F3F3;
  --dark: 	#686868;
}

html, body {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: var(--base);
  color: var(--light);
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  line-height: 1.4;
}

body {
  /*background-image: url(../images/2695569.jpeg);*/
  background-size: contain;
 background-color: var(--primary);
}


img {
  max-width: 100%;
}

h1 {
  padding-top: 30px;  
  font-weight: 500;
  margin-block-end: 0.3em;
  font-size: 1.3em;
  text-transform: capitalize;
}

.wrapper {
  margin: 0;
  padding: 0;
}

/* HEADER */
header {
  padding: 10px 0px 0 0px;
  position: fixed;
  top: 0;
  display: flex;  
  grid-gap:5px;
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-areas: 
   "nt mn mn sb . . . "; 
  width: 100%;
  margin-bottom: 0px;  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,.7)),color-stop(10%,rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.7) 10%,rgba(0,0,0,0));
  background-image: -moz- oldlinear-gradient(top,rgba(0,0,0,.7) 10%,rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.7) 10%,rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.7) 10%,rgba(0,0,0,0));
  z-index: 9;
}

.netflixLogo {
  grid-area: nt;
  object-fit: cover;
  width: 100px;
  max-height: 100%;
  
  padding-left: 30px;
  padding-top: 0px;  
}

.netflixLogo img {  
  height: 35px;     
}

#logo {
  color: #E50914;  
  margin: 0; 
  padding: 0; 
}


.main-nav {
  grid-area: mn;
    padding: 0 0px 0 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-nav a {
  color: var(--light);
  text-decoration: none;
  margin: 5px;  
}

.main-nav a:hover {
  color: var(--dark);
}

.sub-nav {
  grid-area: sb;
  padding: 0 40px 0 40px;
}

.sub-nav a {
  color: var(--light);
  text-decoration: none;
  margin: 5px;
}

.sub-nav a:hover {
  color: var(--dark);
}



/* MAIN CONTIANER */
.main-container {
  padding: 20px 50px 50px 50px;
}

.box {
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  z-index: 1;
    position: relative;
    flex-flow: wrap;
}

.box a {
  transition: transform .3s;  
  cursor: pointer;
}

.box a:hover {
  transition: transform .3s;
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);  
  transform: scale(1.4);
  cursor: pointer;
}

.box button {
    transition: transform .3s;  
    padding: 0px;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    border: 1px solid #40403a;
    height: 200px;
    width: 100%;
    background: transparent;
  }

  .box .boxvideo {
    transition: transform .3s;  
    padding: 0px;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    border: 1px solid #40403a;
    height: 200px;
    /*min-width: 200px;*/
  }

  .box.filterDiv button:hover {
    cursor: pointer;
  }
  
  .box.filterDiv .boxvideo:hover {
    transition: transform .3s;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);  
    transform: scale(1.4);
    cursor: pointer;
    box-shadow: 0px 0px 8px -1px #fff;
    z-index:99;
  }

.box img {
    border-radius: 2px;
    height: 120px;
    width: 260px;
    object-fit: cover;
    border: 2px solid #40403a;
}
/* MAIN CONTIANER - FIM*/

/* LINKS */
.link {
  padding: 50px;
}

.sub-links ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.sub-links a {
  color: var(--dark);
  text-decoration: none;
}

.sub-links a:hover {
  color: var(--dark);
  text-decoration: underline;
}

.logos a{
  padding: 10px;
}

.logo {
  color: var(--dark);
}


/* FOOTER */
footer {
  padding: 20px;
  text-align: center;
  color: var(--dark);
  margin: 10px;
}

/* MEDIA QUERIES */

@media(max-width: 900px) {

  header {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 
    "nt nt nt  .  .  . sb . . . "
    "mn mn mn mn mn mn  mn mn mn mn";
  }

  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }

}

@media(max-width: 700px) {

  header {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 
    "nt nt nt  .  .  . sb . . . "
    "mn mn mn mn mn mn  mn mn mn mn";
  }

  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }

  .sub-links ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
   
}

@media(max-width: 900px) {

  .wrapper {
    font-size: 15px;
  }

  header {
    margin: 0;
    padding: 0px 0 0 0;
    position: static;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: 
    "nt"    
    "mn"
    "sb";
    text-align: center;
  }

  .netflixLogo {
    max-width: 100%;
    margin: auto;
    padding-right: 20px;
  }

  .main-nav {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  h1 {
    text-align: center;
    font-size: 18px;
  }

 

  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;    
  }

  .box a:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }

  .logos {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .sub-links ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    font-size: 15px;
  }

  .main-container {
    padding: 20px 20px 50px 20px !important;
}

.box .boxvideo, .box button {
    height: 180px !important;
}

  
   
}


.video_titulo {
  color: #f7f4f4;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 15px;
  padding: 2px 15px;
  background-color: #00000063;
  width: -webkit-fill-available;
  white-space: normal;
}

/* MENU */

.navbar {
  overflow: hidden;
  
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 3px 16px;
  text-decoration: none;
  border-radius: 100px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #242424;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* MENU - fim */

/* PLAYER */
.sliderv {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderv:hover {
  opacity: 1;
}

.sliderv::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid #fff;
}

.sliderv::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid #fff;
}

.btnplayer {
  background-color: transparent;
  cursor: pointer !important;
  color: #fff;
  border: none;
  font-size: 18px;
}
.btnplayer:hover {
  background-color: #000;
}


/* VIMEO */
.playerjanelavimeo {
    position: fixed !important;
    padding: 0px !important;
    background: #141414;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 4px 14px -1px #fff;
    min-width: 400px !important;
    z-index: 9;
    height: 300px !important;
    display: none;
}
#btnfecharvimeo {
    position: fixed;
    bottom: 16px;
    right: 17px;
    z-index: 9999999;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}


/* PLAYER - fim */

/* MINDMAP */
.wordtreemap {
  width: 100%; 
  height: 600px;
  position: relative;
}
#wordtreemapbox {
  visibility: hidden;
  position: relative;
}

.btnwordtreemap {
  background-color: transparent;
  cursor: pointer !important;
  color: #000;
  border: none;
  font-size: 18px;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
}
.btnwordtreemap:hover {
  background-color: #000;
  color: #fff;
}

/* MINDMAP - fim */

.show {
  display: grid;
}

.noshow {
display: none !important;
}

select:active {
  background: #ffffff1a;color: #fff;
  border-color: #ffffff1a;
}


/* Efeito dinâmico */
        
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 100%;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 100%;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
        
/* Efeito dinâmico - fim */

/* Logo Redes */

#logoredes {position: absolute;
left: 1%;
    top: 20%;
display: flex;
    align-items: center;
    cursor: pointer;
}

.boxredes{
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0.6rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease;
    border: none;
    box-sizing: inherit;
    background-color: transparent;
}
.boxredes:hover{
    width: 200px;
    background: #c4302b;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 0 50px #b315917c;
}
.boxredes:nth-child(2):hover{
    background: #c32aa3;
    box-shadow: 0 0 50px #25d3657e;
}
.boxredes:nth-child(3):hover{
    background: #1877f2;
    box-shadow: 0 0 50px #1876f285;
}
.boxredes:nth-child(4):hover{
    background: #1da1f2;
    box-shadow: 0 0 50px #1da0f280;
}
.navbarlogoredes p{
    transform: translate(60px);
}
.navbarlogoredes a{
    transform: translate(60px);
    color: #fff;
    text-decoration: none;
}
.navbarlogoredes {
  display: none;
}

#logoredes:hover .navbarlogoredes {
  display: flex;
    cursor: pointer;
}

.boxredes .icon{
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 0px;
    transition: all .4s ease;
}
.instagram{
    background-color: #c32aa3;
}
.whatsapp{
    background-color: #25d366;
}
.youtube{
    background-color: #c4302b;
}
.facebook{
    background-color: #1877f2;
}
.twitter{
    background-color: #1da1f2;
}
.boxredes:hover .icon{
    background: #fff;
    color: #3b3b3b;
    box-shadow: 0 0 20px rgba(0,0,0,0.26);
}

.logofabio {
    border-radius: 100%;
    width: 80px;
}

/* Logo Redes - fim */

/* Box EU */

#boxeu {
    width: 100%;
    height: 800px;
    position: relative;
    margin-bottom: 300px;
}

#boxeutitulo {
    position: absolute;
    top: 120px;
    right: 50px;
    color: #fff;
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: right;
    z-index: 5;
    background-color: #00000054;
}

#boxeudesc {
    position: absolute;
    top: 240px;
    right: 50px;
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    font-weight: 200;
    width: 43vw;
    z-index: 5;
    background-color: #00000054;
}

#boximg {
    position: absolute;
    height: inherit;
    opacity: 0.5;
    object-fit: contain;
}

@media (max-width: 900px) {
    #boxeudesc {
    top: 170px;
    right: 0px;
    width: 90vw;
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    }
    #boxeutitulo {
    top: 100px;
    right: 0px;
    text-align: center;
    font-size: 2.5em;
    width: 100%;
        
    }
    #mainmenu {
        display: none;
    }
    #logoredes {
    position: relative;
    width: 100%;
    justify-content: center;
    }
}

/* Box EU fim */


