@font-face {
  font-family: helveticaneue;
  src: url(HelveticaNeue.ttc);
}

* {
  box-sizing: border-box;
  font-family: helveticaneue;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    z-index: 1;
  box-shadow:  0px 9px 15px -2px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 9px 15px -2px rgba(0,0,0,0.18);
  -moz-box-shadow:  0px 9px 15px -2px rgba(0,0,0,0.18);
  background-color: #edf2f1 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  z-index: -1;
}

p.flecha_menu {
  margin: 0;
  padding: 10px 1rem 0px;
  font-size: 16px;
  color: #a5a5a5;
}

a.nav-link, a.navbar-brand {
  color: black;
  font-weight: bold;
}

ul.navbar-nav {
  width: 100%;
}

li.nav-item {
  text-align: center;
  width: 15%;
}

ul.dropdown-menu.show {
  border-radius: unset;
  background-color: #edf2f1;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

.top_bar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 10px 15px;
}

.on_top {
  font-weight: bolder;
/*  width: 50%;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 25px;
}

.on_top span {
  color: #BF1E67;
  padding-right: 20px;
}

a.btn_top_1 {
    border: 1px solid #000;
    padding: 20px 80px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

a.btn_top_2 {
  border: 1px solid #BF1E67;
  padding: 20px 80px;
  text-decoration: none;
  color: #BF1E67;
  font-size: 20px;
}

/*secciones divididas*/
.contenedor_dividido {
    display: flex;
    z-index: 0;
    position: relative;
}

video {
    width: 100%;
}

.lateral_der{
    width: 93%;
    display: flex;
}

.mapa_text {
    display: flex;
    height: 100%;
    padding: 3em;
    justify-content: center;
    flex-direction: column;
}

.lateral_div {
    position: relative;
    width: 7%;
    text-align: center;
    border-right: 7px solid black;
}

.lateral_div p {
    z-index: 0;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    text-decoration: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-wrap: nowrap;
}

.lateral_div img {
  z-index: 0;
  position: absolute;
  top: 26%;
  text-decoration: none;
  left: 36%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-wrap: nowrap;
}

.color_rosa {
    background-color: #c01f5e;
}

.color_naranja {
    background-color: #f48d14;
}

.color_verde {
    background-color: #bec034;
}

.color_rojo {
    background-color: #eb3a36;
}

.color_gris{
    background-color: #edf2f1;
}

.txt_white{
    color: white;
}

.txt_black{
    color: black;
}

.btn_zsona{
    border: 1px solid #000;
    padding: 10px 70px;
    text-decoration: none;
    color: #000;
}

.mapa_text h1 {
    font-weight: bolder;
}

.mapa_text p {
    width: 70%;
}

.text_izq {
    width: 67%;
    background-color: #c01f5e;
    color: white;
    padding: 3em;
}

.text_der {
  padding-top: 3em;
  background-color: #c01f5e;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.art_program_r a {
  color: white;
  text-decoration: none;
}

span.flecha_grande {
    font-size: 38px;
}

.art_program {
  display: flex;
  justify-content: flex-start;
}

.art_program_l p {
    margin-bottom: 0px;
}

.btn_zsona_white {
    border: 1px solid white !important;
    color: white !important;
}

.text_izq p { margin-bottom: 0px;}

.btn_zsona {
    border: 1px solid #000;
    padding: 10px 70px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    width: 55%;
    text-align: center;
}

.lateral_der.color_negro {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.boton_tienda {
  background-color: #202020;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  color: white;
}

.iconos_footer a img {
  width: 13%;
  padding: 5px;
}

.iconos_footer {
  text-align: center;
  padding: 2%;
}

footer {
  color: white;
}

.links_footer a {
  color: white;
  text-decoration: none;
}

@media (max-width: 840px){
  .flecha_menu { display: none;}
  .lateral_der { flex-direction: column; }
  .lateral_der img { width: 100%; }
  .btn_zsona { width: 100%; }
  .mapa_text p { width: 100%; }
  .mapa_text { padding: 2em; }
  .text_izq { width: 100%; padding: 2em; }
  .btn_zsona_white { display: block; }
  .text_der { padding: 2em; }
  .art_program_r img { width: 30%; }
  .art_program {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media(min-width: 1024px) and (max-width: 1150px) {
  .btn_zsona { width: 60%; }
  .lateral_div img { left: 20%; }
}

@media(max-width: 1024px){
    a.btn_top_2 {
        padding: 10px 20px !important;
        font-size: 20px !important;
    }
    .on_top span {
        padding-right: 5px;
        font-size: 15px;
    }
    .lateral_der{
        width: 100%;
    }
    .lateral_div {
        width: 0%;
        display: none;
    }
}

/*
@media(max-width:359px){
   .on_top span{
     padding-right: 4px;
     font-size: 7px !important;
   }
}
*/
