* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: 'Neulis-Light';
  src: url('../fonts/Neulis-Light.woff') format('woff');
}
@font-face {
  font-family: 'Neulis-SemiBold';
  src: url('../fonts/Neulis-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
}
@media (min-width: 0px) and (max-width: 800px) {
  header {
    position: relative !important;
    padding: 5% 0 !important;
    background-color: #08141d;
  }
  header .container {
    display: block !important;
  }
  header .container .menu-ppl-1,
  header .container .menu-ppl-2 {
    display: none;
  }
  header .container .logo {
    width: 35% !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .container .logo img {
    width: 100% !important;
  }
  header .container .bar-menu {
    display: block !important;
    color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4vh;
  }
  .fondo-oscuro::after {
    display: none !important;
  }
  .fondo-oscuro #quienes-somos {
    width: 90% !important;
  }
  .fondo-oscuro #quienes-somos .widget_media_image img {
    width: 60% !important;
  }
  .fondo-oscuro #formatos .widget_media_image img {
    width: 70% !important;
  }
  .fondo-oscuro #formatos .imagenes-formatos li {
    width: 90% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro #formatos-premium .text .linea-1,
  .fondo-oscuro #formatos-premium .text .linea-2 {
    width: 30% !important;
  }
  .fondo-oscuro #formatos-premium .text h2 {
    width: 40% !important;
  }
  .fondo-oscuro #formatos-premium li {
    width: 90% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro #show-formatos .text .linea-1,
  .fondo-oscuro #show-formatos .text .linea-2 {
    width: 30% !important;
  }
  .fondo-oscuro #show-formatos .text h2 {
    width: 40% !important;
  }
  #adiciones {
    display: block !important;
    padding: 10% 0;
  }
  #adiciones li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    height: initial !important;
  }
  #adiciones li img {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  #adiciones li:nth-child(4) {
    margin-top: 10%;
  }
  #adiciones li:last-child img {
    margin-left: 0 !important;
  }
  .fondo-oscuro-horizontal #galeria-videos {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria-videos iframe {
    width: 90% !important;
    height: 300px !important;
  }
  .fondo-oscuro-horizontal #galeria {
    margin-bottom: 10%;
  }
  .fondo-oscuro-horizontal #galeria::after {
    display: none !important;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 li img {
    width: 90% !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .texto {
    display: none !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 {
    width: 100% !important;
    padding-top: 2%;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-prev {
    left: -25px !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-next {
    right: -25px !important;
  }
  .fondo-oscuro-horizontal #instagram {
    padding: 15% 0 !important;
  }
  .fondo-oscuro-horizontal #informacion-contacto {
    display: block !important;
  }
  .fondo-oscuro-horizontal #informacion-contacto li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
  }
  .fondo-oscuro-horizontal #informacion-contacto li:last-child li {
    width: 15% !important;
  }
  .fondo-oscuro-horizontal #contacto {
    display: block !important;
  }
  .fondo-oscuro-horizontal #contacto .wpcf7 {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #contacto li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .fondo-oscuro-horizontal #contacto li:last-child .widgettitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fondo-oscuro-horizontal #contacto li:last-child img {
    display: none !important;
  }
  footer {
    padding-top: 10% !important;
    padding-bottom: 5%;
  }
  footer .logo img {
    width: 50% !important;
  }
  footer .menu-redes {
    padding-bottom: 5% !important;
  }
  footer .menu-redes ul {
    width: 70% !important;
  }
  footer .menu-redes ul li {
    width: 24% !important;
  }
}
@media (min-width: 801px) and (max-width: 1300px) {
  header {
    position: relative !important;
    padding: 2% 0 !important;
    background-color: #08141d;
  }
  header .container {
    display: block !important;
  }
  header .container .menu-ppl-1,
  header .container .menu-ppl-2 {
    display: none;
  }
  header .container .logo {
    width: 25% !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .container .logo img {
    width: 80% !important;
  }
  header .container .bar-menu {
    display: block !important;
    color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4vh;
  }
  .fondo-oscuro::after {
    display: none !important;
  }
  .fondo-oscuro #quienes-somos {
    width: 90% !important;
  }
  .fondo-oscuro #quienes-somos .widget_media_image img {
    width: 40% !important;
  }
  .fondo-oscuro #formatos .widget_media_image img {
    width: 50% !important;
  }
  .fondo-oscuro #formatos .imagenes-formatos li {
    width: 45% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro #formatos-premium .text .linea-1,
  .fondo-oscuro #formatos-premium .text .linea-2 {
    width: 30% !important;
  }
  .fondo-oscuro #formatos-premium .text h2 {
    width: 40% !important;
  }
  .fondo-oscuro #formatos-premium .formatos li {
    width: 45% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro #show-formatos .text .linea-1,
  .fondo-oscuro #show-formatos .text .linea-2 {
    width: 30% !important;
  }
  .fondo-oscuro #show-formatos .text h2 {
    width: 40% !important;
  }
  #adiciones {
    display: block !important;
    padding: 10% 0;
  }
  #adiciones li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    height: initial !important;
  }
  #adiciones li img {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  #adiciones li:nth-child(3) img {
    width: 70% !important;
  }
  #adiciones li:nth-child(4) {
    margin-top: 10%;
  }
  #adiciones li:last-child img {
    width: 70% !important;
    margin-left: 0 !important;
  }
  .fondo-oscuro-horizontal #galeria-videos {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria-videos iframe {
    width: 90% !important;
    height: 400px !important;
  }
  .fondo-oscuro-horizontal #galeria {
    margin-bottom: 10%;
  }
  .fondo-oscuro-horizontal #galeria::after {
    display: none !important;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 li img {
    width: 90% !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .texto {
    display: none !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 {
    width: 100% !important;
    padding-top: 2%;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-prev {
    left: -25px !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-next {
    right: -25px !important;
  }
  .fondo-oscuro-horizontal #instagram {
    padding: 15% 0 !important;
  }
  .fondo-oscuro-horizontal #informacion-contacto {
    display: block !important;
  }
  .fondo-oscuro-horizontal #informacion-contacto li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
  }
  .fondo-oscuro-horizontal #informacion-contacto li:last-child li {
    width: 15% !important;
  }
  .fondo-oscuro-horizontal #contacto {
    display: block !important;
  }
  .fondo-oscuro-horizontal #contacto .wpcf7 {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #contacto li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .fondo-oscuro-horizontal #contacto li:last-child .widgettitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fondo-oscuro-horizontal #contacto li:last-child img {
    display: none !important;
  }
  footer {
    padding-top: 10% !important;
    padding-bottom: 5%;
  }
  footer .logo img {
    width: 25% !important;
  }
  footer .menu-redes {
    padding-bottom: 5% !important;
  }
  footer .menu-redes ul {
    width: 60% !important;
  }
  footer .menu-redes ul li {
    width: 24% !important;
  }
}
@media (min-width: 1301px) and (max-width: 1445px) {
  header {
    position: relative !important;
    padding: 2% 0 !important;
    background-color: #08141d;
  }
  header .container {
    display: block !important;
  }
  header .container .menu-ppl-1,
  header .container .menu-ppl-2 {
    display: none;
  }
  header .container .logo {
    width: 25% !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .container .logo img {
    width: 80% !important;
  }
  header .container .bar-menu {
    display: block !important;
    color: white;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4vh;
  }
  .fondo-oscuro #formatos .widget_media_image img {
    width: 50% !important;
  }
  .fondo-oscuro #formatos .imagenes-formatos li {
    width: 30% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro #formatos-premium .formatos li {
    width: 30% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  #adiciones li:nth-child(3) img {
    width: 80% !important;
  }
  #adiciones li:last-child img {
    width: 80% !important;
    margin-left: 0 !important;
  }
  .fondo-oscuro-horizontal #galeria-videos {
    width: 80% !important;
  }
  .fondo-oscuro-horizontal #galeria-videos iframe {
    width: 90% !important;
    height: 500px !important;
  }
}
@media (min-width: 1446px) and (max-width: 1600px) {
  .fondo-oscuro #formatos .widget_media_image img {
    width: 30% !important;
  }
  .fondo-oscuro #formatos .imagenes-formatos li {
    width: 30% !important;
    height: initial !important;
    margin-bottom: 10%;
  }
  .fondo-oscuro-horizontal #galeria {
    margin-bottom: 10%;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 {
    width: 50% !important;
  }
  .fondo-oscuro-horizontal #galeria .galeria1 li img {
    width: 90% !important;
  }
  .fondo-oscuro-horizontal #galeria .slider-container {
    width: 80% !important;
  }
}
.btn-wpp {
  position: fixed;
  display: block;
  width: 80px;
  height: 80px;
  background-color: green;
  bottom: 3%;
  right: 2%;
  border-radius: 50%;
}
.btn-wpp li {
  list-style: none;
  width: 100%;
  height: 100%;
  display: block;
}
.btn-wpp li .textwidget {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-wpp li p {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-wpp li p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wpp li p a img {
  width: 50%;
  height: auto;
}
.seccion {
  width: 100%;
  list-style: none;
}
.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .bar-menu {
  display: none;
}
header .container .menu-ppl-1,
header .container .menu-ppl-2 {
  width: 40%;
  text-align: center;
}
header .container .menu-ppl-1 li,
header .container .menu-ppl-2 li {
  list-style: none;
  display: inline-block;
  width: 28%;
  margin: 0 10px;
}
header .container .menu-ppl-1 a,
header .container .menu-ppl-2 a {
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
header .container .menu-ppl-1 a::after,
header .container .menu-ppl-2 a::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: white;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
header .container .menu-ppl-1 a:hover::after,
header .container .menu-ppl-2 a:hover::after {
  width: 50%;
}
header .container .logo {
  list-style: none;
  width: 20%;
  text-align: center;
}
header .container .logo img {
  width: 60%;
}
.menu-responsive {
  display: none;
  width: 100%;
  background-color: #08141d;
  padding: 5% 0;
}
.menu-responsive ul li a {
  color: white;
  text-decoration: none;
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3vh;
  padding: 10px 0;
}
#slider-principal {
  width: 100%;
  position: relative;
  background-color: black;
}
#slider-principal::after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background-color: #b28238;
}
.fondo-oscuro {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#08141d), to(#000000));
  background: linear-gradient(#08141d, #000000);
  position: relative;
}
.fondo-oscuro::after {
  content: '';
  display: block;
  width: 250px;
  height: 550px;
  background-image: url("../images/saxo-08.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  left: 0;
}
.fondo-oscuro #quienes-somos {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 7%;
  position: relative;
}
.fondo-oscuro #quienes-somos .widget_media_image {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fondo-oscuro #quienes-somos .widget_media_image::before {
  content: '';
  display: block;
  width: 80px;
  height: 50px;
  background-image: url('../images/adorno-titulo-04.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.fondo-oscuro #quienes-somos .widget_media_image img {
  width: 30%;
}
.fondo-oscuro #quienes-somos p {
  font-family: 'Montserrat-Regular';
  font-size: 2.5vh;
  text-align: justify;
  color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro #formatos {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
}
.fondo-oscuro #formatos .widget_media_image {
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4%;
}
.fondo-oscuro #formatos .widget_media_image::before {
  content: '';
  display: block;
  width: 80px;
  height: 50px;
  background-image: url('../images/adorno-titulo-04.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.fondo-oscuro #formatos .widget_media_image img {
  width: 25%;
}
.fondo-oscuro #formatos #text-25 {
  color: white;
  font-family: 'Montserrat-Regular';
  font-size: 2.5vh;
  text-align: center;
  padding-bottom: 3%;
}
.fondo-oscuro #formatos .imagenes-formatos {
  width: 100%;
  text-align: center;
}
.fondo-oscuro #formatos .imagenes-formatos li {
  list-style: none;
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.fondo-oscuro #formatos .imagenes-formatos li p {
  color: white;
  font-family: 'Neulis-Light';
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro #formatos .imagenes-formatos li p strong {
  font-family: 'Neulis-SemiBold';
  font-size: 3vh;
  text-transform: initial;
  margin-top: 15px;
  display: block;
}
.fondo-oscuro #formatos .imagenes-formatos li img {
  width: 80%;
  height: auto;
}
.fondo-oscuro #formatos-premium {
  text-align: center;
  width: 100%;
  padding-bottom: 2%;
}
.fondo-oscuro #formatos-premium .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5%;
}
.fondo-oscuro #formatos-premium .text .linea-1 {
  width: 40%;
}
.fondo-oscuro #formatos-premium .text .linea-1::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b28238;
}
.fondo-oscuro #formatos-premium .text .linea-2 {
  width: 40%;
}
.fondo-oscuro #formatos-premium .text .linea-2::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b28238;
}
.fondo-oscuro #formatos-premium .text h2 {
  display: block;
  width: 20%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Neulis-SemiBold';
}
.fondo-oscuro #formatos-premium .text h2::after {
  content: '';
  display: block;
  width: 15%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#d8b367), to(#a58333));
  background: linear-gradient(to right, #d8b367, #a58333);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.fondo-oscuro #formatos-premium .formatos {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro #formatos-premium .formatos li {
  list-style: none;
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.fondo-oscuro #formatos-premium .formatos li p {
  color: white;
  font-family: 'Neulis-Light';
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro #formatos-premium .formatos li p strong {
  font-family: 'Neulis-SemiBold';
  font-size: 3vh;
  text-transform: initial;
  margin-top: 15px;
  display: block;
}
.fondo-oscuro #formatos-premium .formatos li img {
  width: 80%;
  height: auto;
}
.fondo-oscuro #show-formatos {
  padding: 5% 0 5% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fondo-oscuro #show-formatos .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fondo-oscuro #show-formatos .text .linea-1 {
  width: 40%;
}
.fondo-oscuro #show-formatos .text .linea-1::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
}
.fondo-oscuro #show-formatos .text .linea-2 {
  width: 40%;
}
.fondo-oscuro #show-formatos .text .linea-2::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
}
.fondo-oscuro #show-formatos .text h2 {
  display: block;
  width: 20%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Neulis-SemiBold';
}
.fondo-oscuro #show-formatos .text h2::after {
  content: '';
  display: block;
  width: 15%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#d8b367), to(#a58333));
  background: linear-gradient(to right, #d8b367, #a58333);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.fondo-oscuro #show-formatos .slider {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 0;
}
.fondo-oscuro #show-formatos .slider li {
  text-align: center;
}
.fondo-oscuro #show-formatos .slider li p {
  color: white;
  margin-top: 20px;
}
.fondo-oscuro #show-formatos .slider li p:nth-child(2) {
  font-size: 2.4vh;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Neulis-SemiBold';
}
.fondo-oscuro #show-formatos .slider li p img {
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro #show-formatos .slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  color: white;
  font-size: 3vh !important;
}
.fondo-oscuro #show-formatos .slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
  color: white;
  font-size: 3vh !important;
}
#adiciones {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#adiciones li {
  width: 25%;
  height: 200px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#adiciones li p {
  font-family: 'Neulis-SemiBold';
  font-size: 2.8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#adiciones li strong {
  font-family: 'Neulis-SemiBold';
  font-size: 10vh;
  color: #cfab56;
  margin-right: 15px;
}
#adiciones li:first-child::before {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  background-image: url('../images/adorno-negro-04-02.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
#adiciones li:last-child img {
  margin-left: -100px;
  display: block;
}
#adiciones li:nth-child(3) img,
#adiciones li:last-child img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 70%;
  -webkit-box-shadow: -5px 10px 5px 0px rgba(0, 0, 0, 0.21);
          box-shadow: -5px 10px 5px 0px rgba(0, 0, 0, 0.21);
}
.fondo-oscuro-horizontal {
  padding: 10% 0;
  background: -webkit-gradient(linear, left top, right top, from(#08141d), to(#000000));
  background: linear-gradient(to right, #08141d, #000000);
}
.fondo-oscuro-horizontal #galeria-videos {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0;
}
.fondo-oscuro-horizontal #galeria-videos .galeria-videos p {
  text-align: center;
}
.fondo-oscuro-horizontal #galeria-videos .galeria-videos p iframe {
  width: 70%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro-horizontal #galeria-videos .galeria-videos .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  color: white;
  font-size: 3vh !important;
}
.fondo-oscuro-horizontal #galeria-videos .galeria-videos .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
  color: white;
  font-size: 3vh !important;
}
.fondo-oscuro-horizontal #galeria {
  padding: 2% 0 5% 0;
  position: relative;
}
.fondo-oscuro-horizontal #galeria::after {
  content: '';
  display: block;
  width: 300px;
  height: 850px;
  background-image: url("../images/violin-adorno-03.png");
  background-size: 60%;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.fondo-oscuro-horizontal #galeria .galeria1 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro-horizontal #galeria .galeria1 li {
  text-align: center;
}
.fondo-oscuro-horizontal #galeria .galeria1 li img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.fondo-oscuro-horizontal #galeria .galeria1 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  color: white;
  font-size: 3vh !important;
}
.fondo-oscuro-horizontal #galeria .galeria1 .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
  color: white;
  font-size: 3vh !important;
}
.fondo-oscuro-horizontal #galeria .slider-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fondo-oscuro-horizontal #galeria .slider-container .texto {
  width: 15%;
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
  color: #b28238;
  position: relative;
}
.fondo-oscuro-horizontal #galeria .slider-container .texto h2 {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fondo-oscuro-horizontal #galeria .slider-container .texto h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  background-image: url('../images/adorno-titulo-04.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 li {
  text-align: center;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 li img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 li img:hover {
  opacity: 0.5;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-next {
  right: 105%;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-next::before {
  font-size: 30px;
  color: #b28238;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-prev {
  left: -13%;
}
.fondo-oscuro-horizontal #galeria .slider-container .galeria2 .slick-prev::before {
  font-size: 30px;
  color: #b28238;
}
.fondo-oscuro-horizontal #instagram {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0;
  position: relative;
}
.fondo-oscuro-horizontal #instagram .nombre_cuenta {
  color: white;
  text-transform: uppercase;
  font-family: 'Neulis-SemiBold';
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 2%;
  left: 0;
  font-size: 2.5vh;
}
.fondo-oscuro-horizontal #instagram .icono {
  position: absolute;
  top: 2%;
  right: 0;
  font-size: 4vh;
}
.fondo-oscuro-horizontal #instagram .icono a {
  color: white;
}
.fondo-oscuro-horizontal #instagram .instagram-button,
.fondo-oscuro-horizontal #instagram h2 {
  display: none;
}
.fondo-oscuro-horizontal #instagram ul {
  width: 100%;
  text-align: center;
}
.fondo-oscuro-horizontal #instagram ul li a {
  width: 100% !important;
}
.fondo-oscuro-horizontal #informacion-contacto {
  padding: 0 0 5% 0;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fondo-oscuro-horizontal #informacion-contacto li {
  color: white;
  font-family: 'Neulis-SemiBold';
  width: 25%;
  font-size: 2.2vh;
  text-align: center;
}
.fondo-oscuro-horizontal #informacion-contacto li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fondo-oscuro-horizontal #informacion-contacto li:nth-child(2)::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icono_wpp-03.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.fondo-oscuro-horizontal #informacion-contacto li:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fondo-oscuro-horizontal #informacion-contacto li:nth-child(3)::before {
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background-image: url('../images/correo-icono-03.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.fondo-oscuro-horizontal #informacion-contacto li:last-child li {
  text-align: center;
  display: inline-block;
  width: 13%;
  margin-right: 10px;
}
.fondo-oscuro-horizontal #informacion-contacto li:last-child li::before {
  display: none;
}
.fondo-oscuro-horizontal #informacion-contacto li:last-child li img {
  width: 100%;
  height: auto;
}
.fondo-oscuro-horizontal #informacion-contacto .widget_media_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fondo-oscuro-horizontal #informacion-contacto .widget_media_image::before {
  content: '';
  display: block;
  width: 80px;
  height: 50px;
  background-image: url('../images/adorno-titulo-04.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.fondo-oscuro-horizontal #contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fondo-oscuro-horizontal #contacto li:first-child {
  width: 68%;
}
.fondo-oscuro-horizontal #contacto li:last-child {
  width: 32%;
}
.fondo-oscuro-horizontal #contacto li:last-child .widgettitle {
  color: #b28238;
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
  padding-left: 8%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fondo-oscuro-horizontal #contacto li:last-child .widgettitle::after {
  content: '';
  display: block;
  width: 70px;
  height: 50px;
  background-image: url('../images/adorno-titulo-04.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.fondo-oscuro-horizontal #contacto li:last-child .textwidget {
  text-align: right;
}
.fondo-oscuro-horizontal #contacto li:last-child .textwidget img {
  width: 100%;
  height: auto;
}
.fondo-oscuro-horizontal #contacto .wpcf7 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form {
  position: relative;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form .wpcf7-response-output {
  color: white;
  text-align: center;
  font-family: 'Neulis-SemiBold';
  padding: 2% 0;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text],
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"],
.fondo-oscuro-horizontal #contacto .wpcf7 form span textarea {
  width: 100%;
  margin-bottom: 2%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: 'Neulis-SemiBold';
  font-size: 2vh;
  border-radius: 10px;
  border: 1px solid black;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text]::-webkit-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"]::-webkit-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span textarea::-webkit-input-placeholder {
  color: #bababa;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text]::-moz-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"]::-moz-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span textarea::-moz-placeholder {
  color: #bababa;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text]:-ms-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"]:-ms-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span textarea:-ms-input-placeholder {
  color: #bababa;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text]::-ms-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"]::-ms-input-placeholder, .fondo-oscuro-horizontal #contacto .wpcf7 form span textarea::-ms-input-placeholder {
  color: #bababa;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type=text]::placeholder,
