body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}
.bdr-title {
	border-bottom: 10px solid #0d3150;
	margin-top: 3rem;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

#popup_form {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

#open, #close{
    cursor: pointer;
}
.contenido_popup {
    position: fixed;
    padding: 35px;
    width: 500px;
    background-color: #FFFFFF;
    text-align: center;
}

.popup_overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
.close {
    position: absolute;
    right: 15px;
}
.btn_ver{
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 11px 25px;
    letter-spacing: 2px;
}
.btn_ver:hover{
    color: #fff;
    text-decoration: none;
}
.txt_popup{
    font-size: 19px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}