

@font-face {
	font-family: FedraSans;  
	src: url("../css/fonts/FedraSansStd Normal.otf");  
	font-weight: normal;  
}
@font-face {
	font-family: FedraSans;  
	src: url("../css/fonts/FedraSansStd Light.otf");  
	font-weight: 100;  
}
@font-face {
	font-family: FedraSans;  
	src: url("../css/fonts/FedraSansStd Book.otf");  
	font-weight: 200;  
}

@font-face {
	font-family: FedraSans;  
	src: url("../css/fonts/FedraSansStd Medium.otf");  
	font-weight: 500;  
}

@font-face {
	font-family: FedraSans;
	src: url("../css/fonts/FedraSansStd Bold.otf");  
	font-weight: bold;  
}
/* GENERAL */
body, p {
   font-family: 'FedraSans', sans-serif;
   font-weight: 200;
}
h1 h2 h3 h4 h5 {
   font-family: 'FedraSans', sans-serif;
   font-weight: bold;
}
.mkd_logo a {
height: 100px !important;
}
.full_screen_preloader {
    background-color: #fff;
}

/* HEADER */
#redessociales .fa-2x {
    font-size: 1.8em;
    padding: 0 5px;
    vertical-align: middle;
    color: grey;
}

/* FOOTER */
footer .mkd_column.column3 {
display: flex;
align-items: center;
}
.direccion {
   font-size: 12px;
   font-weight: 400;
   padding-bottom: 10px;
    line-height: 17px;
}
.ubicaciones {
    font-size: 15px;
    color: #666666 !important;
    font-weight: 700;
    padding-bottom: 10px;
}
.redes {
   color: #49b998;
   font-weight: 600;
}
.redes a {
   padding: 5px;
   color: #49b998;
}
.tel {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 17px;
}
.full_screen_navigation_inner a {
   color: #49b998;
}
.full_screen_navigation_inner a:hover {
    color: #2d9073;
}
.imgcenter {
   text-align: right;
}

@media only screen and (max-width: 600px) {
.footer_info {
   text-align: center !important;
}
.imgcenter {
   text-align: center;
}