/* html{
	overflow-x: hidden !important;
} */

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

/* img{
	max-width: 100%;
	display: block;
} */

.mb_10 {
  margin-bottom: 10px;
}

.mb_60 {
  margin-bottom: 60px;
}

header img {
  max-width: 135px;
  margin: 0 auto;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
}

header .container_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.red {
  color: #db001b;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

header .row {
  align-items: center;
}

.f27 {
  font-size: 27px;
}

.flex_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.f50 {
  font-size: 50px;
}

.f20 {
  font-size: 20px;
}

.sect-01 {
  padding-top: 40px;
}

.sect-01 h2 {
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 35px;
}

.btn_ {
  background-color: #db001b !important;
  color: white !important;
  font-weight: 600;
  padding: 8px 17px;
  display: block;
  text-align: center;
  max-width: max-content;
  border-radius: 30px;
  margin: 20px auto;
  border: 1px solid #db001b;
  font-size: 0.8rem !important;
}

.btn_:hover {
  opacity: 0.9 !important;
  color: #db001b !important;
  background-color: #fff !important;
  border: 1px solid #db001b !important;
}

.sect-01 h3 {
  color: #db001b;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}

.bree_ {
  max-width: max-content;
}

.bree_ img {
  max-width: 200px;
  margin-bottom: 18px;
}

.bree_ h3 {
  font-weight: 500;
}

.tool_ {
  position: relative;
}

.tool_ a {
  position: absolute;
  bottom: 43px;
  left: 25px;
  z-index: 10;
}

.tool_ a img {
  max-width: 38px;
}

.add_to img {
  width: 200px;
  margin-right: 20px;
}

.detail_text {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.detail h3 {
  text-align: left;
  margin-bottom: 25px;
}

.btn_.b {
  color: #db001b;
  background-color: white;
  border: 1px solid #db001b;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 16px;
  margin-left: 0;
  font-size: 17px;
}

.detail h4 {
  color: #4994ec;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  font-weight: 800;
}

.add_to span {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-left: 12px;
}

.detail_text img {
  max-width: 330px;
}

.flex_.b {
  padding-top: 60px;
  align-items: start;
}

.detail_text.b {
  margin-top: 35px;
  font-size: 15px;
  padding-right: 30px;
  max-height: 330px;
  overflow-y: scroll;
  scrollbar-color: #aecff7 transparent;
  scrollbar-width: thin;
}

.no_order {
  background-color: #aed0f7;
  margin-bottom: 30px;
  padding: 30px 30px;
  border-radius: 10px;
  color: #4994ec;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.no_order span {
  font-weight: 500;
}

.no_order img {
  margin-right: 30px;
  max-width: 70px;
}

.add_to select {
  background-color: transparent;
  color: #5e5e5e;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid;
  padding: 9px 10px;
  border-radius: 9px;
}

.sect-00 {
  padding-top: 25px;
}

.sect-00 a {
  color: #db001b;
  font-weight: 800;
  letter-spacing: -0.7px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.sect-00 img {
  width: 19px;
  margin-right: 10px;
}

.sect-cart {
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 50px 30px;
  width: 500px;
  box-sizing: inherit;
  padding-right: 10px;
  display: none;
  overflow-y: scroll;
  padding-bottom: 0;
  padding-top: 30px;
  padding-left: 15px;
}

.cart .sect-cart {
  display: block !important;
  position: initial;
  width: 100%;
  overflow: hidden;
  display: flex !important;
  align-items: center;
}

.order_ img {
  margin-left: 30px;
  max-width: 430px;
}

.sect-cart h3 {
  font-weight: 400;
}

.cancel_ {
  max-width: 40px;
  position: absolute;
  right: 25px;
  top: -25px;
}

.item {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 18px;
  background-color: white;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  justify-content: space-between;
}

.item .price {
  color: #db001b;
  font-size: 25px;
  font-weight: 600;
  width: 70px;
  text-align: center;
}

.item .tit {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
}

.item .tit,
.item .tit span {
  font-weight: 400;
}

.item .amount {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 27px;
}

.item .tit span {
  font-size: 13px;
  display: block;
}

a.cant {
  margin: 0 auto;
  background-color: #db001b;
  color: white;
  display: block;
  max-width: max-content;
  font-weight: 300;
  padding: 1px 6px;
  border-radius: 100px;
  line-height: 1;
}

a.cant.a {
  margin-bottom: 5px;
}

a.cant.b {
  padding: 2px 8.5px;
  padding-bottom: 6px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.sect-cart h3 {
  color: black;
  font-size: 35px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.items {
  max-height: 430px;
  overflow: scroll;
  padding-right: 10px;
  overflow-x: hidden;
  margin-bottom: 30px;
  scrollbar-width: none;
}

.total_ {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 27px;
  text-align: right;
  padding-right: 25px;
  border-top: 1px solid white;
  padding-top: 20px;
}

.total_ span {
  font-weight: 400;
  font-size: 16px;
}

.btn_.c {
  color: #db001b;
  background-color: transparent;
  border: 1px solid #db001b;
  border-radius: 30px;
  font-weight: 700;
  padding: 18px 45px;
  margin-left: 0;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  margin-top: 45px;
}

.cart .sect-00 {
  background-color: #f2f2f2;
}

form textarea {
  height: 160px;
}

form input,
form textarea,
form select {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 18px;
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 0;
  margin-bottom: 26px;
}

.box.blue {
  background-color: #4994ec;
  color: white;
  padding: 70px 40px;
  border-radius: 15px;
  font-weight: 300;
  font-size: 18px;
}

.box a {
  color: white;
  font-weight: 300;
  text-decoration: underline;
}

.box span {
  font-weight: 300;
  font-size: 22px;
}

.col-form {
  padding-left: 35px;
  padding-right: 35px;
}

input::placeholder,
textarea::placeholder {
  color: #5e5e5e !important;
  opacity: 1;
}

.order_ {
  font-size: 38px;
  font-weight: 400;
  padding-top: 100px;
  padding-bottom: 100px;
}

.order_ div {
  font-weight: 400;
}

.flex_.ship_ {
  padding-left: 55px;
  padding-right: 55px;
}

.flex_.ship_ img {
  margin-top: -160px;
}

.flex_.ship_ h3 {
  text-align: left;
}

.flex_.ship_ h3 span {
  color: #db001b;
}

.flex_.ship_ select {
  width: 100%;
  padding: 30px;
  font-size: 22px;
  margin-top: 35px;
}

.flex_.ship_ .flex_ {
  width: 100%;
  margin-bottom: 0;
}

.flex_.ship_ select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/chevrond.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: right;
  background-position-x: 96%;
}

.no_order div {
  margin-right: 30px;
  font-size: 25px;
}

.no_order div span {
  font-size: 18px;
  display: block;
}

.no_order div {
  font-weight: 500;
}

.ship .sect-00 img {
  width: 39px;
  margin-right: 0;
  margin-left: auto;
}

.ship .no_order {
  padding-left: 55px;
  padding-right: 55px;
  justify-content: space-between;
}

.flex_.ship_ .flex_ div {
  width: 100%;
  margin-top: 30px;
}

.ship .no_order span {
  font-weight: 500;
  max-width: 400px;
}

@media (max-width: 768px) {
  .order_ {
    font-size: 24px;
  }
  .order_ {
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .order_ img {
    margin-top: 20px;
    margin-left: 0px;
    max-width: 75%;
  }
  .box {
    margin-bottom: 30px;
  }
  .col-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no_order {
    padding: 20px;
  }
  .no_order span {
    font-size: 16px;
  }
  .no_order img {
    margin-right: 20px;
    max-width: 60px;
  }
  .flex_ {
    display: block;
    margin-bottom: 0;
  }
  .flex_ .flex_ {
    display: flex;
    max-width: max-content;
  }
  .sect-01 h2 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
  }
  .tool_ {
    max-width: max-content;
    margin: 0 auto;
    transform: translate(-20%);
  }
  .sect-01 .flex_ > div {
    margin-bottom: 40px;
  }
  .bree_ img {
    max-width: 120px;
    margin-bottom: 10px;
  }
  .bree_ {
    max-width: max-content;
    margin: 0 auto;
  }
  .bree_ h3 {
    font-weight: 500;
    font-size: 20px;
  }
  .sect-01.c {
    padding-top: 10px;
  }
  .flex_.b {
    padding-top: 40px;
    align-items: start;
  }
  .item .amount {
    font-size: 21px;
  }
  .item .tit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
  }
  .item .price {
    font-size: 22px;
    font-weight: 600;
  }
  .cancel_ {
    max-width: 35px;
    position: absolute;
    right: 25px;
    top: -15px;
  }
  .sect-cart {
    width: 100%;
  }
  .flex_.ship_ img {
    margin-top: 20px;
    width: 130px;
  }
  .flex_.ship_ {
    padding-left: 5px;
    padding-right: 5px;
  }
  .flex_.ship_ .flex_ {
    max-width: 100%;
  }
  .flex_.ship_ select {
    width: 100%;
    padding: 20px;
    font-size: 17px;
    margin-top: 15px;
  }
  .flex_.ship_ h3 span {
    color: #db001b;
    margin-left: 0;
    font-size: 26px !important;
  }
  .ship .no_order {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
  }
  .ship .no_order {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
    display: block;
  }
  .no_order div {
    margin-right: 0;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ship .sect-01 {
    padding-top: 15px;
  }
  .ship .sect-00 img {
    width: 25px;
  }
  .tool_.c {
    transform: translate(0%);
  }
  .tool_.b {
    transform: translate(-28%);
  }
}

.gal_1 img {
  z-index: 3;
  position: relative;
  max-height: 206px;
}

.gal_1 span,
.gal_2 span {
  color: #9d9d9d;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.gal_2 {
  position: absolute;
  bottom: 20px;
  right: -20%;
}

.gal_2 img {
  background-color: #4994ec;
  border-radius: 100%;
  margin: 0 auto;
  max-width: 76px;
}

.circle_ {
  background-color: #d7e8fb;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 21%;
}

.egg_ {
  position: absolute;
  top: 0;
  right: -20%;
}

.egg_ img {
  border-radius: 100%;
}

.tool_.b .gal_1 img {
  width: 245px;
}

.tool_.b .circle_ {
  width: 260px;
  height: 260px;
  top: -25px;
  left: 30px;
}

.tool_.b {
  max-width: max-content;
}

.tool_.b .gal_1 span,
.tool_.b .gal_2 span {
  font-size: 19px;
}

.tool_.b .gal_2 {
  position: absolute;
  bottom: 20px;
  right: -115px;
}

.tool_.b .gal_1 span,
.tool_.b .gal_2 span {
  font-size: 19px;
}

.tool_.b .gal_2 img {
  width: 125px;
}

.tool_.c .gal_1 img {
  width: 140px;
}

.tool_.c .gal_1.b img {
  width: 160px;
}

.tool_.c .circle_ {
  background-color: #dd011b;
  width: 175px;
  height: 175px;
  top: -20px;
  left: 0px;
}

.tool_.c .gal_1 span,
.tool_.c .gal_2 span {
  font-size: 19px;
  font-weight: 600;
}

.tool_.c .gal_1 {
  margin-right: 35px;
}

.flex_.add_to {
  padding-top: 20px;
}

.modal-open .modal {
  padding: 0 !important;
}

.modal {
  background-color: #ffffffed !important;
}

.modal.produce {
  background-color: white !important;
}

.modal-content {
  background-color: transparent !important;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0;
}

.modal.ship .modal-dialog,
.modal.ship .modal-content {
  height: 100%;
  border: 0 !important;
}

.modal.produce h2 {
  color: #2196f3;
}

.modal.produce span {
  color: #9d9d9d;
  font-size: 18px;
}

.home .tool_ .circle_ {
  width: 170px;
  height: 190px;
}

.home {
  background: url("../img/portada-n-v3.jpg") no-repeat center 5.15vw;
}

.tool_.p img {
  width: 205px;
}

.home .tool_.p .circle_ {
  width: 225px;
  height: 225px;
  top: -25px;
  left: 0px;
}

@media (max-width: 768px) {
  .home {
    background: url(../img/portada-n-v2.jpg) no-repeat -100vw 51px;
  }
  .modal.produce h2 {
    text-align: left;
  }

  .modal.produce .btn_ {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0;
  }
  .modal.produce .tool_ {
    transform: translate(-0%);
  }
  .circle_.p_ {
    top: -4px;
  }
}

@media (max-width: 1000px) {
  .bree_ img {
    max-width: 100%;
  }
}
