/*@font-face{ 
    font-family: Montserrat
    url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
}*/
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  /* Legacy iOS*/
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Bold.eot?iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  /* Legacy iOS*/
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Black.eot?iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/Montserrat-Black.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Black.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/Montserrat-Black.svg#Montserrat-Bold') format('svg');
  /* Legacy iOS*/
  font-style: normal;
  font-weight: normal;
}

* {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat';
}

/*img {
  width: 100%;   
  height: auto;
}*/

.logo {
  width: 90px;
  height: 90px;
}

body {
  background: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  color: #ffffff !important;

}

p {
  color: #ffffff !important;
  font-family: 'Montserrat';
}

label {
  color: #fff !important;
}

li {
  color: #fff;
}

header {
  z-index: 9999999;
  width: 100%;
  overflow: hidden;
}

.cont-header {
  background: rgba(0, 0, 0, 0.2);
}

header .list-menu .list li .item-menu {
  display: inline-block;
  position: relative;
  color: #ffffff;
  /*color: #007940;*/
  font-weight: 600;
  font-family: 'Montserrat';
}

header .list-menu .list li .item-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  /*background-color: #d10;*/
  background-color: #007940;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

header .list-menu .list li .item-menu:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

header .menu-bar-movil {
  background: #121212;
  width: 100%;
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  padding: 0 1.5rem;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5.875rem;
}

header .menu-bar-movil .logo-menu-movil {
  width: 6rem;
}

header .menu-bar-movil .burger-menu {
  cursor: pointer;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 999999 !important;
  display: flex;
  justify-content: space-between;
}

header .menu-bar-movil .slideMenu {
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  background: #121212;
  text-align: left;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-right: 8px solid #fff;
}



header .menu-bar-movil .slideMenu.active {
  left: 0;
}

header .menu-bar-movil .slideMenu .top-redes {
  margin-bottom: 0.625rem;
}

header .menu-bar-movil .slideMenu .top-redes a {
  padding: 0 0.5625rem;
}

header .menu-bar-movil .slideMenu .menu-principal a {
  top: 200px;
  display: block;
  padding: 0.625rem 1rem;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Montserrat';
}

/*.list li a{
  text-shadow: 4px 0px 3px #007940;
}
*/
header .menu-bar-movil .slideMenu .menu-principal a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.texto-eres p,
.texto-somos p {
  text-align: justify;
  font-size: 1.2rem;
}

.eres-tu,
.somos-todos {
  font-family: 'Montserrat-Black';
  font-weight: bold;
}

@media (max-width: 600px) {

  .text-sm-center {
    text-align: center;
  }

  .icon-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-banner-2 {
    background-size: cover !important;
  }

  .navbar {
    display: none !important;
  }

  .bar-menu {
    display: none !important;
  }

  .menu-bar-movil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bg-silueta {
    height: 600px !important;
  }
}

@-webkit-keyframes aparecer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}


.logo-bottom img {
  width: 15%;

  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.ocultar {
  opacity: 0;
}

.animar {
  -webkit-animation: aparecer 1.3s;
  animation: aparecer 1.3s;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  padding-top: 106px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  max-width: 100%;
  width: 100vw;
  min-height: 100%;
  /*height: 100vh;*/
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
.text-animation {
  width: 100%;
  height: 100px;
  background: red;
  position: relative;
}

.text-animation .text-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline;
  width: 100%;
}

.marquee-w {

  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  z-index: 0;
}

#marq {
  color: #fff;
  margin: 1em auto;
  width: 100%;
  height: 85px;
  /*border: inset; */
  overflow: hidden;
  white-space: nowrap;

}

#orig {
  font-size: 2.5rem;
  display: inline-block;
  transform: translatex(0);
  animation: marquesina 20s infinite normal linear 1s;
}

#copia {
  font-size: 2.3rem;
}


@keyframes marquesina {
  0% {
    transform: translatex(0);
  }

  100% {
    transform: translatex(-50%);
  }
}


