

.text-align-right{
    text-align: right;
}
.text-align-center{
    text-align: center;
}
.text-align-left{
    text-align: left;
}

.img-logo{
    text-align: right;
    max-width: 86%;
}
.body-header{
    padding: 15px;
}
.menu{
    color: #0054a4;
    font-family: 'mazzardh-semibolditalic',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    position: absolute;
    margin-top: 33px;
}
.menu{
    color: #0054a4;
    font-family: 'mazzardh-semibolditalic',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    position: absolute;
    margin-top: 33px;
}
.menu:hover{
    color: gray;
    text-decoration: none;
    cursor: pointer;
}






.body-detalle{
    border-top: 1px solid lightgrey !important;
    padding: 15px;
}
.txt-find{
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 70%;
    float: left;
    margin-right: 5px;
}


.btn-find {
    color: #fff;
    width: 25%;
    padding: 10px;
    float: left;
    font-size: 1.5em;
    font-weight: 600;
}
.btn-find:hover {
    color: #fff;

}


@media only screen and (max-width: 600px) {
   .text-align-right {
        text-align: left;
        width: 50%;
    }

   .text-align-right {
        text-align: center;
        width: 50%;
    }
}