﻿body {
}

.stl_Html_line-clamp_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stl_Html_line-clamp_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stl_Html_line-clamp_4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stl_Html_line-clamp_5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.stl_Html_line-clamp_6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.stl_Html_line-clamp_7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.stl_Html_line-clamp_8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*******************************************************************************************************/

.animacion-1 {
    opacity: 0.8;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.animacion-2 {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
/************************************* Botones *******************************************************/
.stl_HtmlColor_Dorado_1 {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .stl_HtmlColor_Dorado_1:hover {
        background-color: #e1aa12 !important;
        background-color: rgba(225,170,18,1.0) !important;
    }
/********************************************************************************************************/

.stl_Html_Rojo_1 {
    background-color: #ff0000 !important;
}
.stl_Html_Gris_1 {
    background-color: #535353 !important;
}
.stl_Html_Text_Verde_1 {
    color: #057b6f !important;
    font-weight: 600;
}


.stl_Html_txt {
    color: #535353 !important;
    font-size: initial !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: initial !important;
}

.stl_Html_txt_negro {
    color:initial;
    color: #000000 !important;
}