﻿    @charset "utf-8";

/* CSS Document */


/**** INICIO CSS RESET ****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**** FIN CSS RESET ****/


/**** INICIO FUENTES ****/

body {
    font-family: Arial, Helvetica, sans-serif;
}

.white-color {
    color: #fff;
}

.pink-color {
    color: #e6007d;
}


/**** FIN FUENTES ****/

*,
body {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.customGreen {
    background-color: #003970;
}

.customBlue {
    background-color: #FF003E;
}

.customGray {
    background-color: lightgray;
}

.customMargin {
    margin-top: 34px;
}

.page-header {
    color: white;
}

.spacer {
    height: 40px;
}

.marginBoton {
    margin-top: 24px;
}

.titles {
    color: white;
    font-size: 25px;
    line-height: 50px;
}

.cascada>div>ul {
    list-style: none;
    color: white;
    font-size: 13px;
}

.cascada>div>ul {
    margin-left: -26px;
}

.customFooter {
    background-color: #555555;
}

.cian {
    border: 1px solid aqua;
}

.glyphicon-chevron-right {
    color: limegreen;
    font-size: 10px;
}

.titleFooter {
    font-size: 40px;
}

.btn-custom {
    background-color: deeppink;
    color: white;
    border-radius: 0px;
    padding: 6px 20px;
    border: 0px;
    font-weight: 800;
    font-size: 17px;
}

.lineLogo {
    padding-bottom: 30px;
}

#test > li.active > a,
#test > li.active > a:hover,
#test > li.active > a:focus {
    color: white;
    font-size: 18px;
    background-color: #00a0e6;
    transition: 0.2s all;
}

#test > li > a {
    color: #00a0e6;
    font-size: 18px;
    background-color: #eaeaea;
    transition: 0.2s all;
}

.unikeFotter {
    color: white;
    font-size: 20px;
    margin-top: 20px;
    list-style: none;
}

#schoolsDeptos_combo,
#schoolsCities_combo,
#schools_combo {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    margin: 9px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#schools_combo {
    margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
    #schoolsDeptos_combo,
    #schoolsCities_combo,
    #schools_combo {
        width: 90%;
    }
}
@media only screen and (min-width: 990px) {
    #schoolsDeptos_combo,
    #schoolsCities_combo,
    #schools_combo {
        width: 97%;
    }
}
@media only screen and (min-width: 1190px) {
    #schoolsDeptos_combo,
    #schoolsCities_combo,
    #schools_combo {
        width: 97.5%;
    }
}