html, body {
  height: 100%;
  font-family: "Chivo", sans-serif;
  color: #1d2234;
}
body {
  display: flex;
  flex-direction: column;
}
main#content {
  flex: 1 0 auto;
  padding-bottom: 0;
}

/****************************************/
/************* H E L P E R S ************/
/****************************************/
#page-content {
  padding-top: 30px;
  padding-bottom: 60px;
}
#page-content .jumbotron {
  padding-top: 0;
  padding-bottom: 0;
}
.badge.badge-unrn {
  background-color: #eb2141;
}

/* INICIO: TÍTULOS */
#page-content h2,
#page-content h3 {
  color: #1b2437;
}
#page-content h2 {
  padding-bottom: 20px;
}
#page-content h3 {
  padding-bottom: 10px;
}
/* FIN: TÍTULOS */

/* INICIO: BOTÓN BackToTop */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
}
/* FIN: BOTÓN BackToTop */

/* INICIO: Imagenes */
.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}
/* FIN: Imagenes */

/* INICIO: BOTÓN UNRN */
.btn-unrn {
  background-color: transparent;
  color: #eb2141;
  border-color: #eb2141;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-unrn:hover {
  background-color: #eb2141;
  color: #fff;
  border-color: #eb2141;
}
.btn-unrn-reverse {
  background-color: #eb2141;
  color: #fff;
  border-color: #eb2141;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-unrn-reverse:hover {
  background-color: #fff;
  color: #eb2141;
  border-color: #eb2141;
}
/* FIN: BOTÓN UNRN */

/* INICIO: SELECCIÓN DE TEXTO */
::-moz-selection {
  background: #eb2141;
  color: #fff;
}
::selection {
  background: #eb2141;
  color: #fff;
}
/* FIN: SELECCIÓN DE TEXTO */

/* INICIO: BOTÓN SOCIAL */
.btn-social-group {
  display: flex;
  align-items: center;
}
a.btn-social,
.btn-social {
  border-radius: 50%;
  color: #ffffff !important;
  display: inline-block;
  height: 64px;
  line-height: 74px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s;
  --webkit-transition: background-color .3s;
  width: 64px;
  cursor: pointer;
}

