/* For mobile phones: */
@font-face {
  font-family: 'Lemon/Milk light Regular';
font-weight: lighter;
  src: local('Lemon/Milk light Regular'), url('LemonMilklight.woff') format('woff');
}

@import "url('https://fonts.googleapis.com/css?family=Raleway')";

body {
  overflow-x: hidden;
  margin-right: 0px;
  position: relative;
  background-color: #151932;
  color: white;
}

html {
  font-family: "Raleway", sans-serif;
  background-color: #151932;
  color: white;
}

.videos iframe {
  float: left;
  width: 50%;
  background-color: #151932;
  color: white;
}

.vid {
  width: 50%;
  display: block;

}

.vid div iframe {
margin-left:0px;
padding: 3px;
display: block;

}

.vi3 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.video-container2{
  position: relative;
  width: 50%;
  padding-bottom: 28.125%;
  z-index: 1;
}
.video-containerg{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 1;
}
.video-container {
  position: relative;
  width: 60%;
  padding-bottom: 33.75%;
  z-index: 1;
}

.videochi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
}
.menuinterior{
  z-index: 3;
}
.idioma {
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
}

.idioma a {
  float: left;
  margin-right: 9px;
  margin-left: 9px;
  margin-top: 9px;
  left: 0px;
  text-align: right;
  color: white;
  font-family: "Raleway", sans-serif;

}

.idioma a:hover {
  color: #FAFF3C;
  text-decoration: none;
  font-size: 15px;
}

.letrasmenu {
  color: #FAFF3C;
  margin-top: 20px;
}

