.navbar-toggler{
    border: none;
    outline: none!important;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.sanduiche{
    background-color: #ffffff;
    height: 8px;
    width: 48px;
    margin-top: 5px;
}
.navbar{
    --bs-bg-opacity: 1;
    background-color: #068bdb;
    box-shadow: -1px 3px 2px 0px rgba(6,139,219,0.75);
    -webkit-box-shadow: -1px 3px 2px 0px rgba(6,139,219,0.75);
    -moz-box-shadow: -1px 3px 2px 0px rgba(6,139,219,0.75);
    .nav-item a{
        color: #ffffff!important;
        font-weight: bold;
        font-size: 1.3rem;
        transition-duration: .5s;
        &:hover{
            color: #29affc!important;
        }
    }
    #navbarmenu{
        margin-right: 2rem!important;
    }
}
footer img {
    width: 50px;
}
.texto-footer p {
    text-align: center;
}
.texto-footer a {
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none!important;
    color: #EC268F;
    transition-duration: .5s;
}
.texto-footer a:hover {
    color: #373435;
}
.conteudo-site img{
    max-width: 100%!important;
}
.homepage{
    background: #29affc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    .titulo-principal{
        color: #ffffff!important;
        text-align: center;
        font-size: 3.4rem;
        .destaque{
            font-weight: 800;
            letter-spacing: 5px;
        }
    }
    .subtitulo{
        color: #ffffff!important;
        text-align: center;
        font-weight: bold;
    }
    .card{
        border-color: #f1f3f3;
        background-color: #f1f3f3;
        border-radius: 15px;
        min-height: 630px;
        .linha-footer{
            bottom: 15px;
            position: absolute;
        }
        h4{
            color: #373435;
            font-weight: 700;
        }
        .subtitulo-card{
            color: #373435;
        }
        ul{
            color: #373435;
            font-size: 1.2rem;
        }
        img{
            object-fit: cover;
            object-position: left;
            width: 230px;
            height: 140px;
            border-radius: 8px;
        }
        .cont-img-card{
            width: 230px;
        }
        small{
            color: #324b7b;
            font-weight: bold;
            text-align: center;
            width: 100%;
        }
        .btn-principal{
            width: 100%;
            background-color: #324b7b;
            color: #ffffff;
            font-weight: 700;
            font-size: 1.1rem;
            border-radius: 25px;
            padding-top: 12px;
            padding-bottom: 12px;
            transition-duration: .5s;
            &:hover{
                background-color: #e6e7e8!important;
                color: #373435;
            }
        }
        .btn-yt{
            background-color: #e6e7e8;
            width: 100%;
            color: #373435;
            font-weight: 700;
            font-size: 1.1rem;
            border-radius: 25px;
            padding-top: 12px;
            padding-bottom: 12px;
            transition-duration: .5s;
            &:hover{
                background-color: #324b7b;
                color: #ffffff;
            }
        }
    }

    .texto-footer{
        color: #373435;
        font-weight: 700;
    }
    
    @media(max-width:1199px){
        .card {
            min-height: 720px;
            margin-top: 10px;
            img{
                width: 160px;
                height: 130px;
                border-radius: 8px;
            }
        }
    }
    @media(max-width:991px){
        .card{
            height: auto;
            min-height: auto;
            .linha-footer{
                position: static;
            }
            img{
                object-fit: contain;
                width: 100%;
                height: auto;
                border-radius: 8px;
            }
            .cont-img-card{
                width: 100%;
            }
        }
    }
    @media (max-width: 425px) {
        .texto-footer{
            font-size: .9rem;
        }
        .titulo-principal{
            font-size: 1.5rem;
            .destaque{
                font-weight: 800;
                letter-spacing: 4px;
            }
        }
        .card{
            small{
                font-size: 10px;
            }
            .btn-yt{
                width: 80%;
                font-size: .8rem;
            }
        }
    }
    @media (max-width: 375px) {
        .titulo-principal{
            font-size: 1.3rem;
            .destaque{
                font-weight: 800;
                letter-spacing: 4px;
            }
        }
    }
}
@media (max-width: 768px) {
    .texto-footer{
        font-size: 1.5rem;
    }
    .titulo-principal{
        font-size: 2.4rem;
    }
    .nav-item a{
        text-align: right;
    }
}