@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
:root{
    --font-head: 'Poppins', sans-serif;
    --font-text: 'Poppins', sans-serif;
}
body{
    font-family: var(--font-text);
    font-weight: 200;
}

.tm1_logo{
    position: relative;
    max-width: 200px;
    width: 100%;
}

.content_tab{
    position: relative;
    background-color: #FFF;
    z-index: 10;
    
    margin-top: 3rem;
}
.content_tab p{
    text-align: justify;
}
.content_tab p:last-child{
    margin-bottom: 0px;
}
@media (min-width:992px) {
    .min-row{
        align-items: center;
    }
    .content_tab{
        width: calc(100% + 50px);
        left: -50px;
        padding: 1.5rem;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        margin-top: 0rem;
    }
}
@media (min-width:1200px) {
    .content_tab{
        padding: 3rem;
    }
}



.footer_tab{
    color: #FFF;
    /* text-align: center; */
}
.footer_tab ul{
    list-style: none;
    padding-left: 0px;
}
.footer_tab ul > li{
    margin-bottom: .5rem;
}
.footer_tab ul > li > a{
    text-decoration: none;
    color: inherit;
    transition: all 300ms ease;
    padding-left: 0rem;
}
.footer_tab ul > li > a:hover{
    padding-left: .5rem;
}
@media (max-width:540px) {
    ._content_ .content_tab{
        top: -20px;
        padding: 1rem;
    }
}


/* SET CUSTOM CLASSES */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.font-head{
    font-family: var(--font-head)!important;
}
.ls-1{
    letter-spacing: 1px!important;
}
.ls-2{
    letter-spacing: 2px!important;
}
