

* {
  box-sizing: border-box;
/*  border: 1px solid red !important;*/}

.titulo{
  display: inline-block;
}

.centralizado-flex{
    width: 95%;
    max-width: 1248px;
    margin: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
    /* align-content: center; */
    align-items: center;
}

/* #menu-aberto {
    background: #2DC7F2;
    width: 1248px; */
    /* width: 95%; */
    /* max-width: 1248px; */
    /* min-height: 50px;
    margin: 0 !important;
    float: left;
    clear: both;
    padding: 17px calc(50% - 624px);
    letter-spacing: 1px;
    position: absolute;
    top: 61px;
    left: 0; */
    /* justify-content: center; */
    /* z-index: 1;
}

#menu-aberto .coluna {
	display: block;
	float: left;
	clear: none;
	border-left: 1px solid #ebebeb;
	padding: 0 15px;
	min-width: 152px;
}
#menu-aberto .dupla {
	min-width: 332px;
}
#menu-aberto .quadrupla {
	min-width: 650px;
}
#menu-aberto .central > *, #menu-aberto .central strong, #menu-aberto .central form {
	display: block;
	text-align: center !important;
	width: 100%;
}
#menu-aberto a.sublink {
	display: inline-block !important;
	width: auto !important;
} */
/* #menu-aberto .coluna:first-child {
	border-left: none;
	padding-left: 0;
} */
/* #menu-aberto .coluna:last-child {
	padding-right: 0;
}
#menu-aberto .coluna a { */
	/* display: block;
	padding: 4px; */
	/* font-size: 14px; */
	/* color: #ebebeb; */
	/* font-weight: 400;
	line-height: 20px !important;
	text-decoration: none;
} */
/* #menu-aberto .coluna li:first-child a, #menu-aberto .coluna strong {
	font-size: 14px;
	color: #0F365A;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
}
#menu-aberto .coluna strong {
	display: inline-block;
	margin-top: 4px;
}
#menu-aberto .coluna em {
	font-size: 12px;
	color: #0F365A;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}
#menu-aberto .coluna em.comentario {
	font-size: 13px;
	color: #ebebeb;
}
#menu-aberto .coluna .gigante {
	font-family: Roboto, sans-serif;
	font-size: 19px !important;
}
#menu-aberto .coluna li {
	list-style: none;
}
#menu-aberto .especial li a {
	display: block;
	font-size: 15px !important;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #0F365A;
	font-weight: normal !important;
	margin-top: 2px;
	margin-bottom: 18px;
}
#menu-aberto form input, #menu-aberto form textarea {
	margin: 8px 0;
	padding: 5px 8px;
	border: none;
	background: #ebebeb;
	color: #888;
	text-align: center;
	font-family: inherit;
}
#menu-aberto form input[type="submit"] {
	background: #0F365A;
	color: #ebebeb;
	cursor: pointer;
}
#menu-aberto form input[type="button"] {
	background: #0F365A;
	color: #ebebeb;
	cursor: pointer;
}
#menu-aberto form input[type="radio"] {
	padding: 0;
	margin-top: 5px;
	cursor: pointer;
	background: none;
}
#menu-aberto form input.campobusca {
	width: 240px;
}
#menu-aberto form input.botaobusca {
	min-width: 40px;
}
#menu-aberto form input.campoacompanhamento {
	width: 120px;
}
#menu-aberto form input.campocontato {
	width: 200px;
}
#menu-aberto form textarea.campomensagem {
	width: 400px;
	height: 150px;
}
#menu-aberto form div.linhaform {
	display: block;
	float: none;
	clear: both;
}
#menu-aberto form div.colunaform {
	display: block;
	float: left;
	clear: none;
	padding-right: 10px;
}
#menu-aberto form input.botaocontato {
	margin-top: 50px;
	width: 180px;
}
#menu-aberto form label {
	color: #ebebeb;
	font-size: 12px;
	padding-right: 5px;
}
#menu-aberto form label input {
	margin-right: 5px;
	vertical-align: middle;
}
#menu-aberto .coluna a:hover, #menu-aberto .coluna li:first-child a:hover, #menu-aberto .especial li a:hover {
	color: #EC262D !important;
	background: #E0F7FD;
}

#menu-aberto .coluna * {
	white-space: normal !important;
} */

