﻿/*------------------------------------------------------*/
/*@media all and (min-width: 768px) {
    .img_logo {
        width:30%
    }
}
@media all and (width: 768px) {
    .img_logo {
        width: 50%
    }
}*/
/*.selects {
    justify-content: center;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #383838;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0.4, 0.4, 0.4, 0.4);
    width: 100%;
    height: 31px;
    display: flex;
    color: black;
}*/

@media screen and (max-width: 650px) {
    #input_documento {
        width: 90% !important;
    }
    .spanResp {
        width: 200px !important;
    }
    .content-container {
        padding: 0px !important;
    }
    .card {
        padding: 13px !important;
        margin-bottom: 0.4rem !important;
        overflow: hidden !important;
        border: 1px solid #ccc !important;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1) !important;
    }
   
    .respEnd {
        font-size: 12px !important;
    }

    .distanceA {
        font-size: 12px !important;
        text-align: end !important;
    }

    .distanceKm {
        font-size: 13px !important;
    }

        .distanceKm img {
            width: 20px !important;
            height: 20px !important;
        }

    .g-recaptcha {
        margin-left: 60px !important;
    }

    .modal-title {
        font-size: 15px !important;
    }
    .btnResp {
        width: 50% !important;
    }

    .cancelTime {
        display: block ruby !important;
        font-size: 13px !important;
    }
}
.btnResp {
    width: 20%;
}
.selects {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btnModalClose {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 27px;
    border: 1px solid #383838;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0.4, 0.4, 0.4, 0.4);
    margin-bottom: 12px;
    color: red;
    width: 30px;
    height: 30px;
    display: flex;
}

html, body {
    height: 100%;
    margin: 0;
}

.space-modal-confirma-agenda {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: auto;
}

main {
    flex: 1;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/energia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: white;
    border-top: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.lateral-image-container {
    width: 260px; /* Largura das imagens laterais */
    /*background-color: #f0f0f0;*/ /* Cor de fundo para simular a imagem */
    margin-right: 0 2vw; /* Margem direita com base na largura da viewport */
    min-height: 100vh; /* Altura mínima igual à altura da viewport */
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-imagem-responsiva {
    max-width: 200px;
    height: auto;
    max-height: 90%;
}

.content-container {
    max-width: 1300px; /* Largura máxima do conteúdo central */
    padding: 20px; /* Adicione preenchimento conforme necessário */
    flex: 1; /* O conteúdo central irá ocupar todo o espaço disponível */
}

@media (max-width: 767px) {
    .lateral-image-container {
        display: none;
    }
}

/*---------------------*/

.img-logo {
    max-width: 40%;
    height: auto;
}

@media (max-width: 767px) {
    .img-logo {
        max-width: 80%;
    }
}

.titulo-responsivo {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .titulo-responsivo {
        font-size: 1.2rem;
    }
}

.botao-responsivo {
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    .botao-responsivo {
        font-size: 1rem;
    }
}

.vertical-imagem-responsiva {
    width: 100%;
    height: 90%;
}

.imagem-container {
    max-width: 1280px; /* Largura máxima da imagem */
    max-height: 300px;
    margin: 50px 15px 50px 15px; /* Centralizar o contêiner */
    background-color: #0078c1; /* Cor de fundo azul */
    display: flex; /* Torna o contêiner um contêiner flexível */
    justify-content: center; /* Centraliza o conteúdo horizontalmente no contêiner */
    align-items: center; /* Centraliza o conteúdo verticalmente no contêiner */
}

    .imagem-container img {
        width: 100%; /* A imagem ocupará 100% da largura disponível no contêiner */
        height: 100%; /* A altura ocupará 100% da altura disponível no contêiner */
        object-fit: cover; /* Redimensiona a imagem mantendo a proporção e cobre completamente o contêiner */
    }

@media (max-width: 767px) {
    .imagem-container {
        width: 100%; /* Define a largura para 100% em dispositivos móveis */
    }
}

@media (min-width: 768px) {
    .imagem-container {
        width: 60%; /* Define a largura para 70% em desktops e notebooks */
    }
}



.card {
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 4px;
}

.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.badge {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef;
}

.user-img {
    margin-top: 4px;
}

.check-icon {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.form-check-input {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer;
}


    .form-check-input:focus {
        box-shadow: none;
    }


.icons i {
    margin-left: 8px;
}

.reply {
    margin-left: 12px;
}

    .reply small {
        color: #b7b4b4;
    }


        .reply small:hover {
            color: green;
            cursor: pointer;
        }
/*-----SCROLL------*/

.scroll-area-sm {
    /*height: 20em;*/
    overflow-x: scroll;
}

/*.scroll-area-sm {
    max-height: 25em; 
    overflow-x: scroll;
}

@media (min-height: 768px) {
    .scroll-area-sm {
        max-height: 70vh;
    }
}

@media (min-height: 992px) {
    .scroll-area-sm {
        max-height: 80vh;
    }
}*/



/*-----MODAL------*/
.well {
    font: 900 12px Comic Sans MS;
    color: #a8a3a3;
}

.well-footer, .well-footer a {
    font: 900 10px Comic Sans MS;
    color: #a8a3a3;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Styling modal */
