input[type=search] {
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    background-color: white;
    background-image: url('../imagem/searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat; 
	padding: 12px 20px 12px 40px;
	background-color: #fff;
}

.cursor-pointer{
    cursor: pointer;
}

.padding-40{
    padding: 0.40rem !important;
}
.link-extrato{
    color: #000;
}
.link-extrato:hover{
    color:blue;
    text-decoration: none;
}
/* Inicio */


.parallax {
    position: relative;
    display: block; 
    height: 84vh;
}.parallax-content{
    color: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    display: block;
    z-index: 1000;
}
.parallax-image {
    background-image: url("http://cr2sistemas.com.br/images-site/header-bg.jpg");
    position: absolute;
    display: inline;
    min-width: 100%;
    height: 75vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(70%);
    z-index: 1000;
}

.parallax-equipe {
    position: relative;
    display: block; 
    height: 80vh;
    padding-top: 2.5rem!important;
}
.parallax-image-equipe {
    background-image: url("https://img.elo7.com.br/product/original/12F2BAA/painel-de-festa-floresta-3-painel-em-tecido.jpg");
    position: absolute;
    display: inline;
    min-width: 100%;
    height: 75vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    filter: brightness(70%);
    z-index: 1000;

}.parallax-content-equipe{
    text-align: left;
    padding: 20px;
    padding-top: 3%;
    position: relative;
    width: 100%;
    display: block;
    z-index: 1000;
}

.parallax-image-carousel {
    position: absolute;
    display: inline;
    min-width: 100%;
    height: 84vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    filter: brightness(70%);
}

.img{
    width: 100%;
    height: 84vh;
    background-image: url("https://img.elo7.com.br/product/original/12F2BAA/painel-de-festa-floresta-3-painel-em-tecido.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.img-h3{
    color: #fff;
    text-align: left;
    padding-top: 15%;
    margin-left: 8rem;
    margin-right: 8rem;
    
}
.img-p{
    width: 50%;
    color: #fff;
    margin-left: 8rem;
    margin-right: 8rem;
}
.bg-dark-claro{
    background-color: rgba(0, 0, 0, 0.144);
    height: 39.1rem;
}
.footer{
    position: absolute !important;
}

.equipe-center{
    padding-top: 15px;
    text-align: center;
}
.equipe-social{
    text-align: center;
    color:#fff;
    padding: 10px;
}
.facebook-equipe{
    background: #3b5998;
}
.instagram-equipe{
    background: #1da1f2;
}
.twitter-equipe{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.facebook-equipe:hover{
 color: #fff;
}
.instagram-equipe:hover{
 color: #fff;
}
.twitter-equipe:hover{
 color: #fff;
}


@media (max-width: 970px){
    .footer{
        position: relative !important;
    }
    .parallax-image {
        height: 170vh;
        background-position: center;
    }    
    .img{
        max-width: 100vw;
        height: 100vh;
        background-position: center;
    }
    .img-h3{
        color: #fff;
        text-align: left;
        padding-top: 15%;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .img-p{
        width: 92%;
        color: #fff;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }
    .bg-dark-claro{
        background-color: rgba(0, 0, 0, 0.144);
        height: 35.5rem;
    }
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
.nav-contato{
    color: #fff;
}
.nav-contato:hover{
    color: #fff;
    text-decoration: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../imagem/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}