.cabecalho{
  display: flex;
  background-color: #0f365a;
  padding: 0.5rem 15rem;
  text-align: center;
  justify-content: space-between;
  /*height: 8rem;*/
}

.cabecalho a{
  padding-right: 0.3rem;
}

.redes-sociais{
  opacity: 0.5;
  display: flex;
  grid-gap: 1rem;
}

.redes-sociais a:hover{
  display: block;
  transform: scale(1.5);
  transition: 150ms linear; 
}

.acessos{
  float: right;
  display: flex;
  font-size: 0.9rem;
  padding-top: 0.2rem;
  height: 1.8rem !important;
}

.acessos strong{
  padding-right: 1rem;
}

.acessos span a{
  text-decoration: none;
  color: #2cc6f1;
  padding-left: 0.6rem;
}

.acessos .nav-link{
  --b: 0.1em; 
  --c: #1095c1;
  color: white !important;
  background: 
    linear-gradient(var(--c) 50%,#0f365a 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
  padding: 0 !important;
}

.acessos .nav-link:hover{
  background-color:#0f365a !important; 
    --_p: 100%;
  --_s: .3s;
}

.acessos .coluna{
  padding: 0.1rem;
  position: absolute;
  float: right !important;
  display: flex;
  right: 7rem;
  /*max-width: 500px;*/
  top: 3rem;
}

.acessos .dropdown-menu {
/*  top: 6%;
  float: left;
  clear: right; 
  z-index: 1000 !important;
  position: fixed !important;*/
  padding: 0 !important;
/*  left: 0;*/
  border: none;
/*  display: none;
  text-align: left !important;*/
}

.acessos .dropdown-menu .coluna{
    /* float: right !important; */
    position: fixed;
    background-color: #0f365a;
    z-index: 100;
    margin-top: -0.2rem;
    display: flex;
    color: white !important;
    /* text-align: left !important; */
    /* clear: none; */
    padding: 0.6rem;
    max-width: 30rem;
    border-left: 0.06rem solid #fff;
/*  flex-wrap: wrap;
  flex-direction: column;
  align-content: stretch;
  justify-content: flex-start;*/
}

.acessos .dropdown-menu .coluna input{
  width: 8rem;
  color: #0f365a;  
  margin: 0.5rem;
}
.acessos .dropdown-menu .coluna a{
  padding-bottom: 1rem;
}

.acessos .dropdown-menu .coluna .campoacompanhamento::placeholder {
  color: #0f365a;
  font-size: 0.9rem;
}

/* .linha-logo{
  display: flex;
  height: 5.5rem !important;
  padding: 0.8rem 15rem;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
}

.logo-uniara {
  float: left; 
  border: none;
  outline: none;
} */

.insc{
  height: 3.1rem;
  width: 35rem;
  float: right;
  /*margin: 0;*/
  margin-top: 1rem;
  border: none;
  outline: none;
  color: #f4231f;
  text-align: right;
  /*font-size: 100%;*/
  /*align-self: baseline;*/
}
/*
.insc span{
  padding-top: 2rem;
}*/
.insc a{
/*  height: 3.1rem;*/
  color: #0f365a;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 0 0.2rem;
  text-decoration: none !important;
  font-family: 'Roboto Slab', serif;
  vertical-align: middle;
/*  padding-right: 1%;*/
}

.whatsapp{
  width: 3.5rem;
  padding-left: 0.8rem;
  border-left: 0.2rem solid #dddddd;
}

/* .menu{
  width: 100%;
} */
/*daqui, ate o indicativo em baixo, esta no cabecalho*/
/* .navbar {
  overflow: hidden;
  background-color: #dcdcdc; 
  height: 3rem;
  padding:0 !important;
} */

.navbar a strong{
  float: right;
  color: white;
  text-align: center;
  text-decoration: none;
  height: 2.2rem;
  width: auto;
  margin-right: 500% !important;
  padding-right: 10%;
}

.subnav {

  overflow: hidden;
  height: 3rem;
  width: 100%;
  font-size: 1.9rem;
  background-color: #ebebeb;
  color: #4a4a4a;
  top: 0 !important;
  position: absolute;
}

.subnav .subnavbtn {
  border: none;
  outline: none;
  color: #4a4a4a;
  background-color: #c0c0c0;
  padding-top: 0;
  font-weight: lighter;
  margin-top: 0;
  float: left;
  height: 100%;
  width: 100%;
}

/* .subnav-content {
  display: block;
  position: absolute;
  left: 0;
  background-color: #f0f0f0;
  color: #444444;
  width: 100%;
  height: 3rem !important;
  z-index: 100;
  text-decoration: none !important;
  font-size: 1.1rem;
  padding: 0rem 15rem;
} */

.subnav-content .nav .subnavbtn-content {
  font-size: 300%;  
  border: none;
  outline: none;
  color: #ebebeb;
  background-color: #5c5c5c;
  padding-top: 0;
  font-weight: 100;
  float: left;
  height: 1.9rem;
  width: 2%;
  margin-left: 16%;
}
.subnav-content .nav .subnavbtn-content a{ padding-left: 0; }

.subnav-content ul{
  list-style-type: none;
  margin: 0;
/*  align-items: center;*/
}

/* .subnav-content a{
  float: left;
  color: #444444;
  text-decoration: none; */
  /*font-size: 16px !important;*/
  /* font-weight: 100;
  z-index: 1;
  padding: 0.12rem 0.8rem;
} */

/* .nav-link{
  font-size: 0.9rem !important;
  padding: 5px !important;
} */

/* .busca{
  top: -0.2rem;
  position: absolute;
  float: right !important;
  right: 16rem;
  width: 15rem;
  height: 3.2rem;
  background-color: #d2d2d2;
  display: flex;
} */

.subnav:hover .subnav-content {
  display: block;
  background-color: #ebebeb;
}

/* .dropdown{
  list-style: none;
  font-family: 'Roboto Light', sans-serif !important;
  padding: 0.2% 0.2% 0.2% 1%;
} */
/* 
.dropdown:first-child{
  list-style: none; } */
.dropdown-menu {
  background-color: #f0f0f0 !important;
  color: #444444 !important;
  width: auto;
  height: auto;
  float: left;
  clear: right; 
  z-index: 1000 !important;
  position: fixed !important;
  padding:  0.6rem !important;
  left: 15rem;
  border: none;
  display: none;
  text-align: left !important;
  margin-top: 2.2rem !important;
}

.dropdown-menu ul li {
  list-style:  none;
  font-weight: normal;
}

.dropdown-menu strong, .dropdown-menu strong a{
  font-weight: 700;
  font-size: 18px;
}

.dropdown-menu ul li a, .dropdown-menu strong{
  clear: both;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.06rem;
  padding-right: 0.12rem;
  color: #ebebeb !important;
}

.dropdown-toggle::after { display:none !important; }

.nav-pills .nav-item .nav-link a{
  margin-top: 0 !important;
  color: #ebebeb;
}

.nav-pills{ 
  width: 100%;
  padding: 0.3%; 
  grid-gap: 0.3rem;
  letter-spacing: 0.06rem;
  height: 3rem;
}

.nav .nav-pills .nav-link{ height: 100% !important; }

.coluna {
      display: flex;
    color: #444444;
    float: left !important;
    text-align: left !important;
    clear: none;
    padding-right: 5px;
    max-width: 300px;
    padding-left: 0;
    border-left: 0.06rem solid #fff;
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* align-content: stretch; */
    font-size: 0.9rem;
    /* justify-content: space-evenly;

  display: flex;
  color: #444444;
  float: left !important;
  text-align: left !important;
  clear: none;
  padding-right: 5px;
  max-width: 300px;
  padding-left: 0;
  border-left: 0.06rem solid #fff;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: stretch;
  justify-content: flex-start;
  font-size: 0.9rem;*/
}

.coluna li strong a{
  float: left;
  color: #444444 !important;
  padding-right: 7px;
  margin: 0 !important;
  font-size: 16px;
}

.coluna li:hover a{
  width: 100%;
  background-color:  #ebebeb;
  color: #0f365a !important;
}

.coluna li:hover strong a{
  width: 97%;
  background-color: #d2d2d2;
}

.coluna strong{
  margin-right: 0;
  padding-bottom: 0.12rem;
}

.coluna li strong a:hover{
  background-color: #f0f0f0 !important;
}

.coluna:last-child { padding-bottom: 0.6rem; }

.dropdown:hover .nav-link {
/*  background-color: #ebebeb;*/
  color:#0f365a;
  height: 2.2rem;
}

.dropdown:hover .dropdown-menu {  display: flex;  }

.dropdown-menu:hover .coluna li a:hover {
 color:#444444 !important;
 background-color: #d2d2d2; 
}

/* #divBusca{
  background-color:#d2d2d2;
  width: 30%;
  height: auto;
}

#txtBusca::placeholder {
 color: white !important;
 border:none;
 text-align: center;
}

#txtBusca {
  line-height: 1;
  background-color:#d2d2d2;
  font-size: 1.1rem;*/
  /*height: 1.8rem !important;*/
  /* text-align: center; 
} */

input{
  color: white;
  text-align: center;
  border: none;
}

input:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}
/*
.busca img {
  height: 45px;
  float: right;
}
*/
/*ate aqui, ta no cabecalho*/
#site #meio{
  float: none !important;
}

