body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: url('../imagens/1.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.centered {
    width: 850px;
    height: 500px;
    background-color: #ffffff;
    border: 0px solid #ccc;
    display: flex;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 1px 5px 25px black;
    z-index: 1;
}

.right {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ffffff;
    border: 0px solid #ccc;
    display: block;
}

.right_container {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ffffff;
    border: 0px solid #ccc;
    display: flex;
}

.banner {
    border-top-left-radius: 15px;
    width: 350px;
    height: 100px;
    background-color: #ffffff;
    border: 0px solid #ccc;
    display: flex;
}

.image_container {
    border-top-left-radius: 15px;
    width: 100%;
    background-color: #ffffff;
    border: 0px solid #ccc;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
}

.div1 {
    width: 500px;
    height: 500px;
    background-color: #000;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.div2 {
    width: 350px;
    height: 400px;
    background-color: #eee;
    top: 100px;
    border-bottom-left-radius: 15px;
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px;
    width: 300px
}

.form-control {
    display: block;
    width: 276px;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border-top: 0px solid #ced4da;
    border-left: 0px solid #ced4da;
    border-right: 0px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 15px;
    margin-bottom: 30px;
}

input {

    background: transparent;
    border-bottom: 1px solid #000;
    /* Cor da linha ao focar (substitua pela cor desejada) */
    transition: background-transparency 0.7s ease;
}

input:focus {
    border: none;
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #000;
    /* Cor da linha ao focar (substitua pela cor desejada) */
    transition: background-color 0.7s ease;
}

h4 {
    display: block;
    font-size: 22px;
    margin-block-start: 0px;
    margin-block-end: 15px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: -webkit-center;
    color: #495057;
}

h5 {
    display: block;
    font-size: 15px;
    margin-block-start: 10px;
    margin-block-end: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: -webkit-center;
    color: #495057;
}

h6 {
    display: block;
    font-size: 14px;
    margin-block-start: 10px;
    margin-block-end: 15px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    text-align: -webkit-center;
    color: #495057;
}

/*Telefones*/
.text-muted {
    display: block;
    font-size: 13px;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: -webkit-center;
    color: #495057;
}

label {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    color: #495057;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border: 1px solid transparent;
    padding: 3px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
    width: 300px;
    cursor: pointer;
}

.btn_news {
    position: -webkit-sticky;
    /* Necessário para o Safari */
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #008;
    padding: 15px;
    border: 1px solid #009;
    flex-shrink: 0;
    display: none;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    box-shadow: 0px 5px 25px black;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #ff8692;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;

}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

/*Ativa quando a tela está maior que 1200px*/
@media (min-width: 1200px) {
    .centered {
        scale: 1.1;
    }
}

/*Ativa quando a tela está menor que 1000px*/
@media (max-width: 860px) {
    .centered {
        width: 350px;
        height: 500px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .div1 {
        display: none;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    img {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .div2,
    .right_container,
    .right {
        border-bottom-right-radius: 15px;
    }

    .banner,
    .right_container,
    .right,
    .image_container {
        border-top-right-radius: 15px;
    }

    .btn_news {
        display: block;
    }
}

/*Slide Show - INICIO*/
.slide-container {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000;
}

.slide {
    text-align: center;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    transition: 600ms ease;
    opacity: 0.4;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background: rgba(0, 0, 0, 0.7);
}


.dots {
    text-align: center;
    position: absolute;
    width: 500px;
    top: 480px;
}


.dot {
    display: inline-block;
    background: #b4b4b4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: background 600ms ease;
    cursor: pointer;
}

.active,
.dot:hover {
    background: #717171;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/*Slide Show - FIM*/