@font-face{
  font-family: 'Poppins';
  src: url('../../files/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face{
  font-family: 'Roboto';
  src: url('../../files/fonts/Roboto-Regular.ttf') format('truetype');
}

span.subtitle {font-family: "Georgia", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  letter-spacing: 10px;}

span.title {font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: 003E51;}

body {line-height: 28px; text-decoration: none; font-size: 16px; font-weight:400; color: #828282; font-family:"Roboto",sans-serif;}

small {font-size: 11px;}

big {font-size: 20px;}

h1 {font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #003E51;}

h2 {font-size: 32px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h3 {font-size: 28px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h4 {font-size: 24px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h5 {font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 3rem; color:#232323;}

h6 {font-size: 18px; font-weight: 700; line-height: 2.5rem; color:#232323;}

p {margin: 0 0 20px 0; padding: 0;}

a,a:link,a:active,a:visited {text-decoration: none; color:#026D8B;}
	
a:hover {text-decoration: underline; color: #026D8B;}

.btn-link {
    font-weight: 400;
    color:#026D8B;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 400;
    text-decoration: underline; 
  	color: #026D8B;
}

div#content a {text-decoration: none !important;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

u {text-decoration: underline;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;}

.btn-ghost {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	border-radius: 0 !important;
	background-color: transparent;
	border-color: #232323 !important;
  	color: #232323 !important;
}

.btn-ghost:hover {
	text-decoration: none !important;
	background-color: #232323 !important;
	color: #fff !important;
}

.btn-primary, .btn-primary:hover {
    background-image: none;
    background-color: #232323;
    filter: none;
    border: 1px solid #232323;
}

.alert-info {
    color: #232323;
    background-color: #F5C160;
    border-color: #F5C160;
}


/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {
  
span.title {font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: 003E51;}

h1 {font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #003E51;}

h2 {font-size: 26px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h3 {font-size: 24px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h4 {font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#232323;}

h5 {font-size: 18px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 3rem; color:#232323;}

h6 {font-size: 16px; font-weight: 700; line-height: 2.5rem; color:#232323;}
}