﻿.booking-content {
}

body {
    background-image: url('/images/namorados.jpg?id=3');
    background-repeat: repeat;
    background-size: cover;
    color: white;
}

.data-hora {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .data-hora li {
        float: left;
        margin: 9px 7px 0 0;
        width: 350px;
        height: 33px;
        position: relative;
        background-color: white;
        width: 100%;
    }

    .data-hora label,
    .data-hora input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35px;
    }

        .data-hora input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .data-hora input[type="radio"]:checked + label,
            .Checked + label {
                background: black;
                color: white;
            }

            .data-hora input[type="radio"]:disabled + label,
            .Checked + label {
                background: white;
                color: gray;
            }

    .data-hora label {
        padding: 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
    }

.larguraDataHora {
}

.containerlogo {
    padding-left: 0px;
    text-align: center;
}
@media screen and (max-width: 620px) {
    body {
        background-image: url('/images/namoradosMobile.jpg?id=3');
        background-repeat: repeat;
        background-size: cover;
    }   
}

.logo {
}

.textoCinza {
    color: gray;
}

.container {
    margin: 0 0 0 0;
    max-width: 100%;
    padding: 0 0 0 0;
}

.containerGeral {
    /*padding: 10px 10px 10px 10px;*/
    max-width: 800px; /* Limita a largura máxima da div */
    width: 90%; /* Garante que a div seja responsiva em telas menores */
    padding: 5px; /* Espaçamento interno */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/ /* Sombra para destaque */
    /*text-align: center;*/ /* Centraliza o texto dentro da div */
    margin: auto; /* IMPORTANTE: Centraliza a div horizontalmente */
}

.check-black {
    background-color: #FFF;
    color: #000;
}

    .check-black:checked {
        background-color: #000;
        color: #FFF;
    }

.btn-black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

    .btn-black:hover {
        background: 0 0;
        color: #000;
        border: 1px solid #000
    }

#top-header {
    background-color: white;
}

    #top-header .logo {
        /*background-image: url('../images/svg/logotipo-preto.svg');
        background-repeat: no-repeat;*/
/*        background-position: center center;
        background-size: contain;*/

        /*width: 265px;*/
    }

.omTitulo {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 10px;
    color: #333;
}

.textorodape {
    font-size: 0.7em;
}

.cal-header {
    color: #000;
    background-color: whitesmoke;
    text-transform: uppercase;
}

.cfTitulo {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 10px;
    color: #333;
    text-align: center;
}

.cfSubTitulo {
    font-family: Montserrat, sans-serif;
    color: #A9A9A9;
    text-align: center;
}

.cfRodape {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #595959;
    text-align: center;
}

.cfRodapeBlack {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: black;
    text-align: center;
}

.cfFundoBranco {
    background-color: white;
}

.cfTextoEsq {
    font-family: Montserrat, sans-serif;
    color: #A9A9A9;
    text-align: left;
    line-height: 2.5;
}

.cfTextoDir {
    font-family: Montserrat, sans-serif;
    color: #A9A9A9;
    text-align: right;
    line-height: 2.5;
}

.cfTextoEsqBlack {
    font-family: Montserrat, sans-serif;
    color: black;
    text-align: left;
    line-height: 2.5;
}

.cfTextoDirBlack {
    font-family: Montserrat, sans-serif;
    color: black;
    text-align: right;
    line-height: 2.5;
}

.cal-diasemana {
}

.cal-geral {
    font-size: 0.9em;
    float: left;
    margin-top: 40px;
    width: 95%;
    max-width: 400px;
    margin-bottom: 15px;
}

.cal-esquerda {
    float: right;
}
