* {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    -webkit-touch-callout:none !important;
    -webkit-user-select:none !important;
    -moz-user-select:none !important;
    -ms-user-select:none !important;
    user-select:none !important;
}

h2 {
    text-align: center;
    padding: 3rem;
    font-weight: bolder;
}

@media screen and ( min-width: 1441px){

    /* h1 {
        font-size: 4em !important;
    }

    h2 {
        font-size: 2.5em !important;
    }

    p {
        font-size: 2em !important;
    }

    ul {
        font-size: 1.5em;
    }

    i {
        font-size: 3em !important;
    } */
}

i {
    font-size: 1.2em !important;
    padding: 1%;
}

.limiter {
    max-width: 1440px;
    margin: 0 auto;
}

li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    line-height:2rem;
    font-size: 1rem;
    font-weight: bold;
    clear:both;
    display: block;
}

li a {
    color: rgb(22, 41, 100);
    text-decoration: none;
}

body {
    background: none;
    background-image: url('../img/abstractBackground.svg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow-x: hidden;
    /* max-width: 1440px;
    margin: 0 auto; */
}

/* html {
    scroll-behavior: smooth;
} */

html, body {
    width: 100%;
    height: 100%;
}

h1 {
    color: #333;
    white-space: nowrap;
    font-weight: bold;
}

.unidades h2 {
    color: #0E445E;
}

#unidades row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    width: 100%;
    height: 100%;
    background-color: white;
}

.content {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 3px 3px 1rem rgba(0,0,0,0.3);
    margin-bottom: 1rem;
    padding: 1rem;
}

.oneline {
    line-height: 100%;
}

.c-old {
    display: inline-block;
    color: inherit;
    background-color: pink;
    margin: 0;
    padding: 0;
}

.button {
    background-color: #0ac;
    color: #fff;
    padding: 8px;
    margin: 3%;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.btn {
    cursor: pointer;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border-radius: 15px;
    font-weight: 400;
    min-width: 120px;
    user-select: none !important;
}

.yellow {
    background: #F3D520;
}

.orange {
    background: orange;
}

.secondary {
    background: #0E445E;
}

.tx-black {
    color: #333;
}

.tx-white {
    color: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5% 0 5%;
    align-items: center;
}

.fit {
    padding: 0 !important;
    margin: 0 !important;
}

.vfit {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrap {
    white-space: pre-wrap;
    flex-wrap: wrap;
}

.col {
    color: inherit;
    margin: 0;
    padding: 0;
    padding: 1%;
    flex-wrap: wrap;
}

.card-white {
    background-color: #fff !important;
}

.c-right { display: flex; justify-content: flex-end; }
.c-left { display: flex; justify-content: flex-start; }
.c-center { display: flex; justify-content: center; }

.c-1 { width: 6.333333%; }
.c-2 { width: 14.666666%; }
.c-3 { width: 23%; }
.c-4 { width: 31.333333%; }
.c-5 { width: 39.6666666%; }
.c-6 { width: 48%; }
.c-7 { width: 56.33333333%; }
.c-8 { width: 64.6666666%; }
.c-9 { width: 73%; }
.c-10 { width: 81.333333%; }
.c-11 { width: 89.666666%; }
.c-12 { width: 98%; }

.c-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-v-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px){

    .row {
        padding: 0 3% 0 3%;
    }

    .c-md-right { justify-content: flex-end; }
    .c-md-left { display: flex; justify-content: flex-start; }
    .c-md-center { display: flex; justify-content: center; text-align: center;}    

    .c-md-1 { width: 6.333333%; }
    .c-md-2 { width: 14.666666%; }
    .c-md-3 { width: 23%; }
    .c-md-4 { width: 31.333333%; }
    .c-md-5 { width: 39.6666666%; }
    .c-md-6 { width: 48%; }
    .c-md-7 { width: 56.33333333%; }
    .c-md-8 { width: 64.6666666%; }
    .c-md-9 { width: 73%; }
    .c-md-10 { width: 81.333333%; }
    .c-md-11 { width: 89.666666%; }
    .c-md-12 { width: 98%; }
    
    .c-md-centered {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px){

    .c-sm-row {
        justify-content: center;
    }
    /* .c-1 { width: 14.666666%; }
    .c-2 { width: 31.333333%; }
    .c-3 { width: 48%; }
    .c-4 { width: 64.6666666%; }
    .c-5 { width: 81.333333%; }
    .c-6 { width: 98%; }
    .c-7 { width: 98%; }
    .c-8 { width: 98%; }
    .c-9 { width: 98%; }
    .c-10 { width: 98%; }
    .c-11 { width: 98%; }
    .c-12 { width: 98%; }         */
    .c-sm-1 { width: 6.333333%; }
    .c-sm-2 { width: 14.666666%; }
    .c-sm-3 { width: 23%; }
    .c-sm-4 { width: 31.333333%; }
    .c-sm-5 { width: 39.6666666%; }
    .c-sm-6 { width: 48%; }
    .c-sm-7 { width: 56.33333333%; }
    .c-sm-8 { width: 64.6666666%; }
    .c-sm-9 { width: 73%; }
    .c-sm-10 { width: 81.333333%; }
    .c-sm-11 { width: 89.666666%; }
    .c-sm-12 { width: 98%; }    
}