@media (max-width: 600px) {
  .marquee-w {
    z-index: -1;
  }

  .menu {
    z-index: 8 !important;
  }

  #myVideo {
    height: 500px !important;
  }

  .footer {
    height: 450px !important;
  }

  .contain-colabora {
    padding-top: 120px !important;
  }

  .contain-colabora .title-col {
    padding: 80px 0;
  }
}

.marquee {
  position: absolute;
  display: block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  text-align: center;
  min-width: 100%;
  height: 100%;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
  color: #fff;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.stroke {
  -webkit-text-stroke: 6px #ffffff;
  letter-spacing: 2px;
}

.footer {
  background-image: url("../img/pie.png");
  width: 100%;
  height: 150vh;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.cont-gral {
  width: 100%;
  /*height: 100vh;*/
}

.cont-column {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-section {
  overflow: hidden;
  z-index: 99;
  width: 10%;
  height: 100vh;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  overflow: hidden;
}

.cont-section:nth-child(1)::before {
  content: "";
  position: absolute;
  /*background-image: url(../img/gajes-column.png);*/
  /*background-image: url(../img/GAJES-OF-COLUMN.png);*/

  background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
}

.cont-section:nth-child(2)::before {
  content: "";
  position: absolute;
  /*background-image: url(../img/txplica-column.png);*/
  /*background-image: url(../img/VISIONMX-COLUMN.png);*/

  background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
}

.cont-section:nth-child(3)::before {
  content: "";
  position: absolute;
  /*background-image: url(../img/visionarios-column.png);*/
  background-image: url(../img/VISIONARIOS-OF-COLUMN.png);
  background-repeat: no-repeat;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
}

.cont-section:nth-child(4)::before {
  content: "";
  position: absolute;
  /*background-image: url(../img/mente-column.png);*/
  background-image: url(../img/AGALLAS-COLUMN.png);
  background-repeat: no-repeat;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
}

.cont-section:nth-child(5)::before {
  content: "";
  position: absolute;
  /*background-image: url(../img/favoritos-column.png);*/
  background-image: url(../img/VISIONVIVO-COLUMN.png);
  background-repeat: no-repeat;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 1s ease-in !important;
  transition: 1s ease-in !important;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
}

.cont-section .cont-column {
  visibility: hidden;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  opacity: 0;
}

.cont-section:hover {
  width: 100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}

.cont-section:hover:nth-child(1)::before {
  margin-left: -100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: -1 !important;
}

.cont-section:hover:nth-child(2)::before {
  margin-left: -100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: -1 !important;
}

.cont-section:hover:nth-child(3)::before {
  margin-left: -100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: -1 !important;
}

.cont-section:hover:nth-child(4)::before {
  margin-left: -100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: -1 !important;
}

.cont-section:hover:nth-child(5)::before {
  margin-left: -100%;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  z-index: -1 !important;
}

.cont-section:hover .cont-column {
  visibility: visible;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  opacity: 1;
}

.cont-title {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.cont-text {
  position: absolute;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40%;
  color: #fff;
}

.social {
  position: fixed;
  right: 30px;
  top: 280px;
  z-index: 200;

}

.social ul li {
  list-style: none;
  text-decoration: none;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.social ul li:hover {
  background: rgba(220, 220, 220, 0.2);
  border-radius: 50%;
}

.social ul li a {

  color: #C4C3C3;
  margin: 0 auto;

}

.social ul li a:hover {

  color: #007940;

}

.social ul li i {

  font-size: 2rem;

}


#en-vivo i {
  font-size: 3rem;

}

#en-vivo a {
  text-decoration: none;
  list-style: none;

}

#en-vivo .btnTwitch:hover {

  color: #fff;

}

.btnTwitch {
  display: flex;
  justify-content: center;
  align-items: center;

}


@media screen and (max-width: 700px) {
  .cont-title {
    display: block;
    padding: 0;
  }

  .cont-title .cont-text {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .cont-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cont-column .cont-section {
    width: 100%;
    height: 10%;
  }

  .cont-column .cont-section:hover {
    overflow-y: scroll;
    height: 100%;
  }
}

.text-video {
  width: 560px;
  height: 315px;
  /*text-align: justify !important;*/
}

.api-video {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 540px;
}

.footer-contenido {
  text-align: center;
}

.img-visionmx img {
  width: 10%;
}

.footer-contenido p {
  text-transform: uppercase;
}

.footer-contenido p:nth-child(2) {
  font-size: 5rem;
  font-weight: bold;
  text-align: left;
  margin-left: 5rem;
  margin-top: 2rem;
}

.footer-contenido p:nth-child(3) {
  color: #000 !important;
  width: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20rem;
  margin-left: 5rem;


}

.footer-contenido p:nth-child(4) {
  font-weight: 600;
  text-transform: capitalize;
  color: #000 !important;
  margin-top: 10rem;
  margin-left: 8rem;
  width: 40%;
  font-size: 2rem;

}


@-webkit-keyframes delay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes delay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel {
  width: 100%;
}

.carousel .carousel-inner {
  width: 100%;
}

.carousel .carousel-item {
  width: 100%;
  height: 450px;
}

.contain-colabora {
  padding-top: 200px;
}

/*# sourceMappingURL=style.css.map */



.aviso a {
  color: #fff;
}

.titulo-contenido {
  display: flex;
  justify-content: center;
}

.lista-videos {

  padding: 1rem;
  display: flex;
  justify-content: center;

}

.lista-videos tbody tr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lista-videos tbody tr td {
  /*border: 1px solid #fff;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

.galeria-md {
  padding-top: 106px;
}

.instalaciones-lista ul {

  list-style: none;
  text-decoration: none;

}

.icon {
  bottom: -20px !important;
}

.icon button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;


}

.tabla {
  color: #fff;
}


.en-vivo {
  position: fixed;
  left: 30px;
  top: 250px;
  z-index: 200;
}


.vivo-player {
  position: fixed;
  left: 30px;
  top: 350px;
  z-index: 200;

}


/*#twitch-player{

  width: 100vw;
  height: 100vh;

}

*/
/*=========================================
PANTALLA GRANDE 1920px en adelante)  .footer
===========================================*/

@media(min-width: 1600px) {

  .en-vivo {
    position: fixed;
    left: 30px;
    top: 250px;
    z-index: 200;
  }


  .vivo-player {
    position: fixed;
    left: 30px;
    top: 350px;
    z-index: 200;

  }


}

/*=========================================
PANTALLA ESCRITORIO 1366px en adelante)
===========================================*/
@media(max-width: 1599px) and (min-width: 1200px) {

  .footer-contenido p:nth-child(2) {
    font-size: 4rem;
    margin-left: 1.5rem;
  }


  .footer-contenido p:nth-child(3) {
    font-size: 1.6rem;
    margin-top: 3rem;
  }


  .footer-contenido p:nth-child(4) {
    font-size: 1.6rem;
    margin-top: 4rem;
  }


  .en-vivo {
    top: 200px;
  }

  .vivo-player {
    left: 30px;
    top: 250px;
  }

  #twitch-player iframe {
    height: 380px;
    width: 554px;
  }

  .btnTwitch b {
    font-size: .8rem;
  }



}

/*=========================================
TABLET HORIZONTAL MD 1024px en adelante)
===========================================*/
@media(max-width: 1199px) and (min-width: 992px) {

  .footer-contenido p:nth-child(2) {
    font-size: 3rem;
    margin-left: 1.5rem;
  }

  .footer-contenido p:nth-child(3) {
    color: #000 !important;
    font-size: 1.2rem;
    margin-left: 3rem;
    margin-top: 6rem;
    width: 50%;
  }

  .footer-contenido p:nth-child(4) {
    color: #000 !important;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5rem;
    margin-top: 3rem;
    text-transform: capitalize;
    width: 40%;
  }


  #myVideo {
    height: 90vh;
  }

  .vivo-player {
    left: 30px;
    top: 300px;
  }

  #twitch-player iframe {
    height: 380px;
    width: 554px;
  }



}

