@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

:root {
  --color-principal: #0ac6fc;
  --color-principal2: rgb(7, 106, 175);
  --color-principal3: rgb(3, 76, 128);
  --color-principal4: #003058;
  --color-principal5: #063d5d;
  --color-extra: #ffffff;
  --color-fuente: #000000;
  --color-letter: #474747;
  --bg-new: #edf2f7;
  --color-lines: #45b8ea;
  --color-secundario: #53d7fd;
  --color-principal6: #1414ac;

  /*bootstrap*/
  --bs-green: #8cbc00;
  --color-important: maroon;
}

/* Element Selectors */
html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100% !important;
  max-height: 100% !important;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  background-image: linear-gradient(
    90deg,
    rgba(237, 239, 243, 0.8) 0,
    rgba(237, 239, 243, 0.8)
  );
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  max-height: 100%;
  flex-direction: column;
  font-family: "Open Sans", sans-serif !important;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h1 {
  font-size: 2.4rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}

footer {
  padding: 0.5rem;
  background-color: var(--color-principal4);
  /* font-size: 18px; */
}

/*Class Selectors */
.contenedor {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.bg_color {
  background-color: var(--color-principal4);
}

.hero {
  background-image: linear-gradient(
      90deg,
      rgba(59, 72, 98, 0.8) 0,
      rgba(59, 72, 98, 0.8)
    ),
    url(../img/portada.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  display: flex;
  height: 100%;
}

.header__icono {
  width: 6rem;
  margin: 0.5rem auto;
}

.header2 {
  min-height: 55rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading {
  color: var(--color-extra);
  font-size: 3rem;
  font-weight: 400;
}

.heading__text {
  color: var(--color-extra);
  font-size: 1.5rem;
  font-weight: 100;
  padding: 2rem 0;
}
.consistentHeader {
  color: #212529;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 3rem;
}

.consistentSubHeader {
  background-color: var(--color-principal4);
  font-weight: 400;
  color: white;
  font-size: 2rem;
  border-radius: var(--bs-border-radius);
  text-transform: uppercase;
  padding: 0.5rem;
  margin: 1rem 0;
}

.consistentTitle {
  color: #212529;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  margin: 0.5rem 0;
}

/*formpharmacy*/
.formPharmacy {
  padding-top: 1rem;
}

.formPharmacy_Text {
  text-align: center;
  font-weight: bold;
  color: var(--color-fuente);
}

.main {
  padding: 3rem 0;
}

.aboutus__contenedor {
  color: #474747;

  padding: 2rem;
}

.aboutus__contenedor__header {
  text-align: center;
  padding-bottom: 5rem;
}

.aboutus_contenedor__tittle1 {
  font-size: 1.1rem;
}

.primary-background {
  background-color: var(--color-principal4) !important;
}

.justificar {
  text-align: justify;
}

/* section AboutUs*/
.aboutUs {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.aboutus__contenedor {
  color: #474747;
  padding: 2rem;
}

.aboutus__contenedor__header {
  text-align: center;
  padding-bottom: 5rem;
}

.aboutus_contenedor__tittle1 {
  font-size: 1.1rem;
}

.aboutus__contenedor__text2 {
  text-align: justify;
  font-size: 1.5rem;
}

/* privacy policy */
.privacy_color_letter {
  color: var(--color-letter);
}

.privacy_size_title {
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
  color: #212529;
  font-weight: bold;
}
.aboutUs_header {
  color: #212529;
  font-weight: bold;
  padding-bottom: 3rem;
}

/* generics*/
.generics {
  margin-top: 4rem;
  font-size: 1.5rem;
}
/*discount card*/
.discount_card {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
/* contactUs*/
.contactUs {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
/*machineReadable*/
.machineReadable {
  margin-top: 9rem;
  margin-bottom: 43rem;
}

.services_contenedor_main_list {
  padding-left: 4rem;
  padding-right: 4rem;
}

.services_contenedor_main {
  color: #474747;
}

.span {
  background-color: var(--color-principal4);
  color: var(--color-extra);
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 1rem;
  text-align: center;
}

.interlineado_cares {
  line-height: 1.7;
}

.recorte2 {
  line-height: 1.8;
}

.btn-info {
  background-color: var(--color-principal4) !important;
  border-color: var(--color-principal4);
}

.info {
  background: var(--color-principal6) !important;
}

.nav-link:hover {
  color: var(--color-principal) !important;
}

.dropdown-menu {
  background-color: var(--color-principal2);
}

.dropdown-menu * {
  color: var(--color-extra);
}
.hero-information {
  width: 75%;
}

.state-span:hover {
  background-color: yellow;
}

#state-compliance-resources * {
  display: none;
}

#state-compliance-resources *{
  display: none;
}

#state-compliance-resources:hover *{
  display: block;
}

/* Media Queries */

@media screen and (max-width: 810px) {
  footer {
    position: relative;
  }
  main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .companyInformation ul li {
    list-style: none;
  }
  .companyInformation {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header2 {
    align-items: center;
  }
  .hero-information {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .recorte {
    width: 60%;
  }

  .recorte2 {
    line-height: 1.8;
  }

  .services_contenedor_main_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .direccion__texto-p {
    font-size: 1.5rem;
  }

  .header2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .formPharmacy {
    padding-top: 1.2rem;
  }

  .heading {
    font-size: 5rem;
    padding: 1rem 0;
  }

  .header2 {
    min-height: 64rem;
    align-items: center;
  }

  .header__contenedor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
  }

  .dropdown {
    display: inline-block;
    position: relative;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .resource-card {
    width: 90% !important;
  }
  .companyInformationCard {
    width: 90% !important;
  }
}

.text-danger {
  color: var(--color-important) !important;
}

.required-input::after {
  color: var(--color-important);
  content: " *";
}

#form-container {
  font-weight: 700 !important;
}

/* text-options for resource links*/
.resource-list a {
  color: var(--color-principal4);
  font-weight: bold;
}

.resource-card {
  width: 40%;
}

.companyInformationCard {
  width: 40%;
}

.resource-item:hover {
  text-decoration: underline var(--color-principal4);
}

.resource-list a {
  color: var(--color-principal4);
  font-weight: bold;
}

.deleteDepButton {
  margin-left: 5px;
  color: white;
}

/*  */
