/* 
    CSS STYLE  V: 1.0
    CEMF Tecnologia
*/

.cf-text-7,
.cf-text-4 {
    font-family: "Roboto", sans-serif;
}

.bg-s10 {
    background-image: url("https://link.daianecardosooficial.com.br/image/background-daiane-cardoso.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
}

.frame-1 {
    /*height: 100%;*/
}

.image-circle {
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
    width: 150px;
    height: 150px;
}

.image-circle img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.group-button {
    width: 100%;
    max-width: 450px;
    flex-basis: 100%;
}

.group-button a {
    width: 100%;
    display: block;
    border-radius: 50px;
    padding: 15px 20px;
}

.group-button a:hover {
    background: #4caf50;
}

.border {
    border: 1px solid white;
}

.color-secondary {
    border: 1px solid #ff7b00;
}

.color-secondary:hover {
    border: 1px solid #4caf50;
}

.linknabio {
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.linknabio img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.link-card {
    border-radius: 20px;
    border: 2px solid white;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}

.link-image {
    flex-basis: 126px;
}

.link-image img {
    object-fit: contain;
    width: 130px;
}

.link-duo {
    height: 20px;
}

.material-icons {
    font-size: 18px !important;
}

.last-time {
    border: 4px solid #ff7b02;
}

.--color-whatsapp {
    color: #44ad3a;
}

.-color-whatsapp {
    background: #44ad3a;
}

.percentage {
    position: absolute;
    width: 133px;
}

.sto-container{
    width: 100%;
    max-width: 550px;
    position: relative;
    z-index: 0;
}

.sto-father {
    width: 100%;
    max-width: 550px;

    overflow-x: scroll;
    /* Habilita a rolagem horizontal */
    overflow-y: hidden;
    /* Oculta a rolagem vertical, se houver */
    white-space: nowrap;
    /* Mantém os itens na mesma linha */
    -ms-overflow-style: none;
    /* IE e Edge */
    scrollbar-width: none;
    /* Firefox */
}

.sto-father::-webkit-scrollbar {
    display: none;
    /* Oculta a barra de rolagem no Chrome, Safari e Opera */
}

.sto-father ul {
    display: flex;
    /* Alinha os itens em linha */
    padding: 0;
    margin: 0;
    list-style: none;
}

.sto-father ul li {
    padding: 5px;
    display: inline-block;
    margin-right: 2px;
    /* Espaçamento entre os itens */
}

.sto-card {
    width: 80px;
    overflow: hidden;
}

.sto-circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.sto-circle img {
    object-fit: cover;
    width: 100%;
}

.sto-border {
    border: 2px solid transparent;
}

.sto-border.red{
    border-color: red;
}

.sto-border.green{
    border-color: green;
}
.sto-border.blue{
    border-color: blue;
}

/*  Style Modal STO */

.sto-modal {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    opacity: 0px;
    display: none;
    z-index: 5;
}

.modal-content {
    height: 100%;
}
.modal-image .container {
    width: 100%;
    /* max-width: 600px; */
    height: 100vh;
}
.container {
    display: flex;
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
}
.progress-bar {
    width: 100%;
    max-width: 600px;
    height: 3px;
}
.progress-bar span {
    display: flex;
    height: 100%;
    width: 0%;
}

.modal-image img {
    object-fit: cover;
    /* width: 100%; */
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.modal-call-action {
    position: absolute;
    bottom: 120px;
}

.sto-btn-avancar {
    display: block;
    right: 0;
    cursor: pointer;
    padding: 10px 0 10px 0;
    margin-left: 8px;
    margin-right: 8px;
    background: transparent;
    border: none;
    justify-self: center;
    outline: none;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    z-index: 1;
}
.sto-image-buttons {
    background-image: url("https://www.localhost/projetos/CEMF/cmbbrasil/link/image/images.png");
    height: 45px;
    width: 45px;
}

.sto-btn-avancar .sto-position {
    background-size: 334px 173px;
    background-position: -3px -51px;
}

@media only screen and (max-width: 768px) {
    .sto-btn-avancar {
        display: none;
    }
  }


