h1, h2, h3 {
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
}
h5 {
  color: black;
  margin-left:10px;
  letter-spacing:0.05em;
  
}
p {
  margin: 10px;
}

.w3-jumbo {
  color: #807f7f;
}
.w3-cursive {
  font-family: 'eb garamond 08 italic';
}
.w3-xxlarge {
  color: black;
}
.w3-padding-32 {
  color: black
}
.imagen{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.w3-xlarge{
  font-family: verdana, sans-serif;
  color: rgb(80, 80, 80);
}
.w3-hover-white {
  color: #000000;
}
.adorno1 {
  align-items: right;
  width: 65px;
  height: 59px;

}
.menuder {
  display: flex;
  justify-content: right;
}
.menuizq {
  display: flex;
  justify-content: left;
}
.derecha {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.colizquierda{
  float:left;
  width: 75%;
  border-radius: 16px;
}
.w3-padding-200 {
  padding-top:190px!important;
  padding-bottom:190px!important
}
.texto{
  color: black;
}
.subseccion{
  color: black;
  font-size: 40pt;
  font-style: bold;
}
.contenedor {
  display: flex;
}
.contenedor2 {
  justify-content: center;
}
.subtitulo {
  color: rgb(145, 37, 145);
}
.centrado {
  text-align: center;
}
.producto {
  margin: 10px;
  transition: transform 0.2s;
}
.producto:hover {
  transform: scale(1.05);
}
.producto a {
  text-decoration: none;
  color: inherit;
}
.producto a:hover h3 {
  color: #8400ff;
}

.interlineado {
  line-height: 1em;
}
.intertitulo {
  margin: 1px;
}
.w3-section {
  font-size: 1.167em;
  letter-spacing: 0.05em;
}
label {
  font-family: arial;
  font-size: 12pt;
  color: black;
  margin-top: 20px;
}
.ingreso{
  overflow: visible;
  font-family: arial;
  color: rgb(88, 87, 87);
  background-color: white;
  padding: 8px;
  width: 25%;
  margin: 10px;
}
.botonsus {
  margin-top: 10px;
  background-color: black;
  color: white;
  border:none;
  display:inline-block;
  padding:8px 16px;
  width: 100px;
  height: 41px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
  white-space:nowrap;
}
.botonsus:hover{
  color:#000!important;
  background-color:#ccc!important
}
.swiper-button-next, .swiper-button-prev {
  color: #007BFF;
}
.swiper-pagination-bullet-active {
  background-color: #007BFF;
}
.contenedorform {
  max-width: 770px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.datoform {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'eb garamond 08 regular';
}
@media screen and (min-width: 553px) {
  .hide-medlar{
    display: none !important
  }
  .imgproducto{
    width: 444px;
    height: 422px;
  }
}
@media screen and (min-width: 950px) {
.formargen {
  margin-right: 10px;
}
.formulario {
    font-family: helvetica;
   display: flex; 
    justify-content: center;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 25%;
    height: 30pt;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px;
    font-size: 14pt;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}
@media screen and (max-width: 949px) {
  .formulario {
    display: block;
    font-family: helvetica;
    justify-content: center;
    text-align: center;
  } 
  input[type="text"],
  input[type="email"],
  textarea {
    width: 52%;
    height: 30pt;
    margin-left: 25%;
    padding: 8px;
    font-size: 14pt;
    border: 1px solid #ccc;
    border-radius: 4px;
  } 
}
@media screen and (max-width: 552px) {
  .datoform input {
    width: 55%;
    margin-left: -1%; 
  } 
  .datoform textarea {
    width: 55%;
    height: 200px;
    margin-left: -1%;
  } 
  .hide-smaller {
    display:none!important
  }
  .centrado-img {
    text-align: center;
  }
  .adorno {
    display: inline-block;
  }
  .centrarimg {
    display: block;
    margin: 0 auto;
  }
  .imgproducto{
    width: 300px;
    height: 285px;
  }
}


.datoform input {
  width: 60%;
}
.datoform textarea {
  width: 60%;
  height: 200px;
}
button[type="submit"] {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button[type="submit"]:hover {
  color:#000!important;
  background-color:#ccc!important
}
.margen {
  margin: 5px;
}
.margenboton {
  margin-top: 24px;
  margin-bottom: 20px;
}

.testimonial-slider {
  position: relative;  
  width: 100%;
  margin: auto;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(102, 102, 102, 0.1);
  border-radius: 10px;
}

.testimonial-slide {
  display: none;
  text-align: center;
}

.testimonial-slide.active {
  display: block;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
  user-select: none;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.1);
}

.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dots {
  text-align: center;
  padding: 10px 0;
}

.dot {
  cursor: pointer;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.topnav .icon {
  display: none;
}
  
.topnav .icon div {
  width: 25px;
  height: 3px;
  margin: 6px 0;
  background-color: white; 
  transition: 0.4s; 
}
  
@media screen and (max-width: 770px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav .icon div {
    background-color: black; 
  }
}

@media only screen and (max-width: 770px) {
  .menu-toggle {
    display: block;
  }
  .navbar-links {
    display: none; 
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 1;
  }
  .w3-section {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }
  .navbar-links ul {
    flex-direction: column;
    padding: 20px 0;
    color: black
  }
  
  .navbar-links ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .navbar-links ul li a {
    font-size: 1.2rem;
  }
    
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
    
  .menu-toggle.active + #navbar-links {
    display: block;
  }
   
  .menu-toggle {
    cursor: pointer;
    padding: 10px;
    display: none; 
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000; 
    margin: 5px 0;
    transition: 0.4s;
  }

  .menu-toggle .bar {
    background-color: #fff; 
  }.menu-toggle:not(.active) .bar {
    background-color: #000; 
  }
  
  @media only screen and (max-width: 770px) {
    .menu-toggle {
      display: block;
    }
  
    
    .menu-toggle.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
      background-color: #000; 
    }
  
    .menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
  
    .menu-toggle.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
      background-color: #000; 
    }
  }
}
@media only screen and (min-width: 1210px) {
  .margengrandeizq{
    margin-left: 15%;
    margin-right: 15%
  }

  .margengrandeder{
    margin-left: 20%;
    margin-right: 20%
  }
}
@media only screen and (min-width: 993px) and (max-width: 1210px){
  .margengrandeizq{
    margin-left: 10%;
    margin-right: 10%
  }
  .margengrandeder{
    margin-left: 15%;
    margin-right: 15%
  }
}
@media only screen and (min-width: 800px) and (max-width: 992px) {
  .margengrandeizq{
    margin-left: 5%;
    margin-right: 5%
  }
  .margengrandeder{
    margin-left: 20%;
    margin-right: 20%
  }
  
}
@media only screen and (max-width: 799px) {
  .margengrandeizq{
    margin-left: 0px;
  }
  .margengrandeder{
    margin-right: 0px;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
      
.gallery-item {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
      
.gallery-item:hover {
  transform: scale(1.05);
}
      
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
      
.gallery-item h3 {
  margin: 15px;
  font-size: 1.2em;
}
      
.gallery-item p {
  margin: 0 15px 15px;
  color: #666;
}

@media screen and (min-width: 770px) {
  .menuder1{
    display: flex;
    justify-content: right;
  }
  
}

@media screen and (max-width: 770px) {
  #logoup {
    width: 110px; 
    height: 80px;
  }
  #logotipo {
    border-color: rgb(171, 119, 219);
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: 1;
  }
  .alturasmall {
    height: 75px;
  }
  .padding-small {
    padding: 15px 15px;
  }
  .centrado-small{
    text-align: center;
    margin-left: 14%
  }
  .adorno {
    width: 60%;
    height: 60%;
  }
  .menuder1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
  }
  .interlineado-small-parrafo, h5{
    line-height: 1.25em;
    letter-spacing: 0.06em;
  }
  .interlineado-small-div{
    margin-top: -5px;
    margin-bottom: 0;
  }
}
@media screen and (min-width:993px) {
  .adorno {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:771px) and (max-width: 992px) {
  #logoup {
    width: 110px; 
    height: 80px;
  }
  #logotipo {
    border-color: rgb(171, 119, 219);
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 1;
  }
  .adorno {
    width: 100%;
    height: 100%;
  }
  .w3-padding-large {
    padding:12px 20px!important
  } 
}

@media screen and (min-width: 993px) {
  #logoup {
    width: 140px; 
    height: 102px;
  }
  #logotipo {
    border-color: rgb(171, 119, 219);
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 1;
  }
  .w3-padding-large {
    padding:12px 24px!important
  } 
}


