.container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-top-color: firebrick;
}

input[type=text], input[type=email], input[type=file] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid black ;
    box-sizing: border-box;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    background-color: white;
    
}

input[type=submit]{
    width: 100%;
    background-color:darkred;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 2%;

}

input[type=reset] {
    width: 100%;
    background-color: darkred;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 2%;

}

input[type=submit]:hover {
    background-color:darkgray;

}

input[type=reset]:hover {
    background-color:darkgray;

}

.select-css {

    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;

}


.title {

    font-size: smaller;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    width:50%;
}

.h1{
    font-size: 150%;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;

}

.h2{
    font-size: 150%;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;

}

.h3{
    font-size: 70%;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;

}

.label{
    font-size: smaller;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;

}

.text{
    font-size: smaller;
    font-style:normal;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    width:50%;

}

.table {

    border-style: solid;
    border-color: #DCDCDC;
    border-radius: 1px;
    padding: 1px;
    background-color:WHITE;  
    border-spacing: 2px;


}


.th {

    border-style: solid;
    border-color: #DCDCDC;
    border-radius: 1px;
 /*    padding: 1px; */
    background-color:#ffffbf ; 
    font-size:90%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;

}

.tr {

    border-style: solid;
    border-color: #DCDCDC;
    border-radius: 1px;
 /*    padding: 1px; */
    background-color:#DCDCDC ; 
    font-size: 60%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    

}



address {
    color: white;
    text-align: center;
    align-content: center;
    background-color:darkred; 
    font-style: normal;
    width: 100%;

}

input.enfoque_input:focus{

    background-color: #ffff7a;

}

.button {
    width: 100%;
    background-color: #ccc;;
    /* color: white; */
    padding: 12px 18px;
    margin: 5px 0;
    border: none;
    cursor: pointer;
    display:inline;

}

.photo {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

textarea {
    resize: none; /* Evita que el usuario pueda redimensionar el textarea */
    height: 20px; /* Establece la altura fija del textarea */
    width: 120px; /* Establece el ancho fijo del textarea */
  }

 .anchotextarea {
   /*  resize: none; /* Evita que el usuario pueda redimensionar el textarea */ 
    height: 100px; /* Establece la altura fija del textarea */
    width: 490px; /* Establece el ancho fijo del textarea */
  }

  body{

    background-image: url('img_pj/poder_judicial_fondo_web.jpg');
    /*   background-color: transparent;
    background-size: cover; */
    /*    background-position: center; */
    }

 

    .whatsapp-button {
        position: fixed;
        bottom: 5px;
        right: 20px;
        z-index: 1000;
    }
    .whatsapp-button img {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
    }
    .whatsapp-button img:hover {
        transform: scale(1.1);
    }

/*     .img{

        width: 25%;
        height:25%;
        
    } */
