@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300&family=Work+Sans:wght@200&display=swap");

nav {
  background: white;
  font-family: "Jura", sans-serif !important;
}

body {
  font-family: "Work Sans", sans-serif;
  background-color: #fcfcfc;
  overflow-x: hidden;
}

p {
  font-size: 18px;
}

.masthead {
  background: url("../img/fondo.jpg"),
    linear-gradient(
      4deg,
      rgba(117, 89, 108, 1) 0%,
      rgba(193, 167, 192, 1) 46%,
      rgba(255, 255, 255, 1) 100%
    );
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#header-card {
  margin-top: 10%;
  background: rgba(226, 226, 226, 0.7);
  color: black;
  border-radius: 5px;
  border: 2px solid #1111;
  width: 80% !important;
}

#header-title {
  font-size: 32px !important;
}

#button1 {
  font-size: 16px;
  background-color: #604666;
  color: #ffff;
  padding: 15px;
  width: 40% !important;
}

#button1:hover {
  background-color: #8f438b;
}

.button {
  font-size: 18px;
  background-color: #604666;
  color: #ffff;
  padding: 15px;
}

.button:hover {
  background-color: #8f438b;
  color: #ffff;
  text-decoration: none;
}

hr {
  height: 5px;
  width: auto;
  background-color: #604666;
}

#wp-link {
  width: min-content;
  height: 30px;
  margin-bottom: 100px;
}

#wp-link img {
  width: 50px;
  height: 50px;
  margin-bottom: 8rem;
  opacity: 0.6;
}

#wp-link img:hover {
  opacity: 1;
}

#about {
  margin-top: 10%;
}

#about a {
  font-style: italic;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 8px;
  margin-top: 5px;
}

#empresa {
  width: 450px;
  height: 450px;
  border: 2px solid #604666   !important;
  border-radius: 0.5rem;
}

.card-border {
  border: 2px dashed #cdb5d2;
  border-radius: 20px;
  -webkit-box-shadow: 27px 37px 81px -5px rgba(166, 154, 166, 0.46);
  -moz-box-shadow: 27px 37px 81px -5px rgba(166, 154, 166, 0.46);
  box-shadow: 27px 37px 81px -5px rgba(166, 154, 166, 0.46);
}

.div2 {
  background-color: #fcfcfc;
  height: 6rem !important;
  color: #fcfcfc;
}

#specs-ipad {
  display: none;
}

#services hr {
  width: 40%;
}

#services .card {
  width: 80%;
  height: auto;
}

#services a {
  font-size: 15px;
  letter-spacing: 4px;
  font-style: italic;
}

#map-cont {
  background-color: #d1cdd4;
}

form input,
form textarea {
  border: none;
  background-color: #fcfcfc;
  width: 100%;
}

form textarea {
  width: 100%;
}

.form-input {
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 20px;
}

#send-form {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 3px;
}

#info-contact-left {
  border-right: 1px solid black;
}

#info-contact-right h5 {
  font-size: 20px !important;
  font-weight: bold;
}

#info-contact-right span {
  font-size: 32px;
}

#info-contact-right i {
  font-size: 25px;
  color: #604666;
}

#map-link {
  color: #000000;
}

#email-link {
  color:  #000000;
}

#email-link h5:hover, #map-link h5:hover{
  color: #604666;
  text-decoration: underline;
}

#vasa {
  background-color: #e8e8e8;
  margin: 0;
}

#vasa img {
  width: 250px;
  height: 180px;
  opacity: 0.7;
}

#vasa-footer {
  width: 100%;
  background: #46374a;
  letter-spacing: 5px;
  opacity: 0.85;
}

#vasa-footer h5 {
  font-size: 15px !important;
}

#footer-body {
  background-color: #706673;
  color: white;
}

#footer-left {
  border-left: 5px solid white;
}

#copy {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: black;
  color: white;
}

#copy a {
  text-decoration: none;
  color: pink;
}

.info-text {
  font-size: 22px;
  margin: 0;
  font-style: italic;
}

.product {
  border: 1px solid #000;
  padding: 0px;
}

.product img {
  width: 150px;
  height: 150px;
}

.product a {
  width: 100% !important;
  border: 0px;
  font-size: 20px;
  font-style: italic;
}
.modal {
  border-radius: 0px !important;
  margin-top: 5rem;
}

.modal p {
  font-size: 17px;
}

.modal a {
  color: #8f438b;
}

.modal video {
  width: 100%;
  height: 250px;
}

.img-producto-descripcion {
  width: 300px;
  height: 250px;
  display: block;
}

#social-icons{
  background-color: #46374a;
  font-size: 20px;
}

#social-icons a{
  text-decoration: none !important;
  color: #fff;
}

/*MEDIA QUERYS*/

/*IPAD*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header-card {
    width: 50%;
  }

  .card-border {
    margin-bottom: 2rem;
  }
  #specs {
    display: none;
  }
  #specs-ipad {
    display: inline;
  }
  #about img {
    margin-bottom: 1rem !important;
  }
  #wp-link {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header-card {
    width: 100%;
    margin-top: 25%;
  }

  #header-icon {
    width: 70px;
    height: 70px;
  }
  #header-title {
    font-size: 15px !important;
  }
  #header-subtitle {
    font-size: 14px;
  }

  #about img {
    margin-bottom: 25px !important;
    width: 100%;
  }

  #button1 {
    letter-spacing: 2px;
    width: 60% !important;
    text-align: center;
    font-size: 11px;
  }

  .servicios {
    margin: 20px auto 15px auto;
  }

  #services-title {
    font-size: 35px !important;
  }
  hr {
    width: 100%;
  }

  #about-img1 {
    text-align: center;
    border: none;
  }

  .spec-card {
    width: 18rem !important;
    margin: auto;
  }

  .card-border {
    display: none;
  }

  #services hr {
    width: 100%;
  }

  #services .card {
    border: 1px solid black;
  }

  #services a {
    letter-spacing: 3px;
    font-size: 13px;
  }

  #info-contact-right h5 {
    font-size: 13px !important;
  }

  #site-by {
    margin-top: 20px;
    text-align: center !important;
  }

  #info-contact-left {
    border-right: 0;
  }
  #wp-link img {
    margin-right: 1rem;
    width: 40px;
    height: 40px;
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 348px) {
  #info-contact-right h5 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 326px) {
  #info-contact-right h5 {
    font-size: 10px !important;
    word-spacing: 1px;
    letter-spacing: 0.5px;
  }
}
