﻿/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. hero slider IMG BACKGROUND
	1.2. about IMG BACKGROUND
  2. reset
  3. layout
  4. navigation
  5. bg color
  6. post heading
  7. parallax
  8. button
  9. section heading h1
  10. section heading h2
  11. upper page
  12. animated text
  13. page wrapper
  14. IMG carousel
  15. post box
  16. overlay
  17. hero container
  18. home
  19. main title
  20. home credits
  21. services panel
  22. preloader
  23. inner spacer
  24. contact form
  25. videos
  26. social icons
    26.1. social icons home
  27. to top arrow
  28. logo
  29. Swiper CUSTOM
    29.1. Swiper style 1
	29.2. Swiper style 2
	29.3. Swiper style 3
	29.4. Swiper style DEPPEX
	29.5. Swiper style DEPPEX 2
  30. Magnific Popup CUSTOM
  31. Lity CUSTOM
  32. Owl Carousel CUSTOM
  33. news
  34. divider
  35. extra margin
  36. section subtitle
  37. section title
  38. extras
  39. blog
  40. extras 2
  41. extras 3
  42. main title
  43. blockquote
  44. HTML5 video
  45. Montserrat -webkit-text-stroke Fix
*/


/* ==================================================

css VMS

=====================================================*/

.blogButton {
  -webkit-box-shadow: 1px 1px 14px 1px #03c68b;
  box-shadow: 1px 1px 14px 1px #03c68b;
  background-color: #00815a84;
  border-radius: 21px;
  border: 1px solid #03c68b;
  display: inline-block;
  cursor: pointer;
  color: #fffefe;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  padding: 7px 25px;
  margin: 12% 5% 0% -51%;

}

.blogButton2 {
  -webkit-box-shadow: 1px 1px 14px 1px #03c68b;
  box-shadow: 1px 1px 14px 1px #03c68b;
  background-color: #00815a84;
  border-radius: 21px;
  border: 1px solid #03c68b;
  display: inline-block;
  cursor: pointer;
  color: #fffefe;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  padding: 7px 25px;
  margin: 0% 0% 0% 5%;

}

.NButton {
  -webkit-box-shadow: 1px 1px 14px 1px #03c68b;
  box-shadow: 1px 1px 14px 1px #03c68b;
  background-color: #00815a84;
  border-radius: 21px;
  border: 1px solid #03c68b;
  display: inline-block;
  cursor: pointer;
  color: #fffefe;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  padding: 7px 25px;
  margin: 0% 0% 0% 5%;

}

.mailButton {
  -webkit-box-shadow: 3px 4px 14px 1px #03c68b;
  box-shadow: 3px 4px 14px 1px #03c68b;
  background-color: #00815a84;
  border-radius: 21px;
  border: 1px solid #03c68b;
  display: inline-block;
  cursor: pointer;
  color: #fffefe;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  padding: 7px 25px;


  margin: 12% 44% 0% 0%;

}

.blogButton:hover {
  background-color: #00ffb3;
}

.blogButton2:hover {
  background-color: #00ffb3;
}

.blogButton:active {
  position: relative;
  top: 1px;
}

.NButton:hover {
  background-color: #00ffb3;
}

.NButton:active {
  position: relative;
  top: 1px;
}

.img-logoVMS {
  margin: 0px 10px 0px -39px;
  width: 15%;
}

.img-vmsA {
  position: relative;
  z-index: 1;
  margin: -91% 45% 0% 100%;
}

/* Imagen superior */
.img-vmsAS {
  position: relative;
  z-index: 1;
  margin: -113% 45% 0% 100%;
}

.container-vms {
  background-color: #000000;
  width: 80%;
  height: 80%;
  text-align: center;

}

.container-vms3 {
  background-color: #00140e;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 7% 0% 0% 0%;

}

