html {
    scroll-padding-top: 100px;
}

body {
    background-color: #d7d7d7;
    font-family: Montserrat,sans-serif;
}

body nav {
    border-bottom-color: #dc3545;
    border-bottom-left-radius: 10px;
}

body nav .container-fluid a span{
    color: #dc3545;
}

nav .container-fluid a{
    color: #707070;
}

#carouselCaptions{
    margin-bottom: 40px;
}

h2, h5 {
    text-align: center;
    padding-bottom: 10px;
    border-color: #dc3545;
}

.card {
    border-bottom-right-radius: 0;
    padding-top: 20px;
}

#por-que-escolher-piso-laminado .card-img{
    height: 200px;
    width: 200px;
}

#produtos-eucafloor .card-group .card-img-top{
    padding-top: 0;
}

#botao-portifolio, #botao-enviar-contato{
    color: #212529;
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-width: 5px;
    border-color: #dc3545;
    width: auto;
}

#botao-fechar-contato{
    color: #212529;
    border-bottom-right-radius: 0;
    border-bottom-width: 5px;
    border-color: #dc3545;
    background-color: #d7d7d7;
}
.sucess-container, .error-container {
    background-color: #FFFFFF;
    font-family: Montserrat,sans-serif;
    text-align: center;
    height: 50vh;
    width: 50vw;
    border: 1px solid #FFFFFF;
    border-left-color: #dc3545;
    border-bottom-color: #dc3545;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-width: 5px;
    /*display: flex;
    flex-direction: row;*/
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25vh 0 0 -25vw;
    padding: 50px;
}
.container h3{
    text-align: center;
    margin-top: 20px;
}

#instagram .row .col{
    padding: 0 5px 0 0;
}

.postagem{
    transition: transform 2s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    height: auto;
}

.postagem figure{
    margin: 0;
}

.postagem img{
    width: 320px;
}

.postagem video{
    width: 100%;
}

.postagem:hover{
    filter: grayscale(0.85);
    transition: transform 2s ease-in-out;
}
.icons-social-media {
    display: flex;
    justify-content: center;
    width: 100%;
}
.icons-social-media a{
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
.icons-social-media img{
    width: 200px;
    margin-left: 20px;
    margin-right: 20px;
}
.whatsapp-icon{
    border: 2px solid #25D366;
    border-radius: 30px;
    background-color: #25D366;
    padding-left: 10px;
    max-width: 145px;
    width: 145px;
}
.whatsapp-icon a {
    color:#d7d7d7;
}
.nav-item .nav-link .whatsapp-icon a {
    color:#d7d7d7; 
}
.whatsapp-icon img{
    width: 25px;
    height: 25px;
}
.whatsapp-icon:hover{
    font-weight: bold;
    color: white;
    animation: nao-piscar infinite;
}
/* Definir o elemento que irá piscar */
.whatsapp-icon {
    animation: piscar 2s infinite;
}

/* Definir a animação */
@keyframes piscar {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes nao-piscar {
    100% {
        opacity: 1;
    }
}
footer .container .row{
    height: auto;
    min-height: 85px;
    background-color: #dc3545;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
}
footer .container .row a {
    color: #ffffff;
    text-decoration: none;
}