@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.swal-ajuste {
  font-size: 1.6rem !important; /* equivale a 16px con tu base */
  max-width: 500px !important;
}

section {
  padding: 3rem 9%;
}

.heading {
  background: url(../img/fondo-home.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.heading h1 {
  color: #222;
  font-size: 4rem;
}
.heading p {
  padding-top: 1rem;
  font-size: 2rem;
  color: #666;
}
.heading p a {
  color: #222;
}
.heading p a:hover {
  color: #bac34e;
}

.title {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  color: #222;
}
.title span {
  color: #bac34e;
  padding-left: 0.7rem;
}
.title a {
  margin-left: auto;
  color: #666;
  font-size: 1.5rem;
}
.title a:hover {
  color: #bac34e;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 3rem;
  background: #bac34e;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
}
.btn:hover {
  background: #222;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 9%;
  height: 10rem;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .logo img {
  height: 10rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .navbar a {
  font-size: 1.7rem;
  color: #666;
  margin: 0 1rem;
}
.header .navbar a:hover {
  color: #bac34e;
}
.header .icons div {
  font-size: 2.5rem;
  margin-left: 1.7rem;
  cursor: pointer;
  color: #666;
}
.header .icons div:hover {
  color: #bac34e;
}
.header .icons a {
  font-size: 2.5rem;
  margin-left: 1.7rem;
  cursor: pointer;
  color: #666;
}
.header .icons a:hover {
  color: #bac34e;
}

.identificador {
  position: absolute;
  top: 115%;
  right: -105%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  width: 35rem;
  padding: 2rem;
}
.identificador.active {
  right: 2rem;
  transition: 0.4s linear;
}
.identificador h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.identificador .box {
  margin: 0.7rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  color: #222;
  text-transform: none;
  width: 100%;
}
.identificador .btn {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
  background: #bac34e;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.identificador .btn:hover {
  background: #222;
}
.identificador p {
  color: #666;
  padding-top: 0.7rem;
  font-size: 1.4rem;
}
.identificador p a {
  color: #bac34e;
}
.identificador p a:hover {
  text-decoration: underline;
}

.login-form {
  position: absolute;
  top: 115%;
  right: -105%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  width: 35rem;
  padding: 2rem;
}
.login-form.active {
  right: 2rem;
  transition: 0.4s linear;
}
.login-form h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.login-form .box {
  margin: 0.7rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  color: #222;
  text-transform: none;
  width: 100%;
}
.login-form .btn {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
.login-form p {
  color: #666;
  padding-top: 0.7rem;
  font-size: 1.4rem;
}
.login-form p a {
  color: #bac34e;
}
.login-form p a:hover {
  text-decoration: underline;
}

.login-form login-form-registro {
  position: absolute;
  top: 115%;
  right: -105%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  width: 35rem;
  padding: 2rem;
}
.login-form login-form-registro.active {
  right: 2rem;
  transition: 0.4s linear;
}
.login-form login-form-registro h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.login-form login-form-registro .box {
  margin: 0.7rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  color: #222;
  text-transform: none;
  width: 100%;
}
.login-form login-form-registro .btn {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
.login-form login-form-registro p {
  color: #666;
  padding-top: 0.7rem;
  font-size: 1.4rem;
}
.login-form login-form-registro p a {
  color: #bac34e;
}
.login-form login-form-registro p a:hover {
  text-decoration: underline;
}

#menu-btn {
  display: none;
}

@keyframes fadeLeft {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.home {
  padding-top: 14rem;
  background: url(../img/fondo-home.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home .slides-container .slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  display: none;
}
.home .slides-container .slide.active {
  display: flex;
}
.home .slides-container .slide.active span {
  color: #666;
  font-size: 2.5rem;
}
.home .slides-container .slide.active h3 {
  font-size: 6rem;
  color: #222;
  padding: 0.5rem 0;
}
.home .slides-container .slide .content {
  flex: 1 1 40rem;
  animation: fadeLeft 0.4s linear backwards;
}
.home .slides-container .slide .img {
  flex: 1 1 40rem;
  margin: 3rem 0;
}
.home .slides-container .slide .img img {
  width: auto;
  height: 50rem;
  animation: fadeUp 0.4s linear 0.4s backwards;
}
.home #next-slide,
.home #prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
  font-size: 3rem;
  color: #222;
  cursor: pointer;
}
.home #next-slide:hover,
.home #prev-slide:hover {
  background: #bac34e;
  color: #fff;
}
.home #prev-slide {
  left: 2rem;
}
.home #next-slide {
  right: 2rem;
}

.service .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: #f9f9f9;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem;
}

.service .box-container .box {
  text-align: center;
  flex: 1 1 30rem;
}

.service .box-container .box i {
  font-size: 4rem;
  color: #bac34e;
}

.service .box-container .box h3 {
  font-size: 2rem;
  color: #222;
  padding-top: 1rem;
}

.service .box-container .box p {
  font-size: 1.5rem;
  color: #666;
  padding: 1rem 0;
}

.products-preview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.products-preview.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-preview .preview {
  display: none;
  padding: 10px;
  text-align: center;
  background: #f3f3f3;
  position: relative;
  width: 55rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-height: 90vh;
}
.products-preview .preview.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-preview .preview img {
  height: 25rem;
}
.products-preview .preview .fa-times {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
  color: #666;
  font-size: 4rem;
  transition: 0.3s;
  z-index: 9999;
}
.products-preview .preview .fa-times:hover {
  transform: rotate(90deg);
  color: #bac34e;
}
.products-preview .preview h3 {
  color: #222;
  padding: 0.5rem 0;
  font-size: 2.5rem;
}
.products-preview .preview p {
  line-height: 1.5;
  padding: 0.3rem 0;
  font-size: 1.5rem;
  color: #666;
}
.products-preview .preview .quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
.products-preview .preview .quantity-control label {
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  min-width: 90px;
}
.products-preview .preview .price {
  padding: 0.5rem 0;
  font-size: 2rem;
  color: #bac34e;
}
.products-preview .preview .cantidad-input {
  width: 60px;
  padding: 0.4rem 0.6rem;
  font-size: 1.3rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  color: #222;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.products-preview .preview .cantidad-input:focus {
  outline: none;
  border-color: #bac34e;
  box-shadow: 0 0 5px rgba(186, 195, 78, 0.5);
  background-color: #fdfdf9;
  color: #222;
}
.products-preview .preview .cantidad-input::-webkit-inner-spin-button, .products-preview .preview .cantidad-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-preview .preview .image-container {
  width: 100%;
  background: #f3f3f3;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.products-preview .preview .image-container .small-image {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 80px;
  align-items: center;
}
.products-preview .preview .image-container .small-image img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.products-preview .preview .image-container .small-image img:hover {
  background: #eee;
  transform: scale(1.05);
}
.products-preview .preview .image-container .big-image {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.products-preview .preview .image-container .big-image img {
  max-width: 100%;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.products-preview .preview .image-container .big-image img:hover {
  transform: scale(1.5);
}
.products-preview .form-buttons-container {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.products-preview .form-buttons-container .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 5rem;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0.6rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  background: transparent;
  transition: background-color 0.3s ease;
}
.products-preview .form-buttons-container .btn i {
  font-size: 1.6rem;
}
.products-preview .form-buttons-container .btn.edit {
  color: #fff;
  background-color: #bac34e;
  border-color: #bac34e;
}
.products-preview .form-buttons-container .btn.edit:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.products-preview .form-buttons-container .btn.delete {
  color: #fff;
  background-color: #e63946;
  border-color: #e63946;
}
.products-preview .form-buttons-container .btn.delete:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.products-preview .form-buttons-container form.delete-form {
  margin: 0;
  padding: 0;
}

.carrito {
  margin-top: 10rem;
  padding: 2rem;
  background-color: #fff;
}
.carrito h2 {
  text-align: center;
  color: #222;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.carrito .tabla-contenedor {
  overflow-x: auto;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.carrito table {
  width: 100%;
  border-collapse: collapse;
}
.carrito table thead {
  background-color: #bac34e;
}
.carrito table thead th {
  color: #fff;
  padding: 1.2rem;
  font-weight: bold;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.carrito table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.carrito table tbody tr td {
  padding: 1rem;
  text-align: center;
  color: #222;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.carrito table tbody tr td img {
  width: 60px;
  height: auto;
}
.carrito table tbody tr td .btn-eliminar {
  background-color: #e74c3c;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.2s;
}
.carrito table tbody tr td .btn-eliminar:hover {
  background-color: #d62c1a;
}

.about-us {
  background-color: #fff;
  padding: 5rem 2rem;
}
.about-us .container {
  max-width: 1200px;
  margin: 0 auto;
}
.about-us .about-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
.about-us .about-image {
  flex: 1 1 40rem;
}
.about-us .about-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.about-us .about-content {
  flex: 1 1 40rem;
}
.about-us .about-content h2 {
  font-size: 2.8rem;
  color: #222;
  margin-bottom: 1.5rem;
}
.about-us .about-content p {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
.about-us .about-content strong {
  color: #bac34e;
}
.about-us .mission-vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.about-us .mission-vision .card {
  background-color: #f3f3f3;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.about-us .mission-vision .card:hover {
  transform: translateY(-5px);
}
.about-us .mission-vision .card h3 {
  color: #bac34e;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about-us .mission-vision .card p {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.6;
}

.about-video {
  background-color: #fff;
  padding: 4rem 2rem;
  text-align: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.about-video .video-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.about-video .video-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
.about-video .video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  background-color: #222;
}

.contact .icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}
.contact .icons-container .icons {
  text-align: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.contact .icons-container .icons i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  font-size: 2.5rem;
  background: #bac34e;
  color: #fff;
  border-radius: 50%;
}
.contact .icons-container .icons h3 {
  color: #222;
  font-size: 2rem;
  padding: 1rem 0;
}
.contact .icons-container .icons p {
  color: #666;
  font-size: 1.5rem;
  line-height: 2;
}
.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.contact .row form {
  padding: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  flex: 1 1 40rem;
}
.contact .row form h3 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  color: #222;
}
.contact .row form .inputBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .row form .inputBox input {
  width: 49%;
}
.contact .row form .inputBox .box,
.contact .row form textarea {
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  color: #222;
  text-transform: none;
  margin: 0.7rem 0;
}
.contact .row form textarea {
  width: 100%;
  height: 15rem;
  resize: none;
}
.contact .row .map {
  flex: 1 1 40rem;
  width: 100%;
}

.correo-min {
  text-transform: lowercase;
}

.products .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.products .box-container .box {
  position: relative;
  background: #f3f3f3;
  text-align: center;
  overflow: hidden;
}
.products .box-container .box:hover .icons {
  top: 0;
}
.products .box-container .box .icons {
  position: absolute;
  top: -105%;
  left: 0;
  height: 30rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 243, 243, 0.8);
  gap: 1rem;
}
.products .box-container .box .icons a {
  font-size: 2rem;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: #666;
}
.products .box-container .box .icons a:hover {
  background: #bac34e;
  color: #fff;
}
.products .box-container .box .img {
  height: 30rem;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.products .box-container .box .img img {
  height: 100%;
  width: 10 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .box-container .box .content {
  padding: 0.5rem;
}
.products .box-container .box .content h3 {
  font-size: 2rem;
  color: #222;
}
.products .box-container .box .content .price {
  font-size: 2rem;
  color: #222;
  padding: 1rem 0;
}

.title a.btn {
  color: #fff;
  text-decoration: none;
}
.title a.btn:hover {
  color: white;
}

.footer {
  background: #f3f3f3;
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #222;
  padding: 1rem 0;
}
.footer .box-container .box p {
  font-size: 1.5rem;
  color: #666;
  padding-bottom: 0.5rem;
}
.footer .box-container .box a {
  font-size: 1.4rem;
  color: #666;
  padding: 1rem 0;
  display: block;
}
.footer .box-container .box a:hover {
  color: #bac34e;
}
.footer .box-container .box a:hover i {
  padding-right: 2rem;
}
.footer .box-container .box a i {
  padding-right: 0.5rem;
  color: #bac34e;
}

.credit {
  text-align: center;
  background: #666;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .home #next-slide,
  .home #prev-slide {
    transform: translateY(0);
    top: 88%;
  }
  .home #prev-slide {
    left: auto;
    right: 8rem;
  }
  .swal-ajuste {
    font-size: 1.4rem !important; /* un poco más pequeño */
    max-width: 400px !important;
  }
}
@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header .navbar a {
    margin: 1.5rem;
    padding: 1.5rem;
    background: #f3f3f3;
    font-size: 2rem;
    display: block;
    border-radius: 0.5rem;
  }
  .swal-ajuste {
    font-size: 1.2rem !important;
    max-width: 350px !important;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
  .home .slides-container .slide .content h3 {
    font-size: 5rem;
  }
  .contact .rowf form .inputBox input {
    width: 100%;
  }
  .slide .img img {
    width: 50%;
    height: auto;
  }
  .swal-ajuste {
    font-size: 1rem !important; /* 10px base */
    max-width: 300px !important;
    padding: 1rem !important; /* para mejor espaciado en pantallas chicas */
  }
}
.editar {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 12rem auto 3rem;
  padding: 2rem;
}
.editar h2 {
  color: #222;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.editar form {
  display: flex;
  flex-direction: column;
}
.editar form label {
  font-weight: bold;
  font-size: 1.4rem;
  color: #222;
  margin-top: 1rem;
}
.editar form .box {
  margin: 0.7rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  color: #222;
  background-color: #f3f3f3;
  border-radius: 0.4rem;
  width: 100%;
  text-transform: none;
}
.editar form .box:focus {
  border-color: #bac34e;
  outline: none;
}
.editar form textarea.box {
  resize: vertical;
  min-height: 8rem;
}
.editar form p {
  color: #666;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.editar form img {
  margin: 0.5rem 0 1rem;
  max-width: 120px;
  border-radius: 0.3rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.editar form input[type=file] {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  background-color: #f3f3f3;
  border: none;
  color: #222;
}
.editar form .btn {
  margin: 1.5rem 0 0;
  width: 100%;
  background: #bac34e;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.editar form .btn:hover {
  background: #222;
}/*# sourceMappingURL=style.css.map */