/* Layout */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-word-wrap: break-word;
    -moz-word-wrap: break-word;
    -ms-word-wrap: break-word;
    -o-word-wrap: break-word;
    word-wrap: break-word;
}

html {
    overflow-x: hidden;
}

#countdown_st{
    z-index: 100;
    position: fixed;
    font-size: 12px;
    font-weight: bold;
    top: 25px;
    right: 50px;
    width: 160px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    text-align: center;
    color: #de384b;
}
#countdown_time{
    text-align: center;
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #1f4278;
}

@media (min-width: 1220px) {
    .uk-container {
        max-width: 1790px;
        padding: 0 35px;
    }
}

@media screen and (min-width: 768px) {

    .uk-flex-medium {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

}

/* Panel */

body .uk-panel-box {
    padding: 40px 50px;
} 

body .uk-panel-box-primary {
    background-color: #e0364a;
    color: #ffffff;
}

section + section, section#tm-top-b {
    padding-top: 0px !important;
}

/* Texto */

a, button {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Book';
}

h3.uk-panel-title {
    text-transform:  uppercase;
    border-bottom: 2px dashed;
    padding-bottom: 15px;
    margin-bottom: 28px;
}

h3.uk-section-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-transform:  uppercase;
}

h1.uk-section-title {
    color: #312e7b;
    font-weight: bold;
}

@media screen and (min-width: 1440px) {
    h3.uk-section-title {
    font-size: 24px;
    line-height: 32px;
}
}

html, body, div, p, span, a {
    font-family: 'Gotham Book';
    color: #343434;
}

p, ul.uk-list li {
    font-size:  16px;
    line-height: 24px;
    color: #343434;
    text-align: justify;
}


/* Buttons */
body .uk-button, 
body .uk-contrast .uk-button {
    font-size: 18px;
    text-transform:  uppercase;
    font-weight: bold;
    padding: 5px 10px;
}

body .uk-button-primary, 
body .uk-contrast .uk-button-primary {
    background-color: #312e7b;
    color: #ffffff;
}

body .uk-button-warning, 
body .uk-contrast .uk-button-warning {
    background-color: #de384b;
    color: #ffffff;
}

body .uk-button-warning:hover, 
body .uk-contrast .uk-button-warning:hover {
    background-color: #ad1829;
    color: #ffffff;
}


@media screen and (max-width: 480px) {
    body .uk-button,
    body .uk-contrast .uk-button {
        font-size: 14px;
        text-transform:  uppercase;
        font-weight: bold;
        padding: 5px 7px;
    }
}


body .uk-contrast .uk-button-primary:hover,
body .uk-contrast .uk-button-primary:focus,
body .uk-button-primary:hover,
body .uk-button-primary:focus {
    background-color: #1c1a44;
    color: #ffffff;
}

/* Header */
header#tm-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 25px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0.65+2,0.5+50,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 2%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 2%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 2%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* Toolbar */


div#tm-toolbar {
    margin-bottom: 10px;
}

nav#tm-user-menu {
    background-color: #e0364a;
    padding: 15px 18px;
}

nav#tm-user-menu ul li:nth-child(n+2) {
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #ffffff;
}

nav#tm-user-menu ul li a {
    font-family: 'Gotham Book';
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    height: auto;
    line-height: inherit;
    padding: 0px;
}

div#tm-toolbar > * > * > * > *:not(:first-child) {
    margin-left: 10px;
}

@media screen and (max-width: 480px) {

    body #tm-toolbar .uk-flex {
        display: block !important;
        /* text-align: center !important; */
    }

    div#tm-toolbar > * > * > * > *:not(:first-child) {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    nav#tm-user-menu {
        background-color: #e0364a;
        padding: 15px 50px;
    }

}


/* Redes */
div#tm-social-icons > *:not(:first-child) {
    margin-left: 10px;
}

div#tm-social-icons > * {
    color: #ffffff;
    font-size: 30px;
}

div#tm-social-icons > *:hover {
    color: #e0364a;
}

/* Logo */
div#tm-header-center {
    margin: 0px 35px;
}

@media screen and (max-width: 1796px) {
div#tm-header-center {
    margin: 0px 25px;
}
}

@media screen and (max-width: 1380px) {
div#tm-header-center {
    margin: 0px 15px;
}
}

@media screen and (max-width: 1280px) {
    div#tm-header-center {
        margin: 0px 10px;
    }
}

/* Menu */
div#tm-header-bottom nav.uk-navbar {
    background-color:  transparent;
}

div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li:not(:first-child) {
    margin-left: 35px;
}

