@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

.calendario td {
    /* cursor: pointer; */
    padding: 18px;
    text-align: center;
}

.calendario table,
.calendario th,
.calendario tr,
.calendario td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.calendario td:hover {
    background-color: #ddd;
}

.calendario .inativo {
    cursor: not-allowed;
    color: rgb(146, 146, 146);
}

.calendario .highlight {
    background-color: #ccc;
}

.horarios .btn {
    cursor: pointer;
}

section.bg-header {
    background: url("../images/banner-home.png");
    background-size: cover;
    background-position: center;
    font-family: 'Roboto', sans-serif;
}

section.bg-header .box-header {
    border-left: 4px solid #626262;
    padding-left: 40px;
    padding-bottom: 120px;
}

section.bg-header .box-header.add-content {
    padding-bottom: 30px;
}

section.bg-header .box-header.add-content::before {
    color: #000;
    content: "CENTRAL DE AGENDAMENTOS";
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: block;
    transform-origin: 0;
    position: absolute;
    -moz-transform: scale(-1, -1) rotate(90deg);
    -webkit-transform: scale(-1, -1) rotate(90deg);
    -o-transform: scale(-1, -1) rotate(90deg);
    -ms-transform: scale(-1, -1) rotate(90deg);
    transform: scale(-1, -1) rotate(90deg);
    bottom: calc(100% - 240px);
    left: 0;
}

section.bg-header .header-title {
    font-family: 'Oswald', sans-serif;
    color: #626262;
    font-size: 72px;
    line-height: 60px;
    font-weight: 400;
    margin: 0;
}

section.bg-header .box-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1.1em;
    font-weight: 400;
    padding-top: 15px;
    color: #000;
}

section.bg-header .bg-overlay {
    background-color: rgba(98, 98, 98, 0.20);
}

section.bg-header .btn-success {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    border-bottom: 2px solid #00000059;
    border-top: 2px solid transparent;
}

section.bg-header .btn-success img {
    width: 26px;
    height: 26px;
}

section.bg-header .btn-success img.icon-btn-pesquisar {
    width: 21px;
    height: 22px;
}

section.bg-header .btn-danger {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    border-bottom: 2px solid #00000059;
    border-top: 2px solid transparent;
}

section.bg-header .btn-danger img {
    width: 26px;
    height: 26px;
}

section.bg-header .btn-danger img.icon-btn-pesquisar {
    width: 21px;
    height: 22px;
}

section.documentation {
    background-color: #626262;
    padding-top: 45px;
    padding-bottom: 65px;
}

section.documentation .box-img {
    padding: 17px 16px 15px 18px;
    background-color: #424242;
    display: inline-block;
}

section.documentation .box-img img {
    width: 23px;
    height: 31px;
}

section.documentation h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 30px;
}

section.documentation p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

section.documentation ul {
    list-style: none;
}

section.documentation li {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

section.documentation li::before {
    content: "\25AA";
    color: transparent;
    background: #424242;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 20px;
    position: relative;
    top: 11px;
}

section.localization {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 45px;
}

section.localization h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    color: #626262;
    margin-bottom: 45px;
    margin-top: 0;
    letter-spacing: 3px;
    font-weight: 400;
}

section.localization .contact-phone {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #626262;
    margin-bottom: 15px;
    font-weight: 500;
}



section.localization .contact-phone h4 {
    margin-bottom: 8px;
}

section.localization .opening-hours {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #626262;
    margin-bottom: 0;
    font-weight: 500;
}

section.localization .box-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.localization .box-elements .square {
    width: 24px;
    height: 24px;
    background: #626262;
}

section.localization .box-elements .rectangle {
    width: 4px;
    height: 140px;
    background: #626262;
}

footer .social-icons {
    display: flex;
    flex-direction: row;    
    justify-content: space-between;
}

footer .social-icons img {
    width: 33px;
    height: 33px;
}

footer ul.quick-links {
    list-style-type: none;
    padding-left: 0;
}

footer ul.quick-links li {
    margin-bottom: 15px;
}

footer ul.quick-links a {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

footer .business-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .business-info img {
    max-width: 85px;
    margin-right: 10px;
}

footer .business-info p {
    font-size: 20px;
    line-height: 0.8em;
}

footer .business-description p {
    color: #626262;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer .footer-infos {
    background-color: #eaeaea;
    padding-top: 45px;
    padding-bottom: 70px;
}

footer {
    display: flex;
    flex-direction: column;
}

.alert p {
    margin: 0;
    padding: 0 !important;
    line-height: 1.5em;
    margin-bottom: 4px;
}