@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%;
}



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


.container .title p {
    font-size: 28pt;
    color: black;
}

.container .text-center {
    font-size: 18pt;
}

.container .text-descrition p {
    text-align: justify;
    font-size: 15pt;
}

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

.container .imagem {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    width: 100%;
    text-align: right;
}

.container .imagemTwo {
    display: flex;
    justify-content: center;
    height: 80%;
    width: 100%;
    text-align: right;
}

.imagem img {
    height: auto;
    width: 80%;
}

.container .imagemTwo img {
    height: auto;
    width: 80%;
}



@media screen and (max-width: 991px) {
    .imagem img {
        height: auto;
        width: 100%;
    }

    .card-content {
        margin-top: 2rem;
    }
}

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

.text p {
    font-size: 16pt;
}

.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}



.hero .container .hero-text-about {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .container .hero-text-about p {
    color: white;
    font-size: 28pt;
    text-shadow: 1px 1px 10px black;
    padding-top: 15rem;
    padding-bottom: 8rem;
}

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



.card-content {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    border-top: 7px solid #025D9D;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.267);
    transition: all 0.3s ease-in;
}

.card-content:hover {
    transform: translateY(-10px);
}

.card-content .icone {
    margin-top: 1rem;
    text-align: center;
}

.card-content .icone img {
    height: auto;
    width: 30%;
}

.card-content .text-titulo {
    text-align: center;
    margin-top: 1rem;
}

.card-content .text-titulo p {
    font-size: 16pt;
    font-weight: bolder;
}

.card-content .text {
    height: auto;
    width: 100%;
    text-align: center;
}

.container .row button {
    border: none;
    outline: none;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.295);
    text-align: center;
    font-weight: 400;
    background: #A61213;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.container .text {
    display: flex;
    flex-direction: column;
}

.container .text .btn {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.container .text button:hover {
    background: #b41515;
}


@media screen and (max-width: 991px) {
    .container .imagemTwo {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container .text button {
        width: 100%;
    }

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

    .container .imagem img {
        height: auto;
        width: 80%;
    }
}


@media screen and (max-width: 500px) {
    .container .imagem img {
        height: auto;
        width: 100%;
    }

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

@media screen and (max-width: 991px) {
    .card-content {
        padding: 1rem;
    }
}



.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

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

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

}


.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: 6rem;
    /* background: red; */
}

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

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


.container .row .text-logo-chutzy img{
    display: none;
}


.hero .container .hero-text .text-line{
    height: auto;
    width: 100%;
}

.hero .container .hero-text .text-line .gradient{
    background-image: linear-gradient(to bottom, #ffffff,#ffffff, #8EFFFF, #8EFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .container .banner-content P:nth-of-type(1) {
    color: white;
    border-right: 2px solid transparent;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 16pt;
}


.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.13);
}

.container .row .text-logo-chutzy{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin-top: 1rem;
}


@media screen and (max-width: 991px){
    .container .row .text-logo-chutzy img{
        display: block;
        width: 100%;
        height: auto;
    }
}

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;
}