html,
body {
    width: 100%;
    height: 100%;
}

body {

    font-family: 'Roboto', sans-serif;

}

.fixed-top2 {
    position: fixed;
    z-index: 1030;
}

a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

hr {
    max-width: 240px;
    margin: 22px auto;
    border-width: 3px;
    border-color: #d62925;
}

hr.light {
    border-color: white;
}

section {
    padding: 30px 0;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

#mainNav {

    background-color: transparent;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0px;
}
#mainNav img{

    padding: 0px !important;
    width: 85%;

}
#mainNav .navbar {

    padding: 0px !important;

}

#mainNav.navbar-shrink {
        background-color: #d02921;
}

#mainNav.navbar-shrink  img{
    width: 60%;
}

#mainNav .navbar-brand {
    color: white;
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: white;
    border-color: white;
}

#mainNav .navbar-nav > li > a:hover {

    color: white;

}

#mainNav .navbar-nav > li {

    margin: 10px;

}

#mainNav .navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 17px;
    text-decoration: none;
    color: white;
}

#mainNav .navbar-nav > li > a.active {
    color: white !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: white;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: white;
}

header {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

@media (min-width: 768px){
.col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

#tipos h1 {

    font-size: 70px;
    margin: 70px 0 30px;
    color: black;
    font-family: 'Pinyon Script', cursive;

}

#tipos h6 {

    font-size: 20px;
    color: white;

}

.tipos{

    margin: 50px 0;

}

.tipos img{

    max-width: 30% !important;

}

.fundolaranja{

    background-image: url(img/confraternizacoes.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

.fundocinza{

    background-image: url(img/casamento.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#quem{

    background-image: url(img/depoimentos-fundi.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#servico{

    background-image: url(img/eventos-realizados-fundo.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#servico h1 {

    font-size: 70px;
    color: white;
    font-family: 'Pinyon Script', cursive;
    position: relative;
    right: 40px;
    margin-bottom: 35px;
    
}

#servico h2 {

    font-size: 70px;
    color: #363133;
    font-family: 'Pinyon Script', cursive;
    position: absolute;
    top: 35px;
    right: 65px;

}

#servico h3{

    font-family: 'Pinyon Script', cursive;
    font-size: 47px;
    margin: 10px 0 0 0;
    color: white;

}

#servico h4{

    color: white;
    
}


#depoimentos{

    background-image: url(img/depoimentos-fundi.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#depoimentos h1{

    color: #d02921;
    font-family: 'Pinyon Script', cursive;
    margin: 50px 0;
    font-size: 70px;

}

.marginbot45{

margin-bottom: 45px;

}

#quadro{

    background-image: url(img/sofistacacao.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;

}

#quadro h1 {

    font-size: 70px;
    margin: 145px 0;
    color: white;
    font-family: 'Pinyon Script', cursive;

}

#fale{

    background-image: url(img/contato.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#fale h1 {

    font-size: 70px;
    margin: 35px 0;
    color: white;
    font-family: 'Pinyon Script', cursive;

}

#quem h4{

    font-family: 'Pinyon Script', cursive;
    font-size: 70px;
    position: relative;
    right: 46px;
    margin-bottom: 40px;
}

#quem h5{

    font-family: 'Pinyon Script', cursive;
    color: #d02921;
    font-size: 70px;
    position: absolute;
    right: 78px;
    top: 40px;

}
.pad15{

    padding: 15px 0;

}

.hoverzoom {
    position: relative;
    overflow: hidden;
}
.hoverzoom img {
    width: 100%; 
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.bordabranca a > img {

max-height: 240px; 
max-width: 340px;

}

.imgindex a > img {

max-height: 225px; 
max-width: 340px;

}

#singlefundo{

    background-image: url(img/singlefundo.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

}

#singlefundo h3 {
    font-family: 'Pinyon Script', cursive;
    font-size: 70px;
    margin: 0 0 0 0;
    color: white;
}

#singlefundo h4 {
    font-size: 30px;
    color: white;
    border-bottom: 2px solid white;
}

#outroseventos h1{

    font-size: 70px;
    margin: 30px 0 0 0;
    color: black;
    font-family: 'Pinyon Script', cursive;

}
.w40center{

    width: 40%;
    margin: 0 auto;

}

footer h6 {

    font-size: 14px;
    margin:0;
    color: #595959 !important;

}

footer {

    padding: 23px 0;
    position: relative;
    width: 100%;
    height: auto;
    float: left;

}
footer .list-inline{

    margin-bottom: 0;

}

footer .brustin{

    position: absolute;
    right: 10px;
    bottom: 80px;

}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1200px) {

    #mainNav .navbar-nav > li > a {

      padding: 20px;

    }

}

@media (min-width: 992px) {

    #mainNav {
        background-color: transparent;
    }

    #mainNav .ncolor {

        display: block;

    }
    #mainNav .navbar-brand {
        color: white;

    }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
        color: white;

    }
    #mainNav .navbar-nav > li {

        margin: 2px;

    }

    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: white;

    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;

    }
    #mainNav.navbar-shrink {

        background-color: #d02921;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: white;
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        color: white;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: white;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: white;
    }

}

.width80{

    width: 80%;

}

.marg{

    margin: 55px 0 35px;

}

.martop20{

margin-top: 20px;

}

.hvrcenter {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvrcenter:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: white;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvrcenter:hover:before, 
.hvrcenter:focus:before, 
.hvrcenter:active:before {
    left: 0;
    right: 0;
}

.inputt {
    color: #595959;
    background-color: white;
    border: none;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 10px;
}

.textoarea {
    color: #595959;
    background-color: white;
    border: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
    height: 150px;
    padding: 10px;
}

.botaovermelho{

    font-family: 'Pinyon Script', cursive;
    border: 2px solid #d02921;
    color: #d02921 !important;
    padding: 7px 15px 0;
    background-color: transparent !important;
    font-size: 30px;
    text-transform: lowercase;

}
.botaovermelho:hover{

    background-color: #d02921 !important;
    color: white !important;
    cursor: pointer;

}

.botao{
    font-family: 'Pinyon Script', cursive;
    border: 2px solid white;
    color: white !important;
    padding: 7px 15px 0;
    background-color: transparent !important;
    font-size: 30px;
    text-transform: lowercase;
}
.botao:hover{

    background-color: white !important; 
    color: #d02921 !important;
    cursor: pointer;

}

.tolb-title{

display: none !important;

}


.apia .tg-media-button i {

    width: auto !important;

}

.marver35{

    margin: 35px 0;

}

.marver30{

    margin: 30px 0;
    
}

span.wpcf7-not-valid-tip {
    color: #fff !important;
    border-top: 2px solid #f7e700;
    height: 28px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    color: white;
}

button, input {
    overflow: visible;
    -webkit-transition: all .35s;
    transition: all .35s;
}


.pad20{

    padding: 20px;

}

.martop90{

margin-top: 90px;

}

@media (max-width: 991.98px) {

.bordabranca a > img {
    max-height: 100%;
    max-width: 100%;
}

    footer .brustin{

        bottom: 100px;

    }


    #mainNav {
        background-color: #d02921;

    }

    .desce{

        margin-top: 110px;

    }

}

@media (max-width: 767.98px) {

footer{

    text-align: center;
    padding: 20px;

}

#servico h1 {
    right: 76px;
}

#servico h2 {
    right: 15px;
}

}

@media (max-width: 575.98px) {

footer .brustin{

    bottom: 120px;

}


}

@media (max-width: 445.98px) {



}

@media (max-width: 395.98px) {


}