.w3-content img, .w3-display-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);   
}

.w3-content .w3-display-container img.portrait {
  width: 100%;
  height: auto;
}

.w3-display-container{ 
  position: relative;
  aspect-ratio: 1920 / 480;
  /* min-height: 480px; */
/*  max-width: 1920px;*/
  overflow: hidden;
}

.w3-badge {
  height:13px;
  width:13px;
  padding:0
}

.w3-center{ text-align:center!important }

.w3-container{ padding:0.01em 16px }

.w3-section{
  margin-top:16px !important;
  margin-bottom: 16px!important
}

.w3-text-white,.w3-hover-text-white:hover{
  color:#fff!important;
  opacity: 90%;
}

.w3-display-bottommiddle{
  position:absolute;
  left:50%;
  bottom:0;
  width: 75vw !important;
  transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%)
}

.w3-left{ float:left!important }

.w3-right{ float:right!important }

.w3-text-khaki,.w3-hover-text-khaki:hover{ 
  color: #b4aa50 !important ;
}

.w3-badge{
  background-color:#000;
  color:#fff;
  display:inline-block;
  padding: 0 0.12rem;
  text-align:center;
  border-radius:50%
}
.w3-border{ border:0.06rem solid #ccc!important }

.w3-transparent{ background-color:transparent !important }

.w3-white,.w3-hover-white:hover{
  color:#000!important;
  background-color:#fff!important;
  opacity: 30%;
}

.estude{
  text-align: center;
  padding: 0.5% 15% 0.7% 15%;
}

.estude .titulo, .estude a{
  margin: 1.5% 2.5%;
  text-decoration: none;
  color: #ec262d;
}

.estude a{
  color: #444444
}

.estude a:hover{
  background-color: rgb(45, 199, 242, 0.4);
  color: #444444;
}

.destaque-icons{
  padding: 0.7rem 15rem;
  text-align: center;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: stretch;
}

.icons{
  display: flex;
  overflow: auto;
  justify-content: space-between;
/*  align-content: stretch;
  
  flex-wrap: nowrap;
  align-items: flex-start;*/
}

.icons a{
  padding:0.5rem 2rem;
  /*max-width: 200px;*/
  text-decoration: none;
  text-transform: uppercase;
  color: #646464;
  line-height: 2;
  width: 30rem !important;
}

.icons a img{
    background-color: rgb(136,136,136,0.3);
    border-radius: 50%;  
    max-width: 160px;
    margin-bottom: 9%;
}

.icons a img:hover{
    background-color: rgb(45, 199, 242, 0.3);
    border-radius: 50%;  
}

.icons a:hover strong{
  background-color: rgb(45, 199, 242, 0.3);
}

.icons a:hover {
  color: #0f365a;
}

.icons a:hover img{
  background-color: rgb(45, 199, 242, 0.3);
}

.icons strong{
  padding-top: 2%;
  font-family: 'Roboto Slab', serif;
  font-size: 1.56rem;
  line-height: 1;
}

.icons p{
  margin: 0 !important;
}

.seletor{
  padding: 2% 15%;
  text-align: center;
}

.seletor .titulo{
/*  padding-top: 2%;*/
  color: #bd0d15;
  font-size: 2.2rem;
  display: block;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.seletor form{
	display: flex;
	justify-content: space-evenly;
	padding: 0 5%;
}

.seletor form select {
    border: none;
    padding: 1rem;
    width: 18rem;
    align-items: center;
    color: #ffffff;
    background:#0f365a url("img/seta.png") 95.5% 50% no-repeat;
    background-size: 1rem;
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 1.25rem;
}

.seletor form select::after{
	color: #ffffff;
    background-color:#0f365a;
    padding: 1.5%;
}

.seletor form button{
	background-color: #36c5f0;
	border: 5px solid #36c5f0;
	border-radius: 50%;
	align-self: center;
	color: #ffffff;
	line-height: 0;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1.56rem 0.6rem;
    margin-left: -2%;
}

.banner-faixa {
	width: 100%;
	text-align: center;
  padding: 1rem 15rem;
	clear: both;
	display: block;
	align-items: center;
	background: linear-gradient(170deg, #1b7096 0.06rem, transparent 1.25rem) 2.2rem 1.25rem;
  background-color: #ffffff;
  background-size: 0.6rem 0.06rem;
      margin: 0 !important;
}

.banner-faixa a img {
	width: 70%;
  /* text-align: center; */
  justify-self: center;
  box-shadow: -0.6rem 0.6rem rgba(0,0,0,.15);
  margin: 0 !important;
}



.banner-faixa:hover, .banner-faixa:hover img {
  border: none;
  /* margin: 0; */
  /* margin: -0.01rem; */
}

.noticias{
  padding: 2rem 25rem 2rem 15rem;
  text-align: -webkit-right;
}

.noticias li a strong{
  font-size: inherit;
}

.borda-noticias{
	border-left: 0.12rem solid #bcbcbc;
	color: #888888;
	padding-left: 1rem;
	width: 35rem;
	text-align: justify;
	font-size: 1.1rem;
}

.borda-noticias .titulo{
	color: #0f365a;
	text-decoration: none !important;
  font-family: 'Roboto Slab', serif;
  font-size: 4.5rem;
  font-weight: 400;
}

.borda-noticias h5{
	color: #36c5f0;
}

/* .borda-noticias p{
	padding-top: 1rem;
}

.borda-noticias p:hover{
	color: #444444;
  background-color: rgb(210, 210, 210, 0.3);
} */

.borda-noticias a, .borda-noticias a em{
	color: #888888 !important;
	text-decoration: none;
	font-size: 0.9rem !important;
}

.borda-noticias a:hover, .noticias li:hover *, .noticias li:hover{
	color: #0f365a !important;
	/* text-decoration: none;
	font-size: 0.9rem !important; */
}


.borda-noticias ul{
  padding-left: 2rem;
}

.borda-noticias ul li{
  padding-bottom: 1rem;
}

.eventos{
	align-items: center;
  padding: 2rem 15rem;
	text-align: center;
	background: linear-gradient(171deg, #f15b4e 300px, transparent 500px) 0 0px;
  background-color: #ef3f6b;
}

.eventos .titulo{
	color: #ffffff;
  font-size: 4.5rem;
  font-family: 'Roboto Light', sans-serif !important;
  letter-spacing: 0.9rem;
}

.row{
  flex-direction: row;
	flex-wrap: nowrap !important;
  overflow: hidden;
  grid-gap: 2%;
}

.bloco {
  width: 25% !important;
  margin-bottom: 1.56rem;
  padding: 0 8px;
}

.card{
  background-color: #e6e6e6 !important;
  border: 0.8rem solid white !important;
  border-radius: 0 !important;
  text-align: left;
  box-shadow: -0.6rem 0.6rem rgba(0,0,0,.15);
  width: 23.5% !important;
  padding: 0 !important;
}

.card strong, .card em, .card span, .card p{
    padding: 2% 5% !important;
}

.card strong{
	color: #bd0d15 !important;
	font-family: 'Roboto Slab', serif;
	font-size: 1.56rem;

}
.card img{
	width: 100% !important;
  height: 50% !important;
}

.nome-evento {
  color: #0f365a;
  text-transform: uppercase;
  padding-top: 2%;
  font-weight: bold;
}

.inscricao{
	font-weight: bold;
}

.encerrada{
	color: #999999 !important;
}

.aberta{
	color: #bd0d15 !important;
}

.eventos a, .eventos a:hover {
	text-decoration: none;
	color: #ffffff;
  margin-bottom: 3%;
}

.eventos button{
  background-color: #0f365a;
  border-radius: 100%;
  opacity: 50%;
  padding: 0 0.6rem;
  color: white;
  font-size: 1.9rem;
  margin: 5% 2% 2.5% 2%;
  border: none;
  height: 3.1rem;
}

.eventos button:hover {opacity: 1}

.missao{
	display: flex;
	color: #383838;
	align-items: center;
  padding: 1.5rem 15rem;
	text-align: center;
	font-size: 1.1rem;
  justify-content: center;
  height: auto;
  width: auto;
}

.missao p{
	padding: 0.5rem 10rem 0.5rem 0 !important;
	width: 50rem;
	/* font-weight: 350; */
  line-height: 1.5 !important;
}

.missao .titulo{
	color: #aaaaaa;
	font-family: 'Roboto Slab', serif;
  font-size: 3.1rem;
  padding-bottom: 0.9rem;
  font-weight: 200;
  line-height: 1 !important;
}

.missao img{
	float: right;
	width: 20rem;
	padding-left: 3rem;
	border-left: 0.06rem solid #8d8d8d;
}

.santander{
	background: linear-gradient(170deg, #a6c7cf 0.06rem, transparent 0.6rem) 2.2rem 1.25rem;
  background-color: #ffffff;
  background-size: 0.6rem 0.06rem;
}

.e-mec{
/*  padding: 2% 15%;*/
  background-color: #f5f5f5;
  text-align: center;
}

#rodape{
  float: none;
  justify-self: center;
}

 #caixa-links-menu {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding: 3% 10%;
	grid-gap: 4%;
}

 #caixa-links-menu .principal{
	color: #2dc7f2;
	text-transform: uppercase;
}

 #caixa-links-menu ul {
	text-decoration: none !important;
	display: block;
	float: left;
	clear: none;
	max-width: 350px;
	width: auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

 #caixa-links-menu ul li {
	list-style: none;
	border-left: 1px solid #bcbcbc;
	padding-left: 7%;
}

 #caixa-links-menu ul li a {
	text-decoration: none !important;
	color: #444444;
	display: block;
	width: max-content;
	padding: 4%;
	font-size: 15px;
	white-space: nowrap;
	font-weight: 300;
	line-height: 1.5;
}

