@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/futur.ttf");
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: "BebasLight";
  src: url("../fonts/Bebas_Neue/BebasNeue\ Light.ttf");
}
@font-face {
  font-family: "BebasBook";
  src: url("../fonts/Bebas-Neue-Book/BebasNeue\ Light.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
html {
  width: 100% !important;
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden !important;
  padding-top: 88px;
}
/** NAVBAR **/
nav {
  background-color: white;
  font-family: "Montserrat";
  font-weight: 300;
}
.navbar {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden !important;
}

/** SIDENAV **/
#main-nav {
  position: relative;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: "MontserratRegular", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.navblock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.navblock img {
  height: 90px;
}

@media (max-width: 768px) {
  .sidenav a {
    font-size: 18px;
  }
}

/** VIDEO **/
header {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12rem;
  font-family: "Futura", sans-serif !important;
  font-weight: 900;
}

@media (max-width: 768px) {
  header {
    /** MODIFICAR PARA EL CEL **/
    background: url("../img/FotoMovilIndex.png") black no-repeat center center
      scroll;
    background-size: cover;
    height: 450px;
  }
  header video {
    display: none;
  }
  header h1 {
    font-size: 4rem;
  }
}

/** DIVIDER 1 **/
#divider1 {
  background-color: #1a1a1a;
}
.dot-green {
  height: 25px;
  width: 25px;
  background-color: #8ca258;
  border-radius: 50%;
  display: block;
}

.dot-red {
  height: 25px;
  width: 25px;
  background-color: #a92c29;
  border-radius: 50%;
  display: block;
}
.special-text {
  font-family: "BebasLight";
  font-size: 5rem;
}
@media (max-width: 768px) {
  .special-text {
    padding-top: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .special-text {
    padding-top: 20px;
  }
}

/** Servicios **/
#servicios {
  position: relative;
  height: 700px;
}
#servicios .container {
  position: absolute;
}
#servicios img {
  position: relative;
}
.zoom {
  transition: 0.5s ease-in-out;
}
.zoom:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#services {
  top: 0;
  left: 0;
  transform: translate(33.33%, 80px);
}

@media (max-width: 768px) {
  #servicios {
    position: static !important;
    height: auto;
  }
  #servicios .container {
    position: static !important;
  }
  #servicios img {
    position: static !important;
  }
  #services {
    transform: translate(0, 0) !important;
  }
  .zoom {
    transition: 0;
  }
  .zoom:hover {
    transform: scale(1);
  }
}

@media (max-width: 1440px) {
  #services {
    transform: translate(13.33%, 160px);
  }
}

@media (max-width: 1366px) {
  #services {
    transform: translate(10.33%, 160px);
  }
}

@media (max-width: 1365px) and (min-width: 1024px) {
  #services {
    transform: translate(3.33%, 160px);
  }
}

/** DIVIDER 2 **/
.parallax {
  background-image: url("../img/FotoNegra.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 580px;
  width: 100%;
}
#divider2 .special-text {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll;
    height: 400px;
  }
  #divider2 {
    padding-top: 0 !important;
  }
  #divider2 .row.pl-5.pt-5.mt-5 {
    padding: 0 !important;
    margin: 0;
  }
  #divider2 .special-text {
    padding-top: 80px;
    line-height: 0rem !important;
  }
}

@media (max-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}

@media (max-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

/** CLIENTES **/
#clientes-title {
  width: 90px !important;
  height: auto;
}
#plecas-clientes {
  padding-top: 80px;
}
#clientes img {
  width: 100%;
}

@media (max-width: 768px) {
  #clientes-title {
    height: 70px;
    width: 100%;
  }
  #clientes-mobile img#cli1,
  #clientes-mobile img#cli2 {
    width: 80%;
    height: 70px !important;
  }
}

@media (max-width: 1366px) {
  .plecas-clientes {
    margin-top: 40px;
  }
  .plecas-clientes img {
    padding-left: 0 !important;
    padding-right: 15px;
    width: 100% !important;
    height: 150px !important;
  }
  #divisor-titulo-plecas {
    margin-left: 0 !important;
  }
}

/** PAQUETES **/
.dot-void {
  height: 25px;
  width: 25px;
  background-color: none;
  border: 1px solid white;
  border-radius: 50%;
  display: block;
}
#paquetes {
  font-size: 2rem;
}