.scroll {
  position: absolute;
  top: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.textoscroll {
  color: #FAFF3C;
}

.chevron {
  position: inherit;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #FAFF3C;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

p {
  color: white;
  margin-top: auto;
  line-height: 1.5;
  margin: 15px;
}

.espaciado p {}

h1 {
  color: white;
}

* {
  box-sizing: border-box;
}

.narzis {
  font-family: "Lemon/Milk light Regular";
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
  color: white;
  font-weight: lighter;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
}

.espaciotopbotton {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grande {
  font-size: 100px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

.cabeza {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.cabeza img {
  height: 85px;
  width: auto;
}

.video {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}

#video_background {
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  z-index: -1000;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#video_pattern {
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#video_background2 {
  bottom: 0px;
  right: 0px;
  min-width: 0%;
  min-height: 0%;
  width: 0px;
  z-index: -1000;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#video_pattern {
  background: #fff;
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.centrovertical {
  display: flex;
  align-content: center;
  align-items: center;
}

.textointerior {
  font-size: 15px;
}

.textointerior h1 {
  font-size: 15px;
}

.titulo img {
  width: 40%;
  text-align: left;
  margin-left: -15px;
  float: left;
  margin-bottom: 60px;
}

.titulob img {
  width: 40%;
  text-align: right;
  float: right;
  margin-right: -15px;
  margin-bottom: 60px;
}

.movil {
  display: none;
}

.rowie::after {
  content: "";
  clear: both;
  display: table;
}

[class*="pum-"] {
  float: left;
  padding: 0px;
}

.rowie {
  margin-bottom: 20px;
}

.pum-1 {
  width: 30%;
}

.pum-2 {
  padding-left: 10px;
  padding-top: 0px;
  width: 70%;
}

#icono {
  width: 80px;
  text-align: center;
}

.centrohorizontal {
  display: flex;
  align-content: left;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 90%;
}

#iconog1 {
  width: 80%;
  text-align: center;
}

#iconog {
  margin-top: -20px;
  width: 140%;
  text-align: center;
}

#iconog3 {
  width: 100%;
  text-align: center;
}

.paddingtop {}

.rojo {
  padding-top: 40px;
  display: block;
  align-content: left;
  align-items: center;
}

.rojo img {
  width: 100%;
  text-align: center;
}

.marcatextos {
  color: #FAFF3C;
}

footer {
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #151932;
  height: auto;
  width: 100%;
  float: left;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: #FAFF3C;
}

.info {
  text-align: center;
    padding-top: 15px;
}

.logosredes img {
  width: 17%;
  padding: 5px
}

.contacto {
  font-size: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  .circulo {
    width: 1;
    z-index: 110;
    position: fixed;
    top: -19px;
    right: -2.5%;
  }


  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 6px;

  }
  .video-containerg {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;

  }

.videosredes{
  width: 100%;

}
  .scroll {
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0%;
    display: flex;
    align-items: center;
    align-content: center;
  }

  .idiom {
    display: flex;
      align-items: center;
      justify-content: center;
  }

  .idioma a {
    float: none;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    left: 0px;
    font-size: 12px;
    text-align: left;
    color: white;
    font-family: "Raleway", sans-serif;
  }

  .idioma a:hover {
    color: #FAFF3C;
    text-decoration: none;
    font-size: 13px;
  }

  .textoscroll {
    color: #FAFF3C;
    font-size: 8px;
  }

  .chevron {
    position: inherit;
    width: 18px;
    height: 5px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }

  .cabeza {
    height: auto;
    padding: 20px;
  }

  .cabeza img {
    height: 80px;
    width: auto;
    padding: 0px;
  }

  .letrasmenu {
    font-size: 8px;
    margin-top: 12px;
  }

  .video {
    width: 100%;
    height: 90%;
    margin-top: -10px;
  }

  #video_background {
    bottom: 0px;
    right: 0px;
    min-width: 0;
    min-height: 0;
    width: 0px;
    z-index: -1000;
    overflow: hidden;
  }

  #video_pattern {
    position: fixed;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
  }

  #video_background2 {
    bottom: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    width: 0px;
    z-index: -1000;
    overflow: hidden;
  }

  .narzis {
    font-family: "Lemon/Milk light Regular";
    text-align: center;
    font-size: 20px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;
    margin-right: 5;
  }

  .titulo img {
    width: 120%;
    text-align: left;
    float: left;
      margin-left: -90px;
    margin-bottom: 20px;
  }

  .titulob img {
    width: 120%;
    text-align: right;
    float: right;
    margin-right: -90px;
    margin-bottom: 20px;
  }

  .centrovertical {}

  .servicios3 {
    text-align: left;
  }

  .servicios3 h1 {
    font-size: 22px;
  }

  .puntos img {
    width: 90px;
    text-align:
  }

  .puntos p {
    text-align: left;
    padding: 0%;
  }

  .pum-1 {
    width: 20%;
  }

  .pum-2 {
    padding-left: 10px;
    padding-top: 5px;
    width: 75%;
  }

  .deskop {
    display: none;
  }

  .movil {
    display: block;
  }

  .videos iframe {
    float: inherit;
    margin-top: 10px;
    width: 100%;
    height: auto;
  }

  .vid {
    width: 100%;
    justify-content: center;
  }


  .vi3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }

  footer {
    padding: 2%;
    background-color: #151932;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-left: -440px;
  }

  .footerlogo {
    text-align: center;
    margin-bottom: 10px;
  }

  .logosredes {}

  .logosredes img {
    width: 14%;
        padding-top: 5px;
        padding-bottom: 5px;
    padding: 0px;
    margin: 10px;
    float: none;
  }
  .info {
    text-align: center;
      padding-top:0px;
  }

  #iconog, #iconog1, #iconog3, #iconog2 {
    width: 70%;
    text-align: center;
  }

  .rojo {
    padding-top: 0px;
    display: block;
    align-content: center;
    align-items: center;
  }

  .rojo img {
    width: 70%;
    text-align: center;
  }

  #whatsapp {
    width: 30%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
  }

  .centrovertical {
    display: block;
  }

  .invertir {
    display: flex;
    flex-direction: row-reverse;
  }

  .subir {
    width: 10px;
    margin-right: 6%;
    margin-bottom: 1%;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 100;
  }

  .subir a img {
    width: 30px;
  }
}

@media (min-width: 768px) {

  /* For lap: */
  #whatsapp {
    width: 10%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
  }

  .subir {
    width: auto;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 100;
  }



  .subir a img {
    width: 30px;
  }
}

@media (min-width: 1400px) {

  /* desktop */
  #whatsapp {
    width: 10%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
  }

  .subir {
    width: auto;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 100;
  }
}
