body {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans", sans-serif;
}
/* Forçar as setas sempre visíveis e com z-index maior */
/*
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 1;
    filter: none;
    z-index: 10;
}
*/
/*
.carousel-control-prev {
    left: -60px;
}
.carousel-control-next {
    right: -50px;
}
*/

.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0);
}



#multiItemCarousel .carousel-inner {
    overflow: visible; /* Permite cards vizinhos aparecerem */
}
#multiItemCarousel {
    width: 80%;
    margin: 0 auto; /* Centralizado */
}
#multiItemCarousel .carousel-control-prev {
    left: -100px;
}
#multiItemCarousel .carousel-control-next {
    right: -91px;
}
#multiItemCarouselMobile .carousel-inner {
    overflow: visible; /* Permite cards vizinhos aparecerem */
}
#multiItemCarouselMobile {
    width: 80%;
    margin: 0 auto; /* Centralizado */
}
#multiItemCarouselMobile .carousel-control-prev {
    left: -100px;
}
#multiItemCarouselMobile .carousel-control-next {
    right: -91px;
}
/* Ajuste para setas ficarem mais visíveis */
.carousel-control-prev-icon, .carousel-control-next-icon {}
.card-img-top {
    max-height: 150px;
    object-fit: contain;
}
#multiItemCarouselMobile .card-img-top {
    max-height: 150px;
    object-fit: contain;
}
#multiItemCarousel .card-img-top {
    max-height: 150px;
    object-fit: contain;
}
.primary-color, ul.stepper .step.active:before, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #ffb11e !important;
}
.small {
    font-size: 12px !important;
}
section {
    margin-top: 90px;
}
/*nav menu*/
.navbar-nav {
    margin-top: 30px;
}
#google_translate_element {
    margin-top: 5px;
}
nav img {
    max-width: 200px;
    margin-top: 10px;
}
nav li {
    margin-left: 30px;
}
nav li a {
    color: #000000;
}
nav li i {
    margin-left: 7px;
    color: #000000;
}
nav h1 {
    width: 100%;
    font-size: 18px;
    padding-left: 6px;
    padding-top: 10px;
    font-weight: bold;
    color: #000000;
    font-weight: bold;
}
nav p {
    width: 100%;
    font-size: 14px;
    padding-left: 6px;
    padding-top: 10px;
    font-weight: normal;
    color: gray;
}
nav .dropdown .dropdown-menu .dropdown-item, nav .dropleft .dropdown-menu .dropdown-item, nav .dropright .dropdown-menu .dropdown-item, nav .dropup .dropdown-menu .dropdown-item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    color: #A2A2A2;
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover {
    color: #FF0000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
nav .navbarDropdownMenuLink1 {
    width: 550px;
    margin-left: -250px;
}
nav .fixed-bottom, .fixed-top {
    border: 1px solid #f1f1f1 !important;
}
/*refactory*/
.btn-red {
    background-color: #FF0000 !important;
}
.btn-rounded {
    /*  max-width: 150px !important;*/
    margin-bottom: 10px !important;
}
ul.stepper {
    margin: inherit;
    padding: inherit;
}
ul.stepper li a .circle {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 45px;
    font-size: 23px;
    height: 80px;
    /*	text-align: center;*/
    vertical-align: middle;
    -webkit-border-radius: inherit !important;
}
.danger-color, ul.stepper .step.wrong:before, ul.stepper li.warning a .circle2 {
    background-color: #ff3547 !important;
}
ul.stepper li a .circle2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 50px;
    font-size: 23px;
    height: 80px;
    /* text-align: center; */
    vertical-align: middle;
    -webkit-border-radius: inherit !important;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4285f4 !important;
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.7rem;
    margin-right: .5rem;
}
.text-decoration-underline {
    text-decoration: underline;
}
.invisivel {
    display: none;
}
/*secao1*/
.secao1 {
    background-color: white;
    /*    border-bottom: 1px solid lightgray;*/
    padding-top: 60px;
    padding-bottom: 60px;
}
.secao1 h1 {
    color: #000000 !important;
    font-weight: bold;
    font-size: 55px;
}
.secao1 h1 span {
    color: #FF0000 !important;
}
.secao1 p {
    font-size: 18px;
}
.secao1 p span {
    color: #FF0000 !important;
}
.secao1 p .laranja {
    color: #ffb221 !important;
}
.secao1 .colunas1 {
    max-width: 25%;
}
.secao1 .colunas2 {
    max-width: 25%;
}
.secao1 .colunas3 {
    max-width: 25%;
}
.secao1 .colunas4 {
    max-width: 25%;
}
.secao1 .colunas5 {
    max-width: 25%;
}
.ocultar_web {
    display: none;
}
/*footer rodape*/
footer {
    background-color: #E2E2E2 !important;
}
footer a {
    color: gray !important;
}
footer a i {
    margin-left: 5px !important;
    font-size: 19px !important;
    margin-bottom: 5px;
}
footer img {
    max-width: 170px;
}
footer h6 {
    color: gray !important;
    font-size: 29px !important;
}
footer p {
    color: gray !important;
}
footer .colunas1 {
    max-width: 25%;
}
footer .colunas2 {
    max-width: 18%;
}
footer .colunas3 {
    max-width: 22%;
}
footer .colunas4 {
    max-width: 22%;
}
footer .colunas5 {
    max-width: 30%;
}
.secao1 h6 {
    color: black !important;
    font-size: 29px !important;
    font-weight: bold;
}
.numeros {
    font-weight: bold;
    font-size: 12px;
    color: gray !important;
    margin-top: 50px;
    margin-left: 15px;
}
@media screen and (max-width: 1200px) {
    footer .display-4 {
        font-size: 14px !important;
    }
    footer p {
        font-size: 11px !important;
    }
    footer.page-footer a {
        font-size: 11px !important;
    }
    footer .colunas1 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas2 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas3 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas4 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas5 {
        max-width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 460px) {
	#multiItemCarousel .carousel-control-prev ,#multiItemCarouselMobile .carousel-control-prev {
		left: -49px;
	}
	#multiItemCarousel .carousel-control-next,#multiItemCarouselMobile .carousel-control-next {
		right:-40px;
	}
    #multiItemCarousel p,#multiItemCarouselMobile p {
        font-size: 10px;
    }
    section {
        margin-top: 20px;
    }
    nav .navbarDropdownMenuLink1 {
        width: 100%;
        margin-left: 0px;
    }
    nav li {
        margin-left: 0px;
    }
    nav li a {
        padding-left: 0px;
    }
    .navbar .nav-item .nav-link {
        margin-left: 8px;
    }
    nav li .store {
        width: 100% !important;
        padding-left: 0px !important;
        text-align: left !important;
    }
    nav .pl-4, .px-4 {
        padding: 0px !important;
    }
    nav li a {
        font-size: 14px !important;
    }
    nav h1 {
        font-size: 11px;
        margin-bottom: 4px !important;
    }
    nav p {
        font-size: 10px;
        padding-top: 0px !important;
        margin: 0px !important;
    }
    .navbar-nav {
        margin-bottom: 10px;
    }
    nav img {
        max-width: 100px;
        margin-right: 10px;
    }
    nav .fixed-bottom, .fixed-top {
        border: 3px solid #f1f1f1 !important;
    }
    .nav-link, .navbar {
        padding: 15px;
    }
    .dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
        font-size: 11px !important;
    }
    a.waves-effect, a.waves-light {
        display: table;
        margin: 0 auto;
        width: auto;
        padding: 10px;
    }
    ul.stepper li a {
        padding: 0px;
        padding-bottom: 15px !important;
    }
    .img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
        max-height: 250px !important;
        margin: 0 auto;
    }
    .navbar.navbar-light .navbar-toggler-icon {
        font-size: 14px !important;
    }
    ul.stepper li a .circle {
        height: 60px !important;
        padding-top: 20px;
    }
    .secao1 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .secao1 h1 {
        font-size: 30px;
        text-align: center;
    }
    .secao1 h2 {
        color: #000000 !important;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
    }
    .secao1 p {
        font-size: 16px;
        text-align: center;
        line-height: 21px;
    }
    .btn-red {
        font-size: 10px;
        padding: 9px;
    }
    .ocultar_mobile {
        display: none;
    }
    .ocultar_web {
        display: block;
    }
    .page-footer {
        padding-bottom: 20px !important;
    }
    ul.stepper {
        margin: 0 auto;
    }
    ul.stepper > li:not(:last-of-type) {
        width: 250px !important;
        margin: 0 auto;
    }
    ul.stepper li.active a .label, ul.stepper li.warning a .label, ul.stepper li.completed a .label {
        width: 150px !important;
        margin: 10px auto;
    }
    .stepper-horizontal li:not(:last-child):after {
        display: none;
    }
    .stepper-horizontal li:not(:first-child):before, .stepper-horizontal li:not(:last-child):after {
        display: none !important;
    }
    .stepper-horizontal li {
        display: block;
    }
    .banner_inicio {
        max-height: 170px !important;
    }
    footer {
        padding-top: 0px;
    }
    footer h6 {
        font-size: 13px !important;
    }
    footer p {
        font-size: 11px !important;
    }
    footer .mb-4, footer .my-4 {
        margin-bottom: 1px !important;
    }
    footer a {
        font-size: 10px !important;
    }
    footer .colunas1 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas2 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas3 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas4 {
        max-width: 100%;
        margin-top: 10px;
    }
    footer .colunas5 {
        max-width: 100%;
        margin-top: 10px;
    }
    .secao1 .colunas1 {
        max-width: 100%;
        margin-top: 10px;
    }
    .secao1 .colunas2 {
        max-width: 100%;
        margin-top: 10px;
    }
    .secao1 .colunas3 {
        max-width: 100%;
        margin-top: 10px;
    }
    .secao1 .colunas4 {
        max-width: 100%;
        margin-top: 10px;
    }
    .secao1 .colunas5 {
        max-width: 100%;
        margin-top: 10px;
    }
    .btn-floating.btn-sm {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
}