header.uvigo_header {
    background-color: #073349;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 50px;
}

.languages {
    display: inline;
}

.languages .active {
    font-weight: 600;
}

.languages a {
    color: #FFF;
}

.user-data-block {
    margin-top: 5px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #073349;
    border-color: #2e6da4;
}

OA.btn-extra-lg{
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    background-color: slategray;
}

.btn-google2 {
    background-color: white;
    color: #000 !important;
}

.btn-windowslive {
    background-color: #444;
}

.btn-cas{
    background-color: #357f7c;
}

.btn-google2:focus,
.btn-google2:hover,
.btn-google2:active,
.btn-google2:active:focus{
    background-color: #eee;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:focus,
.btn-cas:hover,
.btn-cas:active,
.btn-cas:active:focus{
    background-color: #2a6562;
}


.btn-windowslive:hover {
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.windows-icon,
.google-icon,
.facebook-icon,
.cas-icon{
    height: 25px;
    width: 25px;
}

#logo_img{
    width: 100%;
    max-width: 700px;
}

#header a{
    font-size: x-large;
    color: #000;
}

#header a:hover{
    text-decoration: none;
}


@media (max-width: 767px){
    .btn.btn-block {
	font-size: 3vw;
    }

    .google-icon,
    .windows-icon,
    .facebook-icon,
    .cas-icon{
	width: 5vw;
	height: 5vw;
    }

    #header > a > div > span{
	font-size:4vw;
    }
}

footer {
    background-color: #073349;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E5E5E5;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;

    position: static;
    bottom: auto;
    width: 100%;
    height: auto;
}

main.container {
    min-height:440px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.card {
    border: none;
}

.footer-element p span, .footer-element p a {
    color: #fff;
}

footer.footer .footer-element p, footer.footer .footer-element a {
    margin: 0 0 5px;
    color: #fff;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 20px;
}

#block-menufooter ul.nav li {
    display: inline-block;
}

#block-menufooter ul.nav li + li a {
    border-left: 1px solid #939393;
}

#block-menufooter ul.nav li a {
    padding: 0 10px;
    color: #939393;
    font-size: 0.75em;
    letter-spacing: 1px;
    font-family: "Roboto Regular",Helvetica,Arial,sans-serif;
}
.footer-social-icons p a span {
    color: #337ab7;
    text-decoration: none;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
