/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

Author: ARibeiro
*/

.LSMPage .col-content-100 {
    width: 100%;
    padding: 0px 15px;
}

.lsm-title-container {
    margin-bottom: 20px;
}

.lsm-logo-cell {
    display: table-cell;
    vertical-align: top;
    width: 30px;
    padding-top: 0px;
}

.lsm-logo {
    width: 30px;
}

/*.lsm-title-cell {
    display: table-cell;
    padding-left: 5px;
}*/

.lsm-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0px 0px 3px 0px;
}

.lsm-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    margin: 0px;
}

.menu-alfabeto,
.menu-acentos,
.menu-numeros {
    text-align: center;
    padding: 0px;
}

.lsm-tab-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #777777;
}

.lsm-tab-container ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: auto;
    width: max-content;
}

.lsm-tab-container ul li {
    min-width: 110px;
    text-align: center;
    cursor: pointer;
}

.lsm-tab-container ul li.ativo {
    font-weight: 500;
    color: #000000;
    cursor: default;
}

.lsm-tab-container ul li div {
    width: 100%;
    height: 4px;
    border-top: 1px solid #FDA100;
    border-bottom: 1px solid #FDA100;
    margin-top: 5px;
}

.lsm-tab-container ul li:first-child div {
    border-left: 1px solid #FDA100;
}

.lsm-tab-container ul li:last-child div {
    border-right: 1px solid #FDA100;
}

.lsm-tab-container ul li.ativo div {
    height: 4px;
    border: 2px solid #FDA100;
}

div.lsm-menu-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    margin: 10px auto 15px auto;
/*    width: max-content;
    max-width: 100%;*/
}

div.menu-alfabeto {
    padding: 0px;
}

.lsm-menu {
    display: inline-block;
    margin: 0px;
    padding: 1px 8px 0px 8px;
    cursor: pointer;
    border-radius: 25px;
    background: #FDE5BB;
    min-width: 30px;
    height: 30px;
    text-align: center;
    /*width: max-content !important;*/
    margin: 0px 2px;
    
    cursor: pointer;
}

.lsm-menu.ativo {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background-color: #fda100;
    
    cursor: default;
}

#menuAlfabetoCarousel .lsm-menu {
    display: inline-block;
    margin: 0px;
    padding: 1px 8px 0px 8px;
    cursor: pointer;
    border-radius: 25px;
    background: #FDE5BB;
    height: 30px;
    text-align: center;
    /*width: 30px !important;*/
    margin: 0px 2px;
    
    cursor: pointer;
}

#menuAlfabetoCarousel .lsm-menu.ativo {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background-color: #fda100;
    
    cursor: default;
}

#menuAcentosCarousel .lsm-menu {
    display: inline-block;
    margin: 0px;
    padding: 1px 8px 0px 8px;
    cursor: pointer;
    border-radius: 25px;
    background: #FDE5BB;
    height: 30px;
    text-align: center;
    /*width: 170px !important;*/
    margin: 0px 2px;
    
    cursor: pointer;
}

#menuAcentosCarousel .lsm-menu.ativo {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background-color: #fda100;
    
    cursor: default;
}

.lsm-gesto-container {
    display: flex;
    position: relative;
    background-color: #FDA100;
    width: 100%;
    height: 270px;
    margin-bottom: 15px;
    
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    background-image: url("/images/lsm/lsm-textura.svg");
    background-size: cover;
    background-position-y: top;
    background-position-x: -400px;
    background-repeat: no-repeat;
    overflow-y: hidden;
}

.lsm-gesto-container img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -25px;
    max-width: 100%;
}

.lsm-gesto-info {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #333333;
}

.lsm-gesto-info-box {
    display: inline-block;
    border-radius: 45px;
    background-color: #FFFFFFBF;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
/*    min-width: 90px;
    min-height: 90px;*/
}

.lsm-gesto-info-box-acentos {
    padding: 0px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 125%;
}

.lsm-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

/*#####  TABLET #####*/
@media (min-width: 768px) {

}

/* DESKTOP */
@media (min-width: 992px) {
    .LSMPage .col-content-100 {
        width: calc(100% - 30px);
        padding: inherit;
    }

    .lsm-tab {
        font-size: 18px;
    }

    .lsm-menu-container {
        font-size: 18px;
        max-width: max-content;
        margin: auto;
    }
    
    .lsm-logo-cell {
        display: table-cell;
        vertical-align: middle;
        width: 70px;
    }

    .lsm-logo {
        width: auto;
    }
    
    .lsm-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #000000;
        line-height: 100%;
        margin-bottom: 5px;
    }

    .lsm-subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #000000;
        line-height: 100%;
        margin: 0px;
        
    }
    
    .menu-alfabeto,
    .menu-acentos,
    .menu-numeros {
        text-align: center;
    }
    
.lsm-tab-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #777777;
}

.lsm-tab-container ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: auto;
    width: max-content;
}

.lsm-tab-container ul li {
    min-width: 210px;
    text-align: center;
    cursor: pointer;
}

.lsm-tab-container ul li.ativo {
    font-weight: 500;
    color: #000000;
    cursor: default;
}

.lsm-tab-container ul li div {
    width: 100%;
    height: 4px;
    border-top: 1px solid #FDA100;
    border-bottom: 1px solid #FDA100;
    margin-top: 5px;
}

.lsm-tab-container ul li:first-child div {
    border-left: 1px solid #FDA100;
}

.lsm-tab-container ul li:last-child div {
    border-right: 1px solid #FDA100;
}

.lsm-tab-container ul li.ativo div {
    height: 4px;
    border: 2px solid #FDA100;
}
    
    
    
    .lsm-gesto-container {
        display: flex;
        position: relative;
        background-color: #FDA100;
        width: 100%;
        height: 400px;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;

        margin-bottom: 15px;

        background-image: url("/images/lsm/lsm-textura.svg");
        background-size: cover;
        background-position-y: top;
        background-position-x: -400px;
        
        background-repeat: no-repeat;
        overflow-y: hidden;
    }
    
    .lsm-gesto-container img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -25px;
        max-width: 100%;
    }
    
    .lsm-gesto-info-box {
        display: inline-block;
        border-radius: 35px;
        background-color: #FFFFFFBF;
        padding: 0px 100px;

        font-family: 'Montserrat', sans-serif;
        font-size: 56px;
        font-weight: 500;
        color: #333333;
        line-height: 125%;
    }
    
    .lsm-gesto-info {
        position: absolute;
        right: 0px;
        left: 0px;
        bottom: 30px;
        text-align: center;

        font-family: 'Montserrat', sans-serif;
        font-size: 56px;
        font-weight: 500;
        color: #333333;
    }

    .lsm-gesto-info-box {
        display: inline-block;
        border-radius: 60px;
        background-color: #FFFFFFBF;
        padding: 25px;

        font-family: 'Montserrat', sans-serif;
        font-size: 56px;
        font-weight: 500;
        color: #333333;
        min-width: 120px;
        min-height: 120px;
    }
}

@media (min-width: 1200px) {

}