* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}

body {
}
#fondo1 {
  display: none;
}
img {
  display: block;
  max-width: 100%;
}
.clearfix {
  clear: both;
  float: none;
}
.pantalla {
  position: relative;
  width: 100%;
  height: auto;
}
.pantalla img {
  width: 100%;
}

.fondoa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.67);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.67) 0%,
    rgba(0, 0, 0, 0.67) 44%,
    rgba(0, 0, 0, 0.32) 56%,
    rgba(0, 0, 0, 0) 67%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.67)),
    color-stop(44%, rgba(0, 0, 0, 0.67)),
    color-stop(56%, rgba(0, 0, 0, 0.32)),
    color-stop(67%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.67) 0%,
    rgba(0, 0, 0, 0.67) 44%,
    rgba(0, 0, 0, 0.32) 56%,
    rgba(0, 0, 0, 0) 67%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.67) 0%,
    rgba(0, 0, 0, 0.67) 44%,
    rgba(0, 0, 0, 0.32) 56%,
    rgba(0, 0, 0, 0) 67%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.67) 0%,
    rgba(0, 0, 0, 0.67) 44%,
    rgba(0, 0, 0, 0.32) 56%,
    rgba(0, 0, 0, 0) 67%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.67) 0%,
    rgba(0, 0, 0, 0.67) 44%,
    rgba(0, 0, 0, 0.32) 56%,
    rgba(0, 0, 0, 0) 67%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.promo {
  position: absolute;
  top: 38%;
  left: 8%;
  width: 30%;
  color: white;
  z-index: 200;
}
.promo h2 {
  margin-bottom: 30px;
}
.promo p {
  text-align: justify;
  margin-top: 20px;
}
.btnPromo {
  margin-top: 25px;

  color: white;
  background: red;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 2px;
  font-size: 14px;
}
.btnPromoM {
  position: absolute;
  color: white !important;
  background: red;
  border: none;
  padding: 0px 5px !important;
  font-weight: bold;
  border-radius: 3px;
  font-size: 8px !important;
  width: auto;
  height: 32px;
  top: 8px;
  right: 23em;
  text-align: start;
  line-height: 35px;
}
.btnPM {
  display: none;
}

/*--------------------CONTENEDOR 1--------------------*/
.container {
  color: white;
  background-color: #222;
  width: auto;
}
.container p {
  padding: 20px 8em 150px;
  font-size: 20px;
  text-align: justify;
}
.container h2 {
  padding: 150px 10px 0px;
  color: red;
  font-size: 40px;
}

.clearfix {
  clear: both;
  float: none;
}
/*----------------------CONTENEDOR 2----------------------*/
.container2 {
  position: relative;
  color: #333;
  background-color: white;
}
.container2 h2 {
  font-size: 40px;
  margin: 1em 0em;
}
.cajaservicio {
  position: relative;
  width: 30%;
  height: 200px;
  margin: 20px 70px;
  left: 10%;
  float: left;
}
.icono {
  color: red;
  font-size: 60px;
}
.cajaservicio p {
  color: #777;
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
}
.cajaservicio a {
  font-size: 25px;
  color: black;
  font-weight: bold;
}
.cajaservicioarr {
  margin-left: 70px;
  margin-top: -55px;
}
/*-------------ARA PRDUCTOS DE CONECTIVIDAD----------------*/
.arapc {
  position: relative;
  background-image: url(../img/arapc.png);
  height: 400px;
  background-attachment: fixed;
  background-repeat: space;
  background-position: right;
  background-size: cover;
}

/*-------SECION DE MENU-----------*/
#header {
  position: fixed;
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: white;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(250, 118, 118, 1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(250, 118, 118, 1);
  box-shadow: 0px 1px 1px 0px rgba(250, 118, 118, 1);
}
#header img {
  width: 100px;
  margin-left: 100px;
  margin-top: 5px;
  float: left;
}
#menu ul {
  position: absolute;
  right: 0px;
  margin-right: 10em;
}
#menu li {
  list-style: none;
  float: left;
  margin: 0px 30px;
}
#menu li a {
  color: #333;
  transition: 0.3s;
  font-size: 17px;
  font-weight: bold;
}
#menu li a:hover {
  color: red;
  font-size: 19px;
}

