/** Shopify CDN: Minification failed

Line 61:19 Expected identifier but found whitespace
Line 61:21 Unexpected "{"
Line 61:29 Expected ":"
Line 61:57 Expected identifier but found "!"

**/
.feature-row{
  display: flex;
  align-items: stretch;
  height: 395px;
}

.contenedor-info-feature{
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-row__item{
  display: flex;              
  justify-content: center;     
  align-items: center;    
  background-color: #123a63;
  padding-left: 0;
  flex: 1;
}

.feature-row__image-wrapper {
  margin: unset !important;
  height: 100%;
  width: 100%;
  overflow: hidden; 
}

#shopify-section-template--18405806178459__imagen_con_texto_9X6HLX .feature-row__image-wrapper .feature-row__image{
    padding: 15px 0;
}

.feature-row__image-wrapper > div {
  height: 100%;               
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-row__image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.feature-row__item.feature-row__text{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: {{section.settings.bg_cont_feature}} !important;
  justify-content: center; 
}

.feature-row__item.feature-row__text *{
  text-align: left;
  font-size: 16px;
}

.titembajador{
  font-size: 30px !important;
  color: #fff;
  letter-spacing: 0px;
  font-family: Playfair Display, Helvetica, Arial, sans-serif;
  line-height: 2.25rem;
  margin-top: 0 !important;
  font-weight: 400;
  line-height: normal !important;
}

.justificartexto p{
  color: #fff;
  font-size: 16px;
  letter-spacing: .21px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: inherit;
  font-weight: 400;
}

.centrar-boton{
  color: #fff;
  border: 2px solid #fff;
  width: fit-content;
}

.btn-updated-2024{
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  padding: 11px 15px;
  background-color: transparent !important;
  color: #fff;
  font-size: 12px !important;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  transition: all ease-in-out .3s;
}

.btn-updated-2024:hover, .btn-updated-2024:active{
  background-color: #003a63 !important;
  color: #fff !important;
}

.hide_mobile {
  display: block;
}

.hide_desk {
  display: none;
}

@media (max-width: 768px) {
  .hide_mobile {
    display: none;
  }
  
  .hide_desk {
    display: block;
  }
  
  .feature-row {
    flex-direction: column;
    height: auto; 
    min-height: auto;
    max-width: 100vw;
  }
  
  .feature-row__item {
    flex: none; 
    width: 100%;
  }
  
  .feature-row__item:has(.feature-row__image-wrapper) {
    height: 300px; 
  }
  
  .feature-row__image-wrapper {
    height: 100%;
    max-height: 95%; 
    width: 100%;
  }
#shopify-section-template--18405806178459__imagen_con_texto_9X6HLX .feature-row__image-wrapper .feature-row__image{
    padding: 5px 0;
}
  
  .feature-row__image-wrapper > div {
    height: 100%;
    width: 100%;
  }
  
  .feature-row__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .feature-row__text{
    padding-top: 0;
  }
  
  .contenedor-info-feature {
    width: 90%;
    padding: 30px 0;
  }
  
  .titembajador {
    font-size: 24px !important;
    text-align: center;
  }
  
  .justificartexto {
    text-align: center;
  }
  
  .justificartexto p {
    font-size: 14px;
  }
}
