﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.content-divider {
    width: 100%;
    height: 1px;
    border-radius: 20px 0;
    margin: 10px 0 40px 0;
    background: silver;
}


/* Customização de design do Impact */
/* Fundo do chart para pessoa */
.team-member:hover .img-thumbnail {
    background: transparent;
    background-color: #b5a388;
}

.portfolio-item:hover h5,
.team-member:hover .team-content,
.post:hover .content {
    border-bottom: 4px solid #b5a388;
}

/* Fundo do chart de Especialidades */
#pricing-table .plan {
    background: #615541;
}

/* Itens de Áreas de Atuação */
.fa-icone-atuacao {
    padding: 15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #fff;
    background: #615541;
    margin-right: 13px;
}

.service-block:hover .fa-icone-atuacao {
    color: #615541;
    background: #fff;
    border-color: #615541;
}

/* Contato */

input#nome,
input#email,
input#empresa,
textarea#comentario {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #202020;
    border: none;
}

textarea#comentario {
    min-height: 150px;
}


/* Blog */
.blog-tr {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-tr iframe {
    width: 100%;
    height: 100%;
}

.botao-voltar{
    position: fixed;
    background: #333;
    font-size: 18px;
    font-family: Lato;
    z-index: 9999;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 20px;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}
    .botao-voltar a {
        transition: 0.2s;
        color: #fff;
    }
.botao-voltar:hover {
    transition: 0.2s;
    background: #E62739;
}
