/* body.swal2-shown{
    overflow: hidden!important; /*It prevents page jumps when modal is opened */
/*} */
.swal2-shown {
    overflow-x: hidden !important;
    /*It prevents page jumps when modal is opened */
}

html {
    scroll-behavior: smooth;
}

.active .nav-link {
    background-color: #E83131 !important;
}

.active,
.side {
    /* background-color: #E83131!important; */
    text-decoration: none;
    color: #E83131;
}

.background-red {
    background-color: #E83131 !important;
    rounded-radius: 5%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@font-face {
    font-family: MontLight;
    src: url(font/montserrat/MontserratAlternates-Light.otf);
}

@font-face {
    font-family: MontBold;
    src: url(font/montserrat/Montserrat-Bold.otf);
}

@font-face {
    font-family: RobotoSlab;
    src: url(font/roboto-slab/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: RobotoSlabBold;
    src: url(font/roboto-slab/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: IntegralCF;
    src: url(font/integral-cf/IntegralCF-Regular.woff);
}

.font-robotoslab {
    font-family: RobotoSlab;
}

.font-robotoslab-bold {
    font-family: RobotoSlabBold;
}

.font-montbold {
    font-family: MontBold;
}

.font-integralcf {
    font-family: IntegralCF;
}

.bg-light,
.bg-yellow,
.font-montlight,
.menu-top {
    font-family: MontLight;
}

.maxrender-logo {
    width: 14rem;
    max-width: 30rem;
    min-width: 10rem;
    margin-left: 7%
}

.maxrender-logo-2 {
    overflow: visible;
    position: absolute;
    margin-top: -27px;
    width: 12.5rem;
    max-width: 30rem;
    min-width: 1rem;
}

.m-logo {
    overflow: visible;
    position: absolute;
    margin-top: -17px;
    width: 4rem;
}


/* @media screen and (max-width: 1752px) {

    .maxrender-logo-3{
        background-image: url('../images/simbolos/SVG/Simbolo_Vazado_Fundo_Preto_E_Vermelho_1_Cor.svg');
        overflow: visible;
        position: absolute;
        margin-top: -20px;
        width: 12.5rem;
        max-width: 30rem;
        min-width: 1rem;
    }
} */



.maxrender-logo-mobile {
    /* overflow: visible; */
    /* position: absolute; */
    /* margin-top: -20px; */
    margin-top: -38px;
    width: 15.5rem;
}

/*
.navbar-brand{
    width 100vw;
    position: absolute;
    top: 0
}
.navbar-brand img{
    display: block;
    margin: auto;
}
*/
.max {
    display: inline-block;
    max-width: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-icon-m {
    width: 4rem;
    max-width: 7rem;
}

.btn-auto {
    display: grid;
    align-items: center;
    justify-content: center;
}

.public-logo {
    width: 10rem;
}

.logo-footer {
    width: 15rem;
    text-align: center;
}

.tiny {
    font-size: .8rem !important;
}

.no-border {
    padding-left: 0 !important;
    margin-left: inherit;
}

.nav-gradient {
    background-color: #fff;
    background-image: linear-gradient(-1deg, #E7E4E4, #fff, #fff, #fff);
}

.menu-top {
    margin-left: 5%;
    margin-top: 2%;
    /* font-size: 1.2rem; */
}

.bg-grey {
    background-color: #efefef;
}

.bg-grey-2 {
    background-color: #2c2b2b;
}

.font-1 {
    font-size: .95rem;
    margin-top: 1rem;
}

.bg-light {
    background-color: #FFF !important;
}

.bg-red {
    background-color: #ff0000 !important;
}

.trophy {
    width: 10rem !important;
}

.margint-6 {
    margin-top: 6rem !important;
}

.top-img,
.top-img-mobile {
    width: 10rem;
    margin-top: 1rem;
}

.bg-yellow {
    background-color: #DAC004 !important;
}

.bg-red:hover {
    background-color: #c12706 !important;
}

.bg-contest {
    background-image: url(../../images/viking.png);
    background-repeat: no-repeat;
}

.top-grey {
    background-color: #EEECEC;
}

.bg-soft {
    background-color: #f3f3f3;
}

.bg-bege {
    background-color: #f8f0e8 !important;
}

.top-img-mobile {
    margin-left: 1rem;
}

.text-control {
    font-size: 4rem;
    max-width: 90rem;
}

.text-control-mobile {
    max-width: 90rem;
    font-size: 1.6rem;
}

.autoral,
.desktop {
    margin-bottom: 0;
    font-size: .6rem;
}

.desktop {
    margin-right: -12rem;
    padding-top: 13.8rem;
    float: right;
}

.limit-content {
    max-height: fit-content;
}

.text-red {
    /*color: #E83131;*/
    color: #e80101;
}

.text-yellow {
    color: #cab837;
}

.text-yellow-clear {
    color: #fee415;
}

.text-orange {
    color: #DF7401;
}

.sub-tittle {
    font-size: 2rem;
}

.devices {
    width: 41rem;
    min-width: 20rem;
}

.repository-img {
    width: 30rem;
    min-width: 20rem;
}

.capa-md {
    width: 13rem;
}

.capa-asset {
    max-width: 16rem;
}

.nav-lg {
    padding: 10px !important;
}

.img-sm {
    width: 9rem;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}

.mt-6 {
    margin-top: 5rem;
}

.avatar-sidebar {
    max-height: 4rem;
}

.block-listing {
    border: 1px solid #dee2e6;
    border-bottom: none;
    clear: both;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 10px 15px 10px 19px;
}

.border-b {
    border-bottom: solid 1px #dee2e6;
}

.block-listing.block-listing--featured {
    border-left: solid 5px #ff7473;
    padding-left: 15px;
}

.block-mark-left {
    border-left: solid 5px #c12706;
}

.block-move:hover {
    border-left: solid 10px #c12706;
}

.text-grey {
    color: #5a5a5a !important;
}

.bg-footer {
    background-color: #1C1C1C;
}

.container {
    clear: both;
}

.container .arrow {
    width: 12px;
    height: 20px;
    overflow: hidden;
    float: left;
    top: 6px;
    right: -1px;
}

.pulsate-css {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    border: 3px solid #999;
    border-radius: 30px;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.social_footer_ul {
    display: table;
    list-style-type: none;
    margin-left: 10%
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.img-sidebar {
    max-height: 20rem;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.avatar-35 {
    width: 35px;

}

/*Adicionado em 13-08-2019*/
.soft {
    color: #737578;
}

a:hover {
    color: #1C1C1C !important;
}

.soft2 {
    color: #a9a9a9;
}

.soft3 {
    color: #2e2f2f;
}

/*comunidade brasileira de computação gráfica */

/* Background image */
.jumbotron-comunidade {
    text-align: center;
    /* padding-top: 10rem;
  padding-bottom: 5rem; */
    padding-top: 5rem;
    padding-bottom: 2rem;
    text-shadow: 2px 2px #000;
    /* margin-top: -3rem; */
    /* margin-bottom: -4rem; */
}

.lead span {
    color: orange;
    font-weight: bold;
}

.bg-cover {
    background-size: cover;
    color: white;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.bg-cover-center {
    background-size: cover;
    color: white;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.overlay {
    /* background-color: radial-gradient(transparent, #a9a9a9, #000000); */
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.btn-jumbo {
    text-shadow: 0px 0px !important;
}

.orange {
    font-color: orange;
}

.text-green {
    color: #00C725;
}

.idented {
    margin-left: 2%;
}

/*Card testimonial*/

.testimonial-card .avatar {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

.testimonial-card .avatar img {
    width: 100%;
}


.testimonial-card .avatar {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

.testimonial-card .avatar img {
    width: 100%;
}

.testimonial-card .card-body {
    text-align: center;
}

.edition {

    position: absolute !important;
    font-size: 1rem;
    padding: 1.10em .4em !important;
    box-shadow: 2px 2px #534a4a;

}

.avatar {
    display: block;
    margin-top: -60px;

    overflow: hidden;
    width: 120px;
}

.card-wrapper .avatar img {

    border: 5px solid #fff;
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}

.purple-gradient {
    background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.indigo {
    background-color: #3f51b5 !important;
}

.shadow {
    box-shadow: 3px 1px 11px -6px;
}

/* .purple-gradient-rgba {
    background: linear-gradient(40deg, rgba(255, 110, 196, .9), rgba(120, 115, 245, .9))!important;
} */
.h1mob {
    font-size: 1.7rem !important;
}

.pmob {
    font-size: 1rem !important;
}

.author {
    font-size: 0.6 !important;
}

.author-link {
    text-decoration: none !important;
    color: #c1bfbf !important;
}

.img-premio {
    width: 22rem;
}

.profile {
    width: 180px;
    height: 180px;
}

a:hover {
    text-decoration: none !important;
    color: #a9a9a9;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #E83131;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #E83131;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.capa-shadow {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

hr {
    border-color: #d8d8d8;
    box-sizing: border-box;
    width: 100%;
}

.bg-black {
    background-color: black;
}

.search-input {
    border-style: none;
    background-color: #111;
}

.toggle-white {
    border-color: white !important;
    color: white !important;
}

/* Precos */
.pricing-table {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.pricing-table .block-heading h2 {
    color: #3b99e0;
}

.pricing-table .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #5ea4f3;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
}

.pricing-table .features .feature {
    font-weight: 600;
}

.pricing-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.pricing-table .price h4 {
    margin: 15px 0;
    font-size: 45px;
    text-align: center;
    color: #2288f9;
}

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}

.search-input:focus {
    background-color: #242424;
}

.logo-social-medias {
    width: 15%;
}

.small-cap {
    font: small-caption;
}

.modal-opned {
    overflow-y: hidden;
}

.autor-block {
    /* background-color: #f2f2f2; */
    position: absolute;
    margin-top: 20px;
    padding-top: 16px;
}

.tag {
    font-size: 14px;
    color: #737578;
}

.tag:hover {
    color: #E83131 !important;
}

.tag-border {
    margin-left: 17px;
    border-color: white;
}

.f14 {
    font-size: 14px;
}

.artigos-info {
    color: #d4d1d1;
}

.social-block {
    background-color: #f4f4f4;
}

.frente {
    position: relative;

}

.controle,
.eapps-link {
    position: relative;
    z-index: 1 !important;
}

.avatar_autor {
    width: 100px;
    border-radius: 50%;
}

.bg-price-dark {
    background-color: #161515 !important;
}

.backprogress {
    background-color: #000;
}

.assinantes {
    padding: 40px;
}

.btn-google-blue {
    background-color: #4285f4;
}

.btn-google-bg {
    background-color: #ffff;
    margin-top: -11px;
    margin-bottom: -10px;
    margin-left: -16px;

    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}



/* LOGIN WITH GOOGLE*/

.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;

    /* padding: 12px 16px 12px 42px; */
    padding: 10px 12px 10px 42px;
    border-color: #c6c6c6 !important;
    border: solid 1px;
    border-radius: 7px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;

    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }

    &:active {
        background-color: #eeeeee;
    }

    &:focus {
        outline: none;
        box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
    }

    &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }
}

/* Separator with "Ou" */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}

.separator hr {
    flex: 1;
    border: none;
    border-top: 1px solid #ced4da;
    margin: 0;
}

.separator span {
    padding: 0 10px;
    color: #6c757d;
    font-weight: bold;
}

/* FOOTER: Keep footer always at bottom */

html,
body {
    height: 100%;
    font-family: arial;
}

#container {
    min-height: 80%;
}

#main {
    overflow: hidden;
    padding-bottom: 100px;
}

#footer {
    position: relative;
    margin-top: -100px;
    margin-bottom: -14px;
    clear: both;
}

/* END FOOTER: Keep footer always at bottom */



/* Notification Bell */
.dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.sec {
    position: relative;
    right: -13px;
    top: -22px;
}

.counter.counter-lg {
    top: -24px !important;
}


.avatar-autor-mobile {
    width: 80px;
    border-radius: 50%;
}

.autor-block-mobile {
    position: absolute;
    margin-top: 9px;
}

.pub-date-mobile {
    margin-left: -59px;
    text-shadow: none;
}

.autor-seguir-desktop {
    position: absolute;
    margin-left: 100px;
}

.autor-seguir-mobile {
    position: absolute;
    margin-left: 87px;
}

.text-no-shadow {
    text-shadow: none !important;
}

.rounded-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.desktop-prof {
    padding: 0px;
    margin-left: 15px;
}

.desktop-follow {
    padding: 0px;
}

.mobile-prof {
    padding: 0px;
    margin-left: 10px;
}

.mobile-follow {
    padding: 0px;
}

.f-size20 {
    font-size: 20px;
}

.f-size15 {
    font-size: 15px;
}

.f-size11 {
    font-size: 11px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100% !important;
}

.issue-sign {
    position: absolute;
    font-size: 16px;
    color: white;
}

.logo-play {
    width: 150px;
    margin-top: -18px;
}
.video-tags{
    font-weight: 400;
    font-size: 11px!important;
    color:#5a5a5a;
}
.title-video{
    font-weight: 400;
    font-size: 13px!important;
    color: #fff;
}
.title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;

    background-color: black;
    /* Cor de fundo preta para a parte principal do botão */
    color: white;
    /* Cor do texto branca */
    padding: 10px 13px;
    /* Espaçamento interno do botão */
    font-size: 14px;
    /* Tamanho da fonte */
    font-weight: bold;
    /* Negrito para o texto do botão */
    border: none;
    /* Sem borda */
    cursor: pointer;
    /* Cursor do tipo ponteiro */
    position: relative;
    /* Posição relativa para posicionar o pseudo-elemento */
    overflow: hidden;
    /* Esconde qualquer parte do pseudo-elemento que sobre sair do botão */
    padding-left: 29px;
    /* Espaçamento à esquerda dentro do botão */
}

.title::before {
    content: '';
    /* Conteúdo vazio para o pseudo-elemento */
    position: absolute;
    /* Posicionamento absoluto em relação ao botão */
    left: 0;
    /* Alinha ao lado esquerdo do botão */
    top: 0;
    /* Alinha ao topo do botão */
    width: 15px;
    /* Largura da parte vermelha do botão */
    height: 100%;
    /* Altura igual a do botão */
    background-color: red;
    /* Cor de fundo vermelha para a parte esquerda */
}

.title::after {
    content: '';
    /* Conteúdo vazio para o pseudo-elemento do talho */
    position: absolute;
    /* Posicionamento absoluto em relação ao botão */
    right: 0;
    /* Alinha ao lado direito do botão */
    bottom: 0;
    /* Alinha na base do botão, para estar alinhado com a base */
    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    /* Cria a parte superior do triângulo */
    border-right: 10px solid #ffffff;
    /* Cria a parte direita do triângulo, que será visível */
}

.btn-facebook {
    background-color: #3b5998;
    color: white;
}

.btn-twitter {
    background-color: #1da1f2;
    color: white;
}

.btn-linkedin {
    background-color: #0077b5;
    color: white;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
}

/*NOVA MaxRENDER 2024*/
.btn-custom {
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 22px;
    padding: 7px 14px !important;
}
.btn-entrar{
    border-radius: 1.25em!important;
}

.swal2-popup {
    border-radius: 1.3125em !important;
}

.no-decoration {
    text-decoration: none;
}

.background-dark {
    margin-top: 11px !important;
    background-color: #0c0c0c !important;
    color: #fff !important;
    z-index: -1;

    box-shadow: rgb(77, 38, 38) 0px 15px 30px -10px;
}



.dropdown-link:hover {
    background-color: #000 !important;
}

.menu-fonts {
    font-weight: 400px;
    font-size: 19px;
}

.dropdown-menu {
    top: 90%!important;
}

.card-img-top{
    border-radius: 17px 17px 0px 0px!important;
}

.card-transparent-gradient {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 1) 50%) !important;
    background-clip: border-box !important;
    border: none !important;
    height: 300px!important;
}
.high{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

