@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

p {
  font-size: 18px;
}

/*tamaño del objeto 3D*/

model-viewer {
  width: 320px;
  height: 240px;
  display: block;
  margin: 0 auto;
}

/* BARRA DE NAVEGACION */

.navigation-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10000;
  transition: all 0.3s ease-out;
}

.navigation-wrap .nav-item {
  padding: 0 10px;
  transition: all 0.3s linear;
}

.navigation-wrap.scroll-on {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 28px 0 rgb(0, 0, 0, 0.09);
  transition: all 0.15s ease-in-out 0s;
}

.navigation-wrap.scroll-on .nav-link {
  color: #000;
}

.navigation-wrap.scroll-on .nav-link:hover,
.navigation-wrap.scroll-on .nav-link.active {
  color: #bd262a;
}

.nav-link {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff;
}

.nav-link:hover {
  color: #bd262a;
}

.navbar-collapse {
  text-align: center;
}

/* MENU HAMBURGUESA */

.navbar-toggler:focus {
  outline: none;
  border: unset;
  box-shadow: none;
}

.navbar-toggler {
  background-color: #d6dbe3;
  border: 3px solid #fff;
}

.navbar-toggler:hover {
  background-color: #d6dbe3;
}

.custom-toggler.navbar-toggler {
  border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*espacio secciones web*/

.sectionOne {
  padding-top: 250px;
}

/*el primer valor determina el relleno superior e inferior mientras que el segundo valor establece el relleno derecho e izquierdo:*/

.sectionTwo,
.sectionThree,
.sectionFour,
.sectionFive {
  padding: 150px 0px !important;
}

.btnOrder {
  padding: 20px;
  background-color: #bd262a;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.sectionOne {
  background-image: url("../img/banner.webp");
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.sectionOne h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 15px;
}

.sectionOne span {
  color: #bd262a;
}

.sectionTwo h2 {
  font-weight: bold;
  color: #bd262a;
  font-size: 45px;
}

.sectionTwo i {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #bd262a;
  color: #fff;
  line-height: 100px;
  font-size: 35px;
  margin-bottom: 20px;
}

.sectionTwo h3 {
  padding-bottom: 15px;
}

.sectionThree {
  background-color: #f7f7f7;
}

.sectionThree h2 {
  padding-bottom: 20px;
  font-weight: bold;
  color: #bd262a;
  font-size: 45px;
}

.card-title {
  color: #bd262a;
  font-weight: bold;
}

.sectionThree .list-group-item {
  font-size: 18px;
  font-weight: 600;
}

.sectionFour h2 {
  padding-bottom: 20px;
  font-weight: bold;
  color: #bd262a;
  font-size: 45px;
}

.sectionFour .pSectionFour {
  color: #000;
  white-space: pre-line;
  line-height: 28px;
  font-size: 17px;
  padding-bottom: 15px;
}

.sectionFour .list-group-item i {
  font-size: 40px;
  color: #bd262a;
}

.botonScrollTop {
  position: fixed;
  height: 45px;
  width: 42px;
  background-color: #bd262a;
  right: 30px;
  bottom: 30px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  background-color: #bd262a;
}

footer p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}
