:root {
    --avex-primary: #00C5CC;
    --avex-on-primary: #FFFFFF;
    --avex-primary-container: #E6FEFF;
    --avex-on-primary-container: #003133;
    --avex-primary-table: rgba(230, 254, 255, 0.6);
}

body {
    background-image: url(./imagenes/Bg-fondo.jpg);
}

body, html {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
    margin: 0 auto;
    padding: 0;
}

.bg-footer {
    background: #272E38;
}



.img-footer {
    height: 70px !important;
    width: auto;
}

video {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: -99;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
    /* Rules for sizing the icon. */
    .material-icons.md-16 {
        font-size: 16px;
    }

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: rgba(0, 0, 0, 0.54);
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    /* Rules for using icons as white on a dark background. */
    .material-icons.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

.img-aquivoy-principal {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.img-rt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-1 {
    border-radius: .5rem !important;
    -webkit-border-radius: .5rem !important;
    -moz-border-radius: .5rem !important;
    -ms-border-radius: .5rem !important;
    -o-border-radius: .5rem !important;
}

.rounded-2 {
    border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
    -moz-border-radius: 1rem !important;
    -ms-border-radius: 1rem !important;
    -o-border-radius: 1rem !important;
}

.rounded-3 {
    border-radius: 1.25rem !important;
    -webkit-border-radius: 1.25rem !important;
    -moz-border-radius: 1.25rem !important;
    -ms-border-radius: 1.25rem !important;
    -o-border-radius: 1.25rem !important;
}

.rounded-4 {
    border-radius: 1.5rem !important;
    -webkit-border-radius: 1.5rem !important;
    -moz-border-radius: 1.5rem !important;
    -ms-border-radius: 1.5rem !important;
    -o-border-radius: 1.5rem !important;
}

.btn-av-bss {
    color: #fff;
    /* background-color: #e14d11; */
    background: linear-gradient(90deg,#e14d11,#eb7744);
    border-color: #DD2C00;
}

    .btn-av-bss:hover {
        color: #fff;
        background: linear-gradient(90deg, #333, #757575);
        border-color: #1d2124;
    }

.btn-av {
    color: #fff;
    background-color: #e14d11;
    border-color: #DD2C00;
}

    .btn-av:hover {
        color: #fff;
        background-color: #424242;
        border-color: #1d2124;
        box-shadow: 0 .2rem 1rem rgba(0,0,0,.4) !important;
    }

.bg-gray-100 {
    background-color: #F5F5F5;
}

.bg-gray-200 {
    background-color: #EEEEEE;
}

.bg-gray-300-rounded-3 {
    background-color: #E0E0E0;
    border-radius: 0rem 0rem 1.25rem 1.25rem !important;
    -webkit-border-radius: 0rem 0rem 1.25rem 1.25rem !important;
    -moz-border-radius: 0rem 0rem 1.25rem 1.25rem !important;
    -ms-border-radius: 0rem 0rem 1.25rem 1.25rem !important;
    -o-border-radius: 0rem 0rem 1.25rem 1.25rem !important;
}

.bg-gray-400 {
    background-color: #BDBDBD;
}

.footer {
    color: #fff;
    text-decoration: none;
}

    .footer:hover {
        color: #fff;
        text-decoration: none;
    }

.footer-img {
    margin-left: 1px;
    height: 18px;
    vertical-align: sub;
}

.font-weight-xlight {
    font-weight: 100;
}



.btn-ds {
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 0px;
    text-decoration: none;
    width: 140px;
    font-weight: 500;
    text-align: center;
}

.btn-primary-ds {
    background-color: var(--avex-primary) !important;
    border: 1px solid var(--avex-primary) !important;
    color: var(--avex-on-primary) !important;
    text-decoration: none !important;
}

    .btn-primary-ds:hover {
        opacity: 0.6
    }

    .btn-primary-ds:active {
        opacity: 0.8
    }










.box {
    border-radius: 20px !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    background: linear-gradient(160deg,rgba(255, 255, 255, 0.9), rgba(0, 197, 204, 1),rgba(0, 197, 204, 0.5), rgba(255, 255, 255, 0.29)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
}

.img-size {
    max-width: 320px;
    max-height: 228px;
    width: 320px !important;
    height: 228px !important;
}

.img-rt-new {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.content-buttom {
    position: absolute;
    left: 0;
    bottom: 16px;
    border: none;
    background: transparent;
    width: 100%;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.border-gradiente {
    background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(50px);
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.row-space {
    display: flex;
    justify-content: space-around;
    column-gap: 2rem;
    flex-direction: row;
    margin-top: 50px;
}

.my-resp-card {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.btn-av-link {
    color: white !important;
    padding-top: 8px;
}

    .btn-av-link:hover {
        color: var(--avex-primary) !important;
        text-decoration:underline;
    }

@media only screen and (max-width: 992px) {
    .row-space {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    .my-resp-card {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media only screen and (min-width: 992px) {
    .border-left-white {
        border-right: 1px solid white;
    }
}
