.home {
    padding: 0;
}

header .header-inside nav {
    display: flex;
}
.main-wrapper.container-fluid {
    background: white;
    padding-inline: 0;
}

.embed-responsive {
    background: black;
}

.embed-responsive-16by9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.serrucho {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-inline: 2em !important;
}

.pb-2 {
    padding-bottom: 1em;
}

.center,
.googde {
    text-align: center
}

.navbar-brand {
    letter-spacing: 3px;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.googde {
    width: 100px;
    display: inline-block
}

.googde .fa {
    font-size: 39px
}

.googde .legend {
    font-weight: 600;
    line-height: 2.5
}

.block-menu-inside {
    margin: 15px;
    background: #ffffffc2 !important;
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.menu-content b {
    font-weight: 700
}

.menu-content ul {
    list-style: disc !important;
    margin-left: 15px
}

#spam {
    display: none
}

#c_msg {
    resize: none
}