.fondo-oscuro-horizontal #contacto .wpcf7 form span input[type="email"]::placeholder,
.fondo-oscuro-horizontal #contacto .wpcf7 form span textarea::placeholder {
  color: #bababa;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form span textarea {
  height: 150px;
  resize: none;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form input[type="submit"] {
  display: block;
  width: 25%;
  background-color: #b28238;
  border: none;
  color: white;
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 10px;
  position: absolute;
  bottom: 9%;
  right: 5%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid #b28238;
  cursor: pointer;
}
.fondo-oscuro-horizontal #contacto .wpcf7 form input[type="submit"]:hover {
  background-color: white;
  color: #b28238;
}
footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #b28238), color-stop(80%, #9f7431));
  background: linear-gradient(left, #b28238 20%, #9f7431 80%);
  padding-top: 3%;
}
footer .logo {
  text-align: center;
  padding-bottom: 20px;
}
footer .logo img {
  width: 12%;
}
footer .menu-redes {
  width: 100%;
  padding-bottom: 2%;
}
footer .menu-redes ul {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer .menu-redes ul li {
  width: 7%;
  display: inline-block;
  text-align: center;
}
footer .menu-redes ul li img {
  width: 70%;
}
footer .desarrollado {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 20px;
}
footer .desarrollado::before {
  content: '';
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: white;
  margin-bottom: 10px;
}
footer .desarrollado span {
  color: white;
  font-family: 'Neulis-SemiBold';
  text-transform: uppercase;
}
footer .desarrollado a {
  text-decoration: none;
  color: white;
}