.text-exp {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 35px;
  text-align: justify !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 0% 45% 10% auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-Cont {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 35px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 35% 10% 1% auto;
  /* padding: 70% 0% 0% 0% ; */
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}


h1.text-vms {
  font-size: 36px;
  margin: 25% 25% auto auto;
}

h1.text-vms3 {
  font-size: 36px;
  margin: 47% 0% auto 140%;
}

h1.text-exp {
  font-size: 40px;
  margin: 10% 10% auto auto;
}

h1.text-Cont {
  font-size: 45px;
  margin: 0% 5% 0% 5%;
  font-family: 'Work Sans', sans-serif;
}

p.text-Cont {
  font-size: 20px;
  margin: 5% 5% 5% 5%;
  font-family: 'Work Sans', sans-serif;
}

.container2-vms {
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;

}

.column {
  float: fit-content;
  width: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00140e;
}

.column2 {
  float: fit-content;
  width: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-after {
  content: "";
  display: table;
  clear: both;
}

.videoFrame {
  width: 20%;
  height: 50%;
  margin: 75% auto auto auto;
}

.videoFrameNosotros {
  width: 20%;
  height: 50%;
  margin: 75% auto auto auto;
}


.videoN {
  position: absolute;
  top: 0;
  left: 60%;
  width: 40%;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.videoFrame2 {
  width: 20%;
  height: 30%;
  margin: 30% auto auto auto;
}

.text-vms {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 35px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 40% 42% 15px auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-vms-QVR {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 35px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 40% 42% 15px auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-vms2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 5% 25% -12px auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-vms3 {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 35px;
  text-align: right !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 40% 42% 15px auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-vms4 {
  font-family: 'Work Sans', sans-serif;

  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: -1% -96% -12px auto;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}



.container-vms2 {
  background-color: #00140e;
  width: 100%;
  height: 40%;
  text-align: center;
  margin: 0% 0% 0%;
}

.fondo {
  /* background-image: url("../img/Activaciones/Activaciones04.png");
  background-size: cover;
  background-position: left left;
  background-repeat: no-repeat;
  height: 115%; */
}

/*-------------------------------------------Contenedor activaciones------------------*/
.neon-button {

  margin: 100px 0px 0px 0px;
  padding: 3px 30px;
  font-size: 14px;
  background-color: #00000084;
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #03f0a9;
  box-shadow: 0 0 10px #03f0a9;
  border: none;
  border-radius: 25px;
}

.neon-button:hover {
  background-color: #00815a84;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
}

.neon-button2 {
  position: absolute;
  bottom: 70px;
  right: 120px;
  border: none;
  border-radius: 25px;
  padding: 3px 30px;
  font-size: 14px;
  background-color: #00000084;
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #03f0a9;
  box-shadow: 0 0 10px #03f0a9;
}

.neon-button2:hover {
  background-color: #00815a84;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
}


/*--------------------------Contenedores experiencias------------------------*/

section {
  position: relative;
  margin: -38px;
  padding: 0;
  background: none;
  z-index: 1;
}

.img-experiencias {
  position: absolute;
  bottom: 50px;
  right: 20px;
}

.mySlides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Experinecias AR imagen y texto */
.img-vmsE {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 7% 0% 5% 35%;
}

.texto-experiencias {
  background-color: #00140e;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -5% 0% 0% 0%;
}

.texto-experiencias h1 {
  margin: 3% 40% 26% 0%;
}

.texto-experiencias p {
  margin: -23% 19% 7% 0%;
  width: 71%;
}


.img-vmsEAR {
  width: 102%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 10% 0% 0% 0%;
}

.texto-experienciasAR {
  background-color: #00140e;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -15% 1% 0% 0%;
}

.texto-experienciasAR h1 {
  margin: 13% 30% 13% 0%;
}

.texto-experienciasAR p {
  margin: -9% 14% 5% 0%;
  width: 66%;
}

.neon-button-exp {
  border: none;
  border-radius: 25px;
  margin: 10% 12% 146% -452%;
  padding: 10% 50% 6% 50%;
  font-size: 17px;
  background-color: #00000084;
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #03f0a9;
  box-shadow: 0 0 10px #03f0a9;
}

.neon-button-exp:hover {
  background-color: #00815a84;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
}

.neon-button-exp-identidad {
  border: none;
  border-radius: 25px;
  margin: -5% 0% 10% 42%;
  padding: 0% 3% 0% 3%;
  font-size: 17px;
  background-color: #00000084;
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #03f0a9;
  box-shadow: 0 0 10px #03f0a9;
}

.neon-button-exp-identidad:hover {
  background-color: #00815a84;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
}

/*Manejo de la seccion de tarjetas*/

.tarjetasAR {
  background-color: #00140e;
  width: 100%;
  height: 75%;
  margin: -7% 0% 0% 0%;
}

.tam-tarjetasAR {
  width: 256px;
  height: 256px;
  margin: -9% -9% 3% -1%;
  padding: 11% 2% 0% 0%;
}


/*-------------------------------------Contenedores contacto--------------------------------*/
.container-vms2-contacto {
  background-color: #00140e;
  width: 100%;
  height: 40%;
  text-align: center;
  margin: 0% 0% 0% 0%;
}

.column-contacto {
  float: fit-content;
  width: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00140e;
}

.text-vms-contacto {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 35px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 8% 0% 0% 41%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;

}

h1.text-vms-contacto {
  font-size: 36px;
  margin: 13% 0% 0% 40%;
}

.text-vms2-contacto {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 9% 0% -5% 40%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.img-mail {
  width: 45px;
  height: 45px;
  margin: -35% 0% 0% 105%;
}

.text-vms2-contacto-mail {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px bold;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: #00C6AC;
  margin: -20% 25% 0% 120%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.img-whats {
  width: 45px;
  height: 45px;
  margin: -3% 0% 0% 105%;
}

.text-vms2-contacto-whats {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: #00C6AC;
  margin: -4% 25% 0% 120%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.img-diviconos {
  margin: 0% 0% 0% 40%;
  width: 100%;
}

.img-iconosredes {
  width: 40px;
  height: 40px;
  margin: 18% 0% 0% 6%;

}

.neon-textcontacto {
  color: #00C6AC;
  /* Color del texto */
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

.neon-textcontacto:hover {
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #00C6AC, 0 0 70px #00C6AC, 0 0 80px #00C6AC, 0 0 100px #00C6AC, 0 0 200px #00C6AC;
}

/*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
.column-App {
  float: fit-content;
  width: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00140e;
}

.img-vmsApp {
  width: 530px;
  height: 547px;
  margin: -63% 45% 0% 110%;
}

.container-vmsApp {
  background-color: #00140e;
  width: 100%;
  height: 40%;
  text-align: center;
  margin: 0% 0% 0% -4%;
}

.text-vmsApp {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 31px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 30% 0% 0% 40%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.text-vmsApp2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  margin: 3% 25% 0% 40%;
  width: 50%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.neon-buttonApp {
  position: absolute;
  border: none;
  border-radius: 25px;
  padding: 3px 30px;
  font-size: 14px;
  background-color: #00000084;
  color: #fff;
  margin: 3% 0% 0% 0%;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #03f0a9;
  box-shadow: 0 0 10px #03f0a9;
}

.neon-buttonApp:hover {
  background-color: #00815a84;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
}


/*-------------------------------------------------------------------Contenedores Blog-------------------------------------------------------------------------*/
.blogButton {
  margin: 40% -30% 5% -30%;
  font-size: 20px;
  padding: 7px 25px;
}

/* ------------------------------------------------------Contenedores Index-----------------------------------------------------------*/

.bottom-credits-index {
  position: fixed;
  display: block;
  visibility: visible;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: auto;
  height: 50px;
  right: 50px;
  bottom: 14px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 1002;
}

.bottom-credits-index a {
  color: white;
}

/* -------------------------Contenedor y botones de la pagina de descargas */

.container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.neon-frame {
  width: 913px;
  height: 502px;
  border: 5px solid #00C6AC;
  border-radius: 20px;
  text-align: center;
  margin: -14% 0% 15% 0%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #00C6AC;
  box-shadow: 0 0 10px #00C6AC;
}

.neon-text {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 36px;
  margin: 15% 0% 52% 0%;
}


.p-neon-text {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  margin: -51% 0% 71% 0%;
}

.p-neon-text-titulo {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 25px;
  margin: -45% -21% 23% 1%;
  width: 140%;
}

.p-neon-text-cuerpo {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  text-align: left;
  margin: -22% 0% 9% 51%;
  padding: -12% 0% 0% 0%;

}

.neon-image {
  width: auto;
  height: 94%;
  margin: 1% -20% 0% -76%;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.neon-button-descargas {
  border: 5px solid #00C6AC;
  border-radius: 20px;
  margin: -33px -192px 26px 235px;
  padding: 3px 58px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 10px #00c6ab;
  box-shadow: 0 0 10px #00c6ab;
  z-index: 10;
}

.neon-button-descargas:hover {
  background-color: #03c68b;
}

.social-icons-descargas {
  margin: 1% 0% 0% 49%;
}

.social-icons-descargas a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  padding: 0% 3% 0% 0%;
  position: relative;
  z-index: 10;
}

/*----------------------------- Carrusel pagina descargas---------------- */
.header-descargas {
  padding: 10px;
  text-align: center;
}

.container-descargas {
  width: 100vw;
  padding: 10px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  text-align: center;
}

.slider {
  list-style: none;
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 19% 0% 0% -19%;
}

.slider li {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: -70% -39% -1% 0%;
}

.slider li:first-child {
  opacity: 0;
}

.slider li:target {
  opacity: 1;
  /*mostramos la que le hemos dado clic */
}

.menu-descargas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  list-style: none;
}

.menu-descargas li .img1 {
  width: 100%;
  height: 60%;
  padding: 114% 5% 0% 0%;
}

.neon-frame-item {
  text-align: center;
  margin: -93% -20% 0% 26%;
  position: relative;
  overflow: hidden;
}

.menu-descargas hr {
  border-color: #00c6ab;
  /* Cambia a tu color deseado, por ejemplo, "red" */
  border-width: 2px;
  /* Cambia el grosor de la línea si es necesario */
}

.txt-img {
  font-size: 20px;
  color: #007C6C;
  text-transform: uppercase;
  margin: 0% 0% 0% -1%;
  width: 94%;
}

.reference {
  position: relative;
}




/*----------------------------------------Resolucicon 1920----------------------------------*/

@media all and (min-width: 1920px) {
  .blogButton {
    margin: 0% -3% 0% -3%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .NButton {
    margin: 0% 0% 0% 3%;
    font-size: 15px;
    padding: 7px 25px;
  }

  .mailButton {
    margin: 7% 60% 0% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .container-vms3 {
    background-color: #00140e;
    width: 100%;
    height: 33%;
    text-align: center;
    margin: 7% 0% 0% 0%;
  }

  h1.text-vms {
    font-size: 51px;
    margin: 10% 20% auto auto;
  }

  h1.text-exp {
    font-size: 35px;
    margin: 6% 10% auto auto;
  }

  h1.text-Cont {
    font-size: 70px;
    margin: 35% 0 0% -7%;
    font-family: 'Work Sans', sans-serif;
  }

  p.text-Cont {
    font-size: 32px;
    margin: 4% 5% 5% -7%;
    font-family: 'Work Sans', sans-serif;
  }

  .img-vmsE {
    height: 100%;
    position: relative;
    margin: -20% 5% 5% 70%;
    width: 50%;
  }

  p.text-vms2 {
    font-size: 27px;
    margin: 10% 5% 10% 30%;

  }

  .img-vmsA {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  .img-vmsAHologram {
    width: 200%;
    position: relative;
    margin: -13% auto 0% 0%;
  }


  .img-vmsAS {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  .container-vms {
    width: 100%;

  }

  .column {
    float: left;
    width: 50%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #00140e;
  }




  /*Botones activaciones*/
  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 70px 0px 0px 0px;
    padding: 3px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button2 {
    position: absolute;
    bottom: -393%;
    right: 19%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-vms3 {
    font-size: 51px;
    margin: -31% 0% -1% 139%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 27px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% -96% -3% 145%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }


  /*--------------------------Contenedores experiencias------------------------*/
  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 6% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 18% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 5% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 0% 12% 146% -864%;
    padding: 10% 50% 6% 50%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 45%;
    padding: 0% 2% 0% 2%;
    font-size: 26px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    /* background-color: #00C6AC; */
    width: 256px;
    height: 256px;
    margin: 0% 6% 3% 5%;
    padding: 2% 0% 0% 2%;
  }

  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 0% 0% 0% 4%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 36px;
    margin: 30% 0% 0% 40%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 9% 0% -5% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 60px;
    height: 60px;
    margin: -24% 0% 0% 100%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -15% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1
  }

  .img-whats {
    width: 60px;
    height: 60px;
    margin: -1% 0% 0% 100%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -4% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -36% 0% 0% 8%;
    width: 161%;
  }

  .img-iconosredes {
    width: 60px;
    height: 60px;
    margin: 40% 0% 0% 10%;
  }

  /*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
  .column-App {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .img-vmsApp {
    width: 1099px;
    height: 1196px;
    margin: -98% 47% 9% 96%
  }

  .container-vmsApp {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 17% 0% 0% -5%;
  }

  .text-vmsApp {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 30% 0% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-vmsApp2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% 25% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-buttonApp {
    position: absolute;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 27px;
    background-color: #00000084;
    color: #fff;
    margin: 4% 0% 1% 0%;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-buttonApp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 35%;
    text-align: center;
    margin: 7% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 35px;
    margin: 0% 10% auto auto;
  }

  .img-vmsE-nosotros {
    width: 60%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -21% 1% 0% 38%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 41px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 4% 0% 0% 7%;
    width: 39%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 41px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% 0% 0% 4%;
    width: 39%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 14% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 0%;
    left: 57%;
    width: 43%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 17%;
    right: 68%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 70px;
    margin: 9% 0 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 21%;
    right: 65%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }


  h1.text-vms-blog {
    font-size: 51px;
    margin: 19% 20% auto auto;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 57%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 42px;
    margin: 1% 5% 10% 30%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 65%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 41px;
    margin: 1% 0% 3% 27%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 51px;
    margin: 11% 4% auto auto;
    width: 68%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  /*---------------------------- Contenedores Blog-QueEsVR------------ */
  .img-vmsA-QVR1 {
    height: 100%;
    position: relative;
    margin: -170% auto 0% 99%;
  }

  .img-vmsA-QVR2 {
    height: 100%;
    position: relative;
    margin: -32% auto 0% 99%;
  }

  .img-vmsA-QVR3 {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  .text-vms2-QVR {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 57%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-QVR {
    font-size: 51px;
    margin: 10% 20% auto auto;
  }

  p.text-vms2-QVR {
    font-size: 27px;
    margin: 10% 5% 10% 29%;
  }

  .blogButton2 {
    margin: 3% 0% 0% 9%;
    font-size: 30px;
    padding: 7px 25px;
  }


}

/* ---------------------------------------- Resolucicon 1440---------------------------------- */
@media only screen and (max-width: 1440px) {

  /* Contenedores Activaciones*/
  h1.text-vms3 {
    font-size: 24px;
    margin: -32% 50% auto 123%
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -1% 50% 0% 139%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-button2 {
    position: absolute;
    bottom: -557%;
    right: -3%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .img-vmsAHologram {
    width: 200%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  /*--------------------------Contenedores experiencias------------------------*/
  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 6% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 17% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 5% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 0% 12% 146% -684%;
    padding: 10% 50% 6% 50%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 45%;
    padding: 0% 2% 0% 2%;
    font-size: 26px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    /* background-color: #00C6AC; */
    width: 256px;
    height: 256px;
    margin: 0% 1% 3% 5%;
    padding: 2% 0% 0% 2%;
  }


  /*--------------------------------- Contenedor descargas------------ */
  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30% 0% 0% -19%;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: 36% 0% 52% 0%;
  }

  .neon-frame-item {
    text-align: center;
    margin: -70% 5% 0% 26%;
    padding: 0% 0% 0% 0%;
    position: relative;
    overflow: hidden;
  }


  /* --------------------------Contenedor Contacto----------------------------- */
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 5% 0% 0% 5%;
  }

  .img-mail {
    width: 45px;
    height: 45px;
    margin: -26% 0% 0% 104%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px bold;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -16% 25% 0% 120%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: 0% 1% 0% 7%;
    width: 161%;
  }

  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 35%;
    text-align: center;
    margin: 8% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 35px;
    margin: 0% 10% auto auto;
  }

  .img-vmsE-nosotros {
    width: 60%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -21% 1% 0% 38%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 34px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 4% 0% 0% 7%;
    width: 39%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% 0% 0% 4%;
    width: 33%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 14% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 0%;
    left: 57%;
    width: 43%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 17%;
    right: 68%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 70px;
    margin: 9% 0 0% 4%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 8%;
    right: 71%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    position: relative;
    margin: -94% 0% 4% 73%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 51px;
    margin: 43% 42% auto auto;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 59%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 35px;
    margin: 1% 0% 0% 8%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 59%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 35px;
    margin: 4% 0% 3% 11%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 51px;
    margin: 11% 31% auto auto;
    width: 60%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -122% auto 0% 73%;
  }

  /*---------------------------- Contenedores Blog-QueEsVR------------ */
  .img-vmsA-QVR1 {
    height: 100%;
    position: relative;
    margin: -147% auto 0% 99%;
  }

  .img-vmsA-QVR2 {
    height: 100%;
    position: relative;
    margin: -33% auto 0% 99%;
  }

  .img-vmsA-QVR3 {
    height: 100%;
    position: relative;
    margin: -13% auto 0% 0%;
  }

  .text-vms2-QVR {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 57%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-QVR {
    font-size: 51px;
    margin: 10% 20% auto auto;
  }


  p.text-vms2-QVR {
    font-size: 27px;
    margin: 10% 5% 10% 29%;
  }

  .blogButton2 {
    margin: 140% 83% -4% -104%;
    font-size: 30px;
    padding: 7px 25px;
  }


}

/*----------------------------------------Resolucicon 1280----------------------  */
@media only screen and (max-width: 1280px) {
  .blogButton {
    margin: 29% 13% 5% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .NButton {
    margin: 0% 0% 0% 3%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .mailButton {
    margin: 5% 22% 0% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .container-vms3 {
    width: 100%;
    height: 15%;
    text-align: center;
    margin: 9% auto auto;
  }

  h1.text-vms {
    font-size: 27px;
    margin: 20% 5% 5% 20%;
  }

  h1.text-exp {
    font-size: 40px;
    margin: 20% 10% auto auto;
  }

  h1.text-Cont {
    font-size: 35px;
    margin: 5% 0% 5% 5%;
  }

  p.text-Cont {
    font-size: 20px;
    margin: 5% 5% 5% 5%;
    font-family: 'Work Sans', sans-serif;
  }

  .img-vmsE {
    height: 100%;
    position: relative;
    margin: 5% 5% 5% 5%;
  }

  p.text-vms2 {
    font-size: 16px;
    margin: 0% auto 0% 20%;

  }


  .img-vmsA {
    height: 100%;
    position: relative;
    margin: -5% auto 0% -15%;
  }

  .img-vmsAS {
    height: 100%;
    position: relative;
    margin: -5% auto 0% -15%;
  }

  .container-vms {
    width: 100%;

  }

  .column {
    float: left;
    width: 50%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #00140e;
  }

  /*Botones activaciones*/
  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 70px 0px 0px -80px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button2 {
    position: absolute;
    bottom: 36px;
    right: 120px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-vms3 {
    font-size: 27px;
    margin: 52% 0% auto 136%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% -94% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 9% 0% 0% 0%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 36px;
    margin: 48% 0% 0% 26%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 39% 0% -15% 26%;
    width: 69%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 50px;
    height: 50px;
    margin: -82% 0% 0% 81%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -46% 25% 0% 99%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 50px;
    height: 50px;
    margin: 4% 0% 0% 105%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -7% 25% 0% 120%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -7% 0% 0% 5%;
    width: 175%;
  }

  .img-iconosredes {
    width: 45px;
    height: 45px;
    margin: 41% 0% 0% 8%;
  }

  /*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
  .column-App {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .img-vmsApp {
    width: 697px;
    height: 685px;
    margin: -89% 47% 9% 101%;
  }

  .container-vmsApp {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 6% 0% 0% -9%;
  }

  .text-vmsApp {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 30% 0% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-vmsApp2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% 25% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-buttonApp {
    position: absolute;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    margin: 4% 0% 1% 0%;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-buttonApp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }



  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }



  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 6% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 30% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 13% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 0% 12% 146% -481%;
    padding: 10% 50% 6% 50%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 43%;
    padding: 0% 2% 0% 2%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*----------------------------------------------Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: 0% -9% 3% 5%;
    padding: 2% 0% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 164%;
    gap: 10px;
    list-style: none;
  }


  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: 50% 0% 52% 0%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 33% 0% 0% -19%;
  }

  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 96%;
  }

  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 33%;
    text-align: center;
    margin: 8% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 35px;
    margin: 0% 10% auto auto;
  }

  .img-vmsE-nosotros {
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 1% 0% 5%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 34px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 4% 0% 0% 7%;
    width: 47%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 46px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 0% 0% 24%;
    width: 67%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 41% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 1%;
    left: 57%;
    width: 43%;
    bottom: 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 23%;
    right: 60%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 70px;
    margin: 6% 0 0% 34%;
    width: 78%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 7%;
    right: 38%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    position: relative;
    margin: -25% 0% 5% -101%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 51px;
    margin: 186% 35% 0% 28%;
    width: 143%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 38px;
    width: 137%;
    margin: 3% 0% 49% 30%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 160%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 51px;
    margin: 143% 36% 0% 31%;
    width: 199%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -68% auto 0% -95%;
  }

}

/*---------------------------------------- Resolucicon 1200----------------------------------*/

@media only screen and (max-width: 1200px) {
  .blogButton {
    margin: 29% 13% 5% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .NButton {
    margin: 0% 0% 0% 3%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .mailButton {
    margin: 5% 22% 0% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .container-vms3 {
    width: 100%;
    height: 15%;
    text-align: center;
    margin: 9% auto auto;
  }

  h1.text-vms {
    font-size: 27px;
    margin: 20% 5% 5% 20%;
  }

  h1.text-exp {
    font-size: 40px;
    margin: 20% 10% auto auto;
  }

  h1.text-Cont {
    font-size: 35px;
    margin: 5% 0% 5% 5%;
  }

  p.text-Cont {
    font-size: 20px;
    margin: 5% 5% 5% 5%;
    font-family: 'Work Sans', sans-serif;
  }

  .img-vmsE {
    height: 100%;
    position: relative;
    margin: 5% 5% 5% 5%;
  }

  p.text-vms2 {
    font-size: 16px;
    margin: 0% auto 0% 20%;

  }


  .img-vmsA {
    height: 100%;
    position: relative;
    margin: -5% auto 0% -15%;
  }

  .img-vmsAS {
    height: 100%;
    position: relative;
    margin: -5% auto 0% -15%;
  }

  .container-vms {
    width: 100%;

  }

  .column {
    float: left;
    width: 50%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #00140e;
  }

  /*Botones activaciones*/
  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 70px 0px 0px -80px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button2 {
    position: absolute;
    bottom: 36px;
    right: 120px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-vms3 {
    font-size: 27px;
    margin: 52% 0% auto 136%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% -94% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 9% 0% 0% 0%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 36px;
    margin: 48% 0% 0% 26%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 39% 0% -15% 26%;
    width: 69%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 50px;
    height: 50px;
    margin: -82% 0% 0% 81%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -46% 25% 0% 99%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 50px;
    height: 50px;
    margin: 4% 0% 0% 105%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -7% 25% 0% 120%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -7% 0% 0% 5%;
    width: 175%;
  }

  .img-iconosredes {
    width: 45px;
    height: 45px;
    margin: 41% 0% 0% 8%;
  }

  /*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
  .column-App {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .img-vmsApp {
    width: 697px;
    height: 685px;
    margin: -89% 47% 9% 101%;
  }

  .container-vmsApp {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 6% 0% 0% -9%;
  }

  .text-vmsApp {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 30% 0% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-vmsApp2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 3% 25% 0% 40%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-buttonApp {
    position: absolute;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    margin: 4% 0% 1% 0%;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-buttonApp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }



  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }



  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 6% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 30% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 13% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 0% 12% 146% -481%;
    padding: 10% 50% 6% 50%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 43%;
    padding: 0% 2% 0% 2%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*----------------------------------------------Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: 0% -9% 3% 5%;
    padding: 2% 0% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 164%;
    gap: 10px;
    list-style: none;
  }


  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: 24% 0% 52% 0%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24% 0% 0% -19%;
  }

  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 33%;
    text-align: center;
    margin: 8% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 35px;
    margin: 0% 10% auto auto;
  }

  .img-vmsE-nosotros {
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 1% 0% 5%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 34px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 4% 0% 0% 7%;
    width: 47%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 46px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 0% 0% 24%;
    width: 67%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 41% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 1%;
    left: 57%;
    width: 43%;
    bottom: 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 23%;
    right: 60%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 70px;
    margin: 6% 0 0% 34%;
    width: 78%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 7%;
    right: 38%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    position: relative;
    margin: -25% 0% 5% -101%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 51px;
    margin: 186% 35% 0% 28%;
    width: 143%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 38px;
    width: 137%;
    margin: 3% 0% 49% 30%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 160%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 51px;
    margin: 143% 36% 0% 31%;
    width: 199%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -68% auto 0% -95%;
  }

}

/*---------------------------------- Resoluciones Portrait---------------------------- */
/* Resolucion 1024 */

@media only screen and (max-width: 1024px) {

  /* -------------------------Contenedores Activaciones------------------------- */
  h1.text-vms3 {
    font-size: 27px;
    margin: -43% 0% auto 140%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -3% -96% -21px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-button2 {
    position: absolute;
    bottom: -512%;
    right: 5%;
    border: none;
    border-radius: 25px;
    padding: 2px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .img-vmsA {
    height: 100%;
    position: relative;
    margin: -40% auto 0% -15%;
  }

  .img-vmsAS {
    height: 100%;
    position: relative;
    margin: -36% auto 0% 0%;
  }

  /*------------------------ Contenedor Experiencias */
  .container-vms3 {
    background-color: #00140e;
    width: 100%;
    height: 24%;
    text-align: center;
    margin: 10% auto auto auto;

  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -36% 1% 0% 0%;
  }

  /*------------------------Contenedor Nosotros  */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 27%;
    text-align: center;
    margin: 8% 0% 0% 0%;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 70px;
    margin: 0% 0 0% 28%;
    width: 78%;
    font-family: 'Work Sans', sans-serif;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 46px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 6% 0% 0% 15%;
    width: 67%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }


  /* -------------------------------------Contenedor Descargas-------------------- */
  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: -26% 0% 52% 0%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -22% 0% 0% -19%;
  }

  .neon-frame {
    width: 913px;
    height: 502px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: -27% 0% 15% 0%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

}


/*---------------------------------------- Resolucicon 995----------------------------------*/

@media only screen and (max-width: 995px) {
  .blogButton {
    margin: -8% -64% -2% 0%;
    font-size: 14px;
    padding: 7px 25px;
  }

  .NButton {
    margin: 0% 0% 0% 5%;
    font-size: 15px;
    padding: 3px 20px;
  }

  .mailButton {
    margin: 5% 56% 5% 0%;
    font-size: 20px;
    padding: 7px 25px;
  }

  .container-vms3 {
    background-color: #00140e;
    width: 100%;
    height: 39%;
    text-align: center;
    margin: 10% auto auto auto;

  }

  h1.text-vms {
    font-size: 24px;
    margin: 2% 0% auto 5%;
  }

  h1.text-exp {
    font-size: 40px;
    margin: 15% 10% auto auto;
  }

  h1.text-Cont {
    font-size: 28px;
    margin: 5% 0% 5% 5%;
  }

  p.text-Cont {
    font-size: 18px;
    margin: 5% 5% 5% 5%;
    font-family: 'Work Sans', sans-serif;
  }

  .img-vmsE {
    height: 100%;
    position: relative;
    margin: 5% 5% 5% 0%;
  }

  p.text-vms2 {
    font-size: 15px;
    margin: 3px auto -14px 49px;

  }

  .img-vmsA {
    height: 100%;
    position: relative;
    margin: 5% auto 5% 0%;
  }

  .container-vms {
    width: 100%;

  }

  .column {
    float: center;
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #00140e;
  }

  /*Botones activaciones*/
  .neon-button {
    border: none;
    border-radius: 25px;
    margin: -5px -25px 2px 539px;
    padding: 3px 30px;
    font-size: 14px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .neon-button2 {
    position: absolute;
    bottom: -128px;
    right: 5px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-vms3 {
    font-size: 24px;
    margin: -37% 0% 12% 130%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -16% 0% 6% 140%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /* ----------------Contenedor Activaciones-------- */
  h1.text-vms {
    font-size: 30px;
    width: 75%;
    margin: 100% 0% -7% 17%;
  }

  p.text-vms2 {
    font-size: 20px;
    margin: 8% 0% -5% 16%;
    width: 69%;
  }

  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 118px -181px 6px -193px;
    padding: 3px 30px;
    font-size: 19px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -195% 0% -19% -1%;
    width: 100%;
  }

  .img-vmsAS {
    height: auto;
    width: 100%;
    position: relative;
    margin: -182% 0% 0% 0%;
  }

  .neon-button2 {
    position: absolute;
    bottom: -147px;
    right: 31px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;

  }

  h1.text-vms3 {
    font-size: 24px;
    margin: -48% 0% auto 139%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -5% -96% 4% 141%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
  }

  .texto-experienciasAR h1 {
    margin: 64% 47% 0% 0%;
  }


  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: -8% 0% 0% 4%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 36px;
    margin: 29% 0% 0% 26%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 14% 0% -5% 26%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 40px;
    height: 40px;
    margin: -46% 0% 0% 99%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -27% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 40px;
    height: 40px;
    margin: -5% 0% 0% 99%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -7% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -22% 0% 0% 43%;
    width: 100%;
  }

  .img-iconosredes {
    width: 40px;
    height: 40px;
    margin: 39% 0% 0% 6%;
  }

  /*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
  .column-App {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .img-vmsApp {
    width: 475px;
    height: 450px;
    margin: -85% 47% 15% 104%;
  }

  .container-vmsApp {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: -9% 0% 0% -4%;
  }

  .text-vmsApp {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 54% 0% 0% 33%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  .text-vmsApp2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 25% 0% 33%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-buttonApp {
    position: absolute;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 14px;
    background-color: #00000084;
    color: #fff;
    margin: 4% 0% 1% -3%;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-buttonApp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 9% 0% 0% 0%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 36px;
    margin: 48% 0% 0% 26%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 39% 0% -15% 26%;
    width: 69%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 50px;
    height: 50px;
    margin: -82% 0% 0% 103%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -46% 25% 0% 117%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 50px;
    height: 50px;
    margin: 4% 0% 0% 105%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -7% 25% 0% 120%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -7% 0% 0% -8%;
    width: 197%;
  }

  .img-iconosredes {
    width: 35px;
    height: 35px;
    margin: 41% 0% 0% 8%;
  }

  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 28%;
    text-align: center;
    margin: 14% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 35px;
    margin: 0% 19% auto auto;
  }

  .img-vmsE-nosotros {
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 1% 0% 5%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 15% 1% 0% 6%;
    width: 47%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 39px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 0% 0% 13%;
    width: 80%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 7%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 41% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 1%;
    left: 57%;
    width: 43%;
    bottom: 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 23%;
    right: 60%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 59px;
    margin: 10% 0 0% 24%;
    width: 51%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 6%;
    right: 42%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    width: 100%;
    position: relative;
    margin: -217% 0% 8% 2%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 50px;
    margin: 93% 36% 0% 7%;
    width: 80%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 37px;
    margin: 2% 0% 29% 8%;
    width: 80%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 95%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 37px;
    margin: 4% 0% 48% 7%;
    width: 80%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 50px;
    margin: 123% 34% 0% 7%;
    width: 80%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -309% auto 0% -10%;
  }

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -7% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 2% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 13% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 0% 12% 146% -481%;
    padding: 10% 50% 6% 50%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 43%;
    padding: 0% 2% 0% 2%;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% -5%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: 0% -9% 3% 5%;
    padding: 2% 0% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */


  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: -36% 0% 52% 0%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -3% 0% 0% -19%;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    margin: -54% -21% 23% 1%;
    width: 140%;
  }


  .neon-frame {
    width: 857px;
    height: 502px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: -35% 0% 18% -3%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

}

/*---------------------------------------- Resolucicon 820----------------------------------*/
@media only screen and (max-width: 820px) {

  /* ----------------Contenedor Activaciones-------- */
  h1.text-vms {
    font-size: 30px;
    width: 75%;
    margin: 100% 0% -7% 17%;
  }

  p.text-vms2 {
    font-size: 20px;
    margin: 8% 0% -5% 16%;
    width: 69%;
  }

  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 118px -181px 6px -193px;
    padding: 3px 30px;
    font-size: 19px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -195% 0% -19% -1%;
    width: 100%;
  }

  .img-vmsAS {
    height: auto;
    width: 100%;
    position: relative;
    margin: -182% 0% 0% 0%;
  }

  .neon-button2 {
    position: absolute;
    bottom: -147px;
    right: 31px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;

  }

  h1.text-vms3 {
    font-size: 24px;
    margin: -48% 0% auto 139%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -5% -96% 4% 141%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -10% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 13% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 10% 12% 146% -452%;
    padding: 10% 50% 6% 50%;
    font-size: 17px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 42%;
    padding: 0% 2% 0% 2%;
    font-size: 17px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: 0% -9% 3% 0%;
    padding: 2% 0% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 111%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 683px;
    height: 502px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: -46% 0% 15% -1%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: -44% 0% 52% 0%;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    margin: -66% -21% 23% -2%;
    width: 153%;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    margin: -22% 0% 9% 51%;
    padding: -12% 0% 0% 0%;
    width: 50%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -35px -142px 26px 172px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }

  /*----------------- Contenedor contacto--------------- */

  h1.text-vms-contacto {
    font-size: 34px;
    margin: 55% 0% 0% 14%;
  }

  .img-mail {
    width: 50px;
    height: 50px;
    margin: -75% 0% 0% 74%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 26% 0% -15% 13%;
    width: 71%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 50px;
    height: 50px;
    margin: 0% 0% 0% 89%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -9% 25% 0% 107%;
    width: 68%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -43% 25% 0% 96%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /* -----------------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 6%;
    right: 35%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 29px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    width: 100%;
    position: relative;
    margin: -239% 0% 8% 2%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 50px;
    margin: 93% 36% 0% 7%;
    width: 80%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 37px;
    margin: 2% 0% 29% 8%;
    width: 80%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 95%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 37px;
    margin: 4% 0% 48% 7%;
    width: 80%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 50px;
    margin: 131% 34% 0% 7%;
    width: 80%;
  }

  .img-vmsABlogInf {
    height: 100%;
    position: relative;
    margin: -358% auto 0% -10%;
  }


}

/*---------------------------------------- Resolucicon 768----------------------------------*/
@media only screen and (max-width: 768px) {
  .blogButton {
    margin: 5% 37% 10% 0%;
    font-size: 10px;
    padding: 7px 25px;
  }

  .NButton {
    margin: 5% 0% 0% 10%;
    font-size: 10px;
    padding: 3px 10px
  }

  .mailButton {
    margin: 7% 24% 2% 0%;
    font-size: 10px;
    padding: 7px 25px;
  }

  .container-vms3 {
    background-color: #00140e;
    width: 100%;
    height: 45%;
    text-align: center;
    margin: 15% auto auto auto;
  }

  h1.text-vms {
    font-size: 20px;
    margin: 4% 0% -9% 8%;

  }

  h1.text-exp {
    font-size: 25px;
    margin: 40% 40% auto auto;
  }

  h1.text-Cont {
    font-size: 19px;
    margin: 0% 0% 0% 10%;
  }

  p.text-Cont {
    font-size: 13px;
    margin: 5% 0% 0% 10%;
    font-family: 'Work Sans', sans-serif;
  }

  .img-vmsE {
    width: 64%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -67% 5% 4% 35%;
  }

  p.text-vms2 {
    font-size: 15px;
    margin: 10% 0% -18% 7%;


  }

  .img-vmsA {
    height: 50%;
    position: relative;
    margin: 13% 0% 0% 0%;
  }

  .img-vmsAS {
    height: 50%;
    position: relative;
    margin: 13% 0% 0% 0%;
  }


  .container-vms {
    width: 100%;

  }

  .column {
    float: fit-content;
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: #00140e;
  }

  /*---------------------- Contenedor Activaciones---------------- */
  h1.text-vms {
    font-size: 30px;
    width: 75%;
    margin: 100% 0% -7% 17%;
  }

  p.text-vms2 {
    font-size: 20px;
    margin: 8% 0% -5% 16%;
    width: 69%;
  }

  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 118px -181px 6px -193px;
    padding: 3px 30px;
    font-size: 19px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -197% 0% -19% -1%;
    width: 100%;
  }

  .img-vmsAS {
    height: auto;
    width: 100%;
    position: relative;
    margin: -189% 0% 0% 0%;
  }


  .neon-button2 {
    position: absolute;
    bottom: -147px;
    right: 31px;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;

  }

  h1.text-vms3 {
    font-size: 24px;
    margin: -48% 0% auto 139%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: -5% -96% 4% 141%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -10% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 13% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 10% 12% 146% -452%;
    padding: 10% 50% 6% 50%;
    font-size: 17px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: -5% 0% 10% 42%;
    padding: 0% 3% 0% 3%;
    font-size: 17px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -9% -9% 3% -1%;
    padding: 11% 2% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 683px;
    height: 502px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: -19% 0% 15% -1%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    margin: -33% 0% 52% 0%;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    margin: -66% -21% 23% -2%;
    width: 153%;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    margin: -22% 0% 9% 51%;
    padding: -12% 0% 0% 0%;
    width: 50%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -35px -142px 26px 172px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }





  /*-------------------------------------Contenedores contacto--------------------------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: 17% 0% 0% 7%;
  }

  .column-contacto {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .text-vms-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 8% 0% 0% 41%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  h1.text-vms-contacto {
    font-size: 30px;
    margin: 28% 0% 0% 18%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 18% 0% -5% 18%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 35px;
    height: 35px;
    margin: -56% 0% 0% 97%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -33% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 35px;
    height: 35px;
    margin: -10% 0% 0% 97%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -10% 25% 0% 114%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -64% 0% 0% -18%;
  }

  .img-iconosredes {
    width: 35px;
    height: 35px;
    margin: 70% -1% 0% 8%;
  }

  /*-----------------------------------------Contenedores AppPoster--------------------------------------------------------*/
  .column-App {
    float: fit-content;
    width: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #00140e;
  }

  .img-vmsApp {
    width: 446px;
    height: 464px;
    margin: -88% 47% 15% 101%;
  }

  .container-vmsApp {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: -11% 0% 0% -9%;
  }

  .text-vmsApp {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 54% 0% 0% 33%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;

  }

  .text-vmsApp2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 25% 0% 33%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .neon-buttonApp {
    position: absolute;
    border: none;
    border-radius: 13px;
    padding: 3px 30px;
    font-size: 14px;
    background-color: #00000084;
    color: #fff;
    margin: 4% 0% 1% -5%;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-buttonApp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*-------------------------------------- Contenedores Nosotros------------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 32%;
    text-align: center;
    margin: 16% 0% 0% 0%;
  }

}

@media only screen and (max-width:480px) {

  /*---------------------------- Contenedor experiencias ---------------*/
  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -4% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 13% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -19% -10% 3% -3%;
    padding: 11% 2% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 407px;
    height: 752px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 26% 0% 15% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: -40% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-image {
    width: 75%;
    height: 39%;
    margin: 9% -20% 0% -28%;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 7% 0% 0%;
    position: relative;
    z-index: 10;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    margin: 7% -5% 27% 9%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 10%;
    padding: -12% 0% 0% 0%;
    width: 80%;
  }

  .p-neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: -47% 0% 71% 0%;
    width: 52%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 18px 26px 19px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }

}

/*---------------------------------------- Resolucicon 450----------------------------------*/
@media only screen and (max-width: 450px) {

  /*-------------------------- Contenedor Activaciones------------- */
  h1.text-vms {
    font-size: 30px;
    width: 75%;
    margin: 96% 0% -7% 17%;
  }

  p.text-vms2 {
    font-size: 14px;
    margin: 7% 0% -18% 17%;
    width: 69%;
  }

  h1.text-vms3 {
    font-size: 30px;
    margin: 8% 0% -7% 37%;
    width: 113%;
  }

  .text-vms4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    text-align: left !important;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 5% 0% 18% 38%;
    width: 119%;
  }

  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 118px -181px 6px -193px;
    padding: 3px 30px;
    font-size: 12px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2 {
    border: none;
    border-radius: 25px;
    margin: 108px 20px -13px -193px;
    padding: 0px 30px;
    font-size: 12px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button2:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -237% 0% -19% -1%;
    width: 100%;
  }

  .img-vmsAS {
    height: 50%;
    width: 424px;
    position: relative;
    margin: -229% 0% 0% 0%;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  .container-vms3 {
    background-color: #00140e;
    width: 100%;
    height: 49%;
    text-align: center;
    margin: 15% auto auto auto;
  }

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 10% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -19% -10% 3% -3%;
    padding: 11% 2% 0% 0%;
  }

  /* -------------------------------------Contenedor Contacto -------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: -6% 0% 0% 7%;
  }


  h1.text-vms-contacto {
    font-size: 30px;
    margin: 67% 0% 0% 39%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 20% 0% -17% 12%;
    width: 160%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 35px;
    height: 35px;
    margin: 50% 0% 0% -68%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -13% 25% 0% 29%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 33px;
    height: 33px;
    margin: 39% 0% 0% -20%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -11% 25% 22% 57%;
    width: 100%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -50% 0% 0% -8%;
    width: 183%;
  }


  /*--------------------------------------- Contenedor Nosotros---------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 34%;
    text-align: center;
    margin: 26% 0% 0% 0%;
  }

  .text-exp-nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: justify !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 0% 45% 10% auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-exp-nosotros {
    font-size: 26px;
    margin: 1% 20% auto auto;
  }

  .img-vmsE-nosotros {
    width: 92%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 1% 0% 5%;
  }

  .text-Cont-Nosotros {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 7% 10% 0% 7%;
    width: 90%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .text-Cont-Nosotros-VMS {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 0% 0% 9%;
    width: 103%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-Cont-Nosotros {
    font-size: 70px;
    margin: 6% 0% 0% 24%;
    font-family: 'Work Sans', sans-serif;
  }

  .videoFrameNosotros {
    width: 20%;
    height: 0%;
    margin: 99% 0% 0% 0%;
  }

  .videoN {
    position: absolute;
    top: 38%;
    left: 1%;
    width: 95%;
    bottom: 0%;
    height: 30%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .neon-button-Nosotros {
    position: absolute;
    bottom: 19%;
    right: 27%;
    border: none;
    border-radius: 25px;
    padding: 3px 30px;
    font-size: 23px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Nosotros:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  h1.text-Cont-Nosotros-VMS {
    font-size: 24px;
    margin: 8% 0 0% 30%;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 8%;
    right: 29%;
    border: none;
    border-radius: 25px;
    padding: 0px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    width: 102%;
    position: relative;
    margin: -287% 0% 5% -1%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog {
    font-size: 33px;
    margin: 85% 35% 0% 8%;
    width: 91%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 26px;
    width: 80%;
    margin: 1% 0% 30% 9%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 95%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 26px;
    margin: 5% 0% 43% 9%;
    width: 80%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 31px;
    margin: 78% 34% 0% 8%;
    width: 91%;
  }

  .img-vmsABlogInf {
    height: 100%;
    width: 97%;
    position: relative;
    margin: -353% auto 0% -1%;
  }

  /*-------------------------------------- Contenedor Contacto----------------------- */
  .img-diviconos {
    margin: -93% 0% 0% -10%;
    width: 181%;
  }

  .img-iconosredes {
    width: 30px;
    height: 32px;
    margin: 68% 0% 0% 5%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 407px;
    height: 752px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 26% 0% 15% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: -40% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-image {
    width: 75%;
    height: 39%;
    margin: 9% -20% 0% -28%;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 7% 0% 0%;
    position: relative;
    z-index: 10;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    margin: 7% -5% 27% 9%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 10%;
    padding: -12% 0% 0% 0%;
    width: 80%;
  }

  .p-neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: -47% 0% 71% 0%;
    width: 52%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 18px 26px 19px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }


}

@media only screen and (max-width:430px) {
  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -18% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -19% -10% 3% -3%;
    padding: 11% 2% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 368px;
    height: 752px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 26% 0% 15% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: -40% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-image {
    width: 75%;
    height: 39%;
    margin: 9% -20% 0% -28%;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 7% 0% 0%;
    position: relative;
    z-index: 10;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    margin: 7% -5% 27% 9%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 10%;
    padding: -12% 0% 0% 0%;
    width: 80%;
  }

  .p-neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: -47% 0% 71% 0%;
    width: 52%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 18px 26px 19px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }



}

/*--------------------------------------------------- Resolución 420----------------------------------------------- */
@media only screen and (max-width:420px) {

  /*---------------------------- Contenedor experiencias ---------------*/
  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -4% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -4% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -19% -10% 3% -3%;
    padding: 11% 2% 0% 0%;
  }

  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 368px;
    height: 752px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 26% 0% 15% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: -24% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-image {
    width: 75%;
    height: 39%;
    margin: 9% -20% 0% -28%;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 7% 0% 0%;
    position: relative;
    z-index: 10;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    margin: 7% -5% 27% 9%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 10%;
    padding: -12% 0% 0% 0%;
    width: 80%;
  }

  .p-neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: -47% 0% 71% 0%;
    width: 52%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 42% 0% 0% -19%
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 18px 26px 19px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }


}


/*---------------------------------------- Resolucicon 400----------------------------------*/
@media only screen and (max-width: 400px) {

  h1.text-vms {
    font-size: 30px;
    width: 75%;
    margin: 109% 0% -11% 9%;
  }

  h1.text-vms3 {
    font-size: 30px;
    margin: 8% 0% -7% 21%;
    width: 134%;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -288% 0% -18% -1%;
    width: 100%;
  }

  p.text-vms2 {
    font-size: 14px;
    margin: 9% 0% -18% 10%;
    width: 69%;
  }

  .neon-button {
    border: none;
    border-radius: 25px;
    margin: 118px -181px 6px -232px;
    padding: 3px 30px;
    font-size: 12px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .neon-button2 {
    border: none;
    border-radius: 25px;
    margin: 118px 32px -19px -193px;
    padding: 0px 30px;
    font-size: 12px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }


  .img-vmsAS {
    height: 50%;
    width: 424px;
    position: relative;
    margin: -265% 0% 0% 0%;
  }

  .img-vmsA {
    font-size: 14px;
    margin: -264% 0% -19% -1%;
    width: 100%;
  }

  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: -8% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 2% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: -7% 0% 0% 0%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -8% -22% 3% -1%;
    padding: 0% 3% 12% 0%;
  }

  /* -------------------------------------Contenedor Contacto -------------*/
  .container-vms2-contacto {
    background-color: #00140e;
    width: 100%;
    height: 40%;
    text-align: center;
    margin: -19% 0% 0% 7%;
  }


  h1.text-vms-contacto {
    font-size: 30px;
    margin: 67% 0% 0% 39%;
  }

  .text-vms2-contacto {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 20% 0% -17% 12%;
    width: 160%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-mail {
    width: 35px;
    height: 35px;
    margin: 50% 0% 0% -68%;
  }

  .text-vms2-contacto-mail {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -13% 25% 0% 29%;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-whats {
    width: 33px;
    height: 33px;
    margin: 39% 0% 0% -20%;
  }

  .text-vms2-contacto-whats {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: #00C6AC;
    margin: -11% 25% 22% 57%;
    width: 100%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  .img-diviconos {
    margin: -85% 0% 0% -16%;
    width: 194%;
  }

  /* -------------------Contenedor Blog------------------------------------ */

  .neon-button-Blog {
    position: absolute;
    bottom: 8%;
    right: 26%;
    border: none;
    border-radius: 25px;
    padding: 0px 30px;
    font-size: 20px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-Blog:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .img-vmsABlog {
    height: 100%;
    width: 102%;
    position: relative;
    margin: -288% 0% 5% -1%;
  }

  .text-vms-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 36px;
    margin: 82% 0% 0% 8%;
    width: 90%;
  }

  .text-vms2-blog {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog {
    font-size: 24px;
    width: 84%;
    margin: 2% 0% 31% 8%;
  }

  .text-vms2-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 5% 25% -12px auto;
    width: 95%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 38px;
    margin: 4% 0% 48% 33%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  p.text-vms2-blog-inf {
    font-size: 24px;
    margin: 5% 0% 43% 9%;
    width: 84%;
  }

  .text-vms-blog-inf {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: left !important;
    letter-spacing: 0.04em;
    color: rgb(255, 255, 255);
    margin: 40% 42% 15px auto;
    width: 50%;
    line-height: 100%;
    position: relative;
    z-index: 1;
  }

  h1.text-vms-blog-inf {
    font-size: 36px;
    margin: 82% 0% 0% 8%;
    width: 90%;
  }

  .img-vmsABlogInf {
    height: 100%;
    width: 97%;
    position: relative;
    margin: -410% auto 0% -1%;
  }

  /* ------------------------------Contenedor Nosotros---------------------- */
  .container-vms3-nosotros {
    background-color: #00140e;
    width: 100%;
    height: 34%;
    text-align: center;
    margin: 27% 0% 0% 0%;
  }

}

@media only screen and (max-width: 380px) {
  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 13px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: 19% 0% 0% -9%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -28% -22% 3% -1%;
    padding: 0% 3% 12% 0%;
  }


  /* -------------------------------------Contenedor Descargas-------------------- */
  .txt-img {
    font-size: 20px;
    color: #007C6C;
    text-transform: uppercase;
    margin: 0% 0% 0% -1%;
    width: 95%;
  }

  .menu-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115%;
    gap: 10px;
    list-style: none;
  }

  .neon-frame {
    width: 368px;
    height: 752px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 26% 0% 15% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: -24% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-image {
    width: 75%;
    height: 39%;
    margin: 9% -20% 0% -28%;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 7% 0% 0%;
    position: relative;
    z-index: 10;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    margin: 7% -5% 27% 9%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 10%;
    padding: -12% 0% 0% 0%;
    width: 80%;
  }

  .p-neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: -47% 0% 71% 0%;
    width: 52%;
  }

  .slider {
    list-style: none;
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50% 0% 0% -19%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 18px 26px 19px;
    padding: 3px 38px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }


}


@media only screen and (max-width: 360px) {
  /*--------------------------Contenedores experiencias------------------------*/

  section {
    position: relative;
    margin: -38px;
    padding: 0;
    background: none;
    z-index: 1;
  }

  .img-experiencias {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .mySlides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* Experinecias AR imagen y texto */
  .img-vmsE {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0% 0% 5% 35%;
  }

  .texto-experiencias {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -5% 0% 0% 0%;
  }

  .texto-experiencias h1 {
    margin: 3% 40% 26% 0%;
  }

  .texto-experiencias p {
    margin: -23% 19% 7% 0%;
    width: 71%;
  }


  .img-vmsEAR {
    width: 102%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 7% 0% 0% 0%;
  }

  .texto-experienciasAR {
    background-color: #00140e;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -15% 1% 0% 0%;
  }

  .texto-experienciasAR h1 {
    margin: 8% 30% 13% 0%;
  }

  .texto-experienciasAR p {
    margin: -9% 14% 5% 0%;
    width: 66%;
  }

  .neon-button-exp {
    border: none;
    border-radius: 25px;
    margin: 22% 12% 181% -267%;
    padding: 10% 50% 6% 50%;
    font-size: 13px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  .neon-button-exp-identidad {
    border: none;
    border-radius: 25px;
    margin: 0% 0% 15% 35%;
    padding: 0% 7% 0% 7%;
    font-size: 15px;
    background-color: #00000084;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #03f0a9;
    box-shadow: 0 0 10px #03f0a9;
  }

  .neon-button-exp-identidad:hover {
    background-color: #00815a84;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    -webkit-box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
    box-shadow: 0 0 10px #03c68b, 0 0 20px #03c68b, 0 0 30px #03c68b;
  }

  /*Manejo de la seccion de tarjetas*/

  .tarjetasAR {
    background-color: #00140e;
    width: 100%;
    height: 75%;
    margin: 19% 0% 0% -9%;
  }

  .tam-tarjetasAR {
    width: 256px;
    height: 256px;
    margin: -28% -22% 3% -1%;
    padding: 0% 3% 12% 0%;
  }

  /*---------------------------------------- Contenedor Descargas----------- */
  .neon-text {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    margin: 10% 0% 52% 0%;
    line-height: 130%;
    width: 57%;
  }

  .neon-frame {
    width: 310px;
    height: 755px;
    border: 5px solid #00C6AC;
    border-radius: 20px;
    text-align: center;
    margin: 76% 0% 6% -4%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC;
  }

  .p-neon-text-titulo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    margin: 7% -5% 27% 3%;
    width: 84%;
    line-height: 105%;
    text-align: left;
  }

  .p-neon-text-cuerpo {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-align: left;
    margin: -22% 0% 9% 3%;
    padding: -12% 0% 0% 0%;
    width: 100%;
  }

  .neon-image {
    width: 88%;
    height: 43%;
    margin: 0% -20% 0% -17%;
  }

  .neon-button-descargas {
    border: 5px solid #00C6AC;
    border-radius: 20px;
    margin: -8px 2px 26px 18px;
    padding: 3px 38px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 10px #00c6ab;
    box-shadow: 0 0 10px #00c6ab;
  }

  .social-icons-descargas {
    margin: 1% 4% 0% 9%;
  }

  .social-icons-descargas a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0% 4% 0% 0%;
    position: relative;
    z-index: 10;
  }



}


/* ==================================================

03 - WORK

=====================================================*/








.header-detail-work {
  margin-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.header-detail-work .container-fluid {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
}

.header-detail-work .head-text h2 {
  margin: 0 !important;
  font-size: 40px;
  letter-spacing: 2px;
}

.header-detail-work .head-text p {
  margin: 0 !important;
}

.header-detail-work .lines {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
  left: 0;
  overflow: hidden;
  opacity: .1;
}

.header-detail-work .lines img {
  margin-left: -300px;
  margin-top: -300px;
}

.work-page {
  background: #fdfdfd;
  position: relative;
}

.img-work-detail {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.img-work-detail img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.work-detail {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
  left: 0;
  overflow: hidden;
  opacity: 1;
}

.work-detail.bg-work-1 {
  background: url("../img/background/Fondo1.jpg") center center no-repeat;
  background-size: cover;
}

.work-detail-text {
  margin-top: 30px;
}

.work-detail-text h3 {
  color: #fff;
  font-weight: 700;
}

.work-detail-text p {
  margin: 10px 0 0 0;
}

.bg-1 {
  background: url("../img/background/Fondo1.jpg");
}

.work-desc-text {
  margin-top: 30px;
}

.work-desc-text p {
  margin-top: 10px;
}

.work-desc-text h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}

.border-work {
  position: absolute;
  width: 100%;
  height: 87%;
  left: 0%;
  z-index: 0;
  opacity: 0;
  top: 6%;
  -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
  box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
  /* Efecto de neón en los bordes */
  -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
  animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
  /* Animación para el efecto de parpadeo */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(50px) perspective(1000);
  -webkit-transform: translateZ(50px) perspective(1000);
  -moz-transform: translateZ(50px) perspective(1000);
  -ms-transform: translateZ(50px) perspective(1000);
  -o-transform: translateZ(50px) perspective(1000);
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
}


@-webkit-keyframes neon-glow-exp {
  from {
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    /* Efecto de neón inicial */
  }

  to {
    -webkit-box-shadow: 0 0 5px #00C6AC, 0 0 10px #00C6AC, 0 0 15px #00C6AC, 0 0 20px #00C6AC, 0 0 30px #00C6AC, 0 0 40px #00C6AC, 0 0 50px #00C6AC, 0 0 60px #00C6AC;
    box-shadow: 0 0 5px #00C6AC, 0 0 10px #00C6AC, 0 0 15px #00C6AC, 0 0 20px #00C6AC, 0 0 30px #00C6AC, 0 0 40px #00C6AC, 0 0 50px #00C6AC, 0 0 60px #00C6AC;
    /* Efecto de neón final */
  }
}


@keyframes neon-glow-exp {
  from {
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    /* Efecto de neón inicial */
  }

  to {
    -webkit-box-shadow: 0 0 5px #00C6AC, 0 0 10px #00C6AC, 0 0 15px #00C6AC, 0 0 20px #00C6AC, 0 0 30px #00C6AC, 0 0 40px #00C6AC, 0 0 50px #00C6AC, 0 0 60px #00C6AC;
    box-shadow: 0 0 5px #00C6AC, 0 0 10px #00C6AC, 0 0 15px #00C6AC, 0 0 20px #00C6AC, 0 0 30px #00C6AC, 0 0 40px #00C6AC, 0 0 50px #00C6AC, 0 0 60px #00C6AC;
    /* Efecto de neón final */
  }
}


.work-text {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 10%;
  left: 25%;
  z-index: 1;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}

.work-text h3 {
  font-family: 'Work Sans', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.work-text p {
  font-family: 'Work Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
}

.work-text span {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  margin-top: -30px;
  position: absolute;
  opacity: 0;
  color: #ffffff;
  font-size: 18px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
}

.img-item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.work {
  z-index: 3;
  position: relative;
}

.detail-item {
  position: relative;
  z-index: 1;
}

.work-item {
  padding: 30px 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 3;
  position: relative;
}

.work-item:hover .work-text {
  left: 15px;
  transform: translateZ(100px) perspective(1000);
  -webkit-transform: translateZ(100px) perspective(1000);
  -moz-transform: translateZ(100px) perspective(1000);
  -ms-transform: translateZ(100px) perspective(1000);
  -o-transform: translateZ(100px) perspective(1000);
}

.work-item:hover .work-text p {
  opacity: 0;
  margin-top: 10px;
}

.work-item:hover .work-text span {
  margin-top: -30px;
  opacity: 1;
}

.work-item:hover .border-work {
  opacity: 1;
}

/* ==================================================




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
/*
  * 	Default theme - Owl Carousel CSS File
  */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #1d1d1d;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 40px;
  border: solid #00C6AC 1px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #00C6AC;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
}

button:focus {
  outline: 0;
}




/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. hero slider IMG BACKGROUND */
.bg-img-1 {
  background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3 {
  background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4 {
  background-image: url(../img/background/hero-bg-4.jpg);
}

.bg-img-5 {
  background-image: url(../img/background/hero-bg-5.jpg);
}

.bg-img-6 {
  background-image: url(../img/background/hero-bg-6.jpg);
}

.bg-img-7 {
  background-image: url(../img/background/hero-bg-7.jpg);
}

.bg-img-8 {
  background-image: url(../img/background/hero-bg-8.jpg);
}


/* 1.2. about IMG BACKGROUND */
.carousel-item-about-01 {
  background-image: url(../img/about/2.jpg);
}

.carousel-item-about-02 {
  background-image: url(../img/about/3.jpg);
}

.carousel-item-about-03 {
  background-image: url(../img/about/4.jpg);
}

.carousel-item-about-04 {
  background-image: url(../img/about/5.jpg);
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
/* img */
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  background-color: #00140e;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
  outline: 0;
}


/* 3. layout */
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 2;
}

body.body-light {
  background: #f7f7f7;
}

body.body-dark {
  background: #00140e;
  background-image: url("../img/Inicio/OndasVMS2.png");
  background-size: cover;
  /* La imagen cubre toda la pantalla */
  background-repeat: no-repeat;
  /* No repetir imagen */
  background-attachment: fixed;
  /* La imagen se queda fija */
  background-position: center;
  /* Centrada */
}

a {
  color: #111;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p a,
p a:hover {
  color: #111;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

::selection {
  background: #ccc;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* 4. navigation */
/* navigation panels overlay */
.panel-overlay-from-left {
  position: fixed;
  width: 26%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background: rgba(247, 247, 247, .7);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-overlay-from-left.open {
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panel-overlay-from-left.panel-overlay-from-left-home {


  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 198, 172, 0)), to(rgba(0, 198, 172, 0)));


  background: -o-linear-gradient(left, rgba(0, 198, 172, 0), rgba(0, 198, 172, 0));


  background: linear-gradient(90deg, rgba(0, 198, 172, 0), rgba(0, 198, 172, 0));
}

.panel-overlay-from-right {
  position: fixed;
  width: 75%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: -100%;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-overlay-from-right.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* navigation panels */
.panel-from-left {
  position: fixed;
  width: 26%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-from-left.open {
  left: 0;
}

.panel-from-right {
  position: fixed;
  width: 25%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: -100%;
  background: #fff;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 200;
}

.panel-from-right.open {
  right: 0;
}

.panel-from-right.panel-from-right-home {
  background: #00140e;
  border: solid #00C6AC;
  border-radius: 50px;
  margin: 3% 3% 0% 0%;
  width: 13%;
  height: 58%;
  box-shadow: 0 0 20px #00c6ac;
  overflow-y: hidden;
}

/* navigation icon */
.round-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  z-index: 1001;
}

.round-menu.direction {
  background: rgb(253, 253, 253);
  top: 50px;
  right: 50px;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 880px) {
  .round-menu.direction {
    top: 30px;
    right: 30px;
  }
}

.round-menu {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 35px;
  right: 35px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  -o-transition-property: transform, color;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  /* scale: 2; */
}

@media only screen and (max-width: 880px) {
  .round-menu {
    top: 15px;
    right: 15px;
  }
}

.round-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  border-radius: 50%;
  z-index: 0;
}

.round-menu.direction.round-menu::before {
  background: rgb(255, 255, 255);
}

.round-menu.round-menu-home::before {
  background: none;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  background: rgb(255, 255, 255);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  border-radius: 50%;
  z-index: 1;
}

.round-menu.direction .dot-1,
.round-menu.direction .dot-2,
.round-menu.direction .dot-3 {
  background: #fff;
}

.round-menu.round-menu-home .dot-1,
.round-menu.round-menu-home .dot-2,
.round-menu.round-menu-home .dot-3 {
  background: #fff;
}

.round-menu .dot-1 {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

.round-menu .dot-3 {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.round-menu:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
  mix-blend-mode: exclusion;
  background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


/* navigation links */
nav.navigation-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  margin: auto;
}

nav.navigation-menu a {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  left: 0;
  right: 0;
  margin-left: -25px;
  margin-right: auto;
  width: auto !important;
  cursor: pointer;
}

nav.navigation-menu a:hover {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

nav.navigation-menu li {
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu li {
    margin: 0 auto 31px auto;
  }
}

nav.navigation-menu li:last-child {
  margin: 0;
}

nav.navigation-menu a {
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #ffffff;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
    font-size: 25px;
  }
}


@media only screen and (max-width: 1024px) {
  .panel-from-right {
    position: fixed;
    width: 40%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 200;
  }




}


@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 25px;
  }

  .panel-from-right {
    position: fixed;
    width: 45%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 200;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
    font-size: 20px;
  }
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  nav.navigation-menu a.active {
    color: black;

    text-shadow: none;
  }
}

nav.navigation-menu.navigation-menu-home a {
  color: #ffffff;
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  nav.navigation-menu.navigation-menu-home a.active {
    color: #00c6ab;

    text-shadow: none;
  }
}


/* center container menu */
.center-container-menu {
  position: relative;
  display: table;
  width: 110%;
  height: 111%;
}

.center-block-menu {
  display: table-cell;
  vertical-align: middle;
}


/* 5. bg color */
.bg-1 {
  background: #111;
}

.bg-2 {
  background: #f7f7f7;
}

.bg-3 {
  background: #fff;
}


/* 6. post heading */
.post-heading a,
.post-heading a:hover,
.post-heading a:visited,
.post-heading a:active,
.post-heading a:focus {
  font-weight: 700;
}

.post-heading,
.post-heading-all {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 -7px 0;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {

  .post-heading,
  .post-heading-all {
    font-size: 14px;
    margin: 0 0 -6px 0;
  }
}

@media only screen and (max-width: 995px) {

  .post-heading,
  .post-heading-all {
    margin: -5px 0 -6px 0;
  }
}

.post-heading-all.post-heading-all-2 {
  font-size: 13px;
  margin: 0 0 -5px 0;
}

@media only screen and (max-width: 995px) {
  .post-heading-all.post-heading-all-2 {
    font-size: 12px;
    margin: -5px 0;
  }
}

.post-heading-all-lead {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #5f5f5f;
}

.post-heading-all-lead::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #5f5f5f;
}

.post-heading.post-heading-inner {
  margin: -6px 0;
}

h2.section-subheading {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  margin: -6px 0 -7px 0;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  h2.section-subheading {
    font-size: 14px;
    margin: -7px 0;
  }
}

h2.section-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  line-height: 1;
}

h2.section-subheading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 0;
  margin-top: 0;
  border-top: 1px solid #fff;
}


/* 7. parallax */
section {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  z-index: 1;
}

.parallax-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.parallax-container.parallax-container-home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
}

.parallax-window {
  min-height: 100%;
  height: 100%;
  background: transparent;
}


/* 8. button */
.button-the {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 5px 30px 5px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-the.button-the-submit {
  border: none;
  left: 15px;
  top: 34px;
}

.button-the::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background: #111;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-the.button-the-light::before {
  background: #fff;
}

.button-the:hover {
  background: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-the:hover::before {
  right: -10px;
}

.button-the-wrapper {
  margin: -3px 0 -4px 0;
}

.button-the-wrapper,
.button-the-wrapper a,
.button-the-wrapper a:hover,
.button-the-wrapper a:visited,
.button-the-wrapper a:active,
.button-the-wrapper a:focus {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
}

.button-the-wrapper.button-the-wrapper-light,
.button-the-wrapper.button-the-wrapper-light a,
.button-the-wrapper.button-the-wrapper-light a:hover,
.button-the-wrapper.button-the-wrapper-light a:visited,
.button-the-wrapper.button-the-wrapper-light a:active,
.button-the-wrapper.button-the-wrapper-light a:focus {
  text-align: center;
  color: #fff;
}

.button-the-wrapper.button-the-wrapper-dark,
.button-the-wrapper.button-the-wrapper-dark a,
.button-the-wrapper.button-the-wrapper-dark a:hover,
.button-the-wrapper.button-the-wrapper-dark a:visited,
.button-the-wrapper.button-the-wrapper-dark a:active,
.button-the-wrapper.button-the-wrapper-dark a:focus {
  text-align: center;
  color: #111;
}

.button-the-wrapper.button-the-wrapper-submit {
  position: relative;
  display: block;
  width: 200px !important;
  left: 0;
  right: 0;
  margin: -3px auto 30px auto;
  text-align: center;
}

.button-the-wrapper.button-the-wrapper-submit,
.button-the-wrapper.button-the-wrapper-submit a,
.button-the-wrapper.button-the-wrapper-submit a:hover,
.button-the-wrapper.button-the-wrapper-submit a:visited,
.button-the-wrapper.button-the-wrapper-submit a:active,
.button-the-wrapper.button-the-wrapper-submit a:focus {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
}


/* 9. section heading h1 */
.section-txt {
  margin: -2px auto -10px auto;
}

.section-txt-2 {
  margin: -2px auto -10px auto;
  line-height: 1;
}

h1.section-header {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #fff;
  margin: -6px 0 -3px 0;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 40px;
    margin: -10px 0 -5px 0;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header {
    font-size: 25px;
    margin: -5px 0 -2px 0;
  }
}

h1.section-header.section-header-dark {
  color: #111;
}

h1.section-header.section-header-home {
  text-align: center;
  margin: -6px auto -3px auto;
  color: #fff;
}

@media all and (min-width: 1920px) {
  h1.section-header.section-header-home {
    margin: -10px auto -5px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header.section-header-home {
    margin: -5px auto -2px auto;
  }
}

h1.section-header.section-header-post {
  font-size: 30px;
  margin: -6px 0 -3px 0;
}

@media only screen and (max-width: 768px) {
  h1.section-header.section-header-post {
    font-size: 25px;
    margin: -5px 0 -2px 0;
  }
}

@media only screen and (max-width: 428px) {
  .work-item {
    padding: 11% 0% 3% 11%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
    position: relative;
  }

  .border-work {
    position: absolute;
    width: 94%;
    height: 87%;
    left: 7%;
    z-index: 0;
    opacity: 0;
    top: 10%;
    border: 6px solid #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

}

/* 10. section heading h2 */
h2.section-heading {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
  margin: -6px 0 -7px 0;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  h2.section-heading {
    font-size: 14px;
    margin: -6px 0 -6px 0;
  }
}

h2.section-heading.section-heading-dark {
  color: #111;
}

h2.section-heading span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-right: 5px;
  line-height: 1;
  color: #fff;
}

h2.section-heading.section-heading-dark span {
  color: #111;
}

h2.section-heading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #fff;
}

h2.section-heading.section-heading-dark span::before {
  border-top: 1px solid #111;
}


/* 11. upper page */
.upper-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
}


/* 12. animated text */
.animated-text-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.animated-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  top: 0;
  left: 50%;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: animated-text-animation 20s linear infinite;
  animation: animated-text-animation 20s linear infinite;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.animated-text .animated-text-content {
  display: block;
  white-space: nowrap;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  margin: 0 auto;
  width: 100%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  .animated-text .animated-text-content {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .animated-text .animated-text-content {
    font-size: 35px;
  }
}

.animated-text .animated-text-content span {
  color: #5f5f5f;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .animated-text .animated-text-content span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
    text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}

@-webkit-keyframes animated-text-animation {
  0% {
    -webkit-transform: translate(-40%, 0%);
  }

  100% {
    -webkit-transform: translate(-60%, 0%);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
  }

  100% {
    -webkit-transform: translate(-60%, 0%);
    transform: translate(-60%, 0%);
  }
}


/* 13. page wrapper */
.page-wrapper {
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background: #111;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .page-wrapper {
    z-index: 150;
  }
}

.page-wrapper>* {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}


/* 14. IMG carousel */
.carousel-item-img-wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
  height: auto;
}

.carousel-item-all,
.img-project-all {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

.carousel-item-all {
  height: 70vh;
}

.img-project-all {
  height: 50vh;
}


/* 15. post box */
.post-box-inner {
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 880px) {
  .post-box-inner {
    margin: 0 0 0 30px;
  }
}

.post-box-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #111;
  margin: -6px 0 -7px 0;
}


/* 16. overlay */
.overlay::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
}

.overlay-dark::before {
  background: rgba(0, 0, 0, .55);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}


/* 17. hero container */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}


/* 18. home */
.home-page,
.footer-page {
  position: relative;
  width: 100%;
  height: 60%;
  text-align: center;
  z-index: 1;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .home-page,
  .footer-page {
    z-index: 150;
  }
}


/* 19. main title */
h1.main-title {
  /*font-family: 'Work Sans', sans-serif;*/
  /*LSVC*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto -12px auto;
  width: 100%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    font-size: 50px;
    margin: 0 auto -14px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 35px;
    margin: 0 auto -10px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 35px;
    margin: 0 auto -6px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 30px;
    margin: 0 auto -5px auto;
  }
}


/* 20. home credits */
.bottom-credits {
  position: fixed;
  display: block;
  visibility: visible;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: auto;
  height: 50px;
  right: 50px;
  bottom: 14px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 1002;
}

@media only screen and (max-width: 880px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: -4px;
  }
}

@media only screen and (max-width: 834px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 35px;
  }
}


@media only screen and (max-width: 820px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 26px;
  }
}

@media only screen and (max-width: 428px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 21px;
  }
}

@media only screen and (max-width: 414px) {
  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 21px;
  }
}

.bottom-credits a,
.bottom-credits a:hover {
  color: #fff;
  text-decoration: none;
}


/* 21. services panel */
.panel-wrapper {
  position: relative;
  background: none;
  width: 100%;
  height: calc(100% + 300px);
  margin: -25px auto -45px 0;
  z-index: 1;
}

.panel-title {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #111;
  line-height: 2;
  margin-left: -15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .panel-title {
    font-size: 14px;
  }
}

.panel-title-span {
  color: #111;
}

.panel-group .panel {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.panel-group .panel .panel-heading {
  border: none;
  background: none;
}

.panel-group .panel .panel-heading h4 a {
  display: block;
  background: none;
  padding: 15px;
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: none;
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "\f209";
  font-family: "Ionicons";
}

.ion {
  font-size: 15px;
  padding-right: 10px;
}

.panel-group .panel .panel-heading h4 a i {
  position: relative;
  display: block;
  top: 7px;
  left: -15px;
  color: #111;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 6px;
  }
}

.panel-group .panel .panel-body {
  padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  background: none;
  text-align: center;
  padding: 25px 0;
}

.panel-group .panel+.panel {
  border: none;
  margin-top: 0;
}

.panel-body p {
  text-align: left;
  color: #111;
}


/* 22. preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

.preloader-bg.preloader-bg-light {
  background: #fff
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader.preloader-light {
  background: #fff;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.loader.loader-light {
  border: 3px solid rgba(0, 0, 0, .15);
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
}

.loader.loader-light span {
  border-top: 3px solid rgba(0, 0, 0, .75);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* 23. inner spacer */
.inner-spacer {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

@media all and (min-width: 1920px) {
  .inner-spacer {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .inner-spacer {
    width: 100%;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-spacer {
    padding: 0 30px;
  }
}

.inner-spacer-2 {
  position: relative;
  width: 100% !important;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

section {
  overflow-x: hidden !important;
}


/* 24. contact form */
#contact-form,
#contact-form-2 {
  width: 100%;
  margin: -20px auto 0 auto;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 10px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#contact-form-2 #form input {
  border-bottom: 1px solid #111;
  color: #111;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#contact-form-2 textarea {
  border-bottom: 1px solid #111;
  color: #111;
}

#form textarea {
  margin: 15px 0 10px 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
  border-color: #5f5f5f;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.success {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  margin: 0;
  padding: 25px 0 0 15px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#contact-form-2 .success {
  color: #111;
}

#form .error {
  position: absolute;
  display: block;
  width: 200px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #5f5f5f;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 13px;
  color: #111;
}

:-ms-input-placeholder {
  font-size: 13px;
  color: #111;
}

::-moz-placeholder {
  font-size: 13px;
  color: #111;
}

input:-moz-placeholder {
  font-size: 13px;
  color: #111;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

#contact-form-2 ::-webkit-input-placeholder {
  font-size: 13px;
  color: #111;
}

#contact-form-2 :-ms-input-placeholder {
  font-size: 13px;
  color: #111;
}

#contact-form-2 ::-moz-placeholder {
  font-size: 13px;
  color: #111;
}

#contact-form-2 input:-moz-placeholder {
  font-size: 13px;
  color: #111;
}


/* 25. videos */


/* 26. social icons */
.social-icons {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 10px auto 0 -30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.social-icons a,
.social-icons a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
}

.social-icons li {
  display: inline;
  padding: 0;
}

.social-icons li span {
  color: rgb(255, 255, 255);
  padding: 0 10px;
}

.social-icons a,
.social-icons a:hover,
.social-icons a:visited,
.social-icons a:active,
.social-icons a:focus {
  color: #111;
}


/* 26.1. social icons home */
.social-icons-home {
  position: fixed;
  width: auto;
  height: 48px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.social-icons-home a,
.social-icons-home a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.social-icons-home {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.social-icons-home {
  margin-top: 0;
  left: -103px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media all and (min-width: 1920px) {
  .social-icons-home {
    left: -103px;
  }

}

@media only screen and (max-width: 880px) {
  .social-icons-home {
    left: -113px;
  }
}

.social-icons-home li a,
.social-icons-home li a:hover,
.social-icons-home li a:visited,
.social-icons-home li a:active,
.social-icons-home li a:focus {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 880px) {

  .social-icons-home li a,
  .social-icons-home li a:hover,
  .social-icons-home li a:visited,
  .social-icons-home li a:active,
  .social-icons-home li a:focus {
    font-size: 9px;
  }
}

.social-icons-home li {
  display: inline;
  padding-left: 10px;
}

.social-icons-home li span {
  color: #fff;
  padding-left: 10px;
}


/* 27. to top arrow */
.to-top-arrow {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 50px;
  bottom: -10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #111;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  border-radius: 50%;
  cursor: pointer;
  z-index: 115;
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 30px;
  }
}

.to-top-arrow.show {
  bottom: 30px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 28. logo */
.logo {
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 50px;
  line-height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 150;
}

@media only screen and (max-width: 880px) {
  .logo {
    top: 50px;
    left: 36px;
  }
}

.logo-img::before {
  content: "";
  display: block;
  width: 256px;
  height: 36px;
  line-height: 34px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo.logo-light .logo-img::before {
  /* background: url(../img/logo-light.png) no-repeat; */
}

.logo.logo-dark .logo-img::before {
  background: url(../img/logo-dark.png) no-repeat;
}


/* 29. Swiper CUSTOM */
/* 29.1. Swiper style 1 */
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-slider-wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 300px;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  .hero-slider-wrapper-img {
    left: 0;
  }
}

.hero-slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hero-slider-img .swiper-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-txt {
  position: relative;
  width: 100% !important;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
    padding: 0 10px;
    left: 0;
  }
}

.swiper-slide-txt-inner {
  position: relative;
  max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  left: 58px;
  bottom: 59px;
  z-index: 10;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-pagination {
    left: 100px;
    bottom: 94px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 60px;
    bottom: 54px;
  }
}

.swiper-slide-pagination::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  background: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 50%;
  background: #fff;
  margin: 0;
  border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  background: #fff;
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.circle-svg {
  position: absolute;
  left: 0;
  -webkit-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
  -webkit-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
}

.circle-svg circle {
  stroke-dasharray: 400px;
}

.circle {
  stroke-dashoffset: 400px;
}

.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  -webkit-transition: linear 3s stroke-dashoffset;
  -o-transition: linear 3s stroke-dashoffset;
  transition: linear 3s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 170px;
  bottom: 40px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #2d2d2d;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-controls-play-pause {
    right: 150px;
    bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 150px;
    bottom: 60px;
  }
}

.swiper-slide-controls-play-pause:hover {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: #2d2d2d;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;

}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "\f478";
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* 29.2. Swiper style 2 */
.swiper-container-wrapper {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.swiper-slide-active .swiper-slide-inner-bg-2 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-inner-bg-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg-3 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-inner-bg-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-active .swiper-slide-inner-bg-4 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
  position: absolute;
  width: auto;
  left: 257px;
  bottom: 257px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt {
    width: 100% !important;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.swiper-slide-inner-txt-2 {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}

@media all and (min-width: 1920px) {
  .swiper-slide-inner-txt-2 {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 257px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt-2 {
    width: 100% !important;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.swiper-slide-active .swiper-slide-inner-txt,
.swiper-slide-active .swiper-slide-inner-txt-2 {
  -webkit-transition: opacity 1.8s ease 1.2s;
  -o-transition: opacity 1.8s ease 1.2s;
  transition: opacity 1.8s ease 1.2s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt-all {
  position: absolute;
  width: auto;
  left: 257px;
  bottom: 257px;
  z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt-all {
    width: 100% !important;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


/* 29.3. Swiper style 3 */
.parallax .swiper-container {
  width: 100%;
  height: 100%;
  background: #111;
}

.parallax .swiper-slide {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax .parallax-bg {
  position: absolute;
  width: 120%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

.parallax .swiper-slide .text {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15;
}

@media all and (min-width: 1920px) {
  .parallax .swiper-slide .text {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 257px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media only screen and (max-width: 995px) {
  .parallax .swiper-slide .text {
    width: 100% !important;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


/* 29.4. Swiper style DEPPEX */
.hero-slider-bg-controls {
  position: absolute;
  left: 110px;
  bottom: 50px;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    left: 90px;
    bottom: 30px;
  }
}

.swiper-slide-controls {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 6px;
  text-align: center;
  border-radius: 50%;
}

.swiper-slide-controls:hover {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: none;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}


/* 29.5. Swiper style DEPPEX 2 */
.swiper-slide.swiper-slide-3 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.swiper-slide-inner-txt-3 {
  position: absolute;
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 15;
}

.button-the-wrapper.button-the-wrapper-light.button-the-wrapper-light-home {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}


/* 30. Magnific Popup CUSTOM */
.mfp-bg {
  background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
  font-family: "Ionicons";
  content: "\f124";
  font-size: 16px;
  font-weight: 500;
  color: #00C6AC;
  margin-top: 22px;
  left: 15px;
}

.mfp-arrow-right:after {
  font-family: "Ionicons";
  content: "\f125";
  font-size: 16px;
  font-weight: 500;
  color: #00C6AC;
  margin-top: 22px;
  right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: none;
}

.mfp-title,
.mfp-counter {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00C6AC;
}

.mfp-close {
  font-weight: 500 !important;
  color: #00C6AC !important;
  cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  z-index: 99998 !important;
}

.mfp-bg {
  z-index: 99996 !important;
}

.mfp-wrap {
  z-index: 99997 !important;
}

.mfp-content {
  z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
  color: #00C6AC;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 31. Lity CUSTOM */
.lity {
  z-index: 99999;
  cursor: crosshair;
  background: rgba(0, 0, 0, .55);
}

.lity-close {
  width: 35px !important;
  max-width: 35px;
  height: 35px;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500 !important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 20px;
  }
}

.lity-close:active {
  width: 35px !important;
  max-width: 35px;
  height: 35px;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 20px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-shadow: none;
}


/* 32. Owl Carousel CUSTOM */
.owl-nav-wrapper {
  position: absolute;
  right: 45px;
  bottom: 50px;
}

.owl-nav-custom-all {
  position: relative;
  width: 115px;
  height: 50px;
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 880px) {
  .owl-nav-custom-all {
    margin: 0 0 0 30px;
  }
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  text-align: center;
}

.owl-prev {
  left: 0;
}

.owl-next {
  left: 60px;
}

.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #111;
  cursor: pointer;
  z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: #111;
}

.owl-prev.disabled,
.owl-next.disabled {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #5f5f5f !important;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  cursor: default !important;
}


/* 33. news */
.blog-quote {
  line-height: 100px;
  padding: 0 0 0 50px;
  border-left: 5px solid #111;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
    margin: 0;
  }
}

.blog-quote p {
  font-size: 23px;
  font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.date {
  position: relative;
  color: #111;
  padding-left: 0;
  bottom: -7px;
}

.date {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
}

.blog-comments h4 {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  margin: -3px 0 -1px 0;
}

.blog-comments .profile-photo img {
  position: relative;
  margin: 10px 0 23px 0;
}

.blog-comments .comments p {
  margin: 0;
}


/* 34. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-50 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}


.inner-divider {
  height: 125px;
}

.inner-dividerTitle {
  height: 125px;
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 15px;
  }

  .inner-dividerTitle {
    height: 125px;
  }
}

.inner-divider-half {
  height: 125px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 75px;
  }
}

.inner-divider-ultra-half {
  height: 35px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half {
    height: 25px;
  }
}

.inner-divider-50 {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-50 {
    height: 30px;
  }
}

.mobile-visible {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-visible {
    display: block;
    visibility: visible;
  }

  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}


/* 35. extra margin */
.extra-margin-owl,
.extra-margin-justify {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  background: none;
}


/* 36. section subtitle */
.subtitle {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #111;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 995px) {
  .subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.subtitle.subtitle-home,
.subtitle.subtitle-home a,
.subtitle.subtitle-home a:hover,
.subtitle.subtitle-home a:visited,
.subtitle.subtitle-home a:active,
.subtitle.subtitle-home a:focus {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.subtitle.subtitle-light {
  color: #fff;
}

.subtitle.subtitle-left {
  text-align: left;
}

.subtitle.subtitle-normal {
  text-transform: none;
}

@media only screen and (max-width: 995px) {
  .subtitle.subtitle-normal {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.subtitle {
  margin: -6px auto;
}

@media all and (min-width: 1920px) {
  .subtitle {
    margin: -8px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .subtitle {
    margin: -5px auto;
  }
}


/* 37. section title */
h1.main-title {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgb(255, 255, 255);
  width: 100%;
  line-height: 1;
  position: relative;
  z-index: 3;
}

.main-title.main-title-all {
  color: #111;
}

.main-title.main-title-all.main-title-all-left {
  text-align: left !important;
}

.main-title.main-title-all.main-title-all-left {
  margin: -12px auto;
}

@media all and (min-width: 1920px) {
  .main-title.main-title-all.main-title-all-left {
    margin: -14px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .main-title.main-title-all.main-title-all-left {
    margin: -10px auto;
  }
}

@media only screen and (max-width: 995px) {
  .main-title.main-title-all.main-title-all-left {
    margin: -6px auto;
  }
}

@media only screen and (max-width: 768px) {
  .main-title.main-title-all.main-title-all-left {
    margin: -5px auto;
  }
}


/* 38. extras */
.section-txt.section-txt-light p {
  color: #fff !important;
}

.section-txt.section-txt-dark p {
  color: #111 !important;
}

.button-the-wrapper.button-the-wrapper-all {
  position: relative;
  display: block;
  width: 100% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left !important;
}


/* 39. blog */
.blog-quote {
  line-height: 100px;
  padding: 0 0 0 50px;
  border-left: 5px solid #111;
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
  }
}

.blog-quote p {
  font-size: 23px;
  font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.panel-from-left-blog {
  position: fixed;
  width: 25%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background: #111;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 76%;
  }
}

.panel-from-left-blog.open {
  left: 0;
}

.panel-overlay-from-right-blog {
  position: fixed;
  width: 76%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: crosshair;
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 25%;
  }
}

.panel-overlay-from-right-blog.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
  position: relative;
  margin: 0;
  padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-side-text a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {

  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #fff;
  margin: -5px 0 -2px 0;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .blog-side-heading h3 {
    font-size: 20px;
    margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #111;
  border-radius: 50%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  cursor: pointer;
  z-index: 115;
}

@media only screen and (max-width: 880px) {
  .blog-side-launcher {
    left: 30px;
    bottom: 30px;
  }
}

.blog-comments {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.comments {
  text-align: center;
}

.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus {
  font-size: 15px;
  color: #111;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.comments article {
  position: relative;
  margin: 0 auto;
}

.profile-photo {
  display: block;
  text-align: center;
  margin: -8px auto -22px auto;
}

.comments article img {
  width: 80px;
  height: 80px;
  border-width: 0;
  border-radius: 50%;
  margin: 15px auto 30px auto;
}

.comment-time {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.comment-responce {
  padding-left: 75px;
}

.blog-search {
  width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  color: #fff;
}

.blog-search input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 13px;
  color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search input {
    width: 200px;
  }
}


/* 40. extras 2 */
.section-txt p,
.section-txt-2 p,
h1.section-header.section-header-post,
h2.section-subheading,
.comments,
.comments p,
.profile-photo,
.social-icons {
  text-align: left !important;
  color: #111;
}

@media only screen and (max-width: 995px) {
  h1.section-header {
    text-align: left !important;
  }
}

.social-icons {
  margin: 10px 0 0 -40px;
}

h1.section-header.section-header-2 {
  margin: -6px 0 -3px 15px;
}

@media all and (min-width: 1920px) {
  h1.section-header.section-header-2 {
    margin: -10px 0 -5px 15px;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header.section-header-2 {
    margin: -5px 0 -2px 15px;
  }
}

h1.section-header.section-header-3 {
  padding: 0 15px;
}


/* 41. extras 3 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.circle-svg circle,
.circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 3;
  stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  -webkit-transition: linear 4s stroke-dashoffset;
  -o-transition: linear 4s stroke-dashoffset;
  transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    left: 30px;
    bottom: 30px;
  }
}

.swiper-slide-controls-play-pause:hover {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "\f478";
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.swiper-container-wrapper {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .8s;
  transition: opacity .6s ease-in-out, -webkit-transform 2s ease .8s;
  transition: opacity .6s ease-in-out, transform 2s ease .8s;
  transition: opacity .6s ease-in-out, transform 2s ease .8s, -webkit-transform 2s ease .8s;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
  -webkit-transition: opacity 1.8s ease .8s;
  -o-transition: opacity 1.8s ease .8s;
  transition: opacity 1.8s ease .8s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt.swiper-slide-inner-txt-2 {
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-slide-inner-txt-all {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}

.swiper-slideshow .swiper-slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slideshow .swiper-slideshow-wrapper .swiper-slide-active .swiper-slide-inner-bg {
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  top: 50%;
  right: 56px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    right: 36px;
  }
}

h6 {
  display: none !important;
  visibility: hidden !important;
}


/* 42. main title */
h1.main-title span {
  color: #fff;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h1.main-title span {
    color: white;

    text-shadow: none;
  }
}

h1.main-title.main-title-dark {
  color: #111;
  text-align: left !important;
}

h1.main-title.main-title-dark span {
  color: #111;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h1.main-title.main-title-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
    text-stroke: 1px #111;
    text-shadow: none;
  }
}

h1.main-title.main-title-all span {
  color: #111;
  letter-spacing: 0.05em;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h1.main-title.main-title-all span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
    text-stroke: 1px #111;
    text-shadow: none;
  }
}

h2.section-subheading.section-subheading-dark {
  color: #111;
}

h2.section-subheading.section-subheading-dark span::before {
  border-top: 1px solid #111;
}


/* 43. blockquote */
.testimonial {
  position: relative;
  text-align: left;
  margin: -5px 0 -30px 0;
}

.testimonial.testimonial-bottom {
  margin: -5px 0 -30px 0;
}

.testimonial .inner {
  margin: 0 auto;
  padding: 0;
}

.testimonial blockquote {}

q,
blockquote {
  quotes: none;
}

.quote-inner a,
.quote-inner a:hover {
  color: #fff;
  text-decoration: none;
}

.testimonial blockquote::before {
  content: "\201C";
  position: absolute;
  color: rgba(255, 255, 255, .15);
  font-family: 'Work Sans', sans-serif;
  font-size: 265px;
  font-style: normal;
  left: -10px;
  top: -80px;
  z-index: -10;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .testimonial blockquote::before {
    font-size: 135px;
    top: -40px;
  }
}

.testimonial blockquote {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: none;
  padding: 0;
  position: relative;
}

@media all and (min-width: 1920px) {
  .testimonial blockquote {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial blockquote {
    font-size: 25px;
    margin: -5px 0 -2px 0;
  }
}

.testimonial.testimonial-dark blockquote {
  color: #111;
}

.testimonial.testimonial-dark blockquote::before {
  color: rgba(0, 0, 0, .15);
}


/* 44. HTML5 video */
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


/* 45. Montserrat -webkit-text-stroke Fix */
/* Black 900 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Montserrat-Black.ttf') format('truetype'),
    url('fonts/Montserrat-Black.otf') format('opentype');
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('fonts/Montserrat-ExtraBold.otf') format('opentype');
}

/* Bold 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Montserrat-Bold.ttf') format('truetype'),
    url('fonts/Montserrat-Bold.otf') format('opentype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('fonts/Montserrat-SemiBold.otf') format('opentype');
}

/* Medium 500 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat-Medium.ttf') format('truetype'),
    url('fonts/Montserrat-Medium.otf') format('opentype');
}

/* Regular 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype'),
    url('fonts/Montserrat-Regular.otf') format('opentype');
}

/* Light 300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat-Light.ttf') format('truetype'),
    url('fonts/Montserrat-Light.otf') format('opentype');
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype'),
    url('fonts/Montserrat-ExtraLight.otf') format('opentype');
}

/* Thin 100 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Montserrat-Thin.ttf') format('truetype'),
    url('fonts/Montserrat-Thin.otf') format('opentype');
}



/* 45. Digitalo Fix */
/* Black 900 */
@font-face {
  font-family: 'Digitalo';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/digitalo.ttf') format('truetype'),
    url('fonts/digitalo.otf') format('opentype');
}

/* Black 900 */
@font-face {
  font-family: 'MBFModifi';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/MBFModifi.ttf') format('truetype'),
    url('fonts/MBFModifi.otf') format('opentype');
}

/* Logotipo y texto de slider experiencias*/

@media only screen and (max-width: 3390px) {
  nav.navigation-menu li {
    margin: 0 auto 60px auto;
    list-style: none;
  }
}


@media only screen and (max-width: 1920px) {
  .tam-imagen {
    width: 140%;
    height: 50%;
    margin: -14% 0% 0% 0%;
  }
}


@media only screen and (max-width: 1600px) {

  nav.navigation-menu li {
    margin: 16px auto 39px auto;
    list-style: none;
  }

  .img-logoVMS {
    margin: -116px 10px 0px -39px;
    width: 15%;
  }

  nav.navigation-menu a {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #ffffff;
  }
}

@media only screen and (max-width: 1440px) {
  .tam-imagen {
    width: 126%;
    height: 50%;
    margin: -24% 0% 0% 0%;
  }

  .center-container-menu {
    position: relative;
    display: table;
    width: 103%;
    height: 100%;
  }
}


@media only screen and (max-width: 1280px) {
  .border-work {
    position: absolute;
    width: 100%;
    height: 84%;
    left: 0%;
    z-index: 0;
    opacity: 0;
    top: 8%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }


}

@media only screen and (max-width: 1280px) and (max-height: 586px) {

body.body-dark {
    background: #00140e;
    background-image: url(../img/Inicio/OndasVMS2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

  video {
    position: absolute;
    top: 0;
    left: 18%;
    width: 59%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media only screen and (max-width: 1024px) {

  .work-text {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
  }

  .tam-imagen {
    width: 80%;
    height: 50%;
    margin: -24% 0% 0% 0%;
  }

  .work-text h3 {
    font-family: 'Work Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 21px;
    margin: 0;
  }


}

@media only screen and (max-width: 768px) {
  .tam-imagen {
    width: 61%;
    height: 50%;
    margin: -37% 0% 0% -5%;
  }




}

@media only screen and (max-width: 428px) {

  /* Contenedor index */
  .panel-from-right {
    position: fixed;
    width: 50%;
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 200;
  }

  .work-text {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 10%;
    left: 30%;
    z-index: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
  }


}

/* Estilo para la ventana modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  /* Valor alto para estar por delante de los demás elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #00140e;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin: 4% 5% 0% 0%;
  scale: 3;
}

/* Estilo para el botón */
button {
  margin-top: 20px;
}

/* Estilo para el video de YouTube y efecto neon */

/* Estilo para el borde neon */
.neon-border {

  -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  border-radius: 8px;
  -webkit-animation: neon-glow 1.5s ease-in-out infinite alternate;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes neon-glow {
  from {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  }

  to {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
  }
}

@keyframes neon-glow {
  from {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  }

  to {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
  }
}

/*--------------- Video Responsivo-------------------------- */
@media only screen and (max-width: 2560px) {

  #videoIframe {
    width: 1228px;
    height: 670px;
  }
}


@media only screen and (max-width: 1920px) {

  #videoIframe {
    width: 916px;
    height: 407px;
  }
}

@media only screen and (max-width: 1366px) {
  .panel-from-right.panel-from-right-home {
    background: -o-linear-gradient(left, rgba(0, 198, 172, 0), rgba(0, 198, 172, .8));
  }

  .img-logoVMS {
    margin: -297px 10px 0px -39px;
    width: 15%;
  }

}

@media only screen and (max-width: 1280px) {

  #videoIframe {
    width: 681px;
    height: 257px;
  }

  nav.navigation-menu li {
    margin: 35px auto 38px auto;
    list-style: none;
  }

  nav.navigation-menu a {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #ffffff;
  }
}

@media only screen and (max-width: 1280px) and (max-height: 586px) {
  #videoIframe {
    width: 783px;
    height: 266px;
  }
}

@media only screen and (max-width: 1024px) {

  #videoIframe {
    width: 880px;
    height: 512px;
  }

  .border-work {
    position: absolute;
    width: 103%;
    height: 80%;
    left: -2%;
    z-index: 0;
    opacity: 0;
    top: 10%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

  .panel-from-right.panel-from-right-home {
    background: linear-gradient(90deg, rgb(0 198 172) 20%, rgba(0, 198, 172, 1) 30%);

  }

}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
  #videoIframe {
    width: 601px;
    height: 371px;
  }
}


@media only screen and (max-width: 950px) {

  #videoIframe {
    width: 730px;
    height: 513px;
  }

  .border-work {
    position: absolute;
    width: 100%;
    height: 87%;
    left: 0%;
    z-index: 0;
    opacity: 0;
    top: 7%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }
}

@media only screen and (max-width: 820px) {

  #videoIframe {
    width: 720px;
    height: 512px;
  }


  .border-work {
    position: absolute;
    width: 100%;
    height: 84%;
    left: 0%;
    z-index: 0;
    opacity: 0;
    top: 9%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

}

@media only screen and (max-width: 768px) {

  #videoIframe {
    width: 614px;
    height: 512px;
  }

}


@media only screen and (max-width: 480px) {

  #videoIframe {
    width: 328px;
    height: 256px;
  }

  .border-work {
    position: absolute;
    width: 88%;
    height: 88%;
    left: 6%;
    z-index: 0;
    opacity: 0;
    top: 6%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

  .work-item {
    padding: 30px 29px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
    position: relative;
  }

  nav.navigation-menu li {
    margin: -11px auto 38px auto;
    list-style: none;
  }

}


@media only screen and (max-width: 428px) {

  #videoIframe {
    width: 328px;
    height: 256px;
  }

  .border-work {
    position: absolute;
    width: 89%;
    height: 85%;
    left: 6%;
    z-index: 0;
    opacity: 0;
    top: 9%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

  .panel-from-right.panel-from-right-home {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 198, 172, 0)), to(rgba(0, 198, 172, .8)));
    background: -o-linear-gradient(left, rgba(0, 198, 172, 0), rgba(0, 198, 172, .8));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 198, 172, 0)), to(rgba(0, 198, 172, .8)));
    background: -o-linear-gradient(left, rgba(0, 198, 172, 0), rgba(0, 198, 172, .8));
    background: linear-gradient(90deg, rgb(0 198 172) 20%, rgba(0, 198, 172, 1) 30%);
    height: 100%;
  }

}

@media only screen and (max-width: 394px) {
  #videoIframe {
    width: 278px;
    height: 256px;
  }

  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 26px;
  }
}

@media only screen and (max-width: 376px) {
  #videoIframe {
    width: 278px;
    height: 256px;
  }


  .bottom-credits {
    font-size: 9px;
    right: 22px;
    bottom: 25px;
  }

  nav.navigation-menu li {
    margin: -22px auto 33px auto;
    list-style: none;
  }

}



@media only screen and (max-width: 360px) {
  .border-work {
    position: absolute;
    width: 86%;
    height: 85%;
    left: 6%;
    z-index: 0;
    opacity: 0;
    top: 8%;
    -webkit-box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    box-shadow: 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC, 0 0 10px #00C6AC;
    -webkit-animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    animation: neon-glow-exp 1.5s ease-in-out infinite alternate;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(50px) perspective(1000);
    -webkit-transform: translateZ(50px) perspective(1000);
    -moz-transform: translateZ(50px) perspective(1000);
    -ms-transform: translateZ(50px) perspective(1000);
    -o-transform: translateZ(50px) perspective(1000);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
  }

  .img-logoVMS {
    margin: -177px 10px 0px -31px;
    width: 18%;
  }

  .panel-from-right.panel-from-right-home {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 198, 172, 0)), to(rgba(0, 198, 172, .8)));
    background: -o-linear-gradient(left, rgba(0, 198, 172, 0), rgba(0, 198, 172, .8));
    background: linear-gradient(90deg, rgb(0 198 172) 20%, rgba(0, 198, 172, 1) 30%);
    height: 100%;
  }

  #videoIframe {
    width: 251px;
    height: 230px;
  }

  .bottom-credits {
    font-size: 5px;
    right: 22px;
    bottom: 9px;
  }

}