html {
    height: 100%;
}
body{
    background-image: linear-gradient(#fff, #cfcfd0);
    background-attachment: fixed;
    font-family: 'Montserrat',sans-serif;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
}

#topbar{
    padding-top:0px;
    height:50px;
    background-color: #0444b3;
    color:#fff;
}
.losaliados{
    font-size: 1.8em;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}
#correocontacto{
    font-size:0.9em;
}
#navbarResponsive a{
    color: #333;
    font-size: 1.0em;
    font-family: "PT Sans", sans-serif;
}

.nav-link{
    font-family: "PT Sans",sans-serif;
}
.nav-item{
    padding-right: 30px;
}

.redes-wrapper{
    padding-bottom: 10px;

}
.redes{
    color: #fff;
    background-color: #f7931e;
    width:45px;
    height:45px;
    border-radius: 50%;
    float:right;
    margin-left: 18px;
}

.redes i{
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 15px;
}
.redes a{
    color: #393939;
}

.direccion {
    padding-top:10px;
    font-weight: bolder;
    font-family: "PT Sans",sans-serif;
    font-size: 1.3em;
}
.direccion span {
    font-size: 0.7em;
    color: #0444b3;
}
#quieressaber {
    color: #000;
    font-family: "PT Sans", sans-serif;
    font-size: 1.1em;
    padding-top: 10px;
    float:right;
}
#quieressaber a{
    color: #000;
}
.col-white {
    color: white;
}
.ddmenu-principal,.ddmenu-principal a{
    background-color: #fff;
    color: #666 ;
}
.dropdown-item{
    color: #666 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.btn-success {
    color: #fff;
    background-color: #fd7e14 !important;
    border-color: #000;
}
