/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFFFF;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

header {
   /* position: fixed;
    width: 100%;*/
    z-index: 800;
    top: 0;
}

.logo-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

.nav-container {
    background-color: #00af9b;
    text-align: center;
}

nav a:link, nav a:visited, nav a:active , #cerrar-menu-xs:link, #cerrar-menu-xs:visited, #cerrar-menu-xs:active {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-bottom: 3px solid #00af9b;
    text-decoration: none;
}

nav a:link, nav a:visited, nav a:active {
  display: block;
}

nav a:hover , #nav-actived{
    border-bottom: 3px solid #FFFFFF;
    text-decoration: none;
}

/* SECCIONES */
.titulos-secciones {
    color: #6d6e70;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.main-section-container {
    padding-top: 25px;
    padding-bottom: 45px;
}

.sub-titulos {
    border-bottom: 3px solid #00af9b;
    max-width: 120px;
    margin: 5px auto 25px auto;
    display: block;
}

/* CARACTERISTICAS */
.item-collage {
  padding: 30px 20px 30px 20px;  
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  position: relative;
}

.item-collage p {
  display: table-cell;
  vertical-align: middle;
}

.separador-blanco {
  display: block;
  border-bottom: 2px solid #FFFFFF;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 70%;
}

.bg-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-overlay:hover:after {
  opacity: 1;
}

.bg-01 {
  background: url(../images/01-collage.jpg) center center no-repeat;
  background-size: cover;
}

.bg-02 {
  background: url(../images/02-collage.jpg) center center no-repeat;
  background-size: cover;
}

.bg-03 {
  background: url(../images/03-collage.jpg) center center no-repeat;
  background-size: cover;
}

.bg-04 {
  background: url(../images/04-collage.jpg) center center no-repeat;
  background-size: cover;
}


/* CONTACTO*/
.bajada-contacto {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e70;
    margin-bottom: 40px;
}

.form-container {
    background-color: #99dfd7;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.form-container::after {
    background: url(../images/flecha-contacto.jpg) center top no-repeat transparent;
    position: absolute;
    content: '';
    width: 43px;
    height: 16px;
    top: -16px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.form-container input[type="text"], .form-container input[type="email"], .form-container input[type="tel"], .form-container textarea {
    width: 100%;
    border: 1px solid #99dfd7;
    padding: 10px 18px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-container input[type="tel"] {
    margin-bottom: 0px;
}

.form-container input[type="text"]:focus, .form-container input[type="email"]:focus, .form-container input[type="tel"]:focus, .form-container textarea:focus,
.form-container input[type="text"]:hover, .form-container input[type="email"]:hover, .form-container input[type="tel"]:hover, .form-container textarea:hover {
    border: 1px solid #00af9b;
    outline: none;
}

#procesar {
    background-color: #00af9b;
    border: none;
    color: #FFFFFF;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 400;
}

#procesar:hover, #procesar:focus {
    background-color: #6d6e70;
}

.resultados {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #00af9b;
    color: #636363;
    display: none;
}

.datos-postales, .datos-postales a:link, .datos-postales a:visited, .datos-postales a:active {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #6d6e70;
    line-height: 1.8;
}

.datos-postales i  {
    color: #00af9b;
}

.datos-postales img {
    max-width: 180px;
    margin-top: 30px;
}


footer {
    background-color: #adaeaf;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

footer, footer a:link, footer a:visited, footer a:active {
    color: #FFFFFF;
    font-size: 13px;
}

footer i {
    margin-left: 0px;
    font-size: 19px;
    margin-right: 0px; 
    margin-top: 20px;
}

/** Slider caption */

.slider-container {
   /* margin-top: 217px;*/
   margin-bottom: 25px;
   position: relative;
}

.industria-argentina {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 12000;
}

.carousel-inner .item {
  max-height: 1200px;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.carousel-inner .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-control {
  width: 10%;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-caption {
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.4);
    max-width: 928px;
    left: auto;
    padding: 25px 25px 25px 25px;
    text-align: center;
}

.right.carousel-control,
.left.carousel-control {
  display: none;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow:none;
}

.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

/* EXTRAS*/
.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 10000;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

.ease {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.bg-verde {
  background-color: #00af9b;
}

.bg-gris {
  background: #b3b5b7;
  background: -moz-linear-gradient(left, #b3b5b7 0%, #7a7c7e 100%);
  background: -webkit-linear-gradient(left, #b3b5b7 0%,#7a7c7e 100%);
  background: linear-gradient(to right, #b3b5b7 0%,#7a7c7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b5b7', endColorstr='#7a7c7e',GradientType=1 );
}

.vertical-align {
  display: table;
  vertical-align: center;
}

#cerrar-menu-xs, .menu-xs {
  display: none;
}

.menu-xs a:link, .menu-xs a:visited, .menu-xs a:active  {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* VIDEO PLAYER */
#videoContainer {
  width: 100%;
  height: 70vh;
  background: #000000;
  margin: 30px auto;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#videoContainer.fullScreen {
  width: 100vw !important;
  height: 100vh !important;
}

#videoContainer.small .intensityBar { width: 50px !important; }

#videoContainer.small .playButton {
  margin: 0 !important;
  margin-right: 5px !important;
}

#videoContainer.small .timer { display: none !important; }

#videoContainer.small .playPause, #videoContainer.small .volume .icon, #videoContainer.small .scale .icon {
  width: 15px !important;
  height: 15px !important;
}

#videoContainer.small .progressBar { height: 6px !important; }

#videoContainer.small .overlay .button {
  width: 50px !important;
  height: 50px !important;
}

#videoContainer.small .time { display: none !important; }

#videoContainer .overlay {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0, 175, 155), rgb(2, 138, 122));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 5px;
}

#videoContainer .overlay .button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(play-button.svg);
  background-size: 100% 100%;
  transform: translate(-50%, calc(-50% - 30px));
  cursor: pointer;
  transition: width 0.2s, height 0.2s;
}

