@charset "UTF-8";

.teaser_texto_2col_fondo_imagen  .sobretitular {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #877457;
}
.subtitulo{ font-family: 'Covered By Your Grace', cursive; color: #333; font-size: 1.4em; line-height: 110%; }

.teaser_texto_2col_fondo_imagen h2::after {
  content: " ";
  display: block;
  height: 3px;
  width: 80px;
  margin: 20px 0;
  background-color: #877457;

}
.teaser_texto_2col_fondo_imagen {
  /*background-color: #e0d8cb;*/
  color: #333;
  background-size: cover;
}



.teaser_texto_2col_fondo_imagen h2 {
  font-size: clamp(1.375rem, 2.5vw, 3rem);
  color: #000;
  line-height: 110%;
}


.teaser_texto_2col_fondo_imagen .dest_platos span {
  font-size: clamp(1em, 2.5vw, 1.1em);
  font-weight: 600;
  color: #877457;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
  
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
  .teaser_texto_2col_fondo_imagen .dest_platos{  margin-right: 15%;  }
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {
  
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  .teaser_texto_2col_fondo_imagen .dest_platos{ 
    margin-bottom: 35px;
    margin-right: 15%;
  }
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
  .teaser_texto_2col_fondo_imagen .dest_platos{ 
    margin-bottom: 35px;
    margin-right: 15%;
  }
    
}


