body, html {
  font-family: "Montserrat";
  background-image: url('../img/ConcursoOrla/3-trechos-acesos.png');
  height: 100%;
  width: 100%;
  -webkit-background-size: cover; 
  -moz-background-size: cover;  
  -o-background-size: cover; 
  background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: transparent;
}


@media (max-width: 550px){
body, html {
    background-image: url('../img/ConcursoOrla/3-trechos-acesos-vertical.png');
    height: 100%;
    width: 100%;
    -webkit-background-size: cover; 
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
}
h1 {
  display: none;
}
h2,h3,h5 {
  font-family: 'Montserrat'; 
  font-size:12px;
}
h6 {
  font-family: 'Montserrat'; 
  font-size:10px;
}
a{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover{
  text-decoration: none;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #79b7eb;
}

::selection {
  color: white;
  background: #79b7eb;
}

* {
  box-sizing: border-box;
}


.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  line-break: strict;
  overflow-wrap: break-word;
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  height: 50%;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .bg-text{
  height: 70%;
  }
}
  @media screen and (max-width: 400px) {
  .bg-text{
    width: 80%;
  }
}
  @media screen and (max-width: 300px) {
  .bg-text{
    width: 95%;
  }
}

.topleft{
  position: absolute;
  z-index: 1;
}

#brevetopleft {
  
  top: 0;
  left: 30px;
}

#mantopleft {
  top: 9px;
  left: 40px;
}

.bottomleft{
  position: absolute;
  z-index: 1;
  font-size: 18px;
}

#brevebottomleft {
  bottom: 15px;
  left: 20px;
}

#manbottomleft {
  bottom: 0;
  left: 15px;
}

#brevemiddle{
  border: 1px transparent;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

hr {
  margin: auto;
  width: 40%;
  z-index: 1;
}

.back{
  border: 1px transparent;
  border-radius: 5px;
  background-color: white;
}

#manback{
  margin-top: 15px;
  font-size:15px;
}

.back:hover{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: #222222;
  color: white;
}
.nstxt{
  background-color: #f1f1f1;
  border: none;
  color: black;
  text-align: center;
  font-size: 16px;
  position: fixed;
  z-index: 998;
  width: 100%;
  line-height: 30px;
}


/*menu-------*/
*{
  margin:0;
  padding:0;
  font-family:'Montserrat';
  }
  @media (max-width: 600px){
  .mcase{
    z-index: 995; 
    height:50px;
    width: 100%;
    position: fixed;
    background-color:#ffffffe3;
  }
  .layoutorla {
  margin: 50px 0;
  }
  .btnorla {
  margin-left: 20%
  }
  }
  @media (min-width: 600px){
  .mcase{
    z-index: 995; 
    height: 70px;
    width: 100%;
    position: fixed;
    background-color:#ffffffe3;
  }
  }
  
  /*TestMenuHigh*/
  #MenuTest3 {
    height: 81px;
  }
  @media (max-width:800px){
    #MenuTest3 {
      height: 70px;
    }
  }
  @media (max-width:600px){
    #MenuTest3 {
      height: 9px;
    }
  }
  
  
  @media (min-width: 800px){
  .logo{
    z-index:998; 
    position:fixed;
     float: left; 
     margin-left: 25px;
     margin-top: 8px;
     max-width: 24vw;
  }
  }
  
  .logo:hover {
    opacity: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
  } 
  @media (max-width: 800px){
    .logo{
      z-index:998; 
      position:fixed;
       float: left; 
       margin-left: 30%;
       margin-top: 8px;
       max-width:42vw;
    }
    }
    
  .menu{
  width:100%;
  height:all;
    background-color:#ffffffe3;
    position: fixed;
    z-index: 997;
  }
  @media(min-width: 2000px){
    .menu{
      padding-bottom: 40px;
    }
    }
  .menu>ul{
  list-style:none;	
  position:relative;
    margin-left:35%;
    position: sticky;
    z-index: 997;
  }
  @media(max-width:1100px){
    .menu>ul{
      margin-left: 25%;
  }}
  .menu ul li{
    width:150px;
        float:left;
        position: sticky;
        z-index: 997;
  }
  
  .menu a{
  padding:25px;
  display:block;
  text-decoration: none;
  background-color: #ffffff00;
  text-align:center;
  position: sticky;
  z-index: 997;
  }
  @media(max-width:1000px){
  .menu a  {
  padding:15px;
  height:80px
  }
  }
  .menu ul ul{
  list-style:none;
  position:absolute;
    visibility:hidden;
    z-index: 200;
    
  
  }
  .menu ul li:hover ul{
    visibility:visible;
    z-index: 200;
    background-color: #ffffffe3;
    
  }
  .menu a:hover{
  background-color: #F4792A;
  color: #ffffff;
  z-index: 200;
  }
  .menu a:active{
    background-color: #f35f03;
    color: #eee8e8;
    z-index: 200;
    }
  .menu ul ul li{
  float:none;
  z-index: 200;
  }
  .menu ul ul li a{
  background-color: #ffffffe3;
  z-index: 200;
  }
  #bt_menu{
  display: none;
  }
  @media (max-width: 600px){
  label[for='bt_menu']{
  padding:2px;
  background-color:#222222;
  color:#ffffff;
  font-family:'Montserrat';
  text-align:center;
  font-size:30px;
  cursor:pointer;
  display:none;
  width:50px;
  height:50px;
    z-index: 998;
    position: fixed;
    top: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
  }	
  label[for='bt_menu']:hover{
  background-color:#f0f0f0;
  color:#222222;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  }
  }
  @media (min-width: 600px){
    label[for='bt_menu']{
      padding:10px;
      background-color:#222222;
      color:#ffffff;
      font-family:'Montserrat';
      text-align:center;
      font-size:30px;
      cursor:pointer;
      display:none;
      width:70px;
      height:70px;
        z-index: 998;
        position: fixed;
        top: 0px;
      }	
      label[for='bt_menu']:hover{
        background-color:#f0f0f0;
        color:#222222;
       transition: 0.2s;
       -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
      }
      
  }
  
  @media (max-width: 800px) {
  .menu{
  margin-left:-100%;
  transition:all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
    z-index: 120;
  }
  label[for='bt_menu']{
    display:block;
    
    
  }
  .menu>ul{
  margin-left:0;
    z-index: 120;
  }
  .menu{
  margin-top:50px;
  }
  .menu ul li{
  width:100%;
  float:none;
  }
  .menu ul ul{
  position:static;
  overflow:hidden;
  max-height:0;
  transition:all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  }
  .menu ul li:hover ul{
  height:auto;
  max-height:700px;
  transition:all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  }
  #bt_menu:checked ~ .menu{
    margin-left:0;
    
  }
  }
  
  /*imagem menu*/
  .menu img{
    position: absolute;
    top:1%;
    left: 2%;
    height: 75px;

  }
  

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #F4792A; 
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background-color:#d86117;
}
::-webkit-scrollbar {
width: 10px;
}
.resultados{
background-color: #ffffffb6;
font-size: 10px;
padding: 15px;
border-radius: 15px;
bottom:1%;
left:1%;
border: 0px transparent;
position: fixed;
}