.btn-social .fa,
.btn-social i,
.btn-social svg {
  backface-visibility: hidden;
  --moz-backface-visibility: hidden;
  --ms-transform: scale(1);
  --o-transform: scale(1);
  transform: scale(1);
  transition: all .25s;
  --webkit-backface-visibility: hidden;
  --webkit-transform: scale(1);
  --webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
  --ms-transform: scale(1.3);
  --o-transform: scale(1.3);
  transform: scale(1.3);
  --webkit-transform: scale(1.3);
}
.btn-social.btn-xs {
  font-size: 9px;
  height: 24px;
  line-height: 13px;
  margin: 6px 2px;
  width: 24px;
}
.btn-social.btn-sm {
  font-size: 13px;
  height: 36px;
  line-height: 18px;
  margin: 6px 2px;
  width: 36px;
}
.btn-social.btn-lg {
  font-size: 22px;
  height: 72px;
  line-height: 40px;
  margin: 10px 6px;
  width: 72px;
}
.btn-facebook { background-color: #3b5998 }
.btn-instagram { background-color: #3f729b }
.btn-linkedin { background-color: #0976b4 }
.btn-twitter { background-color: #55acee }
.btn-whatsapp { background-color: #44c456 }
.btn-google-scholar { background-color: #3982f3 }
.btn-facebook:hover,
.btn-instagram:hover,
.btn-linkedin:hover,
.btn-twitter:hover,
.btn-whatsapp:hover,
.btn-google-scholar:hover {
  filter: brightness(120%);
}
/* FIN: BOTÓN SOCIAL */

/* TEXT UNRN */
.text-unrn {
  color: #eb2141;
}

/* BREADCRUMS */
.j-rid .breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.j-rid .breadcrumbs span {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.5rem;
}

.j-rid .breadcrumbs span a {
  color: #fff;
  text-decoration: none;
}

/****************************************/
/*******      H E A D E R   *************/
/****************************************/
/* Navbar */
header .navbar {
  background-color: #fff;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  margin: 0;
}
header .navbar .navbar-toggle {
  border-color: transparent;
}
header .navbar ul li .dropdown-menu {
  background: #eb2141 !important;
}
header .navbar ul li .dropdown-menu li a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0;
  text-decoration: none;
}
header .navbar .navbar-nav>li>a:hover,
header .navbar .navbar-nav>li>a:focus {
    background: #eb2141;
    color: #fff;
}
header .navbar ul li .dropdown-menu>li>a:hover,
header .navbar ul li .dropdown-menu li a:hover,
header .navbar ul li .dropdown-menu>li>a:focus,
header .navbar ul li .dropdown-menu li a:focus {
    background-image: none;
    background-color: #1B2437;
    color: #fff;
}
header .navbar .navbar-nav>.active>a,
header .navbar .navbar-nav>.active>a:hover,
header .navbar .navbar-nav>.active>a:focus,
header .navbar .navbar-nav>.open>a,
header .navbar .navbar-nav>.open>a:hover,
header .navbar .navbar-nav>.open>a:focus {
    background: #eb2141;
    color: #fff;
}
header .navbar ul li p > .btn-unrn,
header .navbar ul li p > .btn-unrn-reverse {
  margin-left: 15px;
}
header .navbar-header {
  width: 100%;
  padding: 10px 0;
}
header .navbar-header .navbar-text {
  font-size: 17px;
  margin-top: 5px;
  color: #767676;
}
header .navbar-collapse {
  border-top: 1px solid #eaeaea !important;
  background-color: #1b2437;
}
header .nav > li > a {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
header .navbar-toggle > .icon-bar {
  background-color: #eb2141;
}
header .container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
/* Menú mobile */
@media (min-width: 768px) {
  header .navbar-nav {
    float: none!important;
    margin: 0 auto!important;
    max-width: 1170px!important;
  } 
}
@media(max-width :767px) {
  header .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 12px 15px
  }    
  header .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  header .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff
  }
  header .navbar .navbar-nav li > .navbar-form {
    margin: 0;
  }
}
@media(max-width :490px) {
  header .navbar {
    min-height: 64px
  }
  header .navbar-toggle {
    margin-top: 15px
  }    
  header .navbar .navbar-brand {
    height: 64px;
    padding: 14px 15px;
    line-height: 1.8
  }    
  header .navbar .navbar-brand img {
    height: 36px;
    width: auto
  }
  header .navbar .navbar-brand h1 {
    font-size: 14px;
    margin-left: 10px
  }    
  header .navbar .btn {
    margin-top: 9px
  }    
  header .navbar .navbar-top .navbar-nav > .btn {
    margin-top: 9px!important
  }    
  header .navbar .navbar-top .input-group {
    margin: 9px 0
  }
}

/****************************************/
/*******      F O T T E R     ***********/
/****************************************/
footer {
  flex-shrink: 0;
  background-color: #1b2437;
  padding-top: 0 !important;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}
footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
footer hr.small {
  margin: 20px 0;
}
footer h6 {
  color: #767c87;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #323a4b;
  letter-spacing: 3px;
}
footer a,
.footer-links a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #eb1f3f;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text {
    text-align: center;
  }
}
footer .info {
  margin-top: 60px;
}
footer .box-logos {
  margin-bottom: 90px;
  background-color: #182031;
  text-align: center;
  padding: 28px 0;
}
footer .box-logos .box-logo {
  display: inline-block;
  margin: 20px 20px;
  text-align: center;
}
footer .box-logos .box-logo a {
  color: inherit;
  text-decoration: none!important;
}
footer .box-logos .box-logo img {
   width: 90%;
}

/****************************************/
/*******        H O M E       ***********/
/****************************************/
/* INICIO: HELPERS */
.pt-30 {
  padding-top: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-30 {
  margin-bottom: 30px;
}
.bg-grey-light {
  background-color: #f6f6f6;
}
.bg-grey-strong {
  background-color: #e2e2e3;
}
.row-equal {
  display: flex;
  flex-wrap: wrap;
}
.row-equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.bg-transparent {
  background-color: transparent;
}
/* FIN: HELPERS */

/* INICIO: JUMBOTRON HOME */
.jumbotron.j-rid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image:
          linear-gradient(rgba(27, 36, 55, 0.4), rgba(27, 36, 55, 0.4)), url("../../../image/header/rid-background.jpg");
  background-position: 50% 0;
  background-size: cover;
  padding: 48px 25px;
  margin-bottom: 0;
  height: 200px;
}
section#home .jumbotron.j-rid {
  height: 500px !important;
}
.jumbotron.j-rid h2{
  text-shadow: 0 2px 2px rgba(189,189,189,0.5);
  font-size: 40px;
  margin-top: 0;
  color: #fff;
}
.jumbotron.j-rid form {
  padding-top: 20px;
}
.jumbotron.j-rid p {
  color: #fff;
}
/* FIN: JUMBOTRON HOME */

/* INICIO: PARALLAX */
.bgimg-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-blend-mode: soft-light;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../image/home/idea.jpg");
  min-height: 500px;
}
.caption {
  padding: 20px 20px;
}
.caption a {
  text-decoration: none!important;
}
.caption h1 {
  color: #fff;
  margin-bottom:0;
  text-transform: uppercase;
  font-weight: 900;
}
.caption h1 span {
  display: block;
  color: #EB1F3F;
}
.caption h2 {
  color: #fff;
}
.btn-mas-info {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 16px 20px 16px 20px;
  font-size: 13px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 3px;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  text-transform: uppercase;
}
.btn-mas-info:hover {
  background-color: #EB1F3F;
  border-color: #EB1F3F;
  color: #FFF;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (min-width: 768px) {
  .bgimg-1 {
    background-attachment: fixed;
  }
  .caption {
    padding: 20px 0;
  }
  .caption h1 {
    font-size: 50px;
  }
}
/* FIN PARALLAX */

