/* Estilos extraídos de WebDestino_copia.html */

/* Normalize & Bootstrap */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}

/* Utilidades generales */
ul {
    list-style: none;
    padding: 0;
}

input, select {
    margin: 0;
    font-weight: bold;
    font-family: inherit;
    font-size: inherit;
}

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

:disabled {
    cursor: default;
}

/* Contenedores y columnas */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
}

@media (min-width: 768px) {
    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-12, .col-sm-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* Tabla */
.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

    .table > thead > tr > th {
        text-align: left;
        background-color: #063d79;
        color: white;
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > tbody > tr > td {
        padding: 7px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        font-weight: bold;
        background: #F1F1F1;
    }

/* Formularios */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.form-group {
    margin-bottom: 15px;
}

/* Botones */
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    cursor: pointer;
    background-image: none;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

    .btn-default:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }

/* Colores CSS personalizados */
:root {
    --primary-700: #0069b4;
    --neutral-900: #04151b;
    --link-default: #0069b4;
    --link-hover: #0a2f77;
    --decorator: #ffe55d;
}

/* Clases personalizadas */
.gpa-portal-decorator {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 0.25rem;
    width: 100%;
}

.gpa-portal-decorator--asturias {
    background-color: white;
}

.gpa-section-header {
    background-color: var(--primary-700);
    position: sticky;
    top: 0;
    z-index: 10;
}

a {
    color: #0069B4;
    text-decoration: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #0069B4;
    border-color: #357ebd;
}
