@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
	font-family: 'Roboto', sans-serif;
	}
/*redes*/
.col-links-inner-top-header {
	float: right;
}
.pull-right {
    float: right!important;
}

@media (max-width: 740px){
	.main-nav-row {
    background-color: #003876;
}
	a {
    color: #fff;
    text-decoration: none;
}
}
/*base*/
.header {
	background-color: #FFFFFF;
	
}

.main-nav-row {
    background-color: #003876;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #013f70;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header{
    display: none;
}
.top-header-row {
    background-color: #003876;
    margin: 0;
}

.middle-header-row .col-sm-3 {
width: 288px;
height: 80px;
padding: 0;
background: url('../images/bg-logo.png') no-repeat center;
}

.main-nav-row .item-inner-main-nav a:hover {
    background-color: #34a6f8;
    color: #ffffff;
}
.borde {
    background: url(../images/bg-main.png) no-repeat;
    background-size: contain;
    padding-top: 40px;
	
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: #34a6f8;
	color: #FFFFFF;
}

/*fuentes*/
.p{
	font-style: normal;
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
.colum {
    padding: 50px;
}
.container-item{
	height: auto!important;
}
.m{
	width: 100%;
	padding: 15px;
}
.m1{
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
    color: #ffffff;
	font-size: 20px;
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f081";
    color: #ffffff;
	font-size: 20px;
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f16d";
    color: #ffffff;
	font-size: 20px;
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f167";
    color: #ffffff;
	font-size: 20px;
}
