        /*import das fontes*/
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,300&display=swap');

        * {
            margin: 0;
            padding: 0;
        }
        #container{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;  
            flex-direction: row;  
            align-self: flex-start;  
            align-content: flex-start;      
            margin: 0 auto;
            width: 100%;            
            min-width: 450px;
            margin-top: -30px;
        }
        .card-principal{
            margin: 15px;
            background-color: white;
            width: 380px;
            border-radius: 10px 10px 10px 10px;
            background-color: #ffe8ef;
            margin-top: 55px;      
            box-shadow: #7A0C33  2px 2px 2px 2px;      
        }
        .imagem-hotel{
            height: 246.5px;
            width: 380px;
            background-color: royalblue;
            border-radius: 10px 10px 0px 0px;
        }
        .imagem-logo {
            border-radius: 200px;
        }
        .conteudo-card{
            padding: 30px;
            border-radius: 0px 0px 10px 10px;
            border: 0.5px solid rgb(253, 206, 200);
            background-color: #ffe8ef;
        }
        .conteudo-card > p{
            margin-top: 20px;
            margin-bottom: 10px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
            color: #7A0C33;
            font-weight: bold;
            display: flex;
            align-items: center;
            /* background-color: #ffedf3;             */
        }
        .conteudo-card > a{
            margin-top: 40px;
            text-decoration: none;
            color: #7A0C33;
            font-size: 15px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: normal;
        }
        .conteudo-card > h1, h2{
            font-family: 'Roboto';
            color: #303543;
            /* background-color: #ffedf3; */
            margin-top: 12px;
        }

        img {
            border-radius: 10px 10px 0px 0px;
            width: 100%;
            height: 100%;
        }
        .circulo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-top: -50px;
            margin-left: 30px;
            border: 3px solid rgba(124, 21, 21, 0.632);
        }
        hr {
            border-color: rgb(253, 206, 200);
        }
        .titulo-cabecalho{
            text-align: center;            
        }
        #cabecalho-imagem {
            /* background-image: url(hospedagem/backgroundsp.jpg); */
            background-color: #3E4559;
            background-position: center;
            background-size: cover;
            width: 100%;
            min-height: 325px;
        }
        .infos-cabecalho {  
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
            width: 70%;
            padding-left: 75px;
            padding-top: 75px;
            color: white;
            font-family: 'Roboto';  
            font-size: 1.5em;  
            letter-spacing: 0.1em;   
        }
        .config-hotel-button{
            text-align: center;
            margin: 0 auto;
            padding: 10px;
            padding-top: 20px;
            align-items: center;
            justify-content: center;
        }
        .button-hospedagem {
            padding: 10px;
            border-radius: 10px;
        }   

        #ftr_scl_md {
            display: flex;
            gap: 2rem;
            justify-content: flex-end;
            gap: 8px;
        }

        #ftr_scl_md .ftr-lnk {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            height: 2.5rem;
            width: 2.5rem;
            border-radius: 50%;
            transition: all 0.4s;
        }

        #ftr_scl_md .ftr-lnk:hover{
            opacity: 0.8;
        }

        #ftr_scl_md .ftr-lnk i {
            font-size: 1.25rem;
        }

        #instagram {
            background: linear-gradient(#7f37c9, #ff2992, #ff9807);
                        box-shadow: 1px 1px 5px #4e4e4e;
        }

        #facebook {
            background-color: #4267b3;
                        box-shadow: 1px 1px 5px #4e4e4e;
        }

        #whatsapp {
            background-color: #25d366;
            box-shadow: 1px 1px 5px #4e4e4e;
        }

        .vr-ms{ /*VER MAIS*/
            text-decoration: none;
            margin-bottom: 5px;
            padding: 3px;
            border-radius: 10px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-weight: 900;
            color: black;
        }