.popup_layer {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.popup {
    background: #f2f2f2;
    width: 100%;
}

.popup_content {
    padding: 0px 0px;
}

.popup_close {
    font-family: Arial;
    font-size: 16px;
    background-color: #d1d1d1;
    color: #4c4c4c;
    padding: 4px 9px 4px 10px;
}

.popup .halfcolumn {
    width: 50%;
}

.popup .popup_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 20px;
}

.popup .popup_text {
    font-size: 15px;
    padding-right: 20px;
}

.popup input {
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}

.meu-titulo{
    text-align: center;
}

.meu-cont{
    text-align: justify;    
    padding: 10px;
    font-size: 16px;
}

.meu-link{
   text-decoration: underline;
   color: rgba(114,184,217,1);
}

.fundo-titulo{
    background-image: url(https://www.fagrontech.com.br/storage/app/media/funtotitle.jpeg), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin: 0px;
    padding: 0px;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fundo-titulo h1{
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 40px;
    text-align: center;
}

.subtitle{
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: -10px;
}

.subtitle h2{
    font-family: Rubik, sans-serif;
    font-size: 24px; 
    color: rgb(236, 75, 36);
}

@media (max-width: 600px){
    .popup{
    display: block;
    z-index: 1000;
    position: fixed;
    left: 5px !important;
    top: 50%;
    height: auto !important;
    width: 97% !important;
    margin-left: 0 !important;
    margin-top: -200px !important;
    }
}