@import url(/style/colors.css);

@import url(/style/fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

/* body, corpo do site  */
html,
body {
    height: auto;
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
    height: 90px;
}

::-webkit-scrollbar-thumb {
    background: #d3cdcd;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.navbar-light #navbarSupportedContent {
    justify-content: flex-end;
}

nav ul li {
    height: auto;
    width: auto;
    padding: 0.4rem 0.1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

nav ul li:hover {
    background: var(--colorHover);
    border-bottom: 2px solid var(--borderColor);
}

nav ul li a {
    font-weight: bolder;
}

.dropdown-menu {
    width: 100%;
}

.container .logo img {
    height: 5rem;
    width: 100%;
}

.hero {
    position: relative;
    height: 565px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dcdcdc;
    overflow: hidden;
}

.img-hero {
    height: 565px;
    width: 100%;
    position: absolute;
}

.img-hero img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-left: 450px;
}

.hero-text-about {
    text-align: left;
}

.hero .box {
    position: absolute;
    top: 63%;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 1;
    padding: 30px 20px;
    max-width: 680px;
    border-radius: 10px;
}

.hero .btn-hero {
    display: inline-block;
    background: #A61213;
    color: white;
    padding: 9px 9px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    transition-duration: 0.4s;
    border-radius: 5px;
}

.hero .btn-hero:hover {
    background: #b61818;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.288);
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.hero-text-about p:nth-child(1) {
    color: #AA0F09;
    font-size: 1.7rem;
    font-weight: bolder;
    text-shadow: 0px 0px 1px #500301;
}

.hero-text-about p:nth-child(2) {
    color: #000000;
    font-size: 1rem;
}


@media screen and (max-width: 720px) {
    .hero-text-about {
        text-align: center;
    }
}

.box .hero-text-about i {
    font-size: 13px;
    width: 18px;
}


#myFormulario {
    height: auto;
    width: 100%;
}

#myFormulario input {
    width: 100%;
    padding: 0.50rem;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.288);
    border-radius: 5px;
}

#myFormulario textarea {
    width: 100%;
    outline: none;
    padding: 0.60rem;
    border: 1px solid rgba(0, 0, 0, 0.288);
    border-radius: 5px;
}


#myFormulario button {
    padding: 0.60rem;
    border: none;
    outline: none;
    height: auto;
    width: 30%;
    border-radius: 10px;
    background: var(--colorBtn);
    color: var(--colorFontWhite);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#myFormulario input:focus {
    border: 1px solid rgb(44, 44, 44);
}

#myFormulario textarea:focus {
    border: 1px solid rgb(44, 44, 44);
}

#myFormulario button:hover {
    background: #8b0d0b;
}

.span-required {
    display: none;
    margin: 3px 0 0 1px;
    font-size: 12px;
    color: #8b0d0b;
    font-weight: bold;

}

.container .imagem {
    height: 100%;
    width: 100%;
}

.file-input-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #0064B3;
    background-color: #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.file-input-container input {
    background-color: red;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.file-input-container p {
    display: flex;
    align-items: center;
    margin: 0;
    color: #0064B3;
}

.file-input-container p i {
    font-size: 1.40rem;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .container .imagem {
        display: none;
    }

    #myFormulario button {
        width: 100%;
        margin-top: 1rem;
    }

    #myFormulario input[type='tel'],[id='linkedin'] {
        margin-top: 1rem;
    }

    .container .img-hero {
        display: none;
    }
}


.container img {
    height: 100%;
    width: 100%;
}

.container .conteudo-contato {
    width: 100%;
    height: auto;
}

.container .conteudo-contato .title div {
    height: 3px;
    width: 40px;
    border-radius: 20px;
    background: #8b0d0b;
    margin-bottom: 0.50rem;
}

footer {
    margin-top: 5rem;
    position: relative;
    bottom: 0;
}

footer #myFormFooter {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myFormFooter .text {
    color: #fff;
    height: auto;
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myFormFooter .input-nome {
    width: 100%;
    height: auto;
}

footer #myFormFooter .input-nome input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}

footer #myFormFooter .input-email {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer #myFormFooter .input-email input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}


footer #myFormFooter .input-btn {
    width: 100%;
    height: auto;
}

footer #myFormFooter .input-btn input {
    width: 100%;
    border: none;
    outline: none;
    background: #A61213;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.50rem;
    transition: all 0.3s ease-in-out;
}

footer #myFormFooter .input-btn input:hover {
    background: #b41515;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.288);
    border-radius: 10px;
    cursor: pointer;
}

.span-required-footer {
    display: none;
    margin: 3px 0 0 1px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

footer .container .icones {
    margin-top: 2rem;
    text-align: left;
}


footer .container .icones img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.fluid {
    height: auto;
    width: 100%;
}

.spinner-content {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    margin-top: 2rem;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 5px solid rgb(180, 166, 166);
    border-top: 5px solid rgb(255, 255, 255);
    animation: animar 0.9s ease-in-out infinite;
}


@keyframes animar {
    to {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}