@font-face {
  font-family: primer print;
  src: url(../tipografias/primer_print.ttf);
  font-family: primer-print-bold;
  src: url(../tipografias/primer_print_bold.ttf);   
}

header {
  background-color: #541e4b;
  top: 0;
}

.logo {
  text-align: center;
}

.logo img {
  width: 110px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.redes{
  width: 40px !important;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px
}

.fb{
  background-color: #4266b2
}

.instagram{
  background-image: url(../images/fondo-instagram.jpeg);
  background-size: contain;
  background-position: center;
}

.redes svg{
  display: block;
}

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.toggle a {
  display: block;
  background-color: #e7335c;
  color: #fff;
  line-height: 2em;
  width: 140px;
  text-align: center;
  border-radius: 35px;
  font-family: primer-print-bold;
  font-size: 18px;
}

.icon-menu {
  text-align: center;
  width: 40%;
  color: #fff;
  font-size: 20px;
}

.nav-menu {
  position: relative;
  background-color: #541e4b;
  width: 100%;
  left: 0;
  display: none;
  z-index: 2;
}

.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
}

.menu li {
  width: 100%;
}

.menu a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  cursor: pointer;
  font-family: primer-print-bold;
}

.disabled-movl {
  display: none;
}

.active-toggle {
  display: block;
}

@media (min-width: 768px) {
  .disabled-movl {
    display: block;
  }
  .contenedor-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo {
    width: 30%;
    background-color: #fff;
    width: 180px;
  }
  .toggle {
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .toggle a {
    margin-left: 35px;
    line-height: 2.5em;
  }
  .icon-menu {
    text-align: right;
    margin-right: 25px;
    font-size: 25px;
  }
  .nav-menu {
    margin-top: -1px;
    padding-top: 1px;
    position: static;
  }
  .nav-menu a {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  header {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .logo {
    width: 110px;
    border-bottom-left-radius: 42%;
    border-bottom-right-radius: 42%;
  }
  .logo img {
    width: 80px;
  }
  .toggle {
    display: none;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 110px);
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu a {
    font-size: 25px;
    padding: 10px;
  }
  .menu li {
    width: auto;
  }
}

footer {
  font-family: "calibri";
}

.footer_primer_nivel {
  background-color: #e7335c;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.footer_primer_nivel h3 {
  font-family: calibri;
  text-align: center;
}

.flex_footer_primer_nivel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_izquierda, .footer_derecha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_footer {
  list-style: none;
  padding: 0;
}

.menu_footer a {
  display: block;
  color: #fff;
}

.descripcion_footer {
  text-align: center;
  width: 80%;
}

.footer_segundo_nivel {
  background-color: #333333;
  color: #fff;
}

.flex_segundo_nivel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.flex_segundo_nivel p {
  margin: 0px;
  font-family: calibri;
  font-size: 18px;
}

@media (min-width: 768px) {
  .footer_izquierda, .footer_derecha {
    width: 50%;
  }
}