/*=========================================
TABLET VERTICAL SM 992px en adelante)
===========================================*/
@media(max-width: 991px) and (min-width: 768px) {


  .list-unstyled {
    line-height: 30px;
  }

  .logo {
    display: block;
    margin: 0 auto;
  }

  .lista-videos-mobile {
    text-align: center;
  }

  .lista-videos-mobile tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .owl-nav {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .owl-prev,
  .owl-next {
    -webkit-transition: all .5s ease;
    font-size: 2rem;
    margin: 0 0.5rem;
    transition: all .5s ease;

  }

  #myVideo {
    /*height: 90vh;*/
    padding-top: 160px;
  }

  /*FOOTERS*/

  .img-visionmx img {
    padding-top: 0rem;
    width: 12%;
  }

  .footer {
    height: 120vh !important;
  }

  .footer-contenido {
    padding-top: 0px !important;
  }


  .footer-contenido p:nth-child(2) {
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 2rem;
    margin-top: 0rem;
    text-align: left;
  }

  .footer-contenido p:nth-child(3) {
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 3rem;
    margin-top: 5rem;
    width: 50%;
  }

  .footer-contenido p:nth-child(4) {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 5rem;
    margin-top: 2rem;
    text-transform: capitalize;
    width: 40%;
  }

  /* PLAYYER EN VIVO TWICHT*/

  .vivo-player {
    /* top: 0;*/
    bottom: 70px !important;
    left: 0;
    margin: 0 auto;
    right: 0;

  }

  #twitch-player iframe {
    height: 380px;
    width: 554px;
  }

  /* END TWICTCH*/

}

