﻿.container-vp {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 15px 0px 15px 0px;
}

.conteudo-container-vp{
    margin: 20px;
    padding: 30px 50px 30px 50px;   
}

.fundo-cinza-vp {
    background-color: #e5e5e5;
    align-content:  center;
    text-align: center;  
}

.fundo-laranja-vp {
    background-color: #e38871;
    align-content: center;
    text-align: center;
    color: white;
}

.bloco-descricao {
    margin: 0px 3px 9px 3px;
    height: 40px;   
}

.titulo-vp {    
    font-size: 30px !important;
    color: #4d4d4d;
}

.texto-preto {    
    font-size: 20px !important;
    color: #4d4d4d;
}

.texto-verde-escuro {
    color: #295c61;
}

.texto-verde-negrito {
    color: #295c61;
    font-weight: bold;
    font-size: 15px;
}

.btn-tamanho {
   border-radius: 18px;
   height: 40px !important;
   width: 100%;
}

.fonte-18 {
    font-size: 18px;
}

.btn-formato {
    border: none;
    color: white;
}

#btnAdicionar {
    background-color: #67a1a9;
}

#btnAdicionar:hover {
    background-color: #295c61;
}

#btnAdicionar:focus {
    outline: none;
}

#btnComprar {
    background-color: #e38871;
}

#btnComprar:hover {
    background-color: #be5a3f;
    border: none;
}

#link-corporativo:hover {
    background-color: #cbc8c8;
}

.circulo {
    background-color: #3da4ab;
    border-radius: 50%;
    width: 50px;
    height: 50px;   
    padding-top: 7px;
    font-size: 22px;
}

.margem-numeros{
    margin-bottom: 70px;
}

.borda-presenteado {
    border-radius: 18px;
    max-height: 400px !important;
    width: 100%;
}

.mensagem-vendido {    
    padding: 7px;
}

@media screen and (max-width: 900px) {
    .conteudo-container-vp {
        padding: 3px 5px 3px 5px;        
    }

    .mensagem-vendido {
        font-size: 12px;
        padding: 2px !important;
        text-align: center;
    }
}