@font-face {

    font-family: "DAYROM";
    src: local("Batang.ttf") format("truetype");

    }
.DAYROM{
    font-family: "DAYROM";  
}

div.aviso {
    line-height:2; 
    width:100%;
    height:100%;
    border:2px;
    border-color: rgb(255, 0, 0);
    border-style:solid;
    padding-top: 8px;
}
div.ok {
    line-height:0; 
    width:100%;
    height:38px;
    border:2px;
    border-color: rgb(0, 255, 0);
    border-style:solid;    
}
div.erro {
    line-height:0; 
    width:100%;
    height:38px;
    border:2px;
    border-color: #FF0000;
    border-style:solid;    
}
img{
    width: 189px;
}
select.selectFidc{
    padding: 8px;
    text-align: justify;    
}

/* .pop {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    padding: 10px;
    width: 500px;
    height: 300px;
    border: 1px solid #d0d0d0;
    background:#d0d0d0
} */

.pop{

    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* background-color: transparent; */
    background: whitesmoke;
    border: 2px solid #e74c3c;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 15px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#contatos{
    /* margin-top: -320px; */
}

.pop:hover, .pop:focus {
    color: black;
    outline: 0;
  }
  

.fourth {
    border-color: #f1c40f;
    color: black;
    background-image: -webkit-linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .fourth:hover {
    background-position: 0;
  }