@media(max-width: 767px) and (min-width: 601px) {


  .social {
    position: fixed;
    right: 30px;
    top: 280px;
    z-index: 200;

  }

  .social ul li {
    list-style: none;
    text-decoration: none;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .social ul li:hover {
    background: rgba(220, 220, 220, 0.2);
    border-radius: 50%;
  }

  .social ul li a {

    color: #C4C3C3;
    margin: 0 auto;

  }

  .social ul li a:hover {

    color: #007940;

  }

  .social ul li i {

    font-size: 2rem;

  }



  .en-vivo {
    display: inline-block;
    right: 10px !important;
    bottom: 10px !important;
    top: auto;
    left: auto;

  }

  #en-vivo i {
    font-size: 1.3rem;
  }



  /* PLAYYER EN VIVO TWICHT*/

  .vivo-player {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 70px !important;
    margin: 0 auto;

  }

  #twitch-player iframe {

    width: 100%;
    height: 100%;

  }

  /* END TWICTCH*/


}

/*=========================================
MOVIL HORIZONTAL SM 768px en adelante)
===========================================*/
@media(max-width:600px) and (min-width:428px) {

  .social {
    position: fixed;
    top: 15px;
    z-index: 9999999;
    right: 70px;
  }

  .social ul li {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin: 0;
    width: 50px;
    height: 50px;

  }

  .social ul li i {
    font-size: 1.2rem;
  }

  /* .social ul li:hover {
    display: inline-block;


  } */

  .en-vivo {
    display: inline-block;
    right: 10px !important;
    bottom: 10px !important;
    top: auto;
    left: auto;

  }

  #en-vivo i {
    font-size: 1rem;
  }

  #myVideo {
    height: 346px !important;
  }

  .video-player__container {
    width: 40% !important;
    height: 40% !important;
  }


  .logo-menu-movil img {
    width: 80%;
  }

  .burger-menu img {
    width: 15%;
  }


  #flip {
    margin-left: -130px;
  }

  #myVideo {
    height: 90vh;
    padding-top: 10px;
    margin-bottom: -50px;
  }

  .eres-tu,
  .somos-todos {
    padding-left: 20px;
  }

  .texto-eres p,
  .texto-somos p {
    padding: 17px;
  }


  /*  .footer{
    height: 65vh !important;
  }*/

  .img-visionmx img {

    padding-top: 0px;
  }



  .logo {
    display: block;
    margin: 0 auto;
  }

  .footer {
    height: 65vh !important;
  }

  .img-visionmx img {
    width: 15%;
    margin-top: 7px;
  }



  .footer-contenido p:nth-child(2) {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    margin-left: 1.5rem;
    margin-top: -3rem;
  }

  .footer-contenido p:nth-child(3) {
    color: #000 !important;
    width: 50%;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 4rem;
    margin-left: 3rem;
  }

  .footer-contenido p:nth-child(4) {
    font-weight: 600;
    text-transform: capitalize;
    color: #000 !important;
    margin-top: 2rem;
    margin-left: 3rem;
    width: 40%;
    font-size: 1rem;
  }

  /* PLAYYER EN VIVO TWICHT*/

  .vivo-player {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 70px !important;
    margin: 0 auto;

  }

  #twitch-player iframe {

    width: 100%;
    height: 100%;

  }

  /* END TWICTCH*/



}

