/* CSS Document */
@import url("intro/stylesheet.css");

@font-face {
    font-family: 'Proxima Nova';                                                                                                                 
    src: local('Proxima Nova'), local('Proxima Nova'), url("fonts/Proxima-Nova-Reg.otf") format('opentype');
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: local('Proxima Nova Bold'), local('Proxima Nova Bold'), url("fonts/Proxima-Nova-Bold.otf") format('opentype');
}

html {
    position: relative;
    min-height:100%;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0em;
    font-size: 0.85em;
}

body {
    padding-top: 80px;
    font-size: 0.875rem;
    font-family: "Proxima Nova" !important;
    margin-bottom: 68px;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

.alternate-color {
    background: #fff;
}

.alternate-color:nth-child(2n) {
    background: #ddd;
}

/* MENU */
.navbar {
    background: #E4ECFA;
    padding: 0 !important;
    padding-right: 20px !important;
    border-bottom: 1px solid #C8C8AA;
}

.navbar-nav .nav-link {
    color: #0080FF !important;
    text-align: center;
}

.texto-titulo {
    color: #001E89 !important;
    padding-top: 8px;
}

.logo_menu {
    height: 44px;
    width: 180px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.logo {
    width:100%;
}
/* MENU */


/* FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #E4ECFA !important;
    padding: 10px 0 0 0 !important;
}

.footer li {
    margin-bottom: 0.2em;
    color: #000EA7;
}

.footer_margin {
    height:80px; 
}
/* FOOTER */


/* ENCABEZADOS DE SECCIÓN */
.background-principal {
    background-color: #0066ff !important;
}

.border-principal {
    border-color: #0066ff !important;
}

.background-secundario {
    background-color: #0082ff !important;
}

.border-secundario {
    border-color: #0082ff !important;
}
/* ENCABEZADOS DE SECCIÓN */
