* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

.back {
  position: fixed !important;
  margin-left: 8% !important;
  background-color: #fabb0c !important;
  z-index: 999;
}

.back a.nav-link.active,
a.navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
}

.back a.nav-link.active:hover,
a.navbar-brand:hover {
  color: #fabb0c;
}
@media screen and (max-width: 600px) {
  .back {
    margin-left: 0% !important;
  }
}

/**************************************************************
navbar
**************************************************************/

nav.navbar {
  background-color: aliceblue;
  border-radius: 0px 0px 20px 20px;
}

@media screen and (max-width: 600px) {
  .offcanvas-body {
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
  }

  .offcanvas-body ul li {
    margin-bottom: 50px;
  }

  a.nav-link.active {
    text-align: center;
  }
}

/**************************************************************
Hero message 
 **************************************************************/
.hero-image {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 13%,
      rgba(0, 0, 0, 0.3449754901960784) 100%
    ),
    url("../img/01.jpg");
  height: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

/**************************************************************
 Place text in the middle of the image 
 **************************************************************/
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-size: 100px;
}

@media screen and (max-width: 600px) {
  .hero-text h1 {
    font-size: 50px;
  }
}

.hero-text button {
  color: white;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 5px;
  font-weight: 600;
  border-radius: 20px;
  width: 300px;
  border-color: #fabb0c;
}

.hero-text a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

/**************************************************************
card
 **************************************************************/
.cart {
  margin-top: -5%;
}

.card {
  margin-top: 30px;
  width: 100%;
  margin-left: 100px;
  box-shadow: 0 0 2px 2px #fabb0c;
  margin-bottom: 50px;
}

.card:hover {
  box-shadow: 0 5px 5px 5px #fabb0c;
}

.card-body h3 {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .card {
    margin-top: 50x;
    margin-left: 0px;
  }
}

/**************************************************************
section1
 **************************************************************/

.section1 {
  margin-top: 50px;
}

.section1 h1 {
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .section1 h1 {
    font-size: 30px;
    font-weight: 700;
  }
}

.section1 p {
  text-align: center;
}

.section1 h6 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
}

/**************************************************************
section2
 **************************************************************/

.section2 {
  margin-bottom: 50px;
}

.section2 h1 {
  text-align: center;
  font-size: 60px;
}

@media screen and (max-width: 600px) {
  .section2 h1 {
    font-size: 30px;
    font-weight: 700;
  }
}

.section2 p {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 50px;
}

@media screen and (max-width: 600px) {
  .section2 p {
    margin-left: 10px;
  }
}

.section2 img {
  width: 50%;
}

.section2 .accordion {
  margin-top: 25%;
  margin-bottom: 35%;
}

@media screen and (max-width: 600px) {
  .section2 .accordion {
    margin-bottom: 10%;
  }
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  background-color: antiquewhite;
}

.section2 .accordion button {
  font-weight: 800;
}

.section2 .accordion-item {
  margin-bottom: 15px;
  background-color: #faba0c5e;
}

.section2 .accordion-body {
  font-weight: 800;
}

img.logos {
  width: 80%;
}

/**************************************************************
packet
 **************************************************************/

/* .packet {
  position: relative;
  animation-name: packet;
  animation-duration: 4s;
}

@keyframes packet {
  0% {
    left: 0%;
  }
  25% {
    left: 200px;
  }
  50% {
    left: 400px;
  }
  75% {
    left: 600px;
  }
  100% {
    left: 100px;
  }
} */

/**************************************************************
Footer
 **************************************************************/

.foter {
  background-color: #000000;
  width: 100%;
}

@media screen and (max-width: 600px) {
  footer ul {
    flex-direction: column;
  }

  footer {
    flex-direction: column;
  }
}

/**************************************************************
Contacto
 **************************************************************/

.contacto {
  margin-top: 80px;
}

.contacto h2 {
  font-weight: bolder;
}

@media screen and (max-width: 600px) {
  .contacto h2 {
    font-size: 65px;
  }
}

form.php-email-form {
  background: #f3f3f3d1 !important;
  padding: 60px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0px #000;
  max-width: 650px;
  margin: 0 auto;
}

form.php-email-form {
  background: #f3f3f3d1 !important;
  padding: 60px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0px #000;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.btn3 {
  margin-top: 30px;
  padding: 10px;
  width: 300px;
  border-radius: 25px;
  background-color: #fabb0c;
  color: white;
}

@media screen and (max-width: 600px) {
  .btn3 {
    width: 100px;
  }
}

/**************************************************************
Avisos
 **************************************************************/

.avisos h1 {
  padding: 25px;
  text-align: center;
  font-weight: 800;
}

.avisos {
  margin-bottom: 50px;
  margin-top: 50px;
  background-color: #a17705;
  color: aliceblue;
  border-radius: 25px;
  padding: 25px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .avisos p {
    padding: 30px;
  }

  .avisos {
    border-radius: 0px;
    padding: 2px;
    text-align: start;
  }
}
