body{
    width: 100%;
}
.tk-container{
    font-family: "LG Smart","Segoe UI","Microsoft Sans Serif",sans-serif;
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    background-color: #E3E5E4;
}
.tk-title{
    background-color: #C0073E;
    color: white;
    font-size: 18px;
}
.tk-title h3{
   margin: 0 auto;
   padding: 0.3em;
}
.tk-row{
    width: 100%;
    display: flex;
}
.tk-row-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 0.7px solid white!important;
    justify-content: center;
}
.green {
    background-color: #6DA871;
    color: white;
}

.tk-row-inner-triple{
    width: 100%;
    display: flex; 
    flex-direction: column;
    height: 100%;
}
.tk-etiqueta{
    max-width: 100%;
    flex: 1;
}
.tk-etiqueta img{
    max-width: 100%;
    display: unset!important;
    margin-bottom:0!important;
}
.tk-model{
    max-width: 100%;
    flex:1;
    padding: 0.3em;
   
}
.tk-model a{
   
    color: #3B2E33!important;
    text-decoration: underline!important;
    
}
.tk-model img{
    max-width: 100%;
}
.tk-row-inner-triple, .tk-model, .tk-etiqueta, .tk-row-inner-double{
    border: 0.1px solid white!important;
}
.tk-flex-inner p {
    line-height: 30px!important;
}





.tk-row-sg{
    width: 100%;
    display: flex;
}
.tk-row-inner-sg{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 0.7px solid white!important;
    justify-content: center;
}


.tk-row-inner-triple-sg{
    width: 100%;
    display: flex; 
    flex-direction: column;
    height: 100%;
}
.tk-etiqueta-sg{
    max-width: 100%;
   
    display: flex;
    flex: 0;
    justify-content: center;
}
.tk-etiqueta-sg img{
    max-width: 100%;
}
.tk-model-sg{
    max-width: 100%;
    display: flex;
    flex: 0;
    justify-content: center;
   
}
.tk-model-sg a{
   
    color: #3B2E33!important;
    text-decoration: underline!important;
    
}
.tk-model-sg img{
    max-width: 100%;
}




@media (max-width: 768px){
  .tk-etiqueta{
      margin: 0 auto;
  }  

  .tk-row-inner{
  font-size: 13px!important;
}
.tk-row-inner p {
    font-size: 13px!important;
}

}