@media screen and (min-width: 60em){
  .main-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
  }
  .double-bubble {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: row;
      width: 100%;
  }
  .double-bubble a h3 {
      font-size: 16px;
      text-align: center;
      margin: 20px 0;
  }
  .ropa-main {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .double-mb {
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 20px;
  }
  .ropa-mb button {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #ffacac;
      margin: 0;
      display:none;
  }
  .ropa-mb span {
      position: absolute;
      color: black;
      bottom: 0;
      left: 0;
  }
  .ropa-mb:hover img {
      filter: brightness(0.9);
  }
  .solo-b {
      margin: 20px 0;
  }

}
@media screen and (min-width: 40em){
    .content-seo {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    	margin: 0 13px;
    }
    .content-seo .etiquetas {
    	display: flex;
        flex-direction: column;
        width: 100%;
    }
    .etiquetas a {
        margin: 8px;
        padding: 15px;
        background: #ffacac;
        text-align: center;
        height: 80px;
        display: grid;
        place-items: center;
        transition-duration: .8s;
        text-transform: uppercase;
        font-size: 16px;
    }
    .etiquetas a:hover {
        transition-duration: .4s;
        background-color: white;
        border: 3px solid #ffacac;
        color: #ffacac!important;
        font-weight: bold;
        transform: scale(1.04);
    	-webkit-text-stroke-width: medium;
    }
    .div-look-container a{
      padding:0!important;
    }
  	.navidad main.lp-main-looks.container {
      background-image: url("/arquivos/fondo-navidad4.png");
      width: 100%!important;
      padding: 0 30px;
	}
    .ropa-mb span {
      width: 100%;
      padding: 5px;
      background-color: #cb9b4b;
      text-transform: uppercase;
      color: white;
      text-align: center;
      transition-duration: .8s;
  	}
    .ropa-mb:hover span {
      letter-spacing: 1px;
      transition-duration: .8s;
  	}
}
@media screen and (min-width: 40em) and (max-width: 60em){
	.ropa-main {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .double-mb {
        display: flex;
        justify-content: center;
        align-items: center;
    	column-gap:20px;
    }
    .ropa-mb button {
    	position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ffacac;
        font-size: 12px;
        padding: 12px;
        margin: 0 auto;
    }
    .ropa-mb span {
        position: absolute;
        color: black;
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 60em){
	.double-bubble {
      display: flex;
      width: 100%;
      flex-direction: row;
      justify-content: space-around;
      gap: 10px;
	}
    .double-bubble a {
      margin-bottom: 10px;
      padding: 10px!important;
    }
    .double-bubble h3 {
        font-size: 1rem;
        text-align: center;
        margin-top: 20px;
    }
    .solo-b {
        margin: 20px 0;
    }
  
}
@media screen and (max-width: 40em){
	.ropa-mb button {
    	position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ffacac;
        font-size: 12px;
        padding: 10px;
        margin: 0 auto;
    }
    .ropa-mb span {
        position: absolute;
        color: black;
        bottom: 0;
        left: 0;
    }
    .etiquetas a {
        margin-bottom: 8px;
        padding: 10px;
        background: #ffacac;
        text-align: center;
        width: 50%;
        display: grid;
        place-items: center;
        height: 80px;
        text-transform: uppercase;
        font-size: 12px;
  	}
    .etiquetas {
      display: flex;
      flex-direction: row;
      width: 100%;
      gap: 8px;
  	}
    .content-seo {
      margin: 12px;
  	}
    section.navidad{
      width:90%;
      margin:auto;
    }
  	section.navidad .lp-main-looks-banners .div-look-container {
      padding: 0!important;
	}
}


.content-regalos .main-content {
    margin: 30px 0;
}
.title h2 {
    font-size: 2rem;
    padding: 8px;
}
.content-bp .title {
    margin-bottom: 0;
    background-color: #ffacac;
}
.content-bp .title h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
    padding: 8px;
}
.ropa-mb {
    position: relative;
    margin: 10px 0;
}
.title {
    text-align: center;
    margin: 20px 0;
}
.double-bubble a img {
    border-radius: 100%;
}
.div-look-container img{
	width:100%!important;
}
.ropa-mb span {
    width: 100%;
    padding: 5px;
    background-color: #cb9b4b;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.double-bubble a {
    background-color: #faf0df;
    padding: 25px;
    border-radius: 16px;
}
.double-bubble a h3 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    background-color: #cb9b4b;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 0;
    color: white!important;
}
