*{
  margin: 0;
  padding: 0;
}

body {
  font-family: Raleway ;  
  background-color: #fafafa;
}
.header{
    display:flex;
    margin:0 auto;
    background-color: #102c6c;
    margin-bottom: 30px;

}


.a-link {  
    color: white;
    transition: all 300ms;
}
.a-link:hover{
    transform: scale(1.1);
    color: #ccc;
}

.logo{
  color: #fff;
}
.title-web{
    font-size: 35px;
    margin: 0;
}
.logo span{
    font-size: 11px;
}
.title-secondary{
  margin-top: 5px;
  font-size: 30px;
  text-align: center;
}
.title-tertiary{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.t-width{
  width:45%;
  
}

/* table{
    width: 100%;
    border-collapse: collapse;

}
td,th,tr{
    text-align: center;
    padding: 0.5rem;    
} */

/* tr:nth-child(even) {
    background-color: #b6b6b6;
} */


.mainSection {    
    text-align: center;    
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 15px;
}

.eventAviable{
    font-size: 14px;
}
.eventAviable thead{
    background-color: #2a6f97;
    color: white;
}
.eventAviable a{
    text-decoration: none;
    text-transform: uppercase;
}
.aside{
    display: flex;
    flex-direction: column;
    width: 25%;
}
/* .card{
    text-align: center;     
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 15px;
} */
.loginForm{
    display: flex;
    flex-direction: column;
    text-align: left;
}
label{
    font-size: 12px;
    margin:5px 0;
}
input{
    /* height: 30px; */
   /*  border-radius: 5px; */
    border: none;
    border-bottom: 1px solid #ccc;
    /* background-color: #efefef; */
    /* margin-bottom: 15px; */
}
.lostPass{
    text-align: right;
    margin: 5px 0;
}
.lostPass a{
    text-decoration: none;
    color: #333;    
    font-size:12px;
    font-weight: 600;
   
}
.btn-rank{
    width: 100px;
    font-size: 12px;
    height: auto;
    border: none;
    border-radius: 15px;
    padding: 10px;
    color:#fff;
    align-self: center;
    cursor: pointer;    
}
.btn-aling{
  width: 15%;
  align-self: center;
}

.primary{   
    background-color: #198754;    
}
.secondary{
    background-color: #f94144;    
}
.sm-size{
  height: 40px;
}
.note{
  font-size: 12px;
  font-style: italic;
}
.paragraph{
  margin: 0;
}
.img-fz{
  width: 100%;
}

.link-card{  
  width: 200px;
  height: 75px;
}
.link-img{
  border: 1px solid #309cc3;
  border-radius: 2px;
  overflow: hidden;
}
.link-card img{ 
  width: 100%;
  transition: all 300ms;
}
.link-card img:hover{ 
  transform: scale(1.1);
}
.link-card p{
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

/* homer-links */
.list-grid {
  position: relative;
  display: flex;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;   
  box-shadow: 0px 0px 2px #c1c1c1;
  overflow: hidden;
  transition: all 300ms;
}
.img-grid {
  width: 100%;
  height: auto;
}

.title-exper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 0px 3px #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.list-grid:hover .title-exper {
  color:rgb(73, 73, 73);
  opacity: 1;
}
.img-grid img {
  filter: blur(0px);
  transition: all 0.3s ease-in;
}
.list-grid:hover .img-grid img {
  filter: blur(2px);
  transform: scale(1.1);
}
.congrat{  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;   
}
.congrat p{
  margin-bottom: 0;
}
.menu{
  display: flex;
  justify-content: flex-end;
}
.logo-items{
  display: flex;
  align-items: flex-end;
}
.svg-fz{
  width: 100%;
  height: auto;
}
.legal-text{
  font-size:13px;
  font-style: italic;
}
.p-info{
  margin: 2px;
  font-size: 0.9em;
}
.p-index{
  text-decoration: underline;
}
.t-title{
  font-size:18px;
  font-weight:bold;
}