﻿body {
    margin: 0px 0px 0px 0px;
}

.card:hover {
    box-shadow: none;
}

#envelope {
    color: white !important
}

    #envelope:hover {
        color: dodgerblue !important
    }

.titulo {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px
}

.imgresponse2 {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    padding-right: 1%;
    width: 100%;
    height: 50%;
}

.form-control-2 {
    border-radius: 300px !important
}

.form-control {
    border-radius: 20px
}

.btn-info:hover {
    background-color: white !important;
    color: #566e54 !important
}

.btn-sm {
    margin-bottom: 20px
}

label {
    color: gray
}

p {
    color: gray
}

label:hover {
    color: black
}

p:hover {
    color: black
}

ul li a:hover {
    text-decoration: none;
    list-style-type: none;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .wrapper div {
        padding: 40px;
        border: 0px
    }

h4 .barra {
    background-color: #8cc53f;
    height: 26px;
    float: left;
    margin: 5px 10px 0 0;
    width: 3px;
}

.card:hover {
    box-shadow: 0 0 1em gray;
}


.zoom {
    overflow: hidden;
}

    .zoom img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .zoom:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.item-excursao {
    position: relative;
    width: 300px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.item-excursao:hover .overlay {
    height: 100%;
}

.text {
    white-space: nowrap;
    color: white !important;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