#caixa-links-menu ul li:hover, #caixa-links-menu ul li a:hover {
	/* text-decoration: none; */
	background: #ffffff !important;
	color: #0f365a;
}

 #caixa-links-menu ul li:first-child a {
	margin-top: 30px;
	color: #b2b2b2;
	font-weight: 700;
	font-size: 20px;
}

.mobile{
  display: none;
}

@media screen and (max-width: 799px) {
  .desktop{
    display: none !important;
  }

  /* .mobile{
    display: block !important;
  } */
  
  .cabecalho{
    padding: 2.5%;
    height: 5rem;
    background-color: #082a49 !important;
  }

  .navbar {
    position: absolute !important;
    top: 2.5rem;
    width: 100%;
    background-color: #0f365a !important;
    height: 2.6rem;
  }
  
  .navbar p{
    margin-top: 3%;
    margin-left: -4%;
  }

  .subnav {
    height: 2.5rem;
    font-size: 150%;
    margin-left: 0%;
    background-color: transparent !important;
  }

  .subnav-content {
    display: none; /*MUDAR PRA NONE*/
    position: fixed !important; 
    height: 2rem !important;
    z-index: 100;
    text-decoration: none !important;
    font-size: 1.1rem;
    float: left !important;
    padding: 0;
    margin-top: 0.1rem;
  }

  .nav-pills{ 
    height: auto !important;
  }

  .dropdown:first-child{
    margin-left: 0;
  }

  .subnav-content ul{
    list-style-type: none;
    margin: 0;
    width: 75%;
  }
  
  .subnav:hover .subnav-content {
    background: transparent !important;
  }

  .subnav-content a {
    float: left !important;
    color: #ebebeb;
    text-decoration: none;
    margin: 0.12rem;
    font-size: 0.8rem;
    font-weight: 100;
    text-align: left;
    z-index: 2;
  }

  .subnav .subnavbtn{
    display: block;
    font-size: 1.5rem;
    text-align: left !important;
    margin-left: 1rem;
    background-color: transparent !important;
    color: #36c5f0;
    height: 2.5rem !important;
  }
        
  .nav-link{
    font-size: 6.25rem !important;
  }
        
  .dropdown-menu{
    top:0px;
    width: 100% !important;
    z-index: 1000 !important;
    left: 0 !important;
    margin: 0 !important;
    padding-left: 0.12rem !important;
    right: 0px !important;
    overflow-y: scroll;
    position: relative !important;
  }

  .dropdown-menu strong, .dropdown-menu strong a {
    font-size: 100%;
  }

  .dropdown-menu ul li, .dropdown-menu ul li a{
    max-width: 50%;
  }

  .dropdown:hover .dropdown-menu, .dropdown:hover .nav-link, .dropdown:hover .nav-link {
    flex-direction: column; 
    background-color: transparent !important;
    color: #ffffff;
  }

  .coluna{
    max-width: 270px;
    color: #ffffff;
  }

/*        .coluna:last-child{
          padding-bottom: 0 !important;
        }*/

  .coluna li strong a{
    color: #ffffff !important;
  }

  .coluna li:last-child{
    padding-bottom: 1rem;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction:column;
    background-color: #0f365a !important;
    color: #ebebeb;
    position: relative;
    top: -2.5rem;
  }

  .nav-link{
    font-size: 0.8rem !important;
  }

  .acessos{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: 1.56rem;
    justify-content: space-between;
  }

  .acessos .coluna{
    top: 3.5rem !important;
    left: 0 !important;
  }

  .coluna strong{
    float: left;
  }

  .linha-logo{
    flex-direction: column;
    height: 11rem !important;
    padding: 0 !important;
  }

  .logo-uniara{
    padding: 1.3rem;
  }

  .insc{
    padding: 1rem 2rem;
    width: 100%;
    background-color: #f0f0f0;
    height: 180px !important;
    text-align: left;
    line-height: 1;
    margin-bottom: 2rem;
    margin-top: 0;
  }

  .insc span{
    padding-right: 4rem;
    letter-spacing: 0.15rem;
    font-size: 0.8rem;
  }

  .insc a{
    width: 80%;
    font-size: 2rem;
    text-align-last: right; 
    padding-left: 0;
  }

  .whatsapp{
    /* width: 3.5rem; */
    position: absolute;
    /* margin-left: 5%; */
    /* border-left: 0.12rem solid #dddddd; */
    /* padding-left: 0.6rem; */
    /* padding-bottom: 1rem; */
    margin-top: -1rem;
    right: 1.5rem;
  }

  .w3-display-container{
    min-height: 10rem !important;
  }
  
  .destaque-icons{
    overflow: hidden;
    grid-gap: 2%;
    padding:0;
  }

  .icons{
    align-items: center;
    overflow: hidden;
    height: 18rem;
    flex-direction: column;
    grid-gap: 2rem;
    /*transform: translateY(1rem);*/
  }

  .icons a{
    margin:  1rem 4rem;
    max-width: 20rem;
  }

  .icons a img{
    max-width: 140px;
  }

  .destaque-icons button{
    background-color: #c8c8c8;
    border-radius: 100%;
    opacity: 60%;
    padding: 0 0.6rem;
    color: white;
    font-size: 2.2rem;
    border: none;
    margin: 0 3% 5% 3%;
  }

  .destaque-icons button:hover {opacity: 1}

  .seletor form {
    flex-direction: column;
    
  }

  .seletor form select {
    width: auto;
    margin-bottom: 0.8rem;
  }

  .seletor form select option{
    width: auto;
    font-size: 0.6rem;
  }

  .banner-faixa{
    padding: 0.8rem 5rem;
  }

  .banner-faixa a img {
    width: 100%;
  }

  .noticias{
    padding: 2rem !important;}

  .borda-noticias{
    border-left: none;
    width: 100%;
    padding: 0;
  }

/*  .borda-noticias .titulo, .eventos .titulo{
    font-size: 2.5rem;
  }
*/
  .titulo, h4{
    font-size: 2rem !important;
  }


  .eventos{
    padding: 3% !important;
    padding-bottom: 0.9rem;
  }


  .card{
    width: 70% !important;
    margin: 0 15%;
  }

  .eventos button{
    margin: 5% 3%;
  }

  .missao{
    flex-direction: column;
    padding: 1rem;
  }

  .missao .titulo{
    font-size: 2.5rem;
  }

  .missao p{
    padding: 0;
    width: 100%;
  }

  .missao img{
    border-left: none;
    padding: 5% 0 !important;
    width: 70%;
  }

}

