/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/

.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.svg) center center no-repeat;
}

.search-button {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.search-btn-close {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
}

.header-top .search-widget.open {
    opacity: 1;
    visibility: visible;
}

.search_not_found .search-btn-close,
.search_not_found .search-button {
    display: none;
}

.header-top .search-widget {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

/* Página Sobre Nós pedro to-do*/

/* Classe Título*/
.titulo-sobre-nos {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #18110C;
}

/* Classe Texto*/
.txt{
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #18110C;
    margin-bottom: 0.4rem;
}

/* Classe Frase*/
.texto-sobre-nos{
    font-family: 'Lato';
    font-weight: bolder;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #18110C;
    margin-bottom: 0.4rem;
}

/* Fim da Página Sobre nós*/
