﻿body {
    background-color: mediumslateblue;
    /*fonte Banco de Imagens da Embratur*/
    background-image: url('/images/places/SE_Riodejaneiro1043.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

address {
    font-weight: 600;
}

a.btn-custom-link {
    text-decoration: none;
    color: black;
}

    a.btn-custom-link:hover {
        color: palevioletred;
    }

    a.btn-custom-link:visited {
        color: black;
    }

img.logo {
    border: none;
    width: 128px;
    height: 128px;
}

.carousel-custom {
    margin: auto;
    -moz-box-shadow: 1px 1px 6px #2f2f2f;
    -webkit-box-shadow: 1px 1px 6px #2f2f2f;
    box-shadow: 1px 1px 6px #2f2f2f;
    max-width: 640px;
    max-height: 500px;
    overflow: hidden;
}

.carousel-indicators-custom li {
    background-color: rgba(255, 228, 196, 0.8);
}

.carousel-caption-custom {
    font-weight: 500;
    text-shadow: 1px 2px 2px black;
    color: #f1f3f3;
}


.carousel-item img {
    object-fit: cover;
}

.container-custom {
    background-color: rgba(242, 242, 242, 0.7);
    margin-bottom: 20px;
}

.page-footer {
    background-color: rgba(100, 149, 237, 0.7);
    margin: 0px;
    padding: 6px;
}

.list-group-custom {
}

.list-group-item-cutom {
}

/*
    hoteis
*/
.box-hotel {
    background-color: transparent;
}


.list-hotel-facilities {
    list-style-type: square;
}

/* home */
.box-header-sbccp {
    background-color: rgba(216, 132, 12, 0.65);
    text-align: left;
    vertical-align: middle;
    width: auto;
    height: auto;
}

    .box-header-sbccp figure {
        margin: 15px;
    }

    .box-header-sbccp h1, h2, h3 {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        line-height: normal;
        color: white;
        text-shadow: 1px 1px 4px black;
    }

.box-content-sbccp {
    background-color: rgba(242, 242, 242, 0.7);
}

div.box-content-sbccp-hotel {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    div.box-content-sbccp-hotel > a > figure {
        padding: 10px;
        font-size: 0.75rem;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
    }

        div.box-content-sbccp-hotel > a > figure > figcaption {
            margin-top: 8px;
        }

        div.box-content-sbccp-hotel > a > figure > img {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -moz-box-shadow: 1px 1px 4px #2f2f2f;
            -webkit-box-shadow: 1px 1px 4px #2f2f2f;
            box-shadow: 1px 1px 4px #2f2f2f;
        }

i.text-icon-whatsapp{
    color: white;
    background-color: rgba(50, 205, 50, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;  
    border-radius: 50%;
}
i.text-icon-phone{
    color: white;
    background-color: rgba(0, 0, 139, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;  
    border-radius: 50%;
    padding: 4px;
    font-size: 0.65rem;
}