/* Carrossel principal */
.carrossel-topo { position: relative; width: 100%; height: clamp(180px, 25vw, 480px); overflow: hidden; background: #0f365a; }
.carrossel-topo__slides, .carrossel-topo__slide, .carrossel-topo__slide img { width: 100%; height: 100%; }
.carrossel-topo__slides { position: relative; }
.carrossel-topo__slide { position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; z-index: 0; }
.carrossel-topo__slide.is-ativo { opacity: 1; visibility: visible; z-index: 1; }
.carrossel-topo__slide img { display: block; object-fit: cover; object-position: center; }
.carrossel-topo__controle { position: absolute; top: 50%; z-index: 2; width: 44px; height: 64px; border: 0; border-radius: 3px; color: #fff; background: rgba(15, 54, 90, .45); font-size: 28px; line-height: 1; transform: translateY(-50%); cursor: pointer; transition: background .2s ease; }
.carrossel-topo__controle:hover, .carrossel-topo__controle:focus-visible { background: rgba(15, 54, 90, .8); outline: 2px solid #fff; outline-offset: 2px; }
.carrossel-topo__controle--anterior { left: 16px; }
.carrossel-topo__controle--proximo { right: 16px; }
.carrossel-topo__indicadores { position: absolute; bottom: 18px; left: 50%; z-index: 2; display: flex; gap: 8px; transform: translateX(-50%); }
.carrossel-topo__indicador { width: 11px; height: 11px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.carrossel-topo__indicador.is-ativo, .carrossel-topo__indicador:hover, .carrossel-topo__indicador:focus-visible { background: #fff; }
@media (max-width: 767px) { .carrossel-topo__controle { width: 34px; height: 48px; font-size: 22px; } .carrossel-topo__controle--anterior { left: 8px; } .carrossel-topo__controle--proximo { right: 8px; } .carrossel-topo__indicadores { bottom: 10px; } }
