.bg-gray,
.bg-gray-light,
body {
    background-color: #f8f8f8;
}
body {
    font-family: Inter, sans-serif;
}
.fs-7 {
    font-size: 1em;
}
.logo img {
    height: 60px;
    width: auto;
}
@media (max-width: 768px) {
    .logo img {
        height: 50px;
        width: auto;
    }
}
.logoempresa_header {
    width: auto;
}
.nobording {
    border: 0;
}
.no-radius-border {
    border-radius: 0 !important;
}
.text-green {
    color: #93c121;
}
.text-black {
    color: #000000;
}
.fullmenu .zsub-item a,
.text-gray,
.text-gray-light {
    color: #707070;
}
.text-gray-light2 {
    color: #e8e8e8;
}
.slidehome .owl-item,
.slidehome > .owl-stage-outer {
    background-color: #000;
}
.text-red {
    color: red;
}
.text-blue {
    color: #0089ff;
}
.bg-gray2 {
    background-color: #939393;
}
.bg-gray3 {
    background-color: #403f4c;
}
.btn-outline-primary {
    color: #343434 !important;
}
.ml-titulo {
    margin-left: -12px;
}

.titlesection,
.titulo-sub-header {
    color: #e22c13;
    letter-spacing: -1px;
}
.btn-outline-primary:hover {
    color: #fff !important;
}
.nav-pills .btn-outline-primary:hover {
    color: #000 !important;
}
.fs-small {
    font-size: 12px;
}
.fs-medium {
    font-size: 15px;
}
.fs-1a {
    font-size: 3em;
}
.subtituloheader {
    font-size: 25px;
    text-transform: uppercase;
}
.card {
    border-radius: 0;
}
#template-mo-zay-hero-carousel {
    margin-top: 88px;
}
.titlesection {
    text-transform: uppercase;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
}
.fullmenu a.ztitle,
.principalmenu,
.titulo-sub-header {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.linea_abajo {
    padding-left: 40px;
    position: relative;
    background-color: #e22c13;
}

h1.text-danger::after {
    background-color: #e22c13;
    top: 53px;
}
h2.titulo-sub-header::after {
    background-color: #e22c13;
    position: absolute;
    top: 37px;
}
.text-danger::after .titulo-sub-header::after,
.linea_abajo::after {
    background-color: #e22c13;
}
.titlesection::after,
.linea_abajo_rojo::after {
    background-color: #e22c13;
}

.linea_abajo::after,
.titlesection::after,
.titulo-sub-header::after {
    content: "";
    display: block;
    width: 18px;
    padding-top: 0px;
    /* float: left; */
    height: 40px;
    position: absolute;
    left: 0px;
    top: 19px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.linea_abajo_centrada::after {
    content: "";
    display: block;
    width: 100px;
    padding-top: 5px;
    border-bottom: 4px solid #000000;
    margin: 0 auto;
}
.semprevisivel {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: block !important;
}
.mainnav {
    height: 90px;
    border-bottom: 4px solid #e22c13;
}
@media (max-width: 1000px) {
    .mainnav {
        height: 110px;
    }
}

.bg-light,
.tablahistorial {
    background-color: #fff;
}
.navbar-toggler.collapsed .toggler-icon2,
.toggler-icon2 {
    background: #ffffff;
}
.nav-link {
    padding: 18px 12px 10px 15px;
    color: #ffffff;
}
.nav-link:hover,
.nav-link:focus {
    color: #c3d0db;
}

.lang_choice .nav-item {
    list-style: none;
    text-transform: uppercase;
}
.fullmenu {
    right: 0;
    position: absolute;
    top: 86px;
    height: 100vh;
    padding: 2em 1em 2em 2em;
    border-top: 4px solid #e22c13;
}
.fullmenu a {
    text-decoration: none;
}
.fullmenu a.ztitle {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #000000;
}
.fullmenu .zsub-item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fullmenu .zitem {
    font-size: 1.2em;
    line-height: 1.9em;
}
.slide .owl-next,
.slide .owl-prev {
    font-size: 50px !important;
    color: #343434 !important;
    top: 35%;
    background: 0 0 !important;
}
.botton-space-2 {
    margin-bottom: 2.5em;
}
.botton-space-3 {
    margin-bottom: 1.2em;
}
.principalmenu {
    margin-top: 0;
    font-size: 0.98em;
}
.pt12 {
    padding-top: 12px;
}
.pt20 {
    padding-top: 20px;
}
.pl10 {
    padding-left: 10px;
}
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler-icon2:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}
.navbar-toggler span {
    margin: 0;
    padding: 0;
}
.toggler-icon2 {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}
.middle-bar,
.slide .owl-nav {
    margin-top: 0;
}
.navbar-toggler .top-bar {
    margin-top: 0;
    transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    margin-top: 0;
    transform: rotate(-135deg);
}
.navbar-toggler.collapsed .top-bar {
    margin-top: -10px;
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    margin-top: 10px;
    transform: rotate(0);
}
.subheader-mt {
    margin-top: 85px;
    height: 140px;
    /*background: #e22c13;*/
    /*background: linear-gradient(180deg,rgba(226, 44, 19, 1) 40%, rgba(153, 18, 0, 1) 100%);*/
    /*background: #E22C13;
    background: linear-gradient(180deg,rgba(226, 44, 19, 1) 70%, rgba(248, 248, 248, 1) 95%);*/
}
.bg-nueva-cabecera {
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media (max-width: 768px) {
    .bg-nueva-cabecera {
        background-position: 30px 0px;
        background-size: cover;
        margin-right: -10px;
    }
}
.subheader-mobile-mt {
    margin-top: 95px;
    height: auto;
    background-image: url(../images/bg-header-single-mobile.png);
}
.site-main {
    margin-top: 50px;
}
.section-revista,
.section-revista_bg {
    margin-top: 120px;
}
.titulo-sub-header {
    padding-top: 50px; /*1.2em*/
    padding-bottom: 0.1em;
    padding-left: 40px;
}
.slide .owl-dots {
    margin-top: -30px !important;
}
.owl-dots {
    z-index: 9999;
    position: relative;
}
.slide .owl-prev {
    float: left;
    position: absolute;
    left: 2%;
}
.slide .owl-next {
    float: right;
    position: absolute;
    right: 2%;
}
.owlscroll .owl-next,
.owlscroll .owl-prev {
    z-index: 9999;
    font-size: 50px !important;
    color: #343434 !important;
    top: 30%;
    position: absolute;
}
.slide .owl-prev:after {
    border: 1px solid #343434;
    content: "";
    width: 50px;
    position: absolute;
    height: 50px;
    border-radius: 50%;
    top: 17px;
    right: -19px;
}
.owlscroll .owl-next:after,
.owlscroll .owl-prev:after,
.slide .owl-next:after {
    border: 1px solid #343434;
    content: "";
    width: 50px;
    position: absolute;
    height: 50px;
    border-radius: 50%;
    top: 17px;
    right: -17px;
}
.sombratexto {
    text-shadow: 2px 2px #000;
}
.title_social {
    font-weight: 400;
}
.social-icons {
    list-style: none;
}
.iconeroudedsize {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 1;
    background-color: #fff;
}
.socialmediafooter,
.socialmediafullmenu,
.socialmediaheader {
    line-height: 2em;
    padding: 0.9em 0 0.4em;
}
.socialmediafooter li,
.socialmediaheader li {
    margin-right: 23px !important;
}
.socialmediaheader i {
    font-size: 0.8em;
}
.socialmediafullmenu > li.iconeroudedsize {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    background-color: #707070;
}
.socialmediafooter > li a,
.socialmediafullmenu > li a {
    color: #fff;
}
.socialmediafullmenu li {
    margin-right: 23px;
}
.socialmediafullmenu i {
    font-size: 1em;
    line-height: 40px;
}
.sombrabox {
    filter: drop-shadow(3px 3px 3px #e8e8e8);
}
.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border-white-rb-1 {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.full-border-white {
    border: 4px solid #fff;
}
.noticias-home h3 {
    margin-bottom: 10px;
}
.noticias-home p {
    line-height: 1.25em;
    font-size: 0.93em;
    letter-spacing: -0.1px;
}
.fecha-news-home {
    padding-top: 10px;
    font-size: 0.8em;
}
.card-title {
    letter-spacing: -1px;
    font-weight: 700;
}
.section-revista .titulorevista,
.titulo-sub-header_pelotari {
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.underline-titulo-medium::after {
    content: "";
    display: block;
    width: 115px;
    padding-top: 15px;
    border-bottom: 4px solid #000000;
}
.topline {
    border-top: 1px solid #e8e8e8;
}
.overhidd {
    overflow: hidden;
}
.cartelera-bg {
    background-image: url(../images/bg-cartelera.png);
    background-size: cover;
}
.pelotari-ativo,
.pelotari-retirado,
.section-revista {
    background-size: contain;
    background-repeat: no-repeat;
}
.descricioncartelera p,
.header-pelotari p {
    margin-bottom: 0.5rem;
}
.owlscroll .owl-prev {
    float: left;
    left: -3%;
}
.owlscroll .owl-next {
    float: right;
    right: -3%;
}
.carousel-fotos .owl-container,
.owlscroll .owl-container {
    width: 800px;
    margin: 20px auto 0;
}
.carousel-fotos .owl-dot,
.owlscroll .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fc0;
    margin: 10px;
    border-radius: 50%;
}
.carousel-fotos .owl-dot.active,
.owlscroll .owl-dot.active {
    background: #ff3f4d;
}
.carousel-fotos .owl-dot.active:before,
.owlscroll .owl-dot.active:before {
    content: "";
    height: 10px;
    background: #f7618b;
    background: -moz-linear-gradient(left, #f7618b 0, #2a78f7 100%);
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0, #f7618b),
        color-stop(100%, #2a78f7)
    );
    background: -webkit-linear-gradient(left, #f7618b 0, #2a78f7 100%);
    background: -o-linear-gradient(left, #f7618b 0, #2a78f7 100%);
    background: -ms-linear-gradient(left, #f7618b 0, #2a78f7 100%);
    background: linear-gradient(to right, #f7618b 0, #2a78f7 100%);
    position: absolute;
    z-index: 99;
    left: 0;
}
.owlscroll .owl-scrollbar {
    margin-top: 20px;
    border-radius: 10px;
    height: 3px;
    width: 100%;
    background: #b7b7b7;
    border: 2px solid #b7b7b7;
    position: relative;
}
.carousel-fotos .owl-scrollbar .owl-scroll-handle,
.owlscroll .owl-scrollbar .owl-scroll-handle {
    height: 10px;
    width: 15px;
    border-radius: 5px;
    display: inline-block;
    background: #84bd00;
    position: absolute;
    top: -5px;
    left: -1px;
}
.carousel-fotos .owl-scrollbar .owl-scroll-handle:hover,
.owlscroll .owl-scrollbar .owl-scroll-handle:hover {
    transition: transform 0.2s ease-in-out;
}
.carousel-fotos .owl-scrollbar .owl-scroll-progress,
.owlscroll .owl-scrollbar .owl-scroll-progress {
    background: #333;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.section-revista {
    background-position: top right;
    height: auto;
    background-color: #fff;
}
.pelotari-ativo,
.pelotari-retirado {
    background-position: center bottom;
}
.section-revista .titulorevista {
    padding-top: 0.6em;
    padding-bottom: 1em;
    color: #707070;
}
.carousel-fotos .owl-next,
.carousel-fotos .owl-prev {
    line-height: 98px;
    z-index: 9999;
    font-size: 50px !important;
    color: #fff !important;
    position: relative;
}
.foto_area_pelotari {
    height: 310px;
}
.pelotari-ativo {
    background-image: url(../images/ficha-pelotari-bg-2024-rojo.png);
}
.pelotari-retirado {
    background-image: url(../images/bg-pelotari-retirado.png);
}
.fotos_area,
.header-pelotari,
.video_area {
    background-size: cover;
    background-position: top right;
}
.pelotari-retirado > a {
    display: block;
    height: 310px;
    border-radius: 100%;
    width: 310px;
    overflow: hidden;
    margin: 0 auto;
}
.fotos_area {
    background-image: url(../images/bg-fotos.webp);
    background-repeat: no-repeat;
    height: 886px;
}
.video_area {
    background-image: url(../images/bg-videos.webp);
    background-repeat: no-repeat;
    height: 500px;
}
.header-pelotari {
    height: auto;
}
.header-pelotari-ativo {
    background-image: url("../images/bg-header-pelotari-rojo.jpg");
}
.header-pelotari-retirado {
    background-image: url("../images/bg-header-pelotari-retirado.webp");
}
.titulo-sub-header_pelotari {
    padding-top: 1.2em;
    padding-bottom: 0;
}
.titulo-sub-header_pelotari::after {
    content: "";
    display: inherit;
    width: 50%;
    padding-top: 9px;
    border-bottom: 4px solid #000000;
    margin: 10px auto;
}
.carousel-fotos .owl-nav {
    margin-top: -70px;
}
.carousel-fotos .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}
.carousel-fotos .owl-prev {
    margin-right: 30px;
    float: left;
    left: 45%;
}
.carousel-fotos .owl-next {
    margin-left: 30px;
    float: right;
    right: 45%;
}
.carousel-fotos .owl-next:after,
.carousel-fotos .owl-prev:after {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    top: -10px;
    right: -40px;
}
.carousel-fotos .owl-scrollbar {
    margin: 120px auto;
    border-radius: 10px;
    height: 2px;
    width: 70%;
    background: #b7b7b7;
    border: 1px solid #b7b7b7;
    position: relative;
}
.bg-gray-medium {
    background-color: #e0dfdf;
}
.bg-gray-full {
    background-color: #707070;
}
.menufooter a {
    color: #fff;
    text-transform: uppercase;
}
.socialmediafooter > li.iconeroudedsize {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 1;
    background-color: #707070;
}
.socialmediafooter i {
    font-size: 1.5em;
    line-height: 55px;
}
.simpleshare,
.simpleshare_area {
    position: relative;
}
.simpleshare_link {
    visibility: hidden;
}
.direcion_link_left,
.direcion_link_right {
    height: 75px;
}
.direcion_link_left .ui-state-hover {
    visibility: visible;
    position: relative;
    top: -65px;
    left: -65px;
}
.direcion_link_right .ui-state-hover {
    visibility: visible;
    position: relative;
    top: -65px;
    left: 75px;
    width: 70%;
}
.simpleshare_icon {
    font-size: 2em;
}
.icon_facebook a {
    color: #3c589a;
}
.icon_twitter a {
    color: #55acee;
}
.icon_whatsapp a {
    color: #55eb4c;
}
.icon_linkedin a {
    color: #0077b5;
}
.border-historial {
    border-top: 1px solid #000;
}
.tablahistorial p {
    margin-bottom: 0;
}
.headertable {
    height: 35px;
    line-height: 35px;
}
@media (min-width: 768px) {
    .slide .owl-item,
    .slide .owl-stage {
        height: 100%;
    }
    .tablahistorial {
        -webkit-box-shadow: 1px 1px 6px 0 rgba(91, 91, 91, 0.5);
        -moz-box-shadow: 1px 1px 6px 0 rgba(91, 91, 91, 0.5);
        box-shadow: 1px 1px 6px 0 rgba(91, 91, 91, 0.5);
    }
}
@media (max-width: 768px) {
    .section-revista_bg {
        margin-top: 20px;
    }
    .carousel-caption {
        bottom: 0.1rem;
        right: 5%;
        left: 5%;
    }
    .owlscroll .owl-prev,
    .slide .owl-prev {
        left: 5%;
    }
    .owlscroll .owl-next,
    .slide .owl-next {
        right: 5%;
    }
    .mainnav {
        height: 100px;
    }
    .botton-space-2 {
        margin-bottom: 5px;
    }
    .botton-space-3 {
        margin-bottom: 1em;
    }
    .menumobile {
        margin-right: initial;
        padding: 0 10px;
    }
    .menumobile .dropdown-menu{
        right: 0;
    }
    .menumobile a.nav-link {
        padding: 1px 0;
    }
    .fullmenu {
        padding: 1em;
        left: 0;
        height: 100vh;
    }
    .navbar-brand {
        margin-top: 5px;
    }
    .collunmobile {
        width: auto;
        padding: 12px 4px;
        font-weight: 700;
        font-size: 79%;
    }
    .lang_choice {
        width: 100%;
        float: left;
    }
    .socialmediafullmenu {
        width: 80%;
        float: right;
    }
    .socialmediafullmenu li {
        margin-right: 3px;
    }
}
.kitdigital_area {
    background: #fff;
    padding: 6px;
    border-radius: 3px;
}
.centerdiv div {
    margin: 0 auto;
}
.mbnegativa {
    margin-bottom: -45px;
}
.minheight40 {
    height: 40px;
}
.minheight250 {
    height: 250px;
}
.logocampeonato {
    display: table;
}
.logocampeonato a {
    vertical-align: middle;
    display: table-cell;
}
.logocampeonato img {
    display: block;
    height: auto;
    width: 100%;
}

/* Dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .navbar .nav-item.dropdown > .dropdown-toggle::after {
        margin-left: 5px;
    }
    .navbar .dropdown-menu {
        border-radius: 0;
        border-top: 3px solid #e22c13;
    }
}

.linhamenu {
    width: 100%;
    clear: both;
}
#signup-content {
    margin-top: 130px;
}
.sinoutline:focus {
    border: 0;
    background-color: #343434;
    color: #fff;
    outline: 0;
}
.ulpelotaris li {
    margin-right: 0 !important;
}
.easyzoom {
    float: left;
    display: inline-block;
}
.easyzoom img {
    display: block;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .fixheightbox {
        height: 210px;
    }
}

.nombrefrontonsmall {
    font-size: 12px;
}

.btn-outline-primary:active {
    color: #fff !important;
}

.realysmall {
    display: block;
    margin-top: 12px;
    font-size: 0.42em;
}
.icontele {
    height: 45px;
    text-align: center;
}
.icontele img {
    padding-top: 15px;
}
.iconmovistar {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.menusbottom20 {
    margin-bottom: -20px;
}
.alturatitulo {
    min-height: 100px;
}

/* search */
#popup-search-box {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 20%;
    top: -100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
    width: 100%;
    padding: 20px 15px;
    padding-right: 80px;
    background: transparent;
    border: none;
    color: #ddd;
    border: 1px solid #f8f8f8;
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
    outline: none;
}
#popup-search-box .box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #000000;
    border: 1px solid #f8f8f8;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #popup-search-box .box-inner-wrap .search-close {
        height: 35px;
        width: 35px;
        top: 10px;
        right: 10px;
    }
}
#popup-search-box .box-inner-wrap .search-close:hover {
    border: 1px solid #f8f8f8;
    color: #000000;
}
#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.borderradius-proliga {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;

    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.borderradius-proliga-full {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topright: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}


.dropdown-item:hover, .dropdown-item:focus{
    background-color: #e22c13;
}

.text-dark.hoverblack.active{
    color: #ffffff !important;
}

.bottom100{
    bottom: 100px;
}


.topborder {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.contentnews a{
    color: #e22c13;
    text-decoration: none;
}

.contentnews a:hover{
    color: #e22c13;
    text-decoration: underline;
}