#paquetes {
  background-image: url("../img/Paquetes.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 800px;
}
#paquetes .title {
  font-size: 6rem;
  font-family: "BebasLight", cursive;
}
#paquetes #price {
  padding-top: 10px;
}
#paquetes #price span {
  margin-right: 8px;
}
#paquetes #price-tag {
  padding-top: 260px;
  z-index: 1;
}
#price-tag3 {
  padding-top: 260px;
}
#price-tag3 #pricing {
  padding-left: 30px;
}
.btn-secondary {
  background-color: #4d4d4d !important;
}
.btn-secondary:hover {
  background-color: #535353 !important;
}
@media (min-width: 375px) and (max-width: 768px) {
  #paquetesmov #price-tag {
    padding-top: 60px !important;
  }
  #paquetes {
    background-size: cover;
    background-position: -1629px;
    background-attachment: scroll;
    height: auto;
  }
  #paquetesmov .title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 4rem;
  }
  #paquetesmov p {
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Montserrat", sans-serif !important;
  }
  #price {
    display: block;
    transform: translate(29%, 0);
    padding-bottom: 10px;
    margin-left: 15px;
  }
  #paquetesmov #price-tag3 {
    padding-top: 60px !important;
    padding-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  #pricing {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  #paquetes {
    height: 550px;
  }
  #paquetes .title {
    font-size: 4rem;
  }
  #paquetes p {
    font-size: 24px;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  #price-tag {
    padding-top: 150px !important;
  }
  #price-tag3 {
    padding-top: 150px !important;
  }
}

/** CONTACTO **/
#contacto {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#mapa {
  background-image: url("../img/Mapa.png");
  background-size: cover;
  height: 600px;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: #cdcdcd !important;
}

::placeholder {
  color: white !important;
  opacity: 1;
}

#formulario {
  padding-top: 40px;
}

#submit {
  margin-top: 70px !important;
  width: 200px;
  height: 60px;
  font-size: 1.2rem !important;
}

#contacto .texto {
  padding-top: 30px;
}

@media (max-width: 768px) {
  #submit {
    width: 100px;
    height: 30px;
    margin-top: 20px !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 1024px) {
  #formulario #message {
    width: 80%;
    margin: 0 auto;
  }
}
/** FOOTER **/
#footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: #333333;
  font-size: 0.8rem;
  height: 300px;
}
#footer a {
  display: block;
  color: white;
  text-decoration: none;
}
#footer .icon-wrapper2 a {
  display: inline;
}

#footer img {
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
    height: auto;
  }
  #footer .main-nav {
    padding-left: 15px !important;
  }
  #footer #btns {
    text-align: center !important;
    padding-right: 15px !important;
  }
  #footer #btns #img-ig {
    padding-right: 0px !important;
    width: 37px !important;
  }
}

/****************************** ONLINE / OFFLINE *****************************/
.texto-online h3 {
  font-family: "BebasBook", sans-serif;
  font-size: 4rem;
  font-weight: 500 !important;
}
.texto-online hr {
  width: 460px;
  height: 2px;
  border-width: 0;
  color: darkgray;
  background-color: darkgray;
}
.texto-online p {
  font-family: "Montserrat";
  text-align: left;
}
#online {
  position: relative;
}

#online-img {
  position: absolute;
  right: 0;
  height: 700px;
  width: auto;
}
@media (max-width: 768px) {
  .texto-online hr {
    width: 300px;
  }
  .texto-online p {
    text-align: center;
  }
}
/**************************** PAQUETES *****************************************/
#section-paquetes {
  background-image: url("../img/PaquetesFoto.png");
  background-size: 100% 80%;
  background-repeat: no-repeat;
  height: 900px;
  position: relative;
}
.paquete {
  margin-top: 240px;
  position: absolute;
  height: 700px;
  font-family: "Montserrat";
  font-size: 1.1rem;
}
#carrusel {
  height: 400px;
}
#cont-carrusel {
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}
#cont-carrusel img {
  position: relative;
}
.zinv {
  z-index: 1 !important;
}
.zoom-sp {
  transition: 0.5s ease-in-out;
}
.zoom-sp:hover {
  transform: scale(2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 3 !important;
}

@media (max-width: 768px) {
  #section-paquetes {
    position: static !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .paquete {
    position: static !important;
    margin-top: 10px;
    margin-left: auto;
  }
  #carrusel {
    height: auto;
  }
  #cont-carrusel {
    padding: 0 !important;
    margin-left: 40px;
  }
  #cont-carrusel img {
    position: static !important;
  }
  .zoom-sp {
    transition: 0;
  }
  .zoom-sp:hover {
    transform: scale(1);
  }
}

/** Paquetes movil **/
#paquetesmov {
  background-image: url("../img/PaqMovil.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 330px;
}

.carousel-item {
  height: 300px;
}

/************ Paquetes movil *************/
#section-paquetes-mob {
  background-image: url("../img/PaquetesFondo.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

.carousel2-image-1 {
  background: url("../img/CompuBenamati.png");
  background-size: cover;
  background-position: center;
}

.carousel2-image-2 {
  background: url("../img/CompuDrone.png");
  background-size: cover;
  background-position: center;
}

.carousel2-image-3 {
  background: url("../img/CompuJamessoni.png");
  background-size: cover;
  background-position: center;
}

.carousel2-image-4 {
  background: url("../img/CompuPapier.png");
  background-size: cover;
  background-position: center;
}

.carousel2-image-5 {
  background: url("../img/CompuReh.png");
  background-size: cover;
  background-position: center;
}