/*=========================================
MOVIL HORIZONTAL SM 575px en adelante)
===========================================*/
/*@media(max-width: 574px) and (min-width: 320px){*/
@media(max-width: 427px) and (min-width: 320px) {

  .social {
    position: fixed;
    top: 5px;
    z-index: 9999999;
    right: 70px;
  }

  .social ul li {

    display: inline-block;
    text-align: center;
    line-height: 60px;
    width: 40px;
    height: 40px;

  }

  .social ul li i {
    font-size: 1rem;
  }

  .en-vivo {
    display: inline-block;
    right: 10px !important;
    bottom: 10px !important;
    top: auto;
    left: auto;

  }

  #en-vivo i {
    font-size: 1.3rem;
  }



  #myVideo {
    height: 346px !important;
  }


  /* PLAYYER EN VIVO TWICHT*/

  .vivo-player {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 70px !important;
    margin: 0 auto;

  }

  #twitch-player iframe {

    width: 100%;
    height: 100%;

  }

  /* END TWICTCH*/

  .logo-menu-movil img {
    width: 80%;
  }

  .burger-menu img {
    width: 15%;
  }


  #flip {
    margin-left: -130px;
  }

  #burger_menu img {
    width: 25%;
    padding: 15px;
  }


  .texto-eres,
  .texto-somos {
    text-align: justify;
  }


  .marquee-w {
    height: 80px;
  }


  .footer {
    height: 45vh !important;
  }

  .img-visionmx img {

    padding-top: 15px;
  }

  .footer-contenido p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    margin-left: 1.3rem;
    margin-top: -0.5rem;
  }

  .footer-contenido p:nth-child(3) {
    color: #000 !important;
    width: 50%;
    font-size: .6rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-left: 2rem;
  }


  .footer-contenido p:nth-child(4) {
    font-weight: 600;
    text-transform: capitalize;
    color: #000 !important;
    margin-top: 1.3rem;
    margin-left: 3rem;
    width: 40%;
    font-size: .5rem;
  }




}


div#swiper-wrapper-76461010b10e2dd2d610 {
  justify-content: space-evenly;
}


/*
.footer {
    background-image: url(../img/footer.jpg);
    width: 100%;
    height: 150vh;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    }




    /* ========================================

            BAD CRUZ

==========================================*/


body {
  background-color: #343a40 !important;
}

.container-c {
  width: 85%;
  margin: auto !important;
}

.cruz-wrap {
  width: 85%;
}

.der-cruz h2,
.der-cruz p {
  margin: 3% 0;
}

