@font-face{
    font-family:'Gotham Rounded Bold';
    src:url('fonts/GothamRounded-Bold.eot') format('embedded-opentype'),url('fonts/GothamRounded-Bold.eot') format('embedded-opentype'),url('fonts/GothamRounded-Bold.woff2') format('woff2'),url('fonts/GothamRounded-Bold.woff') format('woff'),url('fonts/GothamRounded-Bold.svg') format('svg');font-weight:400;font-style:normal;unicode-range:U+0020-00FE
}

@font-face {
  font-family: 'Material Symbols Outlined';
  src:  url('fonts/icomoon.eot?xrboj7');
  src:  url('fonts/icomoon.eot?xrboj7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xrboj7') format('truetype'),
    url('fonts/icomoon.woff?xrboj7') format('woff'),
    url('fonts/icomoon.svg?xrboj7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Material Symbols Outlined' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e900";
}


html, body {
    height: 100%;
    font-family:'Gotham Rounded Bold';
}


/*.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}*/

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined{
    float: left;
  /*font-size: calc(100% + 1.5vw + 1.5vh)!important;*/
  font-size: 50px!important;
  width: 50px;
    height: 50px;
  margin-right: 24px;
      background-color: #F5B70E;
    border-radius: 50%;
    color: white;
    display: table-cell;
margin-block: auto;

}

.recursoThumb{
  /*display: table;*/
  display: flex;
}

.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.seta {
  display: block;
  margin: auto;
}

.shapeCinza {
  position: absolute;
  background-color: black;
  height: 50px;
  width: 100%;
}

.container {
  max-width: 1280px;
  padding: 15px;
}

.containerRecursoInf {
  background-color: #fff;
  position: relative;
  top: -20px;
  width: 90%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  /*margin-left: 20px;
  margin-right: 20px;*/
  box-shadow: 4px 16px 23px #ededed;
  border-radius: 4px;
  cursor: pointer;
}

.sectionRecursos {
  background-color: white;
  border-radius: 40px;
  padding-top: 40px;

  /*width: 800px;
  padding: 10px;
  position: absolute;
  margin-top: -25px;
  margin-left: -400px;
  top: 50%;
  left: 50%;*/
}

@media (min-width: 768px) {
  .text-center.textRecursosMultimedia {
    font-size: 45px!important;
  }
}

.containerThumb {
  cursor: pointer;
}

.nomeRecurso{
  font-size: calc(100% + 0.4vw + 0vh);
  font-weight: bold;
  margin: revert;
  display: inline-block;
  /*padding-top: 10px;*/
  /*height: 34px;*/

  vertical-align: middle;
  display: table-cell;
}



.disciplinaRecurso{
  font-size: 14px;
}

.tipologiaRecurso{
  font-size: 14px;
  color: #eb3124;
}

p{
  margin-bottom: 5px!important;
}

img{
  max-width: 100%;
}

.popup{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    position: absolute;
    display: block;
    top: 0px;
}

/*iframe{
  width: 992px;
  height: 558px;
  border: none;
  margin: 0 auto;
  margin: -270px auto 0 auto;
  display: block;
  top: 50%;
  position: relative;
}
*/
iframe{
  width: 992px;
  height: 558px;
  border: none;
      position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.close{
  /*font-size: 2.5rem;
  position: absolute;
  right: 1%;
  top: 1%;
  color: white;*/
  background-image: url("../img/close.svg");
  position: absolute;
  right: 15px;
  top: 15px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.noScroll {
    overflow: hidden;
    position:fixed;
}

video::-internal-media-controls-download-button {
    display:none;
}


.row{
        background: #dbdfe5;
        min-height: 350px;
        background-color: white;
        border-radius: 40px;
        padding: 40px;
        margin-right: 0px;
        margin-left: 0px;
    }
.row div{
        padding: 18px;
        border: 1px solid #F5B70E;
        border-radius: 50px;
        cursor: pointer;
        margin-bottom: 20px;
        margin-top: 20px;
}

/*#logo{
  border: none;
}

#logo::before {
   content:url("../img/logo_super_miudos.png");
   margin: auto;
  display: block;
}

#logo5{
  border: none;
}

#logo5::before {
   content:url("../img/logo_super_miudos.png");
   margin: auto;
  display: block;
}

#logo6{
  border: none;
}

#logo6::before {
   content:url("../img/logo_super_miudos.png");
   margin: auto;
  display: block;
}*/

.div_btn_retroceder{
  margin-top: 0!important;
  border: none!important;
  padding: 0!important;
}

.btn_retroceder{
    color: #FFF;
    background-color: #F5B70E;
    border-color: #F5B70E;
    border-radius: 22px;
    padding: 8px 16px;
    font-size: 18px;
}
.btn_retroceder:hover{
color: #FFF;
}