#videoContainer .overlay .button:hover {
  width: 90px;
  height: 90px;
}

#videoContainer #video {
  width: 100%;
  height: calc(100% - 60px);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#videoContainer #video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#videoContainer #controls {
  width: 100%;
  height: 60px;
  background: #cccccc;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 9999;
}

#videoContainer #controls .playButton {
  width: 70px;
  height: 100%;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.4s;
  border-bottom-left-radius: 5px;
}

#videoContainer #controls .playButton:hover { background: #eaeaea; }

#videoContainer #controls .playButton .playPause {
  width: 25px;
  height: 25px;
  background: url(play.svg);
  background-size: 100% 100%;
}

#videoContainer #controls .ProgressContainer {
  color: #fff;
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

#videoContainer #controls .ProgressContainer .progressBar {
  width: 100%;
  height: 8px;
  background: #00ac98;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
}

#videoContainer #controls .ProgressContainer .progressBar:hover + .time {
  opacity: 1;
  transform: translateY(0);
}

#videoContainer #controls .ProgressContainer .progressBar .progress {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

#videoContainer #controls .ProgressContainer .timer {
  margin: 0 10px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-weight: 300;
  color: #2c7a57;
  letter-spacing: 1px;
}

#videoContainer #controls .ProgressContainer .time {
  width: 80px;
  height: 25px;
  background: #2c7a57;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 5px;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.3s, opacity 0.3s;
}

#videoContainer #controls .ProgressContainer .time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 25px;
  left: 33px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2c7a57;
}

#videoContainer #controls .volume {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#videoContainer #controls .volume .icon {
  width: 25px;
  height: 25px;
  background: url(volume.svg);
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 10px;
}

#videoContainer #controls .volume .intensityBar {
  width: 100px;
  height: 4px;
  background: #00ac98;
  border-radius: 20px;
  max-width: 100px;
  overflow: hidden;
  transform-origin: right center;
  cursor: pointer;
  transition: all 0.5s;
}

#videoContainer #controls .volume .intensityBar .intensity {
  width: 50%;
  height: 100%;
  background: #fff;
}

#videoContainer #controls .scale {
  width: 70px;
  height: 100%;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.4s;
  border-bottom-right-radius: 5px;
}

#videoContainer #controls .scale:hover { background: #eaeaea; }

#videoContainer #controls .scale .icon {
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background: url(expand.svg);
  background-size: 100% 100%;
}

.firma-desarrollador {
    margin-top: 25px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

#desarrollado {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: -1px;
    color: #dadada;
}

.firma-desarrollador a:link, .firma-desarrollador a:visited, .firma-desarrollador a:active, .firma-desarrollador a:hover {
    color: #FFF;
    text-decoration: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  nav a:link, nav a:visited, nav a:active {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 22px;
    border-bottom: 3px solid #00af9b;
    text-decoration: none;
  }

  nav a:hover , #nav-actived{
      border-bottom: 3px solid #FFFFFF;
      text-decoration: none;
  }

  /* CARACTERISTICAS */
  .item-collage {
    padding: 30px 20px 30px 50px;  
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
  }

  .main-section-container {
      padding-top: 45px;
      padding-bottom: 65px;
  }

  /** Slider caption */
  .slider-container {
     /* margin-top: 217px;*/
     margin-bottom: 65px;
  }

  .carousel-inner .item {
    max-height: 600px;
  }

  .carousel-inner img {
      width: 100%;
      height: auto;
  }

  .carousel-inner .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .carousel-control {
    width: 10%;
  }

  .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }

  .carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
  }

  .carousel-caption {
      right: 0px;
      bottom: 10%;
      background-color: rgba(0,0,0,0.4);
      max-width: 928px;
      left: auto;
      padding: 25px 140px 25px 60px;
      text-align: left;
  }

  .right.carousel-control,
  .left.carousel-control {
    display: none;
  }

  .carousel-caption h2 {
      color: #FFFFFF;
      font-size: 32px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 700;
      text-shadow:none;
  }

  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 50%;
      z-index: 15;
      width: 60%;
      padding-left: 0;
      margin-left: -30%;
      text-align: center;
      list-style: none;
  }

  footer {
    background-color: #adaeaf;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }

  footer i {
    margin-left: 15px;
    font-size: 17px;
    margin-right: 8px; 
    margin-top: 0px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  nav a:link, nav a:visited, nav a:active {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 30px;
    border-bottom: 3px solid #00af9b;
    text-decoration: none;
  }

  nav a:hover , #nav-actived{
      border-bottom: 3px solid #FFFFFF;
      text-decoration: none;
  }

   /** Slider caption */
  .slider-container {
     /* margin-top: 217px;*/
     margin-bottom: 65px;
  }

  .carousel-inner .item {
    max-height: 600px;
  }

  .carousel-inner img {
      width: 100%;
      height: auto;
  }

  .carousel-inner .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .carousel-control {
    width: 10%;
  }

  .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }

  .carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
  }

  .carousel-caption {
      right: 0px;
      bottom: 10%;
      background-color: rgba(0,0,0,0.4);
      max-width: 928px;
      left: auto;
      padding: 25px 140px 25px 60px;
      text-align: left;
  }

  .right.carousel-control,
  .left.carousel-control {
    display: none;
  }

  .carousel-caption h2 {
      color: #fff;
      font-size: 36px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 700;
      text-shadow:none;
  }

  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 50%;
      z-index: 15;
      width: 60%;
      padding-left: 0;
      margin-left: -30%;
      text-align: center;
      list-style: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }