* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(img/fundo_pronto.jpg);
    background-color: white;
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

@font-face {
    font-family: 'Saiyan';
    src: url('css/FontesArquivos/Saiyan-Sans.ttf');
    font-weight: normal;
    font-style: normal;
}

.fundofixo {
    background-color: white;
    background-image: url(img/Comicfundo+.png);
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 1600px;
    opacity: 0.13;
}

.container-fluid {
    max-width: 1000px;
    margin: auto;
    height: 107px;
    padding: auto;


    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

header {
    background-color: black;
    width: 100%;
    height: 95px;
}

.logo img {
    width: 60%;
    padding-bottom: 25px;
    padding-right: 15px;
    height: auto;
}

.social {
    width: 25%;
}

.menu {
    width: 420px;
    padding-top: 3px;
    width: 150%;
    font-family: Saiyan;
}

.menu nav a{
    color: #ff8400;
    text-decoration: none;
    padding-top: 12px;
    padding-right: 20px;
    font-size: 32px;
    position: relative;
}

.menu nav a::after {
    content: " ";
    width: 0px;
    height: 4px;
    transition: width 0.4s;
    top: 40px;
    left: 0;
    position: absolute;
    background-image: linear-gradient(45deg, #ff2500, #e78d44);
}

.menu nav a:hover::after {
    width: 48px;
}

.menu nav a:last-child:hover::after {
    width: 75px;
}

.menu nav a:hover {
    color: #e9b27f;
}

.socials {
    display: flex;
}

.socials button {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(45deg, #ff2500, #e78d44);
    border: none;
    border-radius: 15px;
    margin-right: 10px;
    cursor: pointer;

}

.socials button i:hover {
    color: #e9b27f;
}

.socials button i {
    font-size: 28px;
    padding-top: 5px;
}

.carousel {
    width: 100%;
    height: 450px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.247);
    margin: auto;
    background-color: transparent !important;
}

.carousel-inner {
    width: 100%;
    height: 505px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);;
}

.carousel-item img {
    width: 100%;
    height: 450px;
}