@media (max-height: 456px){
.resultados{
  font-size: 7px;
  padding: 0;
  bottom: 0.3%;
}
}

@media (max-width: 600px){
.resultados{
margin: 95% 0 0 0;
}
}
.modal-header{
background-color: #39274E;
color: white;
padding: 5px 10px 5px 10px;
}
.modal-title{
font-size: 28px;
}
.close{
color:white;
font-size: 40px;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}

#b1{
position: fixed;
top:35%;
left:85%;
}

#b2{
position: fixed;
top:65%;
left:30%;
}

#b3{
position: fixed;
top:63%;
left:11%;
}



.hovicon {
align-items: center;
justify-content: center;
position: relative;
font-size: 18px;
cursor: pointer;
margin: 20px;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
position: relative;
text-decoration: none;
z-index: 1;
color: #a3a3a3;
background-color: #0f0f0fe0;
display: flex;
font-weight: bolder;
border: 0px transparent;
}
.hovicon.small {
font-size: 20px;
line-height:45px;
width:45px;
height:45px;
margin:7px;
}
.hovicon.mini {
font-size: 15px;
line-height:32px;
width:30px;
height:30px;
margin:7px;
}
@media(max-width: 550px){
.hovicon{
  font-size: 15px;
  line-height:32px;
  width:30px;
  height:30px;
  margin:7px;
}
#b1{
  top:73%;
  left:40%;
}
#b2{
  top:30%;
  left:30%;
}
#b3{
  top:15%;
  left:30%;
}
}

.hovicon.auto-width {
width: auto;
height: auto;
padding: 15px;
}
.hovicon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content:'';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.hovicon:before {
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}
.hovicon.effect-1 {
background: #0f0f0fe0;
}

.hovicon.effect-1:hover {
-webkit-transition: background 1.2s, color 1.2s;
-moz-transition: background 1.2s, color 1.2s;
transition: background 1.2s, color 1.2s;
}

.hovicon.effect-1:after {
top: -7px;
left: -7px;
padding: 7px;
box-shadow: 0 0 0 4px #a3a3a3;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-webkit-transform: scale(.8);
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transition: transform 0.2s, opacity 0.2s;
-webkit-transition: transform 0.2s, opacity 0.2s;
-moz-transition: transform 0.2s, opacity 0.2s;
-o-transition: transform 0.2s, opacity 0.2s;
transform: scale(.8);
opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
background: rgba(255, 255, 255, 1);
color: #39274E;
}

.hovicon.effect-1:active {
background: rgba(255, 255, 255, 1);
color: #39274E;
}

.hovicon.effect-1.sub-a:hover i {
color: #39274E;
}
.hovicon.effect-1.sub-a:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
background: rgba(255, 255, 255, 1);
color: #39274E;
}
.hovicon.effect-1.sub-b:hover i {
color: #39274E;
}
.hovicon.effect-1.sub-b:after {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.modal-wrapper{
width: 100%;
}

.overlayhb {
height: 100%;
width: 0;
position: fixed;
z-index: 999;
top: 0;
left: 0;
background-color: #000000f8;
overflow-x: hidden;
transition: 1s;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;

}

.overlayhb-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
z-index: 999;
}

.overlayhb a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #616161;
display: block;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
z-index: 999;
}

.overlayhb a:hover, .overlayhb a:focus {
color: #f1f1f1;
}

.overlayhb .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}

@media screen and (max-height: 450px) {
.overlayhb a {font-size: 20px}
.overlayhb .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
@media screen and (max-width: 800px){
.hmbutton{
margin-top: 20%;
}
}

.hmbutton{
font-size:26px;
cursor:pointer;
color: white;
background-color: #61616175;
padding: 10px;
position: absolute;
left: 0;
top: 2px;
}
.hmbutton:hover{
transition: 0.5s;
color: #aeaab3;
}

/* Anulando o estilo de justify-content apenas para a classe .row.px-0 que contém o botão */
.justify-content-center {
justify-content: flex-start!important;
}


.fa-external-link-alt{
font-size: 8px;
color: #c2c0c0
}

.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #e2e2e2ec;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;

/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
opacity: 0;
transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #e2e2e2ec transparent transparent transparent;
}

/* Hide the button with the class "MyBtn" */
.myBtn {
display: none;
}
