body,
body h2,
body p,
body ul{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
}
body p{
    margin-top: 1em;
    margin-bottom: 2em;
}
header{
    min-height: 250px;
    background-image: url('https://www.inacap.cl/web/documentos/pdf_form_aranceles/img/bg_top.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
    border-top: 15px solid #c00;
}
.col-12{
    padding-left: 15px;
    padding-right: 15px;
}
.font-italic{
    font-size: 14px;
    font-style: italic;
}
.fecha{
    margin-bottom: 0;
}
.firma{
    margin-top: 0;
    font-weight: bold;
}
section{
    min-height: calc(100vh - 500px);
}
header .logo{
    max-height: 70px;
    margin: 40px auto;
}
header .row{
    text-align: center;
}
footer{
    height: 250px;
    position: relative;
    background-image: url('https://www.inacap.cl/web/documentos/pdf_form_aranceles/img/bg_bottom.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30%;
    border-bottom: 15px solid #c00;
}
footer p:last-child{
    font-size: 1.5rem;
}
footer:before{
    position: absolute;
    bottom: -15px;
    left: 0;
    content:'';
    height: 15px;
    width: 33%;
    background-color: #333;
}
.container{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.btn-form.btn-download{
    background-color: #333;
    color: #f0f0f0;
}
.btn-form{
    border-radius: 5px;
    background-color: #333;
    color: #f0f0f0;
    padding: 8px 16px;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


/* MENU RUTA */

.section-bg-purple {
    background-color: #582b6a !important;
}
.nav-a-ruta {
    font-size: 15px;
    font-weight: 300;
	color: #ffffff;	 
}
.nav-a-ruta:hover {
    text-decoration: none;
    color: #ffffff;
}
.decoracion-ruta:hover {
	text-decoration: underline;
}
.drop-ruta {
    font-weight: 300;
    font-size: 15px;
}
.drop-ruta:hover {
    background-color: #D7CAFB !important;
    color: #353535;
}
.ancho-caja-logo img{
   max-width: 150px;
}
.logo-ruta {
   width: 100%;
}
.navbar-toggler{
	border: transparent;
}
.drop-menu-ruta {
    background-color: #582b6a;
}
.drop-ruta{
    color: #ffffff;
}
.titulo-nuevo-oscuro{
    border-left:5px solid #582B6A;
}

.titulo-nuevo-oscuro h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 41.02px;
    letter-spacing: -1px;
}
.btn-trane .btn-link {
    border-radius: 40px;
    box-shadow: 0px 4px 34px 0px rgba(255, 255, 255, 0.25);
    color: #1e1e1e;
    text-decoration: none;
    border: 2px solid #1E1E1E;
    font-weight: 700;
    font-size: 1rem !important;
}
.seccion-descargas-laboral .card,
.seccion-descargas-vocacional .card{
    background-color: transparent;
    box-shadow: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-out;
}



