﻿@import url("fonts.css");

:root {
    --red: #D9534F;
    --primary: #337AB7;
    --secondary: grey;
    --warning: #F0AD4E;
    --info: #46B4FF;
    --success: #5CB85C;
    --dark: #1A2D3D;
    --pink: #D69970;
}

body {
    overflow-x: hidden;
}

#global {
    height: 670px;
    width: 1000px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
}

#contenidoTableau {
    height: auto;
}

.accordion {
    background: #e8eef8;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion:hover {
    cursor: pointer;
}

.respuesta {
    display: none;
}

.accordion.active .respuesta {
    display: block;
}

#divMain {
    font-size: 12px;
    font-family: Montserrat-Regular;
}

nav * {
    font-size: 16px;
}

.navbar-brand * {
    font-size: 18px;
    font-family: Candara;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Rajdhani-Bold;
    text-align: center;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    color: var(--dark);
}

h5 {
    text-align: left;
    /*padding-left: 80px;*/
    /*font-family: Montserrat-Bold;*/
    font-weight: bold;
}

h4 {
    font-size: 14px;
}

h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

#faq ol li p {
    text-align: justify;
}

.tele {
    padding-left: 100px;
    padding-right: 100px;
}

    .tele p {
        text-align: justify;
    }

#manuales ul {
    padding: 20px 100px;
    list-style: none;
}

    #manuales ul li {
        margin-bottom: 12px;
    }

.bg-dark {
    background-color: var(--dark) !important;
    color: white;
}

.bg-dark h3 {
    color: #55F5F4;
    text-align: center;
}

.btn-pink {
    background-color: var(--pink);
    color: white;
}

.btn-pink:hover {
    color: white;
    filter: brightness(95%);
}

.btn-pink:active {
    filter: brightness(80%);
}

.btn-pink:focus {
    color: white;
}

.bg-info {
    background-color: var(--info)
}

.text-dark {
    color: var(--dark);
}

p {
    padding: 10px 20px;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center !important;
}

.w-100 {
    width: 100%;
}

nav {
    background-color: var(--dark) !important;
    min-height: 150px !important;
}

    nav ul li,
    nav ul li a {
        color: white !important;
        line-height: 18px !important;
        text-align: center;
    }

        nav ul li:hover {
            filter: brightness(70%);
        }

    nav ul {
        float: right !important;
        margin-top: 35px !important;
        padding-right: 140px;
    }

    nav img {
        position: absolute;
        right: 16px;
        top: 5px;
    }

.navbar-brand {
    text-align: center;
    margin-top: 35px
}

    .title span:nth-child(1),
    .navbar-brand span:nth-child(1) {
        color: var(--info);
        font-weight: bold;
    }

    .title span:nth-child(2),
    .navbar-brand span:nth-child(2) {
        color: var(--red);
        font-weight: bold;
    }

    .title span:nth-child(3),
    .navbar-brand span:nth-child(3) {
        color: var(--secondary);
        font-weight: bold;
    }

    .navbar-brand span {
        line-height: 25px;
    }

    .navbar-brand > img {
        display: inline-block;
        width: 25px;
        margin-top: -5px;
    }

.hr {
    margin: 170px 24px 24px 24px;
    height: 4px;
    background-color: var(--warning);
}

.in, .collapsing {
    margin-top: 50px !important;
}

    .in ul li a,
    .collapsing ul li a {
        text-align: left;
    }

    .in img,
    .collapsing img {
        display: none;
    }

.navbar-toggle {
    position: relative;
    top: 40px;
}

.aside {
    padding: 0 10px;
}

.btn-session {
    margin: 50px auto;
    max-width: 310px;
}

    .btn-session img {
        width: 30px;
    }

    .btn-session span {
        font-size: 18px;
        position: relative;
        top: 2.5px;
        text-decoration: underline;
    }

.aside p {
    /* font-family: "Rajdhani-Bold"; */
    font-size: 10px;
}

.cud {
    text-align: center;
    height: 100%;
    padding-top: 160px;
    color: white;
    background-image: url("cud.png");
    background-position: center top;
    background-size: cover;
}

    .cud h3 {
        line-height: 40px;
        margin-top: 37px;
        font-size: 26px;
    }

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .aside {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .laptop {
        margin-top: 100px;
    }
}

@media (max-width: 500px) {
    h5 {
        padding-left: 18px;
    }

    .tele {
        padding-left: 50px;
        padding-right: 50px;
    }

    #manuales ul {
        padding: 20px 30px;
        list-style: none;
    }

    a.navbar-brand {
        padding-left: 9px;
        padding-right: 3px;
    }
}

@media (max-width: 360px) {
    a.navbar-brand {
        width: calc(100% - 60px);
    }

    .navbar-header {
        margin-top: -20px;
    }
}
