*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
}

.header img {
  width: 100%;
}

.baner {
  background-image: url(../images/logo-baner/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 220px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.baner span {
  color: #fff;
  font-family: "Smooch", cursive;
  font-size: 72px;
  line-height: 83px;
  margin-top: -72px;

  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #ffffff, #f68001);

  width: 40%;
  margin-left: 30px;
}

.baner .x {
  text-shadow: -1px -1px 0px #272b2b;
  margin-left: 28px;
  margin-bottom: -10px;
  color: transparent;
  background-image: none;
}

.baner__prev {
  display: flex;
  background-color: #fff;
  border-radius: 32px 32px 0px 0px;
  flex-direction: column;
  width: 100%;
  height: 290px;
  margin-top: -30px;
  margin-bottom: 30px;
}

.baner__prev-img {
  width: 132px;
  height: 132px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}

.baner__prev-img img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.baner__prev-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 auto;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.baner__prev-text {
  max-width: 588px;
  text-align: center;
  color: #707a8a;
  margin: 0 auto;
  line-height: 20px;
}

.baner__info {
  box-shadow: rgb(245 245 245) 0px 8px 10px -6px;
}

.baner__info img {
  width: 100%;
}

.wrapper {
  margin-top: 100px;
}

.gallery__items {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  justify-content: space-between;
}

.box {
  margin: 7px;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
  cursor: pointer;
}

.box:hover {
  transform: translateY(-4px);
  box-shadow: rgb(24 26 32 / 10%) 0px 0px 1px, rgb(71 77 87 / 8%) 0px 7px 14px,
    rgb(24 26 32 / 8%) 0px 3px 6px;
}

.gallery__item {
  width: 286px;
  height: 286px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid rgb(234, 236, 239);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery__info {
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid rgb(234, 236, 239);
  border-radius: 0px 0px 8px 8px;
  border-top: none;
  padding: 12px;
}

.gallery__title {
  color: rgb(30, 35, 41);
  padding-bottom: 12px;
}

.gallery__text {
  font-size: 12px;
  font-weight: 500;
  color: rgb(201, 148, 0);
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.gallery__text span {
  color: rgb(112, 122, 138);
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  padding: 2px 4px;
  font-weight: 500;
  font-size: 12px;
}

.gallery__precio {
  color: rgb(112, 122, 138);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.gallery__precio span {
  font-size: 16px;
  color: #000;
}

.gallery__precio-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(112, 122, 138);
  text-align: right;
}

/* box__two */

.wrapper__two {
  margin-top: 60px;
}

.box__two {
  width: 384px;
  margin-right: 44px;
}

.box__two:hover {
  transform: translateY(0px);
  box-shadow: none;
}
.gallery__items-two {
  flex-wrap: nowrap;
}

.gallery__item-two {
  width: 384px;
  height: 384px;
}

.gallery__subtext {
  margin: 0px 0px 16px;
  min-width: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgb(112, 122, 138);
  margin-bottom: 32px;
}

.gallery__info-two {
  border: none;
}

.gallery__two-content {
  max-width: 797px;
}

.gallery__two-content img {
  width: 100%;
}

/* accordion  */

.bric {
  padding-top: 30px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  color: rgb(112, 122, 138);
}

.bric::before {
  content: "-";
  position: absolute;
  left: 0;
}

.box__two-title {
  font-size: 20px;
}

.box__two-text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  text-align: justify;
  margin-bottom: 50px;
}

.box__two-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.two-box__title {
  font-weight: 400;
  line-height: 14px;
  color: rgb(112, 122, 138);
}

.two-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.two-box img {
  width: 20px;
  height: 20px;
  background-repeat: 50%;
}
.two-box span {
  font-size: 14px;
  margin-left: 10px;
}

.gallery__item-two a {
  width: 384px;
  height: 384px;
}

#modal {
  width: 590px;
  height: 640px;
  display: none;
}

.fancybox-content {
  background: transparent;
}

.gallery__item-two-two {
  width: 500px;
  height: 500px;
  border-radius: none;
  border: none;
  display: block;
  overflow: initial;
}
