@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
/* CSS plantilla */

body{
margin:0 !important;
box-sizing:border-box;
font-family: 'Noto Sans', sans-serif;
}
.header {
    background-color: #fff;
}
.top-header-row {
    background-color: #00498b;
}
.top-header-row {
    background-color: #00498b;
    margin: 0;
}
.social-media-text-top-header {
    color: #00498b;
}
.main-nav-row {
    background-color: #00498b;
}
@media (max-width: 736px) and (min-width: 320px){
.main-nav-row {
    background-color:  #00498b;
}
}
.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #003A78;
}

.top-header-row .item-inner-top-header a:hover {
    background-color: #003A78;
}

.login-button-header {
    background-color: #003A78;
}

.login-button-header:hover {
    color: #66acb1;
    background-color: #003A78;
    opacity: .8;
}
.main-nav-row .item-inner-main-nav a {
    border-right: solid 1px #C0B261;
}

.main-nav-row .item-inner-main-nav:hover {
    background-color: #003A78;
}

.main-nav-row .item-inner-main-nav a:hover {
    background-color: #003A78;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    background-color: #003A78;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: 1px solid #003A78;
}
.uniandinos-btn-publish-offer {
    width: 100%;
    background-color: #003A78;
}

.uniandinos-btn-publish-offer:hover {
    color: #66acb1;
    background-color: #003A78;
    opacity: .8;
}

@media (min-width: 768px){
.footer {
    position: relative;
}
	}

/* CSS interno */
.btn-default1{
    background-color: #C0B261;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}
.btn-default2{
    background-color: #C0B261;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
	margin-top: 60px;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.h1{
font-size:32px;
font-weight:normal;
color:#00478D;
text-align:center;
	padding: 20px;
}
.p, .li{
font-size:15px;
color:#5F5D5D;
text-align: justify;
}
.p3{
    font-size: 10px;
    text-align: center;
    padding-top: 30px;
}
.p2{
font-style: italic;
}
.down{
	padding-top: 10px;
}
.a{
	display: block;
	background-color:#AA4239;
	color: #ffffff;
	text-align:center;
	 width:100%;
	padding:20px 30px;
	text-decoration:none;
	margin:60px auto 0 auto;
	font-weight:100;
	border-radius:5px;
}
/*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;
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f015";
    color: #FFFFFF;
	font-size: 20px;
}
@media (max-width: 767px){
    .eesites-fixed-buttons.affix-bottom {
        position: inherit !important;
    }
    .eesites-fixed-buttons {
        position: inherit !important;
        background-color: transparent;
    }
}