﻿@import "fonts.css";

/*div ad (tirar depois quando colocar as propagandas)*/
.ad {
    /*width: 728px;*/
    height: 90px;
    /*background-color: gray;*/
    margin: auto;
    color: white;
    text-align: center;
    line-height: 90px;
    padding-bottom:10px;
}

:root {
    --bs-blue: #005E9D;
    --bs-gray: #646464;
}

body {
    font-family: Mulish !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-primary {
    color: #005E9D !important;
}

.btn {
    font-family: Roboto !important;
}

.btn-primary {
    color: #fff;
    background-color: #005E9D !important;
    border-color: #ced4da !important;
}

.btn-light {
    color: #005E9D;
    background-color: #fff !important;
    border-color: #ced4da !important;
}

.bg-blue-sl {
    background-color: #005E9D !important;
}

body #toast-container > div {
    opacity: 1;
}

.zoom_img {
    max-width: 50px;
    max-height: 50px;
    transition: transform .3s ease;
}

    .zoom_img:hover {
        transform: scale(3.5) translate(20px, 0px);
        background-color: white;
        border: 0.1em solid gray;
        padding: 2px;
    }

.container-fluid-sl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 6.00rem);
    padding-left: var(--bs-gutter-x, 6.00rem);
    margin-right: auto;
    margin-left: auto;
}

.e-multi-select-wrapper input[type='text'] {
    font-family: Mulish !important;
    font-size: 1.3em !important;
}

.required-mark:before {
    padding-right: 5px;
    color: red;
    content: '\25CF';
    font-size: 20px;
}

.no-required-mark:before {
    padding-right: 5px;
    color: transparent;
    content: '\25CF';
    font-size: 20px;
}

#renderbody {
    padding: 0;
}

    #renderbody h2 {
        font-family: Roboto;
        font-weight: 900;
        font-size: 3em;
        color: #005E9D;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    #renderbody sub {
        font-family: Mulish;
        font-weight: 900;
        font-size: 1em;
        /*color: #005E9D;*/
        color:#000;
        padding-bottom: 10px;
    }

    #renderbody h6 {
        font-family: Mulish;
        /*color: #005E9D;*/
        color:#000;
        padding-bottom: 10px;
        line-height: 25px;
    }

    #renderbody hr {
        width: 100px;
        color: #005E9D;
    }

@media (max-width: 767px) {
    .container-sm, .container {
        max-width: 728px !important;
        padding: 10px !important;
    }

    .ad {
        width: 100% !important;
    }

    #menu_rodape {
        flex-direction: column;
    }

    .container-fluid-sl {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 767px) and (max-width: 1022px) {
    #menu_rodape {
        font-size: 0.8rem;
    }

    .d-md-block {
        display: block !important;
    }

    .container-fluid-sl {
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (max-width: 1023px) {
    .carousel-caption {
        left: 15% !important;
    }

        .carousel-caption h1 {
            font-size: 2.2rem !important;
        }

        .carousel-caption p {
            font-size: 1.0rem !important;
        }

    .carousel-caption-only h3 {
        font-size: 1.5rem !important;
    }

    .login {
        position: relative !important;
        left: auto !important;
        margin-left: 0px !important;
    }

    .login-content {
        float: none !important;
        width: 100% !important;
    }

    #login-wrapper {
        padding-bottom: 20px !important;
    }

    .nav-link {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .carousel-caption h1 {
        font-size: 2.5rem !important;
    }

    .carousel-caption p {
        font-size: 1.0rem !important;
    }

    .carousel-caption-only h3 {
        font-size: 1.5rem !important;
    }

    .carousel-caption-only {
        right: 55% !important;
    }

    .carousel-caption {
        right: 55% !important;
    }

    .nav-link {
        font-size: 0.9rem !important;
    }

    .login {
        width: 950px;
        margin-left: -185px;
    }

    .container-fluid-sl {
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .carousel-caption h1 {
        font-size: 3.0rem !important;
    }

    .carousel-caption-only h3 {
        font-size: 2rem !important;
    }

    .carousel-caption-only {
        right: 50% !important;
    }

    .login {
        width: 1020px;
        margin-left: -585px;
    }

    .ad{
        margin-top:30px;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    .carousel-caption h1 {
        font-size: 3.5rem !important;
    }

    .carousel-caption-only h3 {
        font-size: 2.5rem;
    }

    .login {
        width: 1140px;
        margin-left: -585px;
    }
}

@media (min-width: 1680px) {
    .carousel-caption-only h3 {
        font-size: 2.5rem;
    }

    .login {
        width: 1240px;
        margin-left: -585px;
    }
}

.carousel-inner {
    height: 40vh !important;
}

.carousel-item {
    /*background-size: cover;
    background-position: 50% 50%;*/
    width: 100%;
    height: 100%;
}

    .carousel-item img {
        visibility: hidden;
    }

.carousel-img1 {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../img/slide/foto-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-img2 {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-img3 {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-3.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-empresa-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-a-empresa.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-credenciados-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-credenciados.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-recomende-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-recomende.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-duvidas-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-duvidas.jpg);
    background-size: cover;
    background-position: 50% 20%;
}

.carousel-cadastro-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-cadastro.jpg);
    background-size: cover;
    background-position: 50% 20%;
}

.carousel-faleconosco-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-faleconosco.jpg);
    background-size: cover;
    background-position: 50% 20%;
}

.carousel-politicaseguranca-img {
    background: linear-gradient( rgba(0, 94, 157, 0.8), rgba(0, 94, 157, 0.8) ), url(../Img/slide/foto-politicaseguranca.jpg);
    background-size: cover;
    background-position: 50% 40%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 5%;
    bottom: 1.25rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

    .carousel-caption h1 {
        font-family: Roboto;
        font-weight: 900;
        font-size: 4.5rem;
    }

    .carousel-caption p {
        font-family: Mulish;
        font-weight: lighter;
        font-size: 1.3rem;
    }

.carousel-caption-only {
    position: absolute;
    right: 45%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

    .carousel-caption-only h3 {
        font-family: Roboto;
        font-weight: 900;
        font-size: 2.5rem;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/*login*/
#login-wrapper {
    padding-bottom: 100px;
}

.login {
    position: absolute;
    left: 50%;
    top: 11.5%;
    bottom: 0;
    padding: 20px 0;
    margin-left: -575px;
    height: 500px;
}

.login-content {
    width: 400px;
    height: 100%;
    background: #005E9D;
    float: right;
    /*color: #fff;*/
    border-width: 5px;
    border-color: #fff;
    border-style: solid;
    border-radius: 42px;
    padding: 20px;
}

    .login-content h4 {
        font-family: Roboto;
        font-weight: 900;
    }

    .login-content input {
        /*margin: 10px;*/
        /*padding: 10px;*/
    }

/*rodape*/
#rodape {
    color: white;
    text-align: center;
}

    #rodape a {
        color: white !important;
        text-decoration: none;
        padding: 10px;
    }

.accordion-button {
    /*color: #005E9D;*/
    color:#000;
    font-weight: 900;
    background-color: #E5EEF5;
    text-align: left;
}

    .accordion-button:not(.collapsed) {
        /*color: #005E9D;*/
        color:#000;
        font-weight: 900;
        background-color: #E5EEF5;
        text-align: left;
    }

@media print {
    #toast-container {
        display: none !important;
    }
}
