﻿.display-none {
    display: none;
}

.text-align-center {
    text-align: center;
}

.full-width {
    width: 100%;
}

.full-width-and-height {
    width: 100%;
    height: 100%;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.height-200 {
    height: 200px;
}

.fd-bg-color {
    background-color: #0071a5!important;
}

.white-bg-color {
    background-color: white!important;
}

@media (max-width: 768px) {
    #divImgLogotipo {
        display: none;
    }
}

@media (min-width: 768px) {
    #divImgLogotipoMenu {
        display: none;
    }
}