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

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

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

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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1150px) {
    .hero video {
        width: auto;
        height: auto;
    }
}

.hero .container .hero-text {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding-top: 14rem;
    padding-bottom: 5.40rem;
}

.hero .container .hero-text .banner-content {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.hero .container .hero-text h1 {
    color: white;
    border-right: 2px solid transparent;
    text-shadow: 1px 1px 10px black;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.hero .container .hero-text p {
    color: white;
}


.hero .container .hero-text button {
    background: var(--colorBtn);
    padding: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease-in-out;

}

.hero .container .hero-text button:hover {
    background: #920d0b;
    cursor: pointer;
}


.hero .overley {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.404);
}


@media Screen and (max-width: 540px) {

    .hero .container .hero-text {
        text-align: center;
    }



    .hero .container .hero-text h1 {
        font-size: 28pt;
    }

}


.container .title {
    height: auto;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.container .title p {
    font-size: 22pt;
    font-weight: 600;
}

.container .title div {
    height: 3px;
    width: 50px;
    background: var(--colorBtn);
    border-radius: 50px;
    margin-top: -10px;
}


.container-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .cards {
    margin-top: 2rem;
    height: auto;
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.container .cards .card {
    transition: all 0.3s ease-in-out;
}

.container .cards .card:hover {
    cursor: pointer;
    transform: translateY(-20px);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.164);
}

.container .cards .card .card-img-top {
    height: auto;
    width: 100%;
}

.container .cards .btn {
    background: var(--colorBtn);
    border: none;
    outline: none;
}

.container .card-body {
    text-align: justify;
}

.container .card-body p:nth-of-type(1) {
    font-weight: 600;
    font-size: 15pt;
}

.banner {
    margin-top: 4rem;
    margin-bottom: 4rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a61212a6;
}

.banner .overley .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .overley .container .row .text-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorFontWhite);
}

.banner .overley .container .row .content-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .overley .container .row .content-btn button {
    padding: 0.50rem;
    border: none;
    outline: none;
    width: 70%;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.521);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.banner .overley .container .row .content-btn button:hover {
    background: #ffffffc5;
    cursor: pointer;
}

.banner section {
    height: 10rem;
    width: 100%;
}


section:nth-of-type(1) {
    background: url('/assets/source/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media Screen and (max-width: 991px) {

    .container .banner .banner-img .bannerOverley {
        height: auto;
        padding: 1rem;
    }

    .container .banner .banner-img .bannerOverley .text {
        padding: 1rem;
        text-align: center;
    }

    /* banner menor  */
    .banner .overley .container .row .text-content {
        text-align: center;
    }

}


ion-icon {
    color: rgb(250, 187, 69);
    height: 25px;
    width: 25px;
}

.container .row .card-comentario {
    background: #fff;
    border: none;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.144);
}

.container .row .card-comentario:hover {
    transform: scale3d(1.1, 1.1, 1.2);
    cursor: pointer;
}

.container .row .perfil img {
    height: 70px;
    width: auto;
}

.container .row .perfil p:nth-of-type(1) {
    font-weight: bolder;
}

.container .row .perfil p:nth-of-type(2) {
    font-weight: bold;
    color: #5D0200;
    margin-top: -15px;
}

.container .parcerias {
    height: auto;
    width: 100%;
}

.container .parcerias .row .logo-parceria {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.container .parcerias .row .logo-parceria:nth-of-type(3) img {
    width: 50%;
}

.container .parcerias .row .logo-parceria img {
    width: 80%;
    height: auto;
}


@media screen and (max-width: 991px) {

    .container .parcerias .row .logo-parceria {
        margin-bottom: 3rem;
    }

    .container .parcerias .row .logo-parceria img {
        width: 50%;
    }

    .container .parcerias .row .logo-parceria:nth-of-type(3) img {
        width: 30%;
    }
}


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

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

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

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

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

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

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


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

footer #myForm .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 #myForm .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;
}

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