body {
  background-color: #1d1e22;
  background-size: contain;
  font-family: "montserrat", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  color: #858585;
  font-size: 15px;

  box-sizing: content-box;
  overflow-x: hidden;
}

.claro {
  background: rgb(236, 241, 247);
  background: linear-gradient(
    180deg,
    rgba(236, 241, 247, 1) 100%,
    rgba(152, 163, 177, 1) 00%
  );
  padding: 15px 0 60px 0;
}

.gris {
  background-image: url("ima/bg.png");
  background-repeat: repeat-x;
  background-position: top;
  padding: 15px 0 60px 0;
  color: #626f77;
  background-color: #1d1e22;

  -webkit-box-shadow: inset 0px 25px 25px 0px rgba(26, 27, 28, 1);
  -moz-box-shadow: inset 0px 25px 25px 0px rgba(26, 27, 28, 1);
  box-shadow: inset 0px 25px 25px 0px rgba(26, 27, 28, 1);
}
header {
  width: 90%;
  height: 70px;
  margin: auto;
}

.botonheader {
  background-repeat: no-repeat;
  width: 15%;
  height: 70px;
  float: left;
}

h1 {
  font-weight: 700;
  font-size: 2em;
  margin: auto !important;
}

h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin: auto !important;
}
h3 {
  font-weight: 400;
  font-size: 1em;
  color: #fdc300;
  margin: auto !important;
}

.titulo {
  margin: 80px auto 0px auto;
  width: 400px;
  height: auto;
  overflow: auto;
  font-size: 3.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.texto {
  min-width: 70%;
  height: auto;
  float: left;
  margin: auto;
}

.logo {
  width: 100%;
  height: 200px;
}

.logo1 {
  width: 100%;
  height: 310px;
}

.texto2 {
  min-width: 100%;
  height: auto;
  margin: auto;
}

.informacion {
	font-size: 1.3em;
  width: 500 px;
  height: 70px;
  background-image: url("ima/informacion.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: px;
  margin: auto;
  color: #00FFFc;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.informacion:hover {
  background-image: url("ima/informacionhover.png");
  color: #fff;
}
.redes2 {
  width: 365px;
  min-height: 150px;
  overflow: auto;
  margin: auto;
  color: #fff;
}

.redes_cel {
  width: 365px;
  min-height: 150px;
  overflow: auto;
  margin: auto;
  color: #fff;
  /* border: 5px solid red; */
  display: none;
}

.redes {
  width: 330px;
  min-height: 150px;
  overflow: auto;
  margin: auto;
  color: #626f77;
}

.botones {
  background-image: url("ima/botones.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 145px;
  float: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.botonesredes {
  background-image: url("ima/botonredes.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 145px;
  float: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.botonesredes:hover {
  background-image: url("ima/botonredeshover.png");
  color: #afbcc6;
}

.llamar {
  background-image: url("ima/llamar.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 145px;
  float: left;
}

.botonllamar {
  background-image: url("ima/botonllamar.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 145px;
  float: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.botonllamar:hover {
  background-image: url("ima/botonllamarhover.png");
}

.oscuro {
  padding-top: 70px;
  background: #1d1e22;
  background-repeat: repeat-x;
  background-position: bottom;
  color: #727375;
}

.amarillo {
  padding: 70px 0 70px 0;
  background-color: #00FFFc;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  color: rgba(0, 70, 70, 100);

  box-shadow: inset 0px 25px 25px 0px rgba(0, 70, 70, 100);
}

.amarillo img {
  margin: 25px;
}

.cajadescarga {
  width: 35%;
  min-height: 200px;
  overflow: auto;
  margin: 5%;
  text-align: left;
  border: #00FFFc solid 1px;
  float: left;
  padding: 15px;

  transition: all 300ms ease;
}

.cajadescarga:hover {
  background: #00FFFc;
  border-top: #161a1c solid 2px;
  border-bottom: #60656c solid 2px;
}

.cajadescarga h2 {
  color: #00FFFc;
}

.cajadescarga:hover h2 {
  color: black;
}

.iconoscaja {
  height: 90px;
  width: 90px;
  float: left;
}

.textodescarga {
  height: 65px;
  width: 320px;
  padding-top: 25px;
  float: left;
  text-align: left !important;
}

.importante {
  font-size: 1.4em;
}

.iconosdescarga {
  background-image: url("ima/botondescarga.png");
  height: 90px;
  width: 90px;
  float: left;

  transition: all 300ms ease;
}

.cajadescarga:hover .iconosdescarga {
  background-image: url("ima/botondescargahover.png");
}

/*formulario*/
footer {
  /* background-image:url(../ima/menubg.png); */
  background-image: url(ima/bg.png);
  background-repeat: repeat-x;
  margin-top: 15px;
  height: 30px;
  width: 90%;
  color: red;
  margin: auto;
  text-align: right;
  position: fixed;
  bottom: 0;
  left: 50;
}

label {
  display: block;
  margin-top: 20px;
  letter-spacing: 1px;
}
.formulario {
  background-color: transparent;
  display: block;
  margin: 0 auto;
  width: 510px;
  color: #eee;
  text-align: justify;
  padding: 0 !important;
}
form {
  margin: 60px auto 20px auto;
  max-width: 400px;
}

input,
textarea {
  width: 70%;
  height: 10px;
  /* background: #222; */
  border: 1px solid #333;
  padding: 10px;
  margin-top: 12px;
  font-size: 15px;
  color: black;
}

textarea {
  height: 50px;
}

#submit {
  width: 85px;
  height: 35px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  background-color: #00FFFc;
}

/* @media screen and (max-width: 645px) {
  .cajadescarga {
    width: 70%;
    min-height: 200px;
    overflow: auto;
    margin: 5px 14% 5px 14%;
    text-align: left;
    border: #fdc300 solid 1px;
    padding: 15px;

    transition: all 300ms ease;
  }
} */

/* Modal PopUp */
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 50px;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 20px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type="text"],
.form-container input[type="password"] {
  width: 80%;
  padding: 15px;
  margin: 5px 0;
  margin-bottom: 10px;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  height: 45px;
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

#myForm > form > label:nth-child(2),
#myForm > form > label:nth-child(4),
#myForm > form > label:nth-child(6) {
  margin-top: 0 !important;
}

#myForm > form > input[type="text"]:nth-child(7) {
  margin-bottom: 15px;
}

#myForm > form {
  margin-bottom: 10px !important;
}
/* Modal PopUp */

@media only screen and (max-width: 767.98px) {
  #myForm {
    display: none;
  }
  body > section.gris > div.redes2 {
    display: none;
  }
  body > section.gris > div.redes_cel {
    display: block;
    /* display: none; */
  }

  .cajadescarga {
    width: 70%;
    min-height: 200px;
    overflow: auto;
    margin: 5px 14% 5px 14%;
    text-align: left;
    border: #fdc300 solid 1px;
    padding: 15px;

    transition: all 300ms ease;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
}

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