div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a {
    font-family: 'Gotham Book';
    background-color: transparent;
    text-transform: uppercase;
    padding: 0px;
    line-height: inherit;
    height: auto;
    font-size: 20px;
    color: #ffffff;
}



@media screen and (max-width: 1796px) {
    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li:not(:first-child) {
    margin-left: 16px;
}

div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a {
    font-size: 16px;
}
}


@media screen and (max-width: 1440px) {
    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a {
       font-size: 18px;
    }
}


@media screen and (max-width: 1417px) {
    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li:not(:first-child) {
        margin-left: 12px;
    }

    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a {
        font-size: 14px;
    }
}


@media screen and (max-width: 1280px) {
    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li:not(:first-child) {
        margin-left: 10px;
    }

    div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a {
        font-size: 12px;
    }

}


div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li.uk-active a,
div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a:hover,
div#tm-header-bottom nav.uk-navbar > ul.uk-navbar-nav li a:focus {
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.uk-navbar-toggle {
    padding: 0px;
    margin-left: 25px;
    color: #ffffff;
}

a.uk-navbar-toggle:hover {
    color: #e0364a;
}

/* Dropdown */

ul.uk-nav-sub {
    margin-left: 17px;
    border-left: 1px solid white;
}

body .uk-dropdown.uk-dropdown-navbar.uk-dropdown-bottom {
    background-color: #312e7b;
    padding: 30px 15px;
    width: 314px;
    margin-top: 30px;
}

body .uk-dropdown.uk-dropdown-navbar ul.uk-nav.uk-nav-navbar li:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
    margin-left: 0px !important;
    border-top: 1px solid #FFFFFF;
}

body .uk-dropdown.uk-dropdown-navbar ul.uk-nav.uk-nav-navbar li a {
    font-size: 28px ;
    line-height: 22px ;
    font-weight: regular ;
    text-transform: inherit !important;
}

body .uk-dropdown.uk-dropdown-navbar ul.uk-nav.uk-nav-navbar {
    margin: 0px;
}


/* Offcanvas */
.uk-offcanvas-bar {
    background: #e0364a;
    color: #ffffff;
}

.tm-search-offcanvas {
    padding-left: 4px;
}

.uk-offcanvas .uk-close {
    padding: 10px;
}

html .uk-nav.uk-nav-offcanvas li a {
    text-transform: uppercase;
}

html .uk-nav.uk-nav-offcanvas>li.uk-active>a,
html .uk-nav.uk-nav-offcanvas>li>a:hover {
    background: #312e7b;
    color: #ffffff;
}

#search-form-offcanvas input[type="text"] {
    padding: 9px 8px;
    height: auto;
    max-width: 220px;
}



@media screen and (max-width: 1219px) {

    #tm-header-right .tm-search input {
        background-color: #ffffff;
        width: 100px;
    }

    #tm-header-right .tm-search {
        margin-left: 15px;
    }

}

/* Search */
#tm-header-right .tm-search {
    margin-left: 35px;
}



#tm-header-right .tm-search input {
    background-color: #ffffff;
    width: 187px;
}

#tm-header-right .tm-search button.uk-button.uk-button-text {
    background-color: transparent;
    text-transform: uppercase;
    padding: 0px;
    line-height: inherit;
    height: auto;
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 400;
}

@media screen and (max-width: 1796px) {
    #tm-header-right .tm-search button.uk-button.uk-button-text {
    font-size: 16px;
    margin-left: 10px;
}
}

#tm-header-right .tm-search button.uk-button.uk-button-text:hover {
    font-weight: bold;
}

@media screen and (max-width: 1380px) {
    #tm-header-right .tm-search button.uk-button.uk-button-text {
    margin-left: 5px;
}
}

@media screen and (max-width: 768px) {

   body div#tm-header-center {
    margin: 0px !important;
}

}

/* Slideshow */
body .uk-overlay-panel.uk-overlay-background {
    padding: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */ 
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.uk-slideshow-panel {
    background-color: #06a899;
    color: #ffffff;
    padding: 30px;
    width: 522px;
    margin-bottom: 22px !important;
    max-width: 100%;
}

.uk-slideshow-panel h3 {
    color: #ffffff;
    font-size: 31.44px;
    line-height: 36.44px;
    margin: 0px;
}

@media screen and (max-width: 768px) {

    .uk-slideshow-panel {
        padding: 20px;
    }

    .uk-slideshow-panel h3 {
        color: #ffffff;
        font-size: 21.44px;
        line-height: 26.44px;
        margin: 0px;
    }

    .tm-logo img{
        width: 150px;
    }
}

/* Sidebar */

#tm-sidebar .uk-panel + .uk-panel {
    margin-top: 50px;
}

