.reset-dim {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.reset-dim:hover {
  outline: 0;
}
.reset-dim:focus {
  outline: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fixed-pos {
  position: fixed;
  -webkit-backface-visibility: hidden;
}
@font-face {
  font-family: "SnellRoundhandScript";
  src: url("../fuentes/snellroundhand-boldscript-83963.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fuentes/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("../fuentes/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fuentes/BebasNeue.otf") format("opentype");
}
@font-face {
  font-family: "Roskell";
  src: url("../fuentes/Roskell.ttf") format("truetype");
}
.Snell_Roundhand {
  font-family: "SnellRoundhandScript", Arial, sans-serif;
}
.roboto {
  font-family: "Roboto", Arial, sans-serif;
}
.roboto-bold {
  font-family: "Roboto-bold", Arial, sans-serif;
}
.BebasNeue {
  font-family: "BebasNeue", Arial, sans-serif;
}
.Roskell {
  font-family: "Roskell", Arial, sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  background-color: #000;
  overflow: hidden;
}
body:hover {
  outline: 0;
}
body:focus {
  outline: 0;
}
/*LOADER THAT BLOCKS SCREEN UNTIL ALL ASSETS LOADED - ALSO SHOWS LOADING ANIMATION*/
/* container for loader */
.loader-container {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+33,0e0e0e+49,0e0e0e+67,7d7e7d+100 */
  background: linear-gradient(#000000, rgba(0, 0, 0, 0.8), #000000), url("../img/FONDO.jpg");
  background-size: auto;
  background-repeat: none;
  background-position: center;
  /*TODO - MODIFY DIMENSIONS ACCORDING TO SCREEN SIZE*/
}
.loader-container .loader-img {
  position: fixed;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20%;
  height: auto;
  opacity: 0;
  animation-name: loading;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 991px) {
  .loader-container .loader-img {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .loader-container .loader-img {
    width: 50%;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* @width-logotipo: 200px; */
.ul-general {
  display: inline;
  list-style-type: none;
  overflow: hidden;
}
.a-general {
  display: block;
  text-decoration: none;
  color: #f14b23;
  font-size: 1.2em;
}
.a-general:hover {
  color: #d9265d;
  text-decoration: none;
}
.tit-menu-principal {
  font-family: "SnellRoundhandScript", Arial, sans-serif;
  color: #cb9c79;
  font-size: 1.5em;
  text-decoration: none;
}
.tit-menu-principal:hover {
  color: #e9aa7b;
  text-decoration: none;
}
.tit-sub-men-salva {
  display: block;
  text-decoration: none;
  color: #f14b23;
  font-size: 1.2em;
}
.tit-sub-men-salva:hover {
  color: #d9265d;
  text-decoration: none;
}
nav.menu-principal {
  position: fixed;
  -webkit-backface-visibility: hidden;
  display: none;
  background-image: url("../img/fondo-nav.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 100px;
  z-index: 2;
}
nav.menu-principal .logotipo {
  float: left;
  overflow: hidden;
  height: 80px;
  width: auto;
  margin-left: 2%;
  margin-top: 5px;
  padding-right: 1%;
}
nav.menu-principal ul.menu {
  display: inline;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  top: 17%;
  font-family: "SnellRoundhandScript", Arial, sans-serif;
  padding-left: 10%;
}
nav.menu-principal ul.menu li {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 15%;
  line-height: 50px;
}
nav.menu-principal ul.menu li .img-menu-unesco {
  width: 200px;
  height: auto;
}
nav.menu-principal ul.menu li:last-child {
  width: 20%;
}
nav.menu-principal ul.menu li a {
  font-family: "SnellRoundhandScript", Arial, sans-serif;
  color: #cb9c79;
  font-size: 1.5em;
  text-decoration: none;
  color: #fff;
}
nav.menu-principal ul.menu li a:hover {
  color: #e9aa7b;
  text-decoration: none;
}
nav.menu-principal ul.menu li:nth-child(2) a {
  color: #ed3f43;
}
nav.menu-principal ul.menu li:nth-child(3) a {
  color: #23a12c;
}
nav.menu-principal .logo-responsive {
  margin-top: 2%;
  margin-right: 1%;
}
nav.menu-principal .logo-responsive a {
  color: #fff;
}
nav.menu-principal .menu-salvaguardia {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "SnellRoundhandScript", Arial, sans-serif;
  position: absolute;
  top: -150px;
  left: 10%;
  width: 800px;
  height: 100px;
  border-radius: 0 0  20px 20px;
  background-color: rgba(58, 24, 14, 0.3);
  color: #f14b23;
}
nav.menu-principal .menu-salvaguardia:hover {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia:focus {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: inline;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 20%;
}
nav.menu-principal .menu-salvaguardia ul:hover {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia ul:focus {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia ul li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  float: left;
  position: relative;
  width: 20%;
  height: auto;
}
nav.menu-principal .menu-salvaguardia ul li:hover {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia ul li:focus {
  outline: 0;
}
nav.menu-principal .menu-salvaguardia ul li:first-child {
  width: 30%;
}
nav.menu-principal .menu-salvaguardia ul li:nth-child(3) {
  width: 30%;
}
nav.menu-principal .menu-salvaguardia ul li a {
  display: block;
  text-decoration: none;
  color: #f14b23;
  font-size: 1.2em;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
nav.menu-principal .menu-salvaguardia ul li a:hover {
  color: #d9265d;
  text-decoration: none;
}
nav.menu-principal .menu-sg-abierto {
  top: 100px;
}
nav.menu-responsive {
  background: rgba(58, 24, 14, 0.3);
  float: left;
  z-index: 2;
  width: 500px;
  height: 90%;
  margin-top: 7%;
  left: -100%;
  padding-bottom: 5px;
  position: absolute;
}
nav.menu-responsive ul {
  display: inline;
  list-style-type: none;
  overflow: hidden;
}
nav.menu-responsive ul li {
  padding-top: 2%;
  margin-left: 2%;
  width: 97%;
  border-bottom: solid 1px rgba(94, 93, 92, 0.9);
  overflow: hidden;
}
nav.menu-responsive ul li a {
  float: left;
}
nav.menu-responsive ul li .img-menu-responsive {
  float: left;
  width: 90%;
  height: 40%;
}
nav.menu-responsive ul li .sub-salva {
  float: left;
  width: 35px;
  height: 30px;
}
nav.menu-responsive .salva-responsive {
  display: none;
}
@media only screen and (max-width: 991px) {
  nav.menu-principal {
    height: 80px;
  }
  nav.menu-principal .logotipo {
    height: 64px;
    width: auto;
  }
  nav.menu-responsive {
    min-width: 40%;
    top: 6%;
  }
}
@media only screen and (max-width: 640px) {
  nav.menu-principal {
    height: 60px;
  }
  nav.menu-principal .logotipo {
    height: 48px;
    width: auto;
  }
  nav.menu-responsive {
    min-width: 40%;
    top: 6%;
  }
}
.p-general {
  text-align: justify;
  width: 85%;
  margin: auto;
  color: #f0f2b8;
  font-family: "Roboto", Arial, sans-serif;
}
.cuerpo {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.cuerpo:hover {
  outline: 0;
}
.cuerpo:focus {
  outline: 0;
}
.cuerpo svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.cuerpo svg .silueta {
  cursor: pointer;
}
.cuerpo svg .silueta:hover {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 3px;
  fill: rgba(217, 38, 93, 0.5);
  fill-opacity: 0.4;
}
.cuerpo svg .silueta-activo {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 3px;
  fill: rgba(217, 38, 93, 0.5);
  fill-opacity: 0.4;
}
.cuerpo img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  height: 100%;
  width: auto;
}
.cuerpo img:hover {
  outline: 0;
}
.cuerpo img:focus {
  outline: 0;
}
.cuerpo .disable-fondo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.cuerpo .cuadro-contenido {
  display: none;
  position: absolute;
  top: 110px;
  left: 5%;
  width: 60%;
  height: 78%;
  z-index: 20;
}
.cuerpo .cuadro-contenido .adorno {
  background-image: url("../img/adornobox2.png");
  background-size: 33px 72px;
  background-repeat: repeat-x;
  height: 36px;
}
.cuerpo .cuadro-contenido .adorno1 {
  background-image: url("../img/adornobox2.png");
  background-size: 33px 72px;
  background-repeat: repeat-x;
  height: 36px;
  background-position: 0 0;
  width: 100%;
}
.cuerpo .cuadro-contenido .adorno2 {
  background-image: url("../img/adornobox2.png");
  background-size: 33px 72px;
  background-repeat: repeat-x;
  height: 36px;
  background-position: 0 -36px;
  width: 80%;
  margin-left: 20%;
}
.cuerpo .cuadro-contenido .titulo-contenido {
  font-family: "Roboto-bold", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  color: #e9d2a7;
  width: 100%;
  height: 50px;
  background: #2eaa4a;
  text-align: right;
  font-size: 20px;
}
.cuerpo .cuadro-contenido .titulo-contenido:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido .hr1 {
  background-image: url("../img/hr1.jpg");
  background-repeat: repeat-x;
  height: 20px;
  width: 30%;
  position: relative;
  top: 2%;
  left: 8%;
}
.cuerpo .cuadro-contenido .titulo-contenido .hr2 {
  background-image: url("../img/hr2.jpg");
  background-repeat: repeat-x;
  height: 20px;
  width: 30%;
  position: relative;
  top: 45%;
  left: 8%;
}
.cuerpo .cuadro-contenido .titulo-contenido h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: inline;
  font-size: 20px;
  float: right;
  margin-top: 3%;
  padding-right: 1%;
}
.cuerpo .cuadro-contenido .titulo-contenido h3:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido h3:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido img {
  height: 30px;
  float: right;
}
.cuerpo .cuadro-contenido .titulo-contenido .volver {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: left;
  height: 100%;
  width: 8%;
  overflow: hidden;
  cursor: pointer;
  color: #2eaa4a;
  background-color: #f14b23;
  text-align: center;
}
.cuerpo .cuadro-contenido .titulo-contenido .volver:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido .volver:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .titulo-contenido .volver:hover {
  color: #e9d2a7;
}
.cuerpo .cuadro-contenido .contenido {
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  width: 80%;
  height: 80%;
  overflow-y: scroll;
  margin-left: 20%;
  background-image: url("../img/fondo-contenido.jpg");
  background-repeat: repeat-y;
  background-size: 100% 34px;
  background-position: top left;
  /* Pseudo-clase */
}
.cuerpo .cuadro-contenido .contenido h4 {
  color: #ed145b;
  text-align: justify;
  width: 85%;
  margin: auto;
  padding: 1%;
}
.cuerpo .cuadro-contenido .contenido p {
  text-align: justify;
  width: 85%;
  margin: auto;
  color: #f0f2b8;
  font-family: "Roboto", Arial, sans-serif;
  padding-bottom: 1%;
}
.cuerpo .cuadro-contenido .contenido ul {
  list-style-type: decimal;
  text-align: justify;
  width: 85%;
  margin: auto;
  color: #ed145b;
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar {
  width: 8px;
  background: #f9b56a;
  border: solid 1px #ffc89f;
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar-track {
  background: #f9b56a8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(top, #884054, #884054);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(top, #a03d59, #a03d59);
}
.cuerpo .cuadro-contenido .contenido::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(132, 64, 87, 0.6);
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  color: #e9d4a7;
  width: 92.5%;
  background: #ed145b;
  text-align: left;
  font-weight: bold;
  height: 6%;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: inline-block;
  padding-top: 1%;
  padding-right: 2%;
  font-size: 16px;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido h3:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido h3:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido .plus {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: left;
  display: block;
  background-color: #49b4ba;
  text-align: center;
  height: 100%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin-right: 4%;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido .plus:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido .plus:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido .subtitulo-contenido .plus i {
  height: 100%;
  line-height: 30px;
  display: block;
  margin: auto;
  font-size: 16px;
}
.cuerpo .cuadro-contenido .contenido .footer-contenido {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  text-align: justify;
  height: 8%;
  background-image: url("../img/baseboxblanca.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
.cuerpo .cuadro-contenido .contenido .mapa {
  margin: auto;
  width: 100%;
  height: 100%;
  bordder: 0;
  display: none;
}
.cuerpo .cuadro-contenido .contenido .mapa img {
  margin: auto;
  width: 90%;
  height: 80%;
}
.cuerpo .cuadro-contenido .footer-cuadro {
  height: 5%;
  width: 50%;
  float: right;
  text-align: right;
  background-color: #49b4ba;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.cuerpo .cuadro-contenido .footer-cuadro a {
  font-size: 10px;
  padding-right: 1%;
  color: #a31a21;
}
.cuerpo .cuadro-contenido .footer-cuadro a::hover {
  color: #a31a21;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan {
  font-family: "BebasNeue", Arial, sans-serif;
  width: 40%;
  height: 87%;
  overflow: hidden ;
  color: #f14b23;
  float: left;
  font-size: 1.5em;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul {
  display: inline;
  list-style-type: none;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-size: 1em;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li {
  background-image: url("../img/iconomariachimenulado.png");
  background-size: 17% auto;
  background-repeat: no-repeat;
  padding: 0 2% 5%;
  width: 100%;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li:hover {
  background-image: url("../img/iconomariachimenulado.png");
  color: #ed1d5a;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li a {
  display: inline-block;
  color: #f14b23;
  text-decoration: none;
  margin-left: 17%;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li a:hover {
  color: #2faa49;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul .active {
  background-image: url("../img/iconomariachimenulado.png");
  color: #2faa49;
}
.cuerpo .cuadro-contenido .sub-menu-cnst-plan ul .active a {
  color: #2faa49;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan {
  font-family: "Roboto", Arial, sans-serif;
  width: 60%;
  height: 78%;
  overflow-y: scroll;
  background-image: url("../img/fondo-contenido.jpg");
  background-repeat: repeat-y;
  background-size: 100% 34px;
  background-position: top left;
  float: right ;
  /* Pseudo-clase */
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  color: #e9d4a7;
  width: 100%;
  height: auto;
  und: #ffc89f;
  text-align: left;
  font-weight: bold;
  height: 6%;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan h3 {
  font-family: "Roboto-bold", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: right;
  display: inline;
  text-align: right ;
  padding-right: 1%;
  background-color: #f34b24;
  padding-top: 1%;
  font-size: 16px;
  height: 100%;
  color: #fff2ea;
  width: auto;
  padding-left: 1%;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan h3:hover {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .subtitulo-contenido-cnst-plan h3:focus {
  outline: 0;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan ul {
  text-align: justify;
  width: 85%;
  margin: auto;
  font-family: "Roboto-bold", Arial, sans-serif;
  color: #f0f2b8;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan p {
  text-align: justify;
  width: 85%;
  margin: auto;
  color: #f0f2b8;
  font-family: "Roboto", Arial, sans-serif;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia {
  width: 100%;
  height: 100%;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia .item {
  width: 35%;
  height: 10%;
  text-transform: uppercase;
  background-image: url("../img/botonesinternos-metodologia.png");
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ed4419;
  font-family: "Roboto-bold", Arial, sans-serif;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia p {
  text-align: justify;
  width: 85%;
  margin: auto;
  color: #f0f2b8;
  font-family: "Roboto", Arial, sans-serif;
  padding: 2%;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia p a {
  color: #f14b23;
  font-family: "Roboto-bold", Arial, sans-serif;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia .descarga {
  width: 40%;
  height: 8%;
  float: right;
  text-align: left;
  font-family: "Roboto-bold", Arial, sans-serif;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia .descarga i {
  color: #f14b23;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .metodologia .descarga a {
  color: #f14b23;
  text-transform: uppercase;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .investigador {
  color: #636e78;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  text-align: left;
  margin: auto;
  width: 85%;
  margin-top: 1%;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan iframe {
  width: 100%;
  height: 50%;
  margin: auto;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan hr {
  background: url(../img/lineasseparadoras.png) repeat-x;
  border: 0;
  width: 85%;
  height: 5px;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar {
  width: 8px;
  background: #ffc89f;
  border: solid 1px #ffc89f;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar-track {
  background: #e9d2a8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(top, #2faa49, #2faa49);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 10px;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(top, #a03d59, #a03d59);
}
.cuerpo .cuadro-contenido .contenido-cnst-plan::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(132, 64, 87, 0.6);
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan {
  width: 92.5%;
  margin-left: 7.5%;
  height: auto;
  text-transform: uppercase;
  text-align: justify;
  position: relative;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a {
  font-size: 10px;
  padding-right: 1%;
  color: #a31a21;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a:hover {
  color: #a31a21;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a:active {
  color: #a31a21;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan {
  width: 92.5%;
  margin-left: 7.5%;
  height: auto;
  text-transform: uppercase;
  text-align: justify;
  position: relative;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a {
  font-size: 10px;
  padding-right: 1%;
  color: #a31a21;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a:hover {
  color: #a31a21;
}
.cuerpo .cuadro-contenido .contenido-cnst-plan .footer-contenido-cnst-plan a:active {
  color: #a31a21;
}
.cuerpo .cuadro-contenido .footer-metodologia {
  height: 5%;
  width: 40%;
  float: right;
  background: #2eaa4a;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.cuerpo .cuadro-contenido .footer-metodologia .metodologia {
  height: 100%;
}
.cuerpo .cuadro-contenido .footer-metodologia label {
  cursor: pointer;
  margin-top: 1%;
}
@media only screen and (min-width: 1281px) {
  .cuerpo .cuadro-contenido {
    width: 800px;
    left: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .cuerpo .cuadro-contenido {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .cuerpo .cuadro-contenido {
    width: 70%;
  }
  .cuerpo .cuadro-contenido .contenido h4 {
    font-size: 1.5em;
  }
  .cuerpo .cuadro-contenido .contenido p {
    font-size: 1.1em;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul {
    padding: 2%;
    padding-bottom: 8%;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li a {
    font-size: 16px;
  }
  .cuerpo .cuadro-contenido .adorno {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 57.6px;
    background-repeat: repeat-x;
    height: 28.8px;
  }
  .cuerpo .cuadro-contenido .adorno1 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 57.6px;
    background-repeat: repeat-x;
    height: 28.8px;
    width: 100%;
  }
  .cuerpo .cuadro-contenido .adorno2 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 57.6px;
    background-repeat: repeat-x;
    height: 28.8px;
    background-position: 0 -28.8px;
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .cuerpo .cuadro-contenido {
    top: 88px;
    width: 80%;
  }
  .cuerpo .cuadro-contenido .contenido h4 {
    font-size: 1.8em;
  }
  .cuerpo .cuadro-contenido .contenido p {
    font-size: 1.2em;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul {
    padding: 2%;
    padding-bottom: 6%;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li a {
    font-size: 14px;
  }
  .cuerpo .cuadro-contenido .adorno {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 43.2px;
    background-repeat: repeat-x;
    height: 21.6px;
  }
  .cuerpo .cuadro-contenido .adorno1 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 43.2px;
    background-repeat: repeat-x;
    height: 21.6px;
    width: 100%;
  }
  .cuerpo .cuadro-contenido .adorno2 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 43.2px;
    background-repeat: repeat-x;
    height: 21.6px;
    background-position: 0 -21.6px;
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .cuerpo .cuadro-contenido {
    top: 66px;
    width: 90%;
  }
  .cuerpo .cuadro-contenido .contenido h4 {
    font-size: 2em;
  }
  .cuerpo .cuadro-contenido .contenido p {
    font-size: 1.5em;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul {
    padding: 2%;
    padding-bottom: 6%;
  }
  .cuerpo .cuadro-contenido .sub-menu-cnst-plan ul li a {
    font-size: 12px;
  }
  .cuerpo .cuadro-contenido .adorno {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
  }
  .cuerpo .cuadro-contenido .adorno1 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
    width: 100%;
  }
  .cuerpo .cuadro-contenido .adorno2 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
    background-position: 0 -14.4px;
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (max-height: 600px) {
  .cuerpo .cuadro-contenido {
    height: 70%;
  }
  .cuerpo .cuadro-contenido .adorno {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
  }
  .cuerpo .cuadro-contenido .adorno1 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
    width: 100%;
  }
  .cuerpo .cuadro-contenido .adorno2 {
    background-image: url("../img/adornobox2.png");
    background-size: 33px 28.8px;
    background-repeat: repeat-x;
    height: 14.4px;
    background-position: 0 -14.4px;
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (max-height: 480px) {
  .cuerpo .cuadro-contenido {
    height: 68%;
  }
}
@media only screen and (max-height: 400px) {
  .cuerpo .cuadro-contenido {
    height: 60%;
  }
}
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background-image: url("../img/fondo-nav.jpg");
  background-repeat: repeat-x;
}
footer:hover {
  outline: 0;
}
footer:focus {
  outline: 0;
}
footer ul {
  position: absolute;
  list-style-type: none;
  font-family: "SnellRoundhandScript", Arial, sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 1.5em;
  text-align: center;
}
footer ul li {
  padding: 1%;
  display: inline;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration: none;
  color: #e87d9e;
}
footer ul li:nth-child(2) a {
  color: #ed3f43;
}
footer ul li:nth-child(3) a {
  color: #23a12c;
}
@media only screen and (max-width: 640px) {
  footer {
    height: 10%;
    text-align: center;
  }
  footer ul li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }
  footer ul li:hover {
    outline: 0;
  }
  footer ul li:focus {
    outline: 0;
  }
}
@media only screen and (max-height: 600px) {
  footer {
    height: 10%;
  }
  footer ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-height: 480px) {
  footer {
    height: 12%;
  }
  footer ul li a {
    font-size: 20px;
  }
}
.modal {
  left: 5%;
  top: 5%;
}
.modal .prop-header-modal {
  position: relative;
  width: 100%;
  height: 8%;
}
.modal .prop-header-modal-elements {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
}
.modal .prop-body-modal {
  width: 100%;
  height: 92%;
}
.modal .boton-volver-gen {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  right: 5%;
}
.modal .modal-contenido {
  position: relative;
  top: 40px;
  width: 768px;
  height: 540px;
}
.modal .modal-contenido .modal-contenido-header {
  position: relative;
  width: 100%;
  height: 8%;
}
.modal .modal-contenido .modal-contenido-header .btn-cerrar-modal {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  right: 5%;
  color: #fff;
  right: 10%;
}
.modal .modal-contenido .modal-contenido-body {
  width: 100%;
  height: 92%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #f36523;
  text-align: justify;
  color: #f5a776;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #mariachi {
  position: relative;
  margin-left: 30%;
  width: 30%;
  height: 20%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #mariachi2 {
  top: 0;
  position: absolute;
  left: 0;
  width: 20%;
  height: 15%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #mariachi3 {
  bottom: 6%;
  position: absolute;
  right: 18%;
  width: 10%;
  height: 25%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .definicion {
  width: 80%;
  height: 80%;
  margin: auto;
  margin-left: 15%;
  margin-top: 5%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll {
  overflow: scroll;
  overflow-x: hidden;
  width: 70%;
  margin: auto;
  height: 70%;
  /* Pseudo-clase */
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar {
  width: 8px;
  background: #f9b56a;
  border: solid 1px #ffc89f;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar-track {
  background: #f9b56a8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(top, #2faa49, #2faa49);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(top, #a03d59, #a03d59);
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(132, 64, 87, 0.6);
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .scroll p {
  width: 70%;
  margin: auto;
  height: 70%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .video-prevista {
  float: left;
  width: 48%;
  height: 45%;
  background: url(../img/fondo-nav.jpg);
  margin-top: 2%;
  margin-right: 1%;
  margin-left: 1%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .video-prevista iframe {
  margin: auto;
  width: 100%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .video-prevista h4 {
  border-bottom: 2px solid #2faa49;
  text-align: center;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist,
.modal .modal-contenido .modal-contenido-body .identi-descrip #player {
  width: 60%;
  /* Ancho de todo el contenedor */
  padding: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #player {
  /* Imagen de fondo del primer contenedor */
  background: url(../img/fondo-nav.jpg);
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip audio {
  width: 70%;
  /* Ancho del reproductor */
  margin: 0 auto;
  display: inline-block;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #player:after {
  /* Imagen animada */
  content: url(//lh3.googleusercontent.com/-KoD5KVOAsGQ/U1B_dWFttoI/AAAAAAAAFFc/uJ3SjLPlDHQ/s75/equalizador.gif);
  padding-left: 10px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist {
  margin: 0 auto 20px auto;
  display: block;
  background-image: url(../img/fondo-nav.jpg);
  background-repeat: repeat;
  border-top: 5px solid #2faa49;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
  font-size: 12px;
  /* Estilos de fuente */
  font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
  font-weight: normal;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist li,
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist ul li {
  background-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist li a {
  color: #CCC;
  /* Color de las canciones */
  background: #222;
  /* Fondo de las canciones */
  padding: 7px 5px;
  display: block;
  padding-left: 10px;
  text-decoration: none;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist li a:hover {
  background: #2faa49;
  /* Color de fondo al pasar el cursor */
  text-decoration: none;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist .active a {
  color: #f14b23;
  /* Color de la canción activa */
  font-style: italic;
  text-decoration: none;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist .active a:before {
  content: "\25B6";
  color: #CCC;
  font-style: normal;
  padding-right: 8px;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip #playlist .active a:hover {
  color: #222;
  /* Color de la canción activa al pasar el cursor */
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .margin-left {
  margin-left: 17%;
}
.modal .modal-contenido .modal-contenido-body .identi-descrip .footer-descrip {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 30;
  left: 0;
}
.modal .conoce-mamacha {
  position: relative;
  top: 40px;
  width: 768px;
  height: 540px;
}
.modal .conoce-mamacha .conoce-mamacha-header {
  position: relative;
  width: 100%;
  height: 8%;
}
.modal .conoce-mamacha .conoce-mamacha-header .btn-cerrar-modal {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  right: 5%;
  color: #fff;
  right: 10%;
}
.modal .conoce-mamacha .conoce-mamacha-body {
  width: 100%;
  height: 92%;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 95%;
  background-image: url("../img/basedevideo.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 20px;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: inline-block;
  position: relative;
  margin: 8% auto 0;
  font-size: 14px;
  color: #cd667b;
  text-align: right;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3:hover {
  outline: 0;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3:focus {
  outline: 0;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3 span {
  color: #cd6280;
  font-weight: bold;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha p {
  position: relative;
  font-size: 12px;
  padding: 4% 20%;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 3%;
  background: none;
  color: #cd6280;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha button:hover {
  outline: 0;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha button:focus {
  outline: 0;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha button i {
  font-size: 40px;
}
.modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha button:hover {
  color: #98314e;
}
.modal .conoce-mamacha .conoce-mamacha-body iframe {
  border-right: 20px solid black;
  border-left: 20px solid black;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.modal .galeria {
  width: 640px;
  height: 540px;
}
.modal .galeria .galeria-header {
  position: relative;
  width: 100%;
  height: 8%;
}
.modal .galeria .galeria-header .title {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  left: 5%;
  color: #fff;
}
.modal .galeria .galeria-header .icono {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  display: block;
}
.modal .galeria .galeria-header .icono i {
  font-size: 24px;
  color: #e81f56;
}
.modal .galeria .galeria-header .btn-cerrar-modal {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  right: 5%;
  color: #e81f56;
}
.modal .galeria .galeria-body {
  width: 100%;
  height: 92%;
  background-image: url("../img/baze-de-video-musicay-fotos.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal .galeria .galeria-body .galeria-display {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 0 auto;
  top: 4%;
}
.modal .galeria .galeria-body .galeria-display img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 90%;
}
.modal .galeria .galeria-body .galeria-texto {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
.modal .galeria .galeria-body .galeria-slider {
  position: relative;
  height: 20%;
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  top: 1%;
}
.modal .galeria .galeria-body .galeria-slider .galeria-preview-list {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 1320px;
  height: 90%;
  padding: 0 10px;
}
.modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview {
  display: inline-block;
  margin-top: 0.2%;
  height: 70px;
  width: 110px;
  text-align: center;
}
.modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview img {
  opacity: 0.7;
  cursor: pointer;
  display: inline;
  margin: 2% 0;
  height: 96%;
  width: auto;
}
.modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview img:hover {
  opacity: 1;
}
.modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview .galeria-activo {
  opacity: 1;
  outline: 4px solid rgba(125, 200, 150, 0.5);
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
  background: #959595;
  /* Old browsers */
  background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=0);
  /* IE6-9 */
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn:hover {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn:focus {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn:hover {
  opacity: 1;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn i {
  height: 100%;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-left {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
  background: #959595;
  /* Old browsers */
  background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=0);
  /* IE6-9 */
  left: 0;
  border-radius: 10px 0 0 10px;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-left:hover {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-left:focus {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-left:hover {
  opacity: 1;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-left i {
  height: 100%;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-right {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
  background: #959595;
  /* Old browsers */
  background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=0);
  /* IE6-9 */
  right: 0;
  border-radius: 0 10px 10px 0 ;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-right:hover {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-right:focus {
  outline: 0;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-right:hover {
  opacity: 1;
}
.modal .galeria .galeria-body .galeria-slider .galeria-btn-scroll.btn-right i {
  height: 100%;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.modal .tutorial {
  position: relative;
  margin: 0 auto;
  top: 40px;
  width: 640px;
  height: 540px;
}
.modal .tutorial .header-tutorial {
  width: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: relative;
  padding-bottom: 7%;
}
.modal .tutorial .contenido-tutorial {
  position: relative;
  height: 30%;
  left: -200%;
}
.modal .tutorial .contenido-tutorial h4 {
  font-family: "Roskell", Arial, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 1.8em;
}
.modal .tutorial .contenido-tutorial img {
  position: relative;
  margin-top: 10%;
  left: 20%;
}
.modal .tutorial .contenido-tutorial p {
  color: #efefef;
  font-size: 1.2em;
}
.modal .tutorial .contenido-tutorial:nth-child(2) {
  height: 25%;
}
.modal .tutorial .contenido-tutorial:nth-child(2) h4 {
  color: #159e15;
}
.modal .tutorial .contenido-tutorial:nth-child(3) {
  height: 25%;
}
.modal .tutorial .contenido-tutorial:nth-child(3) h4 {
  color: #ff192f;
}
.modal .tutorial .iniciar-mariachi {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  display: none;
}
.modal .tutorial .iniciar-mariachi:hover {
  outline: 0;
}
.modal .tutorial .iniciar-mariachi:focus {
  outline: 0;
}
.modal .tutorial .iniciar-mariachi img {
  width: 120px;
  height: auto;
  opacity: 0.8;
}
.modal .tutorial .iniciar-mariachi:hover img {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .modal .tutorial {
    top: 40px;
    width: 576px;
    height: 540px;
  }
  .modal .tutorial .contenido-tutorial h4 {
    font-size: 1.5em;
  }
  .modal .tutorial .contenido-tutorial p {
    font-size: 1em;
  }
  .modal .tutorial .iniciar-mariachi img {
    width: 108px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .modal .tutorial {
    top: 40px;
    width: 448px;
    height: 378px;
  }
  .modal .tutorial .contenido-tutorial h4 {
    font-size: 1.2em;
  }
  .modal .tutorial .contenido-tutorial p {
    font-size: 0.9em;
  }
  .modal .tutorial .iniciar-mariachi img {
    width: 84px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .modal .tutorial {
    top: 40px;
    width: 320px;
    height: 270px;
  }
  .modal .tutorial .contenido-tutorial h4 {
    font-size: 1.2em;
  }
  .modal .tutorial .contenido-tutorial p {
    font-size: 0.9em;
  }
  .modal .tutorial .iniciar-mariachi img {
    width: 60px;
    height: auto;
  }
}
.modal-backdrop.in {
  background-color: #000;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .modal .modal-contenido {
    top: 40px;
    width: 768px;
    height: 540px;
  }
  .modal .conoce-mamacha {
    top: 40px;
    width: 768px;
    height: 540px;
  }
  .modal .galeria {
    width: 640px;
    height: 540px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list {
    width: 2090px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview {
    height: 70px;
    width: 110px;
    text-align: center;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn {
    width: 30px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .modal {
    left: 4%;
    top: 4%;
  }
  .modal .modal-contenido {
    top: 32px;
    width: 614.4px;
    height: 432px;
  }
  .modal .conoce-mamacha {
    top: 32px;
    width: 614.4px;
    height: 432px;
  }
  .modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3 {
    margin: 4% auto 0;
  }
  .modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha p {
    padding: 3% 10%;
  }
  .modal .galeria {
    width: 512px;
    height: 432px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list {
    width: 1672px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview {
    height: 56px;
    width: 88px;
    text-align: center;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn {
    width: 24px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .modal {
    left: 5%;
    top: 3%;
  }
  .modal .modal-contenido {
    top: 24px;
    width: 460.8px;
    height: 324px;
  }
  .modal .conoce-mamacha {
    top: 24px;
    width: 100%;
    height: 100 %;
  }
  .modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha {
    background-color: #f2d7c4;
    height: 100%;
  }
  .modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha h3 {
    margin: 4% auto 0;
  }
  .modal .conoce-mamacha .conoce-mamacha-body .texto-mamacha p {
    padding: 3% 10%;
  }
  .modal .galeria {
    top: 10%;
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 448px;
    height: 378px;
  }
  .modal .galeria .galeria-body .galeria-slider {
    top: -1%;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list {
    width: 1540px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-preview-list .galeria-preview {
    height: 49px;
    width: 77px;
    text-align: center;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn {
    width: 12px;
  }
  .modal .galeria .galeria-body .galeria-slider .galeria-btn i {
    font-size: 6px;
  }
}
.btn-scroll-pagina {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  -webkit-backface-visibility: hidden;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  background: none;
  opacity: 0.7;
}
.btn-scroll-pagina:hover {
  outline: 0;
}
.btn-scroll-pagina:focus {
  outline: 0;
}
.btn-scroll-pagina:hover {
  opacity: 0.9;
}
.btn-scroll-pagina i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 70px;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
}
.btn-scroll-pagina i:hover {
  outline: 0;
}
.btn-scroll-pagina i:focus {
  outline: 0;
}
.btn-scroll-pagina.btn-left {
  left: 10px;
}
.btn-scroll-pagina.btn-right {
  right: 20px;
}
.tt {
  z-index: 5;
  display: none;
  position: absolute;
  color: #fff;
  border-radius: 10px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 10px;
  background-color: rgba(70, 50, 10, 0.8);
  width: 350px;
  height: auto;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 150, 50, 0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 150, 50, 0.8);
  box-shadow: 0px 1px 5px 0px rgba(50, 150, 50, 0.8);
}
.tt h4 {
  font-size: 16px;
}
.tt p {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .tt h4 {
    font-size: 20px;
  }
  .tt p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .tt {
    width: 300px;
  }
}
.tt-instr {
  position: fixed;
  -webkit-backface-visibility: hidden;
  background-color: rgba(233, 212, 167, 0.95);
}
.tt-instr p {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.borde-adorno {
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 12px 30px;
}
.border-top {
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 12px 30px;
  background-image: url("../img/borde-adorno.png");
  background-position: 0 0;
  height: 21px;
  bottom: -21px;
}
.border-bottom {
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 12px 30px;
  background-image: url("../img/borde-adorno.png");
  background-position: 0 -21px;
  height: 9px;
  top: -9px;
}
@media only screen and (max-width: 991px) {
  .btn-scroll-pagina i {
    width: 56px;
    font-size: 56px;
  }
  .borde-adorno {
    background-size: 9.6px 24px;
  }
  .border-top {
    background-size: 9.6px 24px;
    background-position: 0 0);
    height: 16.8px;
    bottom: -16.8px;
  }
  .border-bottom {
    background-size: 9.6px 24px;
    background-position: 0 -16.8px;
    height: 7.2px;
    top: -7.2px;
  }
}
@media only screen and (max-width: 640px) {
  .btn-scroll-pagina i {
    width: 42px;
    font-size: 42px;
  }
  .borde-adorno {
    background-size: 7.2px 18px;
  }
  .border-top {
    background-size: 7.2px 18px;
    background-position: 0 0;
    height: 12.6px;
    bottom: -12.6px;
  }
  .border-bottom {
    background-size: 7.2px 18px;
    background-position: 0 -12.6px;
    height: 12.6px;
    top: -5.4px;
  }
}
@media only screen and (max-height: 500px) {
  .btn-scroll-pagina i {
    width: 42px;
    font-size: 42px;
  }
}
