/*fuentes*/
/*Cuerpo*/
.header {
    background-color: #1e478e;
}

.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
}
.top-header-row {
    background-color: transparent;
    margin: 0;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
    padding-top: 5px;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.btn-default:hover {
    color: #fff;
    background-color: #c7c8ca;
    border-color: #c7c8ca;
}
.main-nav-row {
    background-color: #1e478e;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: #c7c8ca;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: #1e478e;
    color: #fff;
}
.main-nav-row .item-inner-main-nav a {
    padding: 9px 15px;
    border-right: solid 1px #fff;
    border-radius: 0;
}
/*Textos*/
.h3 {
    font-size: 30px;
    background-color: #f15a29;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.h1 {
    font-size: 28px;
    color: #f15a29;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    padding-left: 0px;
}
.p {
    font-size: 14px;
    color: #414042;
    text-align: justify;
}
/*decorativos*/
.bottom-center {
    width: 100%;
    bottom: 21px;
    text-align: center;
}
.card-title-one {
    color: #fff;
    background: rgb(22, 166, 219);
}
.card-title-two {
    color: #fff;
    background: rgb(6, 165, 131);
}
.card-title-three {
    color: #fff;
    background: rgb(110, 158, 3);
}
.rounded {
    border-radius: 0.9rem !important;
}
.p-1 {
    padding: 1.25rem !important;
}
.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 92%;
    padding-right: 10px;
    padding-left: 10px;
}
.box {
    height: 210px;
}
.card__text {
    color: #fff;
    line-height: 1.2;
    padding: 18px;
    text-align: center;
}
.card__text h5 {
    text-transform: uppercase;
    font-size: 18px;
}
.card p {
    font-size: 12px;
    line-height: 15px;
}
.carousel-caption {
	width: 80%;
    top: 20% !important;
	}
	text-align: left !important;
	padding-top: 0px;
	margin-left: -120px!important;
/*imagenes*/
.centro{
	margin-right: auto;
	margin-left: auto;
}

.header .ee-header-profile .ee-myresume .myresume-desc {
    margin-right: 3px;
    color: #fff;
}
.js-menu-btns>li:nth-child(1) a {
    color: #fff;
}
/*Iconos*/
.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: "\f16d";
    color: #FFFFFF;
	font-size: 20px;
}