/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-oct-2015, 13:03:56
    Author     : Miguel
*/
@font-face {
	font-family: Gotham;
	src: url('../Gotham/Gotham-Book.ttf') format('truetype');
}
@font-face {
	font-family: GothamItalic;
	src: url('../Gotham/Gotham-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: GothamBold;
	src: url('../Gotham/Gotham-Bold.ttf') format('truetype');
}
@font-face {
	font-family: GothamItalic;
	src: url('../Gotham/Gotham-BookItalic.ttf') format('truetype');
}
@font-face {
	font-family: GothamLight;
	src: url('../Gotham/Gotham-Light.ttf') format('truetype');
}
@font-face {
	font-family: GothamLightItalic;
	src: url('../Gotham/Gotham-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: GothamMedium;
	src: url('../Gotham/Gotham-Medium.ttf') format('truetype');
}
@font-face {
	font-family: GothamMediumItalic;
	src: url('../Gotham/Gotham-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont.ttf') format('truetype');
}

/* Links */
a,
a:focus,
a:hover {
  //color:rgb(163, 163, 163);
  color:#666;
}
a:focus,
a:hover {
  //color:rgba(163, 163, 163,.8);
  color:#666;
  text-decoration: none;
}
a.current i,
a i:focus,
a i:hover {
  color:#212E5C;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: solid #bababa 1px;
}

body{
    color:rgb(163, 163, 163);
    color: #666;
    text-shadow: none;
    text-align: left;
}
h1{
    font-size: 16px;
    border-bottom:  2px solid #212E5C;
}
form label{
    font-size: 16px;
    text-align: left !important;
    padding-left: 0px !important;
}
/*
form input{
    color: #FFF !important;
    background-color: #bed4df !important;
    font-weight: 400 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important; 
    border: 1px solid #212E5C !important;
    width: 100% !important;
    font-size: 12px !important;
    height: 18px !important;
    margin-top: 8px;
    height: 22px !important;
    line-height: 22px !important;
    
}*/

.btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    height: 19px;
    background: #212E5C;
    padding-top: 0%;
    padding-bottom: 1%;
    text-decoration: none;
	border: 1px solid #212E5C;
    /* font-weight: bold; */
}
.btn:hover, .btn:focus {
    color: #212E5C;
    text-decoration: none;
    background: transparent;
	border: 1px solid #212E5C;

}
form label#msgError{
    font-size: 12px;
}
#menuPrincipal ul li a{
    font-size: 12px;
}
#menuPrincipal ul li a.current,#menuPrincipal ul li a:hover{
    color:#212E5C;
}

@media (max-width: 768px){
    form label{
        padding-left: 15px !important;
    }  
    h1{
        margin-left: 15px !important;
    }
    
}
