html{
font-size: 2vh !important;
}

body {
  font-family: 'Roboto', sans-serif !important;
  margin: 0;
  background-color: #dcdcdc; 
  color: #888888;
  text-decoration: none;
  overflow-x: hidden !important;
  font-weight: 300;
  align-content: center;
  width: 100%;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
/*  border: 1px solid red !important;*/
/* 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; } }
}

.titulo{
  display: inline-block;
}
  

/*h2{
  margin-top: 0;
  text-transform: uppercase;
  font-size: 5rem !important;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 0;
  text-align: left !important;
}*/

/* button{
    height: 3.1rem !important;
} */
/* 
#tudo{
	width: 100% !important;
}

#site, #cima{
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

#menu{
	background: #0f365a;
	width: 100% !important;
	height: 42px;
	padding: 10px 0;
} */

.centralizado{
	width: 95%;
	max-width: 1248px;
	margin: auto;
	padding-bottom: 20px;
}

.centralizado-flex{
    width: 95%;
    max-width: 1248px;
    margin: auto;
    /* padding-bottom: 20px; 17/09 */
    display: flex;
    justify-content: space-around;
    /* align-content: center; */
    align-items: center;
}

.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;
}

#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;
  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%;
  }

}