/* INICIO: ENVIOS RECIENTES */
.recent-submissions {
  padding: 0 0 60px 0;
  position: relative;
}
.top-title {
  position: relative;
  text-transform: uppercase;
  margin: 35px 0 30px 0;
  border-bottom: 1px solid #1A2437;
}
.top-title h3 {
  float: left;
  font-size: 32px;
  letter-spacing: 8px;
}
.top-title h4 {
  float: left;
  font-size: 24px;
  letter-spacing: 5px;
}
.top-title h3 span,
.top-title h4 span {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.top-title .btn-show-more {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #EB2141;
  letter-spacing: 2px;
  margin-top: 45px;
  display: block;
}
.submissions-list a {
  color: inherit;
  text-decoration: none !important;
}
.submissions-list a:hover h4 {
  color: #eb1f3f;
}
.submissions-list h4 {
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: bold;
}
.submissions-list p {
  line-height: 20px;
  color: #afafaf;
}
.submissions-list .group-submission {
  position: relative;
  margin: 0 0 35px 0;
  display: block;
}
.submissions-list .group-submission .type-group .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.submissions-list .line-short {
  width: 18px;
  height: 2px;
  margin: 12px 0;
  background-color: #202020;
}
.submissions-list .group-submission .type-group .type {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #EB1F3F;
  text-transform: uppercase;
}
/* FIN: ENVIOS RECIENTES */

/* INICIO: COMUNIDADES PRINCIPALES */
.communities-section .bg-darken {
  background: #1b2437 !important;
}
.communities-section .bg-primary {
  background: #eb2141 !important;
}
.communities-section .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.communities-section .services {
  padding: 48px 24px 48px 24px;
}
.communities-section a {
  text-decoration: none;
}
.communities-section .services .services-body {
  color: #fff;
  margin-top: 10px;
  padding: 5px;
}
.communities-section .services .services-body h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
}
.communities-section .services .services-body p {
  font-size: 16px;
}
.communities-section .services [class^="flaticon-"]:before,
.communities-section .services [class*=" flaticon-"]:before,
.communities-section .services [class^="flaticon-"]:after,
.communities-section .services [class*=" flaticon-"]:after {
  font-size: 50px;
  margin-left: 0;
  color: #ffffff;
}
/* FIN: COMUNIDADES PRINCIPALES */

