* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background-color: #3f3e3e; }

header {
  position: sticky;
  top: 0px;
  background-color: #373737;
  z-index: 10; }
  header h1 {
    padding: 10px 0px 0px 10px; }
    header h1 a {
      color: #8d76f5;
      font-size: 35px;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Quicksand', sans-serif;
      text-transform: uppercase; }
  header nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header nav ul {
      overflow: hidden;
      list-style-type: none; }
      header nav ul li {
        float: left;
        margin: 10px; }
        header nav ul li a {
          font-size: 20px;
          font-family: 'Quicksand', sans-serif;
          display: inline-block;
          font-weight: 300; }

nav ul li a:hover {
  background-color: #3f3e3e; }

main section div p {
  color: #6F8AB7;
  font-size: 2.2rem;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.5px;
  width: 90%;
  padding: 30px; }

h2 {
  color: #8d76f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px; }

section div h2 {
  color: #8d76f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none; }

section div p {
  color: #6F8AB7;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px; }

section div img {
  width: 60%; }

footer {
  background-color: #373737;
  position: static;
  bottom: 200px;
  padding: 10px; }
  footer div h2 {
    color: #8d76f5;
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none; }
  footer div p {
    color: #6F8AB7;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px; }
  footer div a img {
    width: 3%;
    padding-bottom: 10px;
    margin: 5px; }

form {
  color: #6F8AB7;
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem; }

#navCurrentPage {
  font-weight: bold; }

.formDisplay {
  display: flex;
  justify-content: flex-start; }

.formSize {
  width: 20%;
  margin: auto; }

.contactSubmitMargin {
  margin-bottom: 10px; }

#productoImgPadding {
  padding: 10px; }

.carouselStyle {
  width: 60%;
  margin: auto; }

#paddingFooter {
  padding-bottom: 30px; }

#imageMargin {
  padding: 20px; }

#imagePaddingBottom {
  padding-bottom: 15px; }

.cardStyle {
  background-color: #4d4d4d;
  margin: 5px;
  width: 50rem; }

.navTitulo {
  color: #8d76f5;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase; }

.navSecciones {
  color: #6F8AB7;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  font-weight: 300;
  margin: 5px;
  text-decoration: underline; }

.navbar-toggler {
  border: 1px solid #6F8AB7; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(111, 138, 183)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-nav {
  padding-left: 10px; }

@media (max-width: 576px) {
  .navTitulo {
    font-size: 25px; }
  .navSecciones {
    font-size: 15px;
    text-decoration: none; }
  main section div p {
    font-size: 1.5rem; }
  .carouselStyle {
    width: 100%; }
  .carouselResponsiveMargin {
    margin-left: 7px; }
  footer div h2 {
    font-size: 22px; }
  footer div p {
    font-size: 18px; }
  footer div a img {
    width: 10%; }
  h2 {
    font-size: 25px; }
  section div h2 {
    font-size: 22px; }
  section div p {
    font-size: 18px; }
  section div img {
    width: 95%; }
  .formSize {
    width: 80%;
    margin: auto; } }

@media (min-width: 576px) and (max-width: 768px) {
  .navTitulo {
    font-size: 35px; }
  .navSecciones {
    font-size: 20px;
    text-decoration: none; }
  main section div p {
    font-size: 1.7rem; }
  .carouselStyle {
    width: 100%;
    margin: auto; }
  .carouselResponsiveMargin {
    margin-left: 10px; }
  footer div h2 {
    font-size: 25px; }
  footer div p {
    font-size: 20px; }
  footer div a img {
    width: 6%; }
  h2 {
    font-size: 25px; }
  section div h2 {
    font-size: 22px; }
  section div p {
    font-size: 18px; }
  section div img {
    width: 95%; }
  .formSize {
    width: 50%;
    margin: auto; } }

@media (min-width: 768px) and (max-width: 992px) {
  main section div p {
    font-size: 1.7rem; }
  .carouselStyle {
    width: 100%;
    margin: auto; }
  footer div h2 {
    font-size: 25px; }
  footer div p {
    font-size: 20px; }
  footer div a img {
    width: 5.4%; }
  h2 {
    font-size: 30px; }
  section div h2 {
    font-size: 22px; }
  section div p {
    font-size: 18px; }
  section div img {
    width: 95%; }
  .formSize {
    width: 35%;
    margin: auto; } }

@media (min-width: 992px) and (max-width: 1200px) {
  main section div p {
    font-size: 2rem; }
  .carouselStyle {
    width: 90%;
    margin: auto; }
  footer div h2 {
    font-size: 27px; }
  footer div p {
    font-size: 22px; }
  footer div a img {
    width: 4.5%; }
  h2 {
    font-size: 35px; }
  section div h2 {
    font-size: 25px; }
  section div p {
    font-size: 20px; }
  .cardStyle {
    width: 40rem; }
  section div img {
    width: 95%; }
  .formSize {
    width: 30%;
    margin: auto; } }