.uk-panel-box-primary .uk-panel-title {
    color: #ffffff;
}

.uk-panel-box ul.uk-nav.uk-nav-parent-icon > li > a {
    text-transform: uppercase;
    padding: 0px;
    font-size: 18px;
    line-height: 34px;
}

.uk-panel-box ul.uk-nav.uk-nav-parent-icon > li:not(:first-child) {
    margin-top: 25px;
}

.uk-panel-box h3 {
    margin-bottom: 25px;
    font-size:  18px;
    line-height: 34px;
}

@media screen and (max-width: 768px) {

    div#tm-sidebar .uk-panel {
    text-align: center;
}

}


/* Eventos */
h3.evento-title {
    color: #e0364a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-top: 35px;
    margin-top: 0px;
}

span.evento-fecha {
    font-size: 20px;
    line-height: 32px;
    font-style:  italic;
    color: #6c6c6c;
    margin-bottom: 35px;
    display:  block;
}

.evento-content {
    font-size: 20px;
    line-height: 32px;
    color: #6c6c6c;
    margin-bottom: 22px;
    height:  102px;
    overflow:  hidden;
    text-align:  justify;
}

.evento-imagen > img {
    height: 248px;
    object-fit: cover;
    width: 100%;
    max-width: 250px;
}

@media screen and (min-width: 768px) {
.evento-imagen.uk-align-medium-left {
    margin-bottom: 0px;
    margin-right: 53px;
}

}

.evento-teaser {
    padding-bottom: 30px;
    border-bottom: 2px dashed #6c6c6c;
    margin-bottom: 70px;
}

.evento-teaser a.uk-button.uk-button-primary.evento-button {
    font-size: 18px;
    text-transform:  uppercase;
    font-weight: bold;
    padding: 12px 25px;
    float:  right;
}

/* Funciones */

table#funciones-disponibles tr td {
    vertical-align: middle;
}

.funcion-fecha {
    display:  block;
    padding:  20px;
    background: #312e7b;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.funcion-fecha span {
    display: block;
    text-align: center;
    color: #ffffff;
}

span.day-name {
    font-weight: bold;
    font-size: 16.45px;
    line-height: 22.45px;
    text-transform: capitalize;
}

span.day-number {
    font-weight: bold;
    font-size: 40.92px;
    line-height: 42.92px;
}

span.month-name {
    color: #e0364a;
    font-size: 16.45px;
    line-height: 22.45px;
    text-transform: capitalize;
}


.funcion-detalle {
    width: 463px;
    max-width: 100%;
    padding-top: 15px;
}

.funcion-detalle p {
    margin: 0px;
    text-transform: uppercase;

}

#funciones-disponibles h4 {
    color: #e0364a;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0px;
}

/* Detalle Evento */

.uk-subnav-pill {
    margin-bottom: 50px;
}

.uk-subnav-pill>*>* {
    background-color: #312e7b;
    color: #ffffff;
    font-size: 18px;
    padding: 18px 40px 8px 40px;
    border-radius: 40px 40px 0px 0px;
    position: relative;
}

.uk-subnav-pill>*>*::after {
    content: '';
    border: 20px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uk-subnav-pill>.uk-active>*::after {
    border-top-color: #e0364a;
    position: absolute;
    bottom: -40px;
}

.uk-subnav-pill>.uk-active>* {
    background-color: #e0364a;
    color: #ffffff;
}

@media screen and (max-width: 768px) {

    .uk-subnav-pill>* {
        width: 100%;
    }

    .uk-subnav-pill>*>* {
    font-size: 18px;
    padding: 16px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    text-align: center;
}

.uk-subnav-pill>*>*::after {
    display: none;
}

}

/* Tabla */

table#tabla-de-compra {
    width: 940px;
    max-width: 100%;
}

table tr th {
    color: #312e7b;
    font-weight: bold;
    font-size:  28.6px;
    line-height: 34.6px;
}

table tr td {
    color: #343434;
    font-size:  28.6px;
    line-height: 34.6px;
}

table tr th, 
    table tr td {
    font-size:  18.6px;
    line-height: 24.6px;
}


table#tabla-de-compra tfoot > tr:first-child > td:last-child {
    border-top: 2px solid #848484;
}

table#tabla-de-compra tfoot > tr:nth-child(4) > td:last-child {
    border-top: 2px solid #848484;
}

table#tabla-de-compra tfoot > tr > td:nth-child(2) {

color: #848484;
font-size: 21.18px;

}

