
.uppercase{
    text-transform: uppercase;
}
.align-text-center{
    text-align: center;
}
.w105p100{
    width: 105%;
    max-width: 105%;
}
.w100p100{
    width: 100%;
}
.w90p100{
    width:90%;
}
.w70p100{
    width: 70%;
}
.padding-vertical-simple{
    padding-top:30px;
    padding-bottom:30px;
}
.midia-shower{
    width: 100%;
}
.midia-shower img{
    border: 3px solid rgba(0,0,0,0.7);
    border-radius: 5px;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 30%);
    vertical-align: middle;
}
.midia-video video{
    border: 3px solid rgba(0,0,0,0.7);
    border-radius: 5px;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 30%);
    vertical-align: middle;
}
.wi-min-content{
    width: min-content;
}
.gif-shower img{
    height: 250px;
    width: 320px;
}
.img-min-shower img{
    height: 191.25px;
    width: 255px;
    margin-bottom: 1rem;
}
.img-mid-shower img{
    height: 250px;
    width: 300px;
}
.padding-horizontal-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.padding-horizontal-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-vertical-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-vertical-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.div-emphasis{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.background-secondary{
    background-color: #d1a908;
}
.color-blank{
    color: #FFF;
}
.margin-simple{
    margin:24px
}
.margin-bottom-simple{
    margin-bottom: 20px;
}
.margin-vertical-simple{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-vertical-medio{
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-horizontal-simple{
    margin-left: 10px;
    margin-right: 10px;
}
.divs-center{
    align-items: center;
}
.text-underline{
    text-decoration:underline ;
}
.fon-wei-700{
    font-weight: 700;
}
.div-botton-dotted{
    border-bottom: 2px dashed #2f2f2f;
}
.label-main{
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}
.card-simple{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
    box-shadow: 0 2px 5px 2px rgba(234, 33, 33, 0.4);
}
.separator-line{
    border-top: #000 solid 1px;
}
.item-list-ico-default{
    background-color: #FFF;
    padding: 10px;
}
.font-large{
    font-size: 38px;
    line-height: 1em;
}
.font-large-m1{
    font-size: 26px;
}
@media only screen and (max-width: 600px){
    .wi-min-content{
        width: 100%;
    }
}