.sesion {
  width: auto;
  height: 30px;
  position: absolute;
  font-weight: bold;
  color: red !important;
  padding: 0px 6px 0px 6px;
  border: 1px solid red;
  border-radius: 5px;
  right: 60px;
  margin-top: 10px;
  line-height: 30px;
}
.sesion a {
  color: red !important;
}
.sesion:hover {
  border: 2px solid #bf2100;
  color: #FFFFFF !important;
  background-color: #bf2100;
  transition: 0.3s;
}
.sesion a:hover {
	color: #FFFFFF !important;
}

.iconM {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: red;
  color: white;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 8px;
  z-index: 1500;
  visibility: hidden;
}

/*----------------------SECCION NOSOTROS----------------------*/
.nosotros {
  position: relative;
  width: 100%;
  height: 55em;
  background-image: url(../img/fondo2.png);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}
.caja {
  position: absolute;
  font-size: 20px;
  color: white;
  width: 80%;
  left: 10%;
  top: 15%;
  padding: 20px;
  border-radius: 15px;
  background: rgba(42, 43, 42, 1);
  background: -moz-linear-gradient(
    left,
    rgba(42, 43, 42, 1) 0%,
    rgba(145, 19, 19, 0.6) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(42, 43, 42, 1)),
    color-stop(100%, rgba(145, 19, 19, 0.6))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(42, 43, 42, 1) 0%,
    rgba(145, 19, 19, 0.6) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(42, 43, 42, 1) 0%,
    rgba(145, 19, 19, 0.6) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(42, 43, 42, 1) 0%,
    rgba(145, 19, 19, 0.6) 100%
  );
  background: linear-gradient(
    to right,
    rgba(42, 43, 42, 1) 0%,
    rgba(145, 19, 19, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2b2a', endColorstr='#911313', GradientType=1 );
}
.caja p {
  font-size: 18px;
}
/*---------------------------Estilos del Footer---------------------------*/
.footer {
  position: relative;
  background: #222;
  width: 100%;
  height: 20em;
}
.jea {
  position: absolute;
  bottom: 8px;
  color: white;
  width: 100%;
}
.jealogo {
  position: absolute;
  right: 60px;
  width: 180px;
  top: 80px;
}
.caja2 {
  position: absolute;
  width: 25em;
  color: white;
  margin-left: 8%;
  margin-top: 30px;
  text-align: justify;
}
/*-------------------------------FORMULARIO-------------------------------------*/
/*----Contacto---*/
#contacto {
}
.divFormulario {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  float: left;
  margin-bottom: 80px;
  margin-left: 15%;
}

.formulario {
  width: 40%;
  background: #333;
  padding: 10px 20px;
  box-sizing: border-box;
}
.formulario h2 {
  color: white;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
.formulario input,
textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 17px;
  border: none;
  border-bottom: 1px solid red;
  background-color: #333;
  color: white;
}
.formulario textarea {
  min-height: 100px;
  max-height: 400px;
  max-width: 100%;
}
#btnEnviar {
  background: red;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.info {
  background-color: #333;
  padding: 0px 50px;
}
.info h2 {
  color: white;
  padding: 13px 0px;
}
.info h3 {
  color: red;
  padding: 15px 0px;
}
.info p {
  color: #777;
  font-weight: bold;
}
.info a {
  color: #777;
  font-size: 25px;
}
.info a:hover {
  color: red;
  transition: 0.4s;
}
@media (max-width: 985px) {
  .divFormulario {
    width: 90%;
    margin-left: 5%;
    display: block;
    float: none;
  }
  .formulario {
    margin: 30px auto;
    width: 300px;
  }
  .info {
    width: 300px;
    margin: 30px auto;
  }
}

/*-----------------------------------------------------------------------------*/

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 1100;
}
.modalcontenido {
  background-color: #333;
  width: 400px;
  padding: 10px 20px;
  margin: 6% auto;
  position: relative;
  color: white;
}
.equis {
  position: absolute;
  text-decoration: none;
  color: white;
  padding: 2px 7px;
  background: red;
  border-radius: 3px;
  right: 20px;
}

#aviso:target {
  opacity: 1;
  pointer-events: auto;
}
#aviso1:target {
  opacity: 1;
  pointer-events: auto;
}
#aviso2:target {
  opacity: 1;
  pointer-events: auto;
}
.sub {
  width: 100%;
  background: #333;
  padding: 10px 20px;
  box-sizing: border-box;
}
.sub h2 {
  color: white;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
.sub input {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 17px;
  border: none;
  border-bottom: 1px solid red;
  background-color: #333;
  color: white;
}

#btnEnviar {
  background: red;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