table#tabla-de-compra tfoot > tr > td:last-child {
font-size: 23.39px;
}

table#tabla-de-compra button {
   /* margin-top: 25px;
    font-style: normal;*/
}

/* Contacto */

form#contact-form {
    width: 720px;
    max-width: 100%;
}

.uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 7.5px 10px;
    border: 1px solid transparent;
    background: #d8d8d8;
    color: #444;
    -webkit-transition: all .2s linear;
    -webkit-transition-property: border,background,color,box-shadow,padding;
    transition: all .2s linear;
    transition-property: border,background,color,box-shadow,padding;
}

@media screen and (min-width: 768px) {
    form#contact-form label {
        min-width: 140px;
    }
}

body span.vanadium-advice {
    display: none !important;
}

/* Registrate */

h2.title-decoration{
    position: relative;
    display: block;
    width: 455px;
    text-align: center;
}

h2.title-decoration-l{
    position: relative;
    display: block;
    width: 455px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    h2.title-decoration::after {
        content: '';
        width:  100%;
        max-width: 40px;
        background-color: #888888;
        height: 2px;
        float: right;
        position: relative;
        margin-top: 3%;
        transform: translateY(50%);
        margin-left: 10px;
    }

    h2.title-decoration::before {
        content: '';
        width:  100%;
        max-width: 40px;
        background-color: #888888;
        height: 2px;
        float: left;
        position: relative;
        margin-top: 3%;
        transform: translateY(50%);
        margin-right: 10px;
    }
    h2.title-decoration-l::after {
        content: '';
        width:  100%;
        max-width: 100px;
        background-color: #888888;
        height: 2px;
        float: right;
        position: relative;
        margin-top: 3%;
        transform: translateY(50%);
        margin-left: 10px;
    }

    h2.title-decoration-l::before {
        content: '';
        width:  100%;
        max-width: 100px;
        background-color: #888888;
        height: 2px;
        float: left;
        position: relative;
        margin-top: 3%;
        transform: translateY(50%);
        margin-right: 10px;
    }

}
form#registrate {
    width: 720px;
    max-width: 100%;
}

form#login input[type="text"], form#registrate input[type="text"] {
    background-color: #ffffff;
    border-color: #b2b2b2;
    /*font-size: 24px;*/
    color: #515151;
    padding: 7.5px 10px;
}


@media screen and (max-width: 768px) {

    form#login input[type="text"], form#registrate input[type="text"] {
        font-size: 16px;
    }

}


input[name="genero"] {
    display: none;
}

label[for="generos"] {
    margin-right: 10px;
}

label[for*="genero-"] {
    border: 1px solid #b0b0b0;
    padding: 10px 40px;
    margin-right: 20px;
}

label[for*="genero-"]:hover {
    background-color: #b0b0b0;
    cursor: pointer;
}

input[name*="genero"]:checked + label[for*="genero-"] {
    background-color: #312e7b;
    color: #ffffff;
}

@media screen and (min-width: 768px) {

    input[name="dia"], input[name="mes"], input[name="year"] {
        width: 100px !important;
        margin-right: 5px;
        text-align: center;
    }

    form#registrate label[for="mensaje"] {
        margin-right: 10px;
        display: block;
    }

}


/* Footer */
div#tm-footer-top {
    background-color: #312e7b;
    padding: 40px 0px 85px 0px;
}

div#tm-footer-bottom {
    background-color: #e0364a;
    padding: 25px 0px;
}

div#tm-footer-bottom p {
    margin: 0px;
    color: #ffffff;
}

footer h3.uk-panel-title {
    max-width: 100%;
    width: 247px;
    font-size: 22px;
    line-height: 30px;
}

footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

div#tm-footer-top .uk-nav>li>a {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
}

div#tm-footer-top p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    div#footer-logo {
    margin-bottom: 15px;
}

footer h3.uk-panel-title {
    max-width: 100%;
    width: 247px;
    font-size: 22px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

footer * {
    text-align: center;
}
}


@media screen and (max-width: 960px) {
    footer h3.uk-panel-title {
    max-width: 100%;
    width: 247px;
    font-size: 15px;
    line-height: 22px;
}

footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
}

div#tm-footer-top .uk-nav>li>a {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    line-height: 22px;
}

div#tm-footer-top p {
    font-size: 15px;
    line-height: 22px;
}
}

#footer-copy{
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    text-align: center;

}
#footer-copy p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
#logo-payment{
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    display: block;
}

.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #332f7d;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #FFFFFF;
}

h3.uk-active {
    background-color: #e0364a;
}

