/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 14 mar 2023, 9:56:44
    Author     : Delfina
*/
body{
    font-family: sans-serif;
    font-size: 16px;
}
.container{
    background-color: white;
    box-shadow:  0 4px 8px 10px rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.10); 
       
    /*height: 900px;*/
    width: 80%;
    margin: auto;
}
.header{
    background-color: #faf8f8;
    box-shadow: 0px 0px 20px #faf8f8;
    height: 50px;
    /*margin-top: 5px;*/
}

.mi-texto{
    font-size: 14px;
     margin-top: 0px !important;
    margin-right: 0;
    font-family: sans-serif medium;
    word-spacing: normal;
    font-weight: bolder;
    line-height: 1.2;
    text-decoration: none;
    
}
.p-green{
    color: green;     
    opacity: 0.7;
   /*
   margin-top: 0 !important;
   font-size: 14px;
   font-family: sans-serif;*/
}
.p-black{
    color: black;   
    opacity: 1;
    /*font-weight: bolder;
    word-spacing: normal;
    font-size: 14px;
    font-family: sans-serif;*/   
}
.logo{
   /* background-image: url("../images/LogoJuntaA.png");*/
    margin-right: 8px;
    margin-top: 0;
    
    /*height: 80px;*/
}

a.p{
    text-decoration: none;
}


a{
    text-decoration: none;
}

.buscarPalabra{
    float: left;
    clear: both;
    color: #244c5a;
    text-transform: uppercase;
    /* font-family: Roboto condensed; */
    margin-top: 10px;
    margin-bottom: 3px;
    
}

.simpleSearch{
    width: 60%;
    border-image: 20% round;
}




input{
    font-size: 14px;
    border: 1px #ababab solid;
    padding: 3px 35px 3px 3px;
    
    float: left;
    clear: left;
    border-radius: 3px;
   
}

.wrapper-li{
    background-color: #ece3ecf5;
}
.wrapper-li:hover{
    background: #f0c8f1;
}
.paragraph{
    color: black;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-indent: 0px;
    text-align: justify;
}

.fa-1x{font-size:1em}

.fa-search{
    font-size: 45px;
    
}
.fa-search:before{
    content: "\f002";
}


.bg-lab {
    background-color: #f1eeee;
   
}

dfn{
    font-weight: 900;
    cursor:pointer;
    word-wrap: break-word;
    font-style: normal;
}

/*dfn::before {
   
  font-family: "FontAwesome";
  font-weight: normal !important;
  color: #244c5a;
  margin-right: 5px;
  vertical-align: top;
  top: 1px;
  position: relative;
  height: 17px;
  float: left;
}*/

.descripcion{
      margin: 5px 0px 5px 30px;
  font-weight: normal !important;

}

.accordion-button{
    border: none;
}

.accordion-button:active{
    border: none;
    margin: 0;
    
    
}

.nav-link:active{
    background-color: #f0c8f1;
}

.letter-button{

    padding: 2px;
}

.espaciado{

    padding: 2px;
    margin-top:10px;
}

.letter-button-choice{
  color: #282c30;
  background-color: #808080;
  border-color: #b1b6ba #adb1b5 #a49f9f;
}



.button-show{

    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #131313;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    float:right;
    
}

.hide {

    display: none;
}