.cruz-title h2 {
  padding: 2% 0;
  margin-right: 8%;
  font-weight: 700;
}

.cruz-title {
  font-family: Montserrat;
  font-size: 2.8vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subtitulo-cruz {
  font-family: Montserrat;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.parrafo-cruz {
  color: #FFF;
  text-align: justify;
  font-family: Montserrat;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.6px;
  margin-top: 3% !important;
}

.componente-cruz,
.componente-cruz p {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: -1.45px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFF;
}

.contacto-cruz p a {
  text-decoration: none;
  color: #0095ff;
}

.contacto-cruz p a:hover {
  color: orange;
}

/* Movil */

@media (max-width: 576px) {

  .cruz-wrap {
    width: 90%;
  }

  .container-c {
    width: 100%;
  }

  .img-movil-cruz {
    width: 100% !important;
  }

  .subtitulo-cruz-movil {
    font-size: 4vw;
  }

  .parrafo-cruz-movil {
    font-size: 4vw;
  }

  .componente-cruz,
  .componente-cruz p {
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat;
    font-size: 4.5vw !important;
    font-weight: 700;
    letter-spacing: -1.45px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 1.5% 2%;
  }

  .text-center-movil {
    font-size: 4.5vw !important;
  }

  .contacto-cruz p {
    text-align: center;
    font-size: 5vw;
  }

  .contacto-cruz h2 {
    text-align: center;
    font-size: 6.6vw !important;
  }
}

/* ===================================

      NON NUDE

====================================*/


/* Desktop */

@media (min-width: 577px) {

  .containerNude {
    width: 85%;
    margin: auto !important;
  }

  .gridNudeParte1 {
    margin-top: 2% !important;
    display: grid;
    grid-template: 100% / 30% 70%;
  }

  .titleWrapNude {
    color: white;
    text-align: end;
    border-bottom: solid 2px white;
    border-top: solid 2px white;
  }

  .titleWrapNude h2 {
    font-family: Montserrat;
    font-size: 2.8vw;
    font-weight: 700;
    margin-right: 5%;
    padding: 1% 0;
  }

  .wrapImg1Nude {
    display: flex;
    justify-content: center;
  }

  .wrapImg1Nude img {
    width: 80%;
  }

  .contenidoSeccionNude {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6% !important;
  }

  .contenidoSeccionNude>h2 {
    font-family: Montserrat;
    text-align: end;
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5% 0;
  }

  .contenidoSeccionNude p {
    text-align: justify;
    font-family: Montserrat;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.6px;
  }

  .componentNude {
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat;
    font-size: 2vw !important;
    font-weight: 700;
    letter-spacing: -1.45px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 1.5% 2%;
  }

  .forsaMtNude {
    margin-top: 4% !important;
  }

}

/* Mobil */

@media (max-width: 576px) {
  .titleWrapNude {
    color: white;
    text-align: end;
    border-bottom: solid 2px white;
    border-top: solid 2px white;
  }

  .titleWrapNude h2 {
    font-family: Montserrat;
    font-size: 7vw;
    margin-right: 5%;
    padding: 1% 0;
  }

  .containerNude {
    width: 95%;
    margin: auto !important;
  }

  .wrapImg1Nude {
    display: flex;
    justify-content: center;
    margin-top: 4% !important;
  }

  .wrapImg1Nude img {
    width: 100%;
  }

  .contenidoSeccionNude>h2 {
    color: white;
    font-family: Montserrat;
    text-align: end;
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5% 0;
  }

  .contenidoSeccionNude p {
    color: white;
    text-align: justify;
    font-family: Montserrat;
    font-size: 4vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.6px;
  }

  .componentNude {
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat;
    font-size: 5vw !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 1.5% 2%;
  }

  .wMobilNude {
    width: 95%;
    margin: auto;
  }

  .wMobilNude2 {
    width: 100% !important;
  }

  .mtMobilNude {
    margin-top: 4% !important;
  }

}

/* ===============================

        GRETA FORTE

==================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --fontSizeTitle: 2.8vw;
  --fontSizeSubtitle: 2vw;
  --fontSizeParrafo: 1.3vw;
  --fontFamily: 'montserrat';
  --dark: black;
  --light: white;
  --colorLink: #0095ff;
  --colorLinkHover: #fd7e14;
}


/* DESKTOP */
@media (min-width: 577px) {
  .containerGreta {
    width: 85%;
    margin: auto;
    margin-top: 2%;
  }

  .wrapTitleGreta {
    color: white;
    text-align: end;
    border-bottom: solid 2px white;
    border-top: solid 2px white;
  }

  .titleGreta {
    color: var(--light);
    font-family: var(--fontFamily);
    font-size: var(--fontSizeTitle);
    font-weight: 700;
    margin-right: 5%;
    padding: 1% 0;
  }

  .subtitleGreta {
    color: var(--light);
    font-family: var(--fontFamily);
    text-align: end;
    font-size: var(--fontSizeSubtitle);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5% 0;
  }

  .parrafoGreta {
    color: var(--light);
    text-align: justify;
    font-family: var(--fontFamily);
    font-size: var(--fontSizeParrafo);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.6px;
  }

  .compGreta {
    color: var(--dark) !important;
    font-family: var(--fontFamily);
    font-size: var(--fontSizeSubtitle);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .5vw;
    background: var(--light);
    padding: 1.5% 2%;
    text-align: center;
  }

  .imgGreta1 {
    background: url(/img/img-greta/greta_1.jpeg);
    background-position: center left 60%;
    background-size: cover;
  }

  .imgGreta3 {
    background: url(/img/img-greta/greta_3.jpeg);
    background-position: center left 40%;
    background-size: cover;
  }

  .customP1 {
    padding: 12% 0;
  }
}

/* TABLETA */
@media (max-width: 768px) {
  :root {
    --fontSizeTitle: 3.8vw;
    --fontSizeSubtitle: 2.8vw;
    --fontSizeParrafo: 1.8vw;
  }
}

/* MOVIL */
@media (max-width: 576px) {

  :root {
    --fontSizeTitle: 5.8vw;
    --fontSizeSubtitle: 4vw;
    --fontSizeParrafo: 3.6vw;
  }

  .containerGreta {
    width: 95%;
    margin: auto;
    margin-top: 2%;
  }

  .wrapTitleGreta {
    color: white;
    text-align: end;
    border-bottom: solid 2px white;
    border-top: solid 2px white;
  }

  .titleGreta {
    color: var(--light);
    font-family: var(--fontFamily);
    font-size: var(--fontSizeTitle);
    font-weight: 700;
    margin-right: 5%;
    padding: 3% 0;
    margin: 0;
  }

  .subtitleGreta {
    color: var(--light);
    font-family: var(--fontFamily);
    text-align: end;
    font-size: var(--fontSizeSubtitle);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5% 0;
  }

  .parrafoGreta {
    color: var(--light);
    text-align: justify;
    font-family: var(--fontFamily);
    font-size: var(--fontSizeParrafo);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.6px;
  }

  .compGreta {
    color: var(--dark) !important;
    font-family: var(--fontFamily);
    font-size: var(--fontSizeSubtitle);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .5vw;
    background: var(--light);
    padding: 1.5% 2%;
    text-align: center;
  }

  .imgGreta1 {
    width: 95%;
    margin: auto;
    height: 250px;
    background: url(/img/img-greta/greta_1.jpeg);
    background-position: center left 60%;
    background-size: cover;
  }

  .imgGreta3 {
    width: 95%;
    margin: auto;
    height: 250px;
    background: url(/img/img-greta/greta_3.jpeg);
    background-position: center left 40%;
    background-size: cover;
  }

  .customP1 {
    padding: 2% 0;
  }

}