.titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-stretch: -3px;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}

.h-custom {
height: calc(100% - 73px);
}

@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

img {
    filter: drop-shadow(
        -5px 15px 8px #000000cc
    )
}

.btns {
    transition: .3s ease-in-out;
    background-color: #007cf0;
    margin-right: 10px;
    border: #00000000;
    color: #fff;
}

.btnm {
    transition: .3s ease-in-out;
    background-color: #4e4e4e;
    border: #00000000;
    color: #fff;
    text-decoration: none;
}

.btnm:hover {
    color: #000000;
    background-color: #d4d4d4;
}



.btnc {
    transition: .3s ease-in-out;
    background-color: #000000;
    border: #00000000;
    color: #fff;
    text-decoration: none;
}


.btns:hover {
    color: #000000;
    background-color: #00eeff;
}

.btnc:hover {
    color: #fff;
    background-color: #ff0000;
}

.form-control:focus {
    outline: none;
    border: #00000000;
    box-shadow: 0 0 0 0.2rem #00000052; 
}