/****************************************/
/*******        F A Q S       ***********/
/****************************************/
.before-accordion {
  padding-bottom: 20px;
  font-size: 16px;
}
.accordion-faqs a:hover, .accordion-faqs a:focus{
  text-decoration: none;
  outline: none;
}
.accordion-faqs .panel{
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.accordion-faqs .panel-heading{
  padding: 0;
  border-radius:0;
  border: none;
}
.accordion-faqs .panel-title a{
  display: block;
  padding: 14px 30px 14px 70px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #eb2141;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.accordion-faqs .panel-title a.collapsed{
  background: #f8f8f8;
  color: #1e4276;
}
.accordion-faqs .panel-title a.collapsed:hover{
  color: #eb2141;
}
.accordion-faqs .panel-title a:before{
  content: "";
  width: 55px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: -13px;
  transform: skewX(-25deg);
  transition: all 0.5s ease 0s;
}
.accordion-faqs .panel-title a.collapsed:hover:before{
  background: #eb2141;
}
.accordion-faqs .panel-title a:after{
  content: "\f106";
  font-family: "Font Awesome 5 Free", serif;
  position: absolute;
  left: 10px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.accordion-faqs .panel-title a.collapsed:after{
  color: #9f9f9f;
  content: "\f054";
  font-family: "Font Awesome 5 Free", serif;
}
.accordion-faqs .panel-title a.collapsed:hover:after{
  color: #fff;
}
.accordion-faqs .panel-body{
  font-size: 14px;
  line-height: 25px;
  padding: 20px 15px 20px 40px;
  position: relative;
  border: none;
  transition: all 0.5s ease 0s;
}
.accordion-faqs .panel-body:before{
  content: "";
  width: 5px;
  height: 40px;
  background: #eb2141;
  position: absolute;
  top: 30px;
  left: 0;
}
.accordion-faqs .panel-body p{
  margin-bottom: 0;
}

/****************************************/
/*******     P O L I T I C A S    *******/
/****************************************/
.polices {
  text-align: justify;
}
.polices ol {
  list-style-type: lower-alpha;
}

/****************************************/
/*******  C O M M U N I T T I E S  ******/
/****************************************/
#accordion-communities .panel-title a {
  position: relative;
}
#accordion-communities .panel-title a:first-child:focus,
#accordion-communities .panel-title a:first-child:hover,
#accordion-communities .panel-title a:first-child:active {
  text-decoration: none;
}
#accordion-communities .panel-title a:first-child:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  right: 0;
  padding: 0 10px;
  color: #eb2141;
}
#accordion-communities .panel-title a:first-child.collapsed:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  color: #eb2141;
}
#accordion-communities .my-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#accordion-communities .my-panel-title a {
  position: relative;
  color: #1B2437;
}
#accordion-communities .my-panel-title a i {
  padding-right: 10px;
  color: #eb2141;
}
#accordion-communities .panel-heading {
  color: #1B2437 !important;
}

