*, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

p, li, a {
  font-size: 1.1rem;
}

* {
  color: #464646;
}

html {
  font-family: sans-serif;
}

div.container {
  min-width: 300px;
}
div.container > * {
  padding: 1rem;
}
div.container .sec-name {
  font-size: 2.3rem;
  margin-bottom: 0.75rem;
  color: black;
}
div.container .image-fit {
  width: 100%;
  height: auto;
}
div.container section.notice {
  background-color: black;
  color: white;
}
div.container section.notice p {
  color: white;
}
div.container section.notice a {
  color: white;
}
div.container header.landing-view {
  padding-top: 0;
  background-color: #f0eeeb;
}
div.container header.landing-view nav {
  padding: 2.5rem 0;
}
div.container header.landing-view nav .nav-container {
  display: flex;
  justify-content: space-between;
}
div.container header.landing-view nav .nav-container h3 {
  font-size: 1.6rem;
}
div.container header.landing-view picture > img {
  width: 100%;
}
div.container header.landing-view section {
  margin-top: 2rem;
}
div.container header.landing-view section > p, div.container header.landing-view section ul {
  margin-bottom: 0.75rem;
}
div.container header.landing-view .bullet-points li {
  background: url("../Assets/Checkmark.svg") no-repeat left center;
  background-size: 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  padding: 6px 0 6px 35px;
}
div.container header.landing-view form {
  border: none;
}
div.container header.landing-view form fieldset {
  border: none;
  display: flex;
  justify-content: space-around;
}
div.container header.landing-view form fieldset .form-group, div.container header.landing-view form fieldset button {
  display: inline-block;
  padding-right: 1rem;
}
div.container header.landing-view form fieldset .form-group {
  width: 65%;
}
div.container header.landing-view form fieldset input, div.container header.landing-view form fieldset button {
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
}
div.container header.landing-view form fieldset input {
  width: 100%;
}
div.container header.landing-view form fieldset button {
  background-color: black;
  color: white;
  border-radius: 5px;
  border: none;
  width: 35%;
}
div.container main {
  padding-top: 0;
}
div.container main .associated-socials {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
}
div.container main .associated-socials img {
  width: 30%;
}

div.container main section, div.container main section .photo-sec{
  overflow: hidden;
}

div.container main section.principal {
  background-color: #f0eeeb;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}
div.container main section.principal .text-sec {
  padding: 2rem;
  padding-bottom: 0;
  overflow: hidden;
}
div.container main p {
  margin-bottom: 0.75rem;
}
div.container footer {
  background-color: black;
}
div.container footer .inside-footer {
  display: flex;
  flex-wrap: wrap;
}
div.container footer li, div.container footer p {
  color: #9e9e9e;
  font-size: 1rem;
}
div.container footer h4 {
  color: white;
  margin-bottom: 0.5rem;
}
div.container footer .footer-sec {
  margin-bottom: 1rem;
  width: 50%;
}
div.container footer .footer-sec.principal {
  width: 100%;
}

@media only screen and (min-width: 550px) {
  div.container > * {
    padding: 2rem;
  }
  div.container .sec-name {
    font-size: 2.8rem;
  }
  div.container main section.principal .text-sec {
    padding: 4rem 7rem 0;
    padding-bottom: 0;
  }
  div.container footer {
    padding-top: 3rem;
  }
  div.container footer .footer-sec {
    width: 25%;
    margin-bottom: 2rem;
  }
  div.container footer .footer-sec.principal {
    width: 50%;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 900px) {
  div.container header.landing-view {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
  div.container header.landing-view nav {
    width: 100%;
  }
  div.container header.landing-view picture {
    width: 35%;
    order: 2;
  }
  div.container header.landing-view section {
    width: 65%;
    margin-top: 0;
    order: 1;
    padding-right: 2rem;
  }
  div.container main section.principal, div.container main section {
    display: flex;
  }
  div.container main section.principal .text-sec, div.container main section .text-sec {
    padding: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 60%;
  }
  div.container main section.principal .text-sec header, div.container main section .text-sec header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  div.container main section.principal .photo-sec, div.container main section .photo-sec {
    width: 40%;
  }
  div.container section.segundo .text-sec {
    width: 45%;
    order: 2;
  }
  div.container section.segundo .photo-sec {
    width: 55%;
    order: 1;
  }
  div.container footer .footer-sec {
    width: 15%;
  }
  div.container footer .footer-sec.principal {
    width: 40%;
    padding-right: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
