@font-face {
  font-family: ps_bold;
  src: url(/font/ps_b.ttf);
  font-style: bold;
  font-weight: bold;
}

* {
  font-family: ps_bold;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width:  14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background: #111;        
}

::-webkit-scrollbar-thumb {  
  background-color: #111;  
  border-radius: 7px;      
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {  
  background-color: #111;  
  border-radius: 7px;      
  border: 3px solid #004fa7;  
}

body {
  min-width: 413px;
  color: #fff;
  height: 100vh;
}

.background {
  position: absolute;
  background-image: url("/img/logoicfes.svg");
  background-size: 110px;
  background-repeat: repeat;
  background-color: #111;  
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

.t {
  height: 95vh;  
  width: 100%;
  place-content: center;
  display: flex;
  flex-wrap: wrap;
}

.r {
  float: right;
  place-content: center;
}

.e {
  margin-left: 11px;
  font-size: 35px;
}

.e:hover {
  color: #004fa7;
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 413px) {
  .l {
    margin-left: -170px;
  }
  .b {
    place-content: left;
    left: 20px;
  }
}

@media (min-width: 413px) {
  .b {
    place-content: center;
  }
}

.l {
  border-top: 5px solid #004fa7;
  transform: rotate(90deg);
}

.rotate {
  font-size: 24px;
  cursor: default;
}

.contMasOpc {
  position: absolute;
  top: 15px;
  left: 0px;
}

.masOpcBot {
  left: 15px;
  width: 30px;
  height: 30px;  
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.masOpc{  
  left: -180px;  
}


.masOpcOpc {
  cursor: pointer;
}

.masOpcOpc:hover {  
  color: #004fa7;
  font-size: 30px;
}

#indicador {
  color: #00000000;
}