@charset "UTF-8";

.teaser_texto_2col_fondo_imagen {
  background-color: #e0d8cb90;
  color: #333;
  background-size: cover;
}

.teaser_texto_2col_fondo_imagen ul {
  list-style-type: none;
  padding-left: 0;
}
.teaser_texto_2col_fondo_imagen ul li::before {
  content: "✔"; /* o "\f00c" si usás Font Awesome y querés el mismo check */  
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.teaser_texto_2col_fondo_imagen h2 {
  font-size: clamp(1.375rem, 2.5vw, 3rem);
  color: #000;
  line-height: 110%;
}
.teaser_texto_2col_fondo_imagen h2 span, .teaser_texto_2col_fondo_imagen h1 span {  font-weight: 600;  }

.teaser_texto_2col_fondo_imagen .corporativo {  font-weight: 600; }

.teaser_texto_2col_fondo_imagen ul li {
  position: relative; 
  padding-left: 40px;
  margin-bottom: 20px;
}

.teaser_texto_2col_fondo_imagen ul li span {
  text-transform: uppercase;
  font-weight: 600;  
}

.teaser_texto_2col_fondo_imagen ul span {
  margin-top: 5px;
}



/*-----------------mq--------------------*/

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  .teaser_texto_2col_fondo_imagen ul li {    margin-bottom: 52px;  }
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
  .teaser_texto_2col_fondo_imagen ul li { margin-bottom: 52px;  }
    
}

