        /*
 * Globals
 */
        /* Links */
        
        a,
        a:focus,
        a:hover {
            color: #fff;
        }
        /* Custom default button */
        
        .btn-secondary,
        .btn-secondary:hover,
        .btn-secondary:focus {
            color: #333;
            text-shadow: none;
            /* Prevent inheritance from `body` */
            background-color: #fff;
            border: .05rem solid #fff;
        }
        /*
 * Base structure
 */
        
        html,
        body {
            height: 100%;
            font-family: Arial, sans-serif;
        }
        
        body {
            display: -ms-flexbox;
            display: flex;
            color: #fff;
        }
        
        .cover-container {
            max-width: 100%;
            padding: 0px !important;
        }
        /*
 * Header
 */
        
        header {
            background-color: rgb(255, 255, 255);
            min-height: 40px;
            max-height: 86px;
        }
        
        .masthead {
            margin-bottom: 2rem;
        }
        
        .masthead-brand {
            margin-bottom: 0;
        }
        
        .nav-masthead .nav-link {
            padding: .25rem 0;
            font-weight: 700;
            color: rgba(255, 255, 255, .5);
            background-color: transparent;
            border-bottom: .25rem solid transparent;
        }
        
        .nav-masthead .nav-link:hover,
        .nav-masthead .nav-link:focus {
            border-bottom-color: rgba(255, 255, 255, .25);
        }
        
        .nav-masthead .nav-link+.nav-link {
            margin-left: 1rem;
        }
        
        .nav-masthead .active {
            color: #fff;
            border-bottom-color: #fff;
        }
        
        @media (min-width: 48em) {
            .masthead-brand {
                float: left;
            }
            .nav-masthead {
                float: right;
            }
        }
        /*
 * Cover
 */
        
        .cover {
            padding: 0 1.5rem;
        }
        
        .cover .btn-lg {
            padding: .75rem 1.25rem;
            font-weight: 700;
        }
        /*
 * Footer
 */
        
        .mastfoot {
            color: rgba(255, 255, 255, .5);
        }
        /*Video background body*/
        
        bgvideo {
            position: absolute;
            background-color: black;
            height: 100vh;
            min-height: 25rem;
            width: 100%;
            overflow: hidden;
            z-index: -1;
            ;
        }
        
        bgvideo video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }
        
        bgvideo .container {
            position: relative;
            z-index: 2;
        }
        
        bgvideo .overlay {
            position: absolute;
            top: 10;
            right: 10;
            height: 100%;
            width: 100%;
            background-color: black;
            opacity: 1;
            z-index: 1;
        }
        
        .rationalbg {
            background-color: rgb(255, 255, 255)!important;
            min-height: 40px;
            max-height: 70px;
            color: rgb(235, 30, 37) !important;
        }
        
        .spaceicon {
            margin-right: 5px!important;
        }
        
        .doublespace {
            margin-right: 10px !important;
            color: black !important;
        }
        
        .noborder {
            border: 0px solid !important;
        }
        
        .card-body {
            margin: 15px;
            min-height: 300px;
            max-width: 400px;
            min-width: 350px;
        }
        
        .card-pequeno {
            margin: auto;
            min-height: 40px;
            max-width: 400px;
        }
        
        .cardheaderrational {
            color: red;
        }
        
        .cardbox {
            color: black;
            margin: 10px;
            border-radius: 5px;
            border: 2px solid #000000;
        }
        
        .cardbox a {
            color: black;
        }
        
        .modal-content {
            background-color: transparent !important;
            background-image: url('imagenes/tramafondo.png');
        }
        
        .fullscreen-bg {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            z-index: -100;
        }
        
        .fullscreen-bg__video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        
        .customboton {
            border-color: black;
            background-color: white;
            color: rgb(0, 57, 116);
        }
        
        .cardbg {
            background: rgba(0, 0, 0, 0.5);
            color: #f1f1f1;
            border-radius: 25px;
            margin: 5px 5px 5px 5px;
            padding-right: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 20px;
        }
        
        a {
            color: rgb(0, 57, 116);
        }