.iconos {
  font-size: 25px;
  float: right;
  text-align: center;
  margin-left: 30px;
  justify-content: center;
  color: darkcyan;
  transition: all .2s ease-in-out;
}

.iconos:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.barra{
  -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
}

.logo{
  transition: all .10s ease-in-out;
}

.logo:hover {
  transform: scale(1.2);
}

.dropdown-item {
  color: dodgerblue;
}

.redes{
  font-size: 25px;
}

.About{
  background-image:
    url(../img/bgmain2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white
}


.icono {
  font-size: 25px;
}

.explicacion {
  font-size: 23px;
  color: black;
}

footer {
  font-size: 15px;
}

.encabezado {
  font-family: JustOne;
  font-size: 30px;
}

nav {
  font-size: 25px;
  background-color: white;
}

.ofertas {
  font-family: JustOne;
  font-size: 55px;
}

footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  transition: 0.3s ease all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footer {
  background-color: black;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: whitesmoke; /* Set a background color */
  color: darkcyan; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.75;
}

#myBtn:hover {
  background-color: darkcyan; /* Add a dark-grey background on hover */
  color: white;
  transition: 0.5s;
  opacity: 1;
}

.quienes {
  line-height: 30px;
  color: darkcyan;
  font-size: 18px;
}

.titulo {
  font-size: 115px;
}

@media only screen and (max-width: 700px) {
  .vector{
    height: 250px;
    height: 250px;
  }
  .titulo {
    font-size: 45px;
  }
  .industry {
    display: none;
  }

  .hospital {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .industry {
    display: none;
  }
  .hospital {
    display: none;
  }
}

.form {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/bgform.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  text-align: justify;
}

.contactanos {
  line-height: 45px;
  font-size: 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.TitleContact {
  font-family: JustOne;
  font-size: 50px;
}

/*Form*/

input[type="submit"] {
  background-color: #1565c0;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: none;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="date"],
input[type="email"] {
  text-align: center;
  color: white;
  border: none;
  border-bottom: 3px solid white;
  background: transparent;
  outline: none;
  font-size: 18px;
  margin-top: 6px;
  padding: 8px;
  display: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

::placeholder {
  font-size: 15px;
  font-weight: 10px;
  text-align: center;
}

textarea {
  border: 1px solid black;
  border: none;
  outline: none;
  font-size: 15px;
  margin-top: 6px;
  height: 150%;
  padding: 8px;
  width: 300px;
  height: 600px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/*DARK MODE BUTTON*/

.switch {
  background: #343d5b;
  border-radius: 1000px;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.switch span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: none;
  color: #fff;
  outline: none;
}

.switch::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #f1f1f1;
  top: 0;
  left: 0;
  right: unset;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  outline: none;
}

.switch.active {
  background: orange;
  color: #000;
  outline: none;
}

*:focus {
  outline: none;
}

.switch:focus {
  outline: none;
}

.switch.active::after {
  right: 0;
  left: unset;
}

/*Changing page style dark mode*/

body.dark {
  background: #111111;
}

nav {
  transition: 0.3s ease all;
}

.parrafo {
  font-size: 14px;
}

/*Google Maps*/

.map-responsive {
  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;
}

.map-responsive iframe {
  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;
}

#jumbo {
  transition: 0.3s ease all;
}

.linea {
  background-color: darkcyan;
}

.parrafo2 {
  line-height: 40px;
  text-align: justify;
  font-size: 22px;
}

.galleria:hover {
  transform: scale(1.8);
  z-index: 99;
  cursor: pointer;
  filter: grayscale(0);
}

.galleria {
  filter: grayscale(100%);
  transition: 1s;
}

#card {
  border: none;
}

.imagenProducto{
  transition: all .2s ease-in-out;
}

.imagenProducto:hover{
  transform: scale(1.1);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 100px));
  grid-template-rows: repeat(2, 200px);
  grid-gap: 10px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 1s;
}

.item img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.alcasa {
  font-family: JustOne;
}

.industry {
  width: 100%;
  height: 94%;
  object-fit: cover;
}

.hospital {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

a:active,
a:active * {
  outline: none !important;
}
a:focus,
a:focus * {
  outline: none !important;
}
