* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
}

header {
  background: #000000;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  transition: 1s;
}

header.down {
  background: #000000;
  padding: 5px 10px;
}

header .brand img {
  height: 75px;
}

header.down .brand img {
  height: 60px;
  transition: 1s;
}

header .menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu ul li {
  list-style: none;
}

header .menu a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
 
  text-decoration: none;
  margin: 0 30px;
  padding: 7px 12px;
  transition: 0.5s;
  transition-property: all, height, color;
}

header .menu a:hover {
  color: #0f9e2e;
  transition: 0.5s;
}

.section-two {
  padding: 20px;
}

header .btn {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {

  header,
  header.down {
    padding: 5px 10px;
  }

  header .btn {
    display: block;
  }

  header .menu {
    position: fixed;
    background: hwb(91 10% 45%);
    min-width: 50px;
    /* height: 50vh; */
    top: 0;
    right: -100%;
    padding: 50px 40px;
    transition: 0.5s;
    transition-property: right;
  }

  header .menu ul {
    flex-direction: column;
  }

  header .menu.active {
    right: 0;
  }

  header .menu .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
  }

  header .menu a {
    display: block;
    font-size: 20px;
    margin: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .section-main h1 {
    font-size: 20px;
    line-height: 60px;
  }
}
.container {
  position: relative;
  height: 100vh;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  position: relative;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.texto-sobre-video {
  background-color: transparent;
  padding: 20px;
  padding-right: 5em;
  position: absolute;
  top: 20%;
  text-align: left;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2vh;
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 0 black, 2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black;
}

.texto-sobre-video h1 {
  background-color: transparent;
  text-align: left;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 0 black, 2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black;
}

.texto-sobre-video h2 {
  background-color: transparent;
  text-align: left;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 0 black, 2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black;
}

.texto-sobre-video .btn {
  padding: 10px;
  background-color: rgb(23, 206, 63, 0.8);
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 1;
  text-decoration: none;
}

.texto-sobre-video .btn:hover {
  transition: 0.8s;
  background-color: rgb(21, 26, 22, 0.8);
}

.texto-sobre-video a {
  padding: 8%;
  text-shadow: 0 0 0 black, 0 0 0 black, 0 0 0 black, 0 0 0 black;
  z-index: 1;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 200;
}
.section-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
}

.section-main h1 {
  color: rgb(38, 211, 75, 0.8);
  font-size: 2.5vw;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 80px;
  text-shadow: 0 0 3px #fff, 0 0 3px #000000;
}



.linea {
  font-size: 45px;
  margin: 0 0 0 0;
  padding: 50px;
  width: 100%;
  background-color: #ffffff;
}

.linea h1 {
  margin-top: 6px;
  font-size: 3vh;
  font-family: Arial, Helvetica, sans-serif;
  color: #39b928;
  text-align: center;
}

#main {
  background-color: transparent;
  top: 10%;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.parrafo {
  margin: -10px 0 0 0;
  padding: 50px;
  width: 100%;
  background-color: #000000;
}

.parrafo h1 {
  font-size: 20px;
  margin-top: 2%;
  text-align: center;
  width: 100%;
  color: #39b928;
}

.parrafo p {
  color: #ffffff;
}

#carrusel-caja {
  margin-top: 10%;
  margin-bottom: 50%;
  animation: automatizacion 25s linear infinite;
  transition: all 1.5s ease;
  height: 50%;
  width: 700%;
}

#carrusel-contenido {
  background-color: #000000;
  
  overflow: hidden;
  text-align: center;
}

.imagenes {
  width: 80%;
}

.carrusel-elemento {
  float: left;
  width: 14.2857%;
}

@keyframes automatizacion {
  0% {
    margin-left: 0;
  }

  7.15% {
    margin-left: 0;
  }

  14.30% {
    margin-left: -100%;
  }

  21.45% {
    margin-left: -100%;
  }

  28.60% {
    margin-left: -200%;
  }

  35.75% {
    margin-left: -200%;
  }

  42.90% {
    margin-left: -300%;
  }

  50.05% {
    margin-left: -300%;
  }

  57.20% {
    margin-left: -400%;
  }

  64.35% {
    margin-left: -400%;
  }

  71.05% {
    margin-left: -500%;
  }

  78.65% {
    margin-left: -500%;
  }

  85.8% {
    margin-left: -600%;
  }

  92.95% {
    margin-left: -600%;
  }

  100% {
    margin-left: 0;
  }
}

.img1 {
  margin-top: 10%;
  display: block;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .img1 {
    width: 100%;
  }
}

.img2 {
  margin-top: 10%;
  margin-bottom: 10%;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .img2 {
    width: 100%;
  }
}

.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0 1px 10px rgb(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp p {
  display: none;
}

.btn-wsp p:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #b91d1d;
}

.btn-wsp:hover {
  background: #0f5e2d;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn-wsp {
    width: 63px;
    height: 63px;
    line-height: 66px;
  }
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

#video-box a {
  margin-top: 50px;
  display: block;
  text-align: center;
}

#videobox {
  display: block;
  margin-top: 10px;
  margin-bottom: 150px;
  text-align: center;
}

#videobox iframe {
  margin: 40px 40px;
  width: 350px;
  height: 200px;
}

@keyframes desaparecer {
  0% {
    bottom: 0;
  }

  80% {
    bottom: 0;
  }

  100% {
    bottom: -50px;
  }
}

@keyframes aparecer {
  0% {
    bottom: -38px;
  }

  10% {
    bottom: 0;
  }

  90% {
    bottom: 0;
  }

  100% {
    bottom: -38px;
  }
}
/*+++++++++++++++++++++++++++++COOKIS++++++++++++++++++++++++++++++++++++++++++*/
#cookiesms1:target {
  display: none;
}

.cookiesms {
  text-decoration: none;
  width: 100%;
  height: 43px;
  margin: 0 auto;
  padding-left: 1%;
  padding-top: 5px;
  font-size: 14px;
  clear: both;
  color: #333;
  bottom: -50px;
  position: fixed;
  left: 0;
  background-color: #FFF;
  opacity: 0.7;
  transition: bottom 1s;
  box-shadow: 3px -3px 1px rgb(50, 50, 50, 0.56);
  z-index: 999999999;
}

.cookiesms a {
  color: #000000;
  font-size: 14px;
  text-decoration: none !important;
}

.cookiesms:hover {
  text-decoration: none;
  bottom: 0;
}

.cookies2 {
  text-decoration: none;
  background-color: #FFF;
  display: inline;
  opacity: 0.95;
  position: absolute;
  left: 1%;
  top: -30px;
  font-size: 18px;
  height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: 3px -3px 1px rgb(50, 50, 50, 0.56);
}