﻿html {
    scroll-behavior: smooth;
}

.el-message-box {
    width: 40%;
}
    a: hover {
    color: none !important;
    text-decoration: none !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #801822 !important;
    border-color: #6b141c !important;
    box-shadow: 0 0 0 0.2rem rgba(107, 20, 28, 0.5) !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b141c !important;
    border-color: #801822 !important;
}

.letterSpaceText {
    letter-spacing: 3px;
}

.spacer-60{
    padding-top: 60px;
}

.spacer-40 {
    padding-top: 40px;
}

#arrowDown {
    max-width: 45px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}

.BackADN {
    background-image: url("img/BackADN.jpg");
    background-size: cover;
    background-attachment: inherit;
}

.btn {
    font-family: 'Montserrat Bold';
}

.btn-primary {
    background-color: #801822;
    color: white;
    font-family: 'Montserrat Bold';
    border-color: #6b141c;
    transition: 0.5s;
}

.btn-primary:hover {
    background-color: #6b141c;
    border-color: #801822;
}

.firstEffect {
    position: absolute;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
}

#c {
    max-width:100%;
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('fonts/Montserrat-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('fonts/Montserrat-Light.otf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Thin';
    src: url('fonts/Montserrat-Thin.otf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url('fonts/Montserrat-LightItalic.otf') format('truetype');
}

@font-face {
    font-family: 'Oswald Bold';
    font-weight: bold;
    src: url('fonts/Oswald-Bold.ttf') format('truetype');
}

.nav-link {
    font-family: 'Montserrat Medium';
    color: #951926;
    transition: 0.4s;
}

.nav-link:hover {
    color: #002060;
    text-decoration: underline !important;
    transition: 0.4s;
}

#appVue {
    background-color: white;
}

#navTop {
    z-index: 2;
    padding: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.5s;
}

.p22 {
    font-size: 22px;
}

.titleM {
    font-size: 62px;
}

.textBig {
    font-size: 82px;
}

.textBigXL {
    font-size: 120px;
}

h1 {
    font-size: 23px;
}

.letterSpaceTitle {
    letter-spacing: 15px;
}

.oswaldBold {
    font-family: 'Oswald Bold';
}

.montLight {
    font-family: 'Montserrat Light';
}

.montMedium {
    font-family: 'Montserrat Medium';
}

.montThin {
    font-family: 'Montserrat Thin';
}

.montRegular {
    font-family: 'Montserrat Regular';
}

.montBold {
    font-family: 'Montserrat Bold';
}

.backImgFooter {
    background-image: url(/Content/img/backImg.png);
    background-position: center center;
    background-size: cover;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.iconFooter {
    font-size: 35px;
    margin-left: 15px;
}

.MainLogo {
    max-width: 20%;
}

.bg-rojo {
    background-color: #951926;
}

.MenuLogo {
    max-width: 100px;
}

.LineHeight35 {
    line-height: 35px;
}

.blue {
    color: #002060;
}

.bg-blue {
    background-color: #081f3f;
}


.absADN {
    position: absolute;
    margin-top: -15%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.red {
    color: #951926;
}

@media (max-width: 576px) {
    .MainLogo {
        max-width: 40%;
    }

    .MenuLogo {
        max-width: 95px;
    }

    #c {
        max-width: 60%;
        margin: 0px auto;
        width: 100%;
        height: 70%;
    }

    .absADN {
        position: absolute;
        margin-top: -28%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .el-message-box {
        width: 90%;
    }
}


::-moz-selection { /* Code for Firefox */
    color: white;
    background: #002060;
}

::selection {
    color: white;
    background: #002060;
}

*:focus {
    outline: none;
}

.grecaptcha-badge {
    z-index: 99999999999999999999 !important;
}