﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'AptosBlack';
    src: url('/fonts/aptos-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.texto-aptos-black {
    font-family: 'AptosBlack', sans-serif;
}

.page-title {
    font-family: 'AptosBlack', sans-serif;
    font-size: 3rem;
    color: #6c2b87;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #000000;
}

.page-description {
    font-size: 1.6em;
}

.color-1-cessba {
    color: #6c2b87;
}

.color-2-cessba {
    color: #9f47c5;
}

.color-3-cessba {
    color: #c390dc;
}

.color-4-cessba {
    color: #dabcea;
}

.color-5-cessba {
    color: #ebdcf4;
}

.background-color-1-cessba {
    background-color: #6c2b87;
}

.background-color-2-cessba {
    background-color: #9f47c5;
}

.background-color-3-cessba {
    background-color: #c390dc;
}

.background-color-4-cessba {
    background-color: #dabcea;
}

.background-color-5-cessba {
    background-color: #ebdcf4;
}

.img-rounded {
    border-radius: 50%;
}

.button-rounded {
    /* background-color: #04AA6D; */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.button-rounded-10 {
    border-radius: 10%;
}

.button-rounded-20 {
    border-radius: 20%;
}

.button-rounded-30 {
    border-radius: 30%;
}

.button-rounded-40 {
    border-radius: 40%;
}

.button-rounded-50 {
    border-radius: 50%;
}

.btn-cessba {
    margin-left: 10px;
    margin-right: 10px;
}
/* Boostrap Buttons Styling */

.button-cessba-default {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(58, 133, 191, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(58, 133, 191, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.button-cessba-default:hover {
    color: #FFF;
    background: rgba(58, 133, 191, 0.75);
    border: 2px solid rgba(58, 133, 191, 0.75);
}

.button-cessba-primary {
    font-size: 13px;
    color: #6c2b87; /* rgba(58, 133, 191, 0.75); */
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #c390dc; /*rgba(58, 133, 191, 0.75); */
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.button-cessba-primary:hover {
    color: #FFF;
    background: #9f47c5; /* rgba(58, 133, 191, 0.75); */
    border: 2px solid #6c2b87; /* rgba(58, 133, 191, 0.75); */
}

.button-cessba-secondary {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(58, 133, 191, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(58, 133, 191, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.button-cessba-secondary:hover {
    color: #FFF;
    background: rgba(58, 133, 191, 0.75);
    border: 2px solid rgba(58, 133, 191, 0.75);
}

.btn-primary {
    background-color: #6c2b87;
    color: white;
    font-weight: bold;
    border-color: #6c2b87;
}

    .btn-primary:hover {
        background-color: #9f47c5;
        color: white;
        font-weight: bold;
        border-color: #6c2b87;
    }

    .btn-primary:active {
        background-color: #6c2b87 !important;
        color: white;
        font-weight: bold;
        border: 2px solid #9f47c5 !important;
        border-color: #6c2b87 !important;
    }

.form-control:active {
    border: 2px solid #6c2b87;
}

.form-control:focus {
    border-color: #c390dc;
    box-shadow: 0 0 0 0.2rem #c390dc;
}

.card {
    border-color: #c390dc;
}

.circleNumber {
    background: #ff5b94;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    color: #ffffff;
    height: 1.8em;
    width: 1.8em;
    display: inline-block;
    font-family: 'Roboto', Helvetica, Sans-serif;
    font-size: 60px;
    line-height: 2em;
    text-align: center;
}

    .circleNumber:hover {
        background: #9f47c5;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
        a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/

fieldset {
    border-radius: 4px;
    border: 1px solid #a6c5c8;
    padding: 3px 0px 3px 0px;
}

legend {
    background-color: #fff;
    border: 1px solid #a6c5c8;
    border-radius: 4px;
    color: var(--blue);
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px 3px 7px;
    width: auto;
}

.align-as-number {
    text-align: right;
}

.alert-title {
    background-color: #f4f8fa;
    border-color: #5bc0de;
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-title h4 {
        color: #5bc0de;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-title p:last-child {
        margin-bottom: 0;
    }

    .alert-title code {
        background-color: #fff;
        border-radius: 3px;
    }

/* Tamaños de las fuentes */
.font-size-150 {
    font-size: 150%;
}

.font-size-140 {
    font-size: 140%;
}

.font-size-130 {
    font-size: 130%;
}

.font-size-120 {
    font-size: 120%;
}

.font-size-110 {
    font-size: 110%;
}

.font-size-100 {
    font-size: 100%;
}

.font-size-90 {
    font-size: 90%;
}

.font-size-80 {
    font-size: 80%;
}

.font-size-70 {
    font-size: 70%;
}

.font-size-60 {
    font-size: 60%;
}

.font-size-50 {
    font-size: 50%;
}

.font-size-40 {
    font-size: 40%;
}

/* Tablas responsivas                             */
/* https://codepen.io/AllThingsSmitty/pen/MyqmdM  */
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        caption-side: top;
    }

    table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