/****************************************/
/************  SIMPLE-SEARCH  ***********/
/****************************************/
/* Search page */
.search-results .pagination {
  margin: 0;
}
.search-results .pagination > li > a {
  color: #192437;
}
.search-results .pagination >.active > a {
  background-color: #192437;
  border-color: #192437;
  color: #fff;
}
.search-results .pagination >.active > a:hover {
  background-color: #eb2141;
}
.search-results .pagination>.active>a,
.search-results .pagination>.active>a:focus,
.search-results .pagination>.active>a:hover,
.search-results .pagination>.active>span,
.search-results .pagination>.active>span:focus,
.search-results .pagination>.active>span:hover {
  background-color: #192437;
  border-color: #192437;
  color: #fff;
}
.search-results h3 .search-time {
  font-size: 18px;
  color: #999;
  font-style: italic;
}
.search-results .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}
@media screen and (min-width: 768px) {
  .search-results .dropdown.dropdown-lg {
    position: static !important;
  }
  .search-results .dropdown.dropdown-lg .dropdown-menu {
    min-width: 300px;
  }
}
.search-results .discovery-result-results {
  padding-top: 10px;
}
/* Tags Input*/
.tagsinput {
  padding-top: 10px;
}
.tagsinput .label {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #192437;
}
.tagsinput .tag {
  font-size: 14px;
  padding: .3em .4em .4em;
}
.tagsinput .tag input[type="text"] {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.tagsinput .tag button {
  background: transparent;
  border: 0;
  opacity: 0.6;
}
.tagsinput .tag button:hover {
  opacity: 1.0
}
/* Facets */
.facets-box .badge {
  background-color: #eb2141;
}

/****************************************/
/***********  COMMUNITY-HOME  ***********/
/***********  COLLECTION-HOME  **********/
/****************************************/
#community-home h2,
#collection-home h2 {
  padding-bottom: 20px;
  color: #1b2437;
}
#community-home .inline-form,
#collection-home .inline-form {
  display: inline-block;
}
.btn-store {
  color: #1b2437;
  min-width: 280px;
  padding: 12px 20px !important;
  margin: 2px 1px;
  border-color: #1b2437 !important;
  background-color: #fff;
}
.btn-store:focus, 
.btn-store:hover {
  color: #ffffff !important;
  background-color: #1b2437;
  border-color: #1b2437 !important;
}
.btn-store .btn-label, 
.btn-store .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}
.btn-store .btn-caption {
  font-size: 24px;
}

/****************************************/
/**************  L O G I N  *************/
/****************************************/
.main-login {
  -webkit-box-shadow: 0 0 14px 0 #c9c9c9;
  -moz-box-shadow: 0 0 14px 0 #c9c9c9;
  box-shadow: 0 0 14px 0 #c9c9c9;
  padding: 0;
  margin-top: 30px;
}
.main-login .right-side {
  background: #1b2437;
  font-weight: 600;
  color: #FFF;
  padding: 50px;
}
.main-login .right-side h3 {
  font-size: 30px;
  font-weight: 900;
  color: #FFF !important;
}
.main-login .left-side {
  background: #FFF;
  padding: 50px;
}
.main-login .left-side h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000 !important;
}

.area-section {
  padding: 0;
}
.area-section p {
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #666666;
}
.area-section .img {
  display: flex;
  background-image: url("../../../image/home/planta_piloto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 8% center;
  filter: grayscale(100%);
}
.area-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.area-section .area-text {
  padding: 48px 32px 48px 15px;
}
.area-section .area-text h2 {
  margin-bottom: 1.5rem !important;
  font-size: 40px;
}
.area-section .area-text .row {
  margin-top: 3rem !important;
}
.area-section .area-body {
  display: flex;
  margin-bottom: 30px;
}
.area-section .area-body .icon {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 80px;
  height: 80px;
  background: #eb2141;
  border-radius: 50%;
  margin-top: 1rem !important;
}
.area-section .area-body .icon [class^="flaticon-"]:before,
.area-section .area-body .icon [class*=" flaticon-"]:before,
.area-section .area-body .icon [class^="flaticon-"]:after,
.area-section .area-body .icon [class*=" flaticon-"]:after {
  font-size: 35px;
  margin-left: 0;
  color: #ffffff;
}
.area-section .area-body .text {
  width: calc(100% - 80px);
  padding-left: 1rem !important;
}
.area-section .area-text [class*='col-'] a {
  text-decoration: none;
  color: #333333;
}
.area-section .area-text [class*='col-'] a:hover {
  color: #eb2141;
}