﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(243 243 243 / 0.18);
}

a {
    color: #002e5b;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    a:hover {
        color: #00b6d5;
    }


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}

.f-oswald {
    font-family: 'Oswald', sans-serif;
}

img {
    max-width: 100%;
}

.display-7 {
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.navbar-principal {
}


    .navbar-principal .nav-link {
        color: #002e5b;
        font-weight: 500;
        padding: 25px 25px 22px 25px !important;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        text-transform: capitalize;
        border-bottom: solid 3px #fff;
        letter-spacing: .4px;
        font-family: 'Oswald', sans-serif;
    }

        .navbar-principal .nav-link:hover {
            color: #00cf0f;
            border-bottom-color: #00cf0f;
        }

.sombra {
    border-top: 1px solid #eee;
    box-shadow: 0px 0px 36px 0px rgb(0 0 0 / 10%);
}


.c-pointer {
    cursor: pointer !important;
}

.breadcrumb {
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(229 229 229 / 24%);
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 10px;
}


.imagem-responsiva {
    width: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

    .imagem-responsiva div, .imagem-responsiva img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .imagem-responsiva img {
        object-fit: cover;
    }

    .imagem-responsiva.imagem-1x1 {
        padding-bottom: 100%;
    }

    .imagem-responsiva.imagem-3x4 {
        padding-bottom: 133.3%;
    }

    .imagem-responsiva.imagem-4x3 {
        padding-bottom: 75%;
    }

    .imagem-responsiva.imagem-16x9 {
        padding-bottom: 56.25%;
    }

    .imagem-responsiva.imagem-21x9 {
        padding-bottom: 42.86%;
    }


    .imagem-responsiva.imagem-centraliza {
        background-position: center;
    }

    .imagem-responsiva.imagem-redonda {
        border-radius: 50%;
        overflow: hidden;
    }

.imagem-contain {
    object-fit: contain !important;
}

.imagem-cover {
    object-fit: cover !important;
}

.cinza {
    filter: grayscale(1);
}

.destaque-home {
}

    .destaque-home .destaque {
        position: relative;
    }

    .destaque-home.col-lg-12 .destaque h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 50px 30px;
        color: #fff;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6867121848739496) 100%);
    }

    .destaque-home.col-lg-4 .destaque h3 {
        font-size: 20px;
        padding: 10px;
        max-height: 85px;
    }


.home-materiais {
}

    .home-materiais .destaque {
        position: relative;
        height: 100%;
        background-color: #fcfcfc;
        box-shadow: 0 .3rem .5rem rgba(0,0,0,.10) !important;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

        .home-materiais .destaque h3 {
            font-size: 20px;
            padding: 10px;
        }

        .home-materiais .destaque:hover {
            box-shadow: 0 .5rem .6rem rgba(0,0,0,.15) !important;
        }

.direitos-home {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    .direitos-home:hover {
        box-shadow: 5px 5px 18px rgb(0 0 0 / 25%) !important;
    }

    .direitos-home strong {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: .5px;
    }


.home-link {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


    .home-link img {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        filter: grayscale(1);
        opacity: 0.3;
    }


    .home-link:hover {
        box-shadow: 5px 5px 18px rgb(0 0 0 / 25%) !important;
    }

        .home-link:hover img {
            filter: grayscale(0);
            opacity: 1;
        }

.home-contatos {
}

    .home-contatos a {
        display: block;
        padding: 4px;
        font-weight: 700;
        margin: 5px 0;
    }

        .home-contatos a + a {
            padding-top: 10px;
            border-top: solid 1px silver;
        }

        .home-contatos a i {
            display: inline-block;
            padding: 7px;
            border-radius: 6px;
            margin-right: 5px;
            width: 30px;
            text-align: center;
        }


.bg-laranja {
    background-color: #ec7000 !important;
}

.botao-reclame {
}

.carousel-basico {
}

    .carousel-basico .carousel-caption {
        background-color: rgb(0 0 0 / 43%);
        border-radius: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }

        .carousel-basico .carousel-caption p {
            margin-bottom: 0;
        }

.float-whats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

    .float-whats i {
        margin-top: 16px;
    }

.recording-contorl-buttons-container {
    /*targeting Chrome & Safari*/
    display: -webkit-flex;
    /*targeting IE10*/
    display: -ms-flex;
    display: flex;
    justify-content: space-evenly;
    /*horizontal centering*/
    align-items: center;
}

.cancel-recording-button,
.stop-recording-button {
    font-size: 30px;
    cursor: pointer;
}

.cancel-recording-button {
    color: red;
    opacity: 0.7;
}

    .cancel-recording-button:hover {
        color: rgb(206, 4, 4);
    }

.stop-recording-button {
    color: #33cc33;
    opacity: 0.7;
}

    .stop-recording-button:hover {
        color: #27a527;
    }

.recording-elapsed-time {
    /*targeting Chrome & Safari*/
    display: -webkit-flex;
    /*targeting IE10*/
    display: -ms-flex;
    display: flex;
    justify-content: center;
    /*horizontal centering*/
    align-items: center;
}

.red-recording-dot {
    font-size: 25px;
    color: red;
    margin-right: 12px;
    /*transitions with Firefox, IE and Opera Support browser support*/
    animation-name: flashing-recording-dot;
    -webkit-animation-name: flashing-recording-dot;
    -moz-animation-name: flashing-recording-dot;
    -o-animation-name: flashing-recording-dot;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
/* The animation code */
@keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.elapsed-time {
    font-size: 32px;
}

.recording-contorl-buttons-container.hide {
    display: none;
}

.overlay.hide {
    display: none;
}

.browser-not-supporting-audio-recording-box {
    /*targeting Chrome & Safari*/
    display: -webkit-flex;
    /*targeting IE10*/
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*horizontal centering*/
    align-items: center;
    width: 317px;
    height: 119px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
}

.close-browser-not-supported-box {
    cursor: pointer;
    background-color: #abc1c05c;
    border-radius: 10px;
    font-size: 16px;
    border: none;
}

    .close-browser-not-supported-box:hover {
        background-color: #92a5a45c;
    }

    .close-browser-not-supported-box:focus {
        outline: none;
        border: none;
    }

.audio-element.hide {
    display: none;
}

/* The animation code */
@keyframes blinking-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* The animation code */
@-webkit-keyframes blinking-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* The animation code */
@-moz-keyframes blinking-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* The animation code */
@-o-keyframes blinking-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}


@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {


    .carousel-basico .carousel-item {
        background-color: rgb(0 0 0 / 65%);
        border-radius: 15px;
    }


        .carousel-basico .carousel-item .carousel-caption {
            position: initial;
        }

        .carousel-basico .carousel-item .imagem-21x9 {
            padding-bottom: 60%;
        }

}

@media (max-width: 991.98px) {

    .navbar-principal .nav-link {
        padding: 15px !important;
    }


    .destaque-home.col-lg-12 .destaque h3 {
        /*  position: relative;
        background: #fff;*/

        padding: 10px;
    }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
