@import url('reset.css');
@import url('header.css');


.main {
    height: auto;
    position: relative;
}

.hero {
    background-image: url("../img/hero.png");
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 70%) repeat scroll 0 0;
    z-index: 1;
    opacity: 0.8;
}

.hero-container {
    height: inherit;
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-container * {
    position: relative;
    z-index: 99;
}

.hero-info {
    color: #fff;
    width: 480px;
}

.hero-info h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

.hero-info p {
    font-size: medium;
}




.area-contratar {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

.area-contratar .container {
    height: 100%;
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

.area-contratar .container * {
    position: relative;
    z-index: 99;
}

.area-contratar .container .form-contratar {
    width: 350px;
    padding: 40px;
    position: relative;
    background: transparent;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3), 0 6px 20px rgba(255, 255, 255, 0.15);
    z-index: 1;
    color: #fff;
}

.area-contratar .form-contratar:before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 500px rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.form-contratar h2 {
    margin-bottom: 1rem;
}

.form-contratar div {
    margin-bottom: 1rem;
}

.area-contratar input,
.area-contratar textarea {
    background: transparent;
    box-shadow: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    outline: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
}

.area-contratar input::placeholder,
.area-contratar textarea::placeholder {
    color: #fff;
}

.area-contratar button {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
}

.area-contratar button:hover {
    background: #b12e34;
    color: #fff;
}



/* Home Sobre */
.home-sobre{ padding: 8rem 0; background-color: #EFF2F7; }

.home-sobre .container { width: 100%; max-width: 940px; margin: 0 auto; display: flex; justify-content: space-between; }

.home-sobre .desc{ width: 100%; max-width: 470px; }

.home-sobre .desc h5{ text-transform: uppercase; color: #b12e34; }

.home-sobre .desc h2{ font-size: 1.8rem; margin: 1rem 0; }
.home-sobre .desc h2 span{ color: #b12e34; }
.home-sobre .desc p{ font-size: 1.2rem; color: #54595F; }
.home-sobre .desc .desc-mini{ border-left: 1px solid #b12e34; padding-left: 1.5rem; margin: 2rem 0; }
.home-sobre .desc .desc-mini p{ font-size: smaller; margin-bottom: 1rem; }

.home-sobre .images{ width: 100%; max-width: 400px; }

@media only screen and (max-width: 600px){

    .home-sobre{ padding: 3rem 0; }

    .home-sobre .container{ flex-direction: column; padding: 0 1rem; }

}
  

/* Home Parceiros */
.home-parceiros{ background-color: #EFF2F7; padding-bottom: 3rem; margin-bottom: 3rem; }
.home-parceiros .container { display: flex; align-items: center; width: 100%; max-width: 1320px; margin: 0 auto; height: 170px; background: url('../img/bg-home-parceiros.png') no-repeat; background-size: cover; }

.home-parceiros .box-parceiros{ width: 1024px; max-width: 100%; margin: 0 auto; }

.box-parceiros .parc img{ width: 200px; }

@media only screen and (max-width: 600px){

    .home-parceiros .container{ margin:0 0; }

    .home-parceiros .box-parceiros{ width: 200px; }

}


/* Home Contato */
.home-contato{ padding: 3rem 0; margin: 0 1rem; }
.home-contato .container { width: 100%; max-width: 940px; margin: 0 auto; }
.home-contato h2{ text-align: center; font-size: 2rem; margin-bottom: 2rem; }

.home-contato .box-flex{ display: flex; justify-content: space-between; align-items: center; gap: 3rem; }

.home-contato .contato-maps{ width: 100%; max-width: 400px; }

.home-contato .contato-info{ width: 100%; max-width: 500px; }

.home-contato .contato-info a{ text-decoration: none; display: inline-flex; align-items: center; margin-bottom: 2rem; color: #54595F; transition: ease-in-out 0.5s; }
.home-contato .contato-info a:hover{ color: #b12e34; }

.home-contato .contato-info a:hover > svg{ background: #ddd; padding: 5px; transition: all 1s; border-bottom: 1px solid #b12e34; }

.home-contato .contato-info svg{ width: 24px; margin-right: 0.5rem; }

@media only screen and (max-width: 600px){

    .home-contato .box-flex{ flex-direction: column; }

}



/* Header Page */
.header-page{ padding: 2rem 0; background: #f7f7f7; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.header-page .container { width: 100%; max-width: 940px; margin: 0 auto; }
.header-page h1{ font-size: 2.5rem; }

/* Contente Page */
.content-page{ margin: 4rem 0; }
.content-page .container { width: 100%; max-width: 940px; margin: 0 auto; }

/* Portfolio Page */
.portfolio-page{ display: flex; justify-content: space-between; flex-wrap: wrap; }

.portfolio-page a{ display: block; overflow: hidden; position: relative; margin-bottom: 1.3rem; transition: linear 0.5s; }

.portfolio-page a img{ width: 300px; height: 300px; object-fit: cover; }

.portfolio-page a .legenda{ position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); background: linear-gradient(0deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 100%);
 width: 100%; padding: 10px; text-align: center; color: #fff; }

.portfolio-page a:hover{  display: block; margin-bottom: 1.3rem; box-shadow: 0 0 15px 2px #b12e34; }


@media only screen and (max-width: 600px) {

    .header-page .container { padding: 0 1rem; }

    .portfolio-page{ justify-content: center; padding: 0 1rem; }

}




/* Parceiros Page */
.list-parceiros{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem; padding: 0 1.5rem; }

.parceiro{
    width: 420px;
    display: flex;
    align-items: center;
    gap: 2rem;
    border: 2px solid #b12e34;
    -webkit-border-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-topleft: 0;
    border-radius: 25px;
    border-top-left-radius: 0;
    overflow: hidden;
    transition: linear 0.5s;
}

.parceiro:hover{ box-shadow: 0 0 15px 2px #b12e34; }

.parceiro .img-parceiro{ width: 170px; height: auto; }

.parceiro .info-parceiro{ width: 200px; height: auto; }
.parceiro .info-parceiro h3{ font-size: 1.6rem; }
.parceiro .info-parceiro p{ color: #54595F; }


.footer {
    background-color: #b12e34;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
}


@media only screen and (max-width: 600px) {

    .hero {
        height: 400px;
    }

    .hero-container {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        position: relative;
    }

    .hero-info h1 {
        font-size: 1.5rem;
        font-weight: 800;
    }

    .hero-info p {
        font-size: smaller;
    }



    .area-contratar {
        width: 100%;
        height: auto;
        position: initial;
        margin: 2rem 0;
    }

    .area-contratar .container {
        height: 100%;
        width: 940px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .area-contratar .container .form-contratar {
        width: 350px;
        padding: 40px;
        position: relative;
        background: #b12e34;
        border-radius: 16px;
        box-shadow: none;
        z-index: 1;
        color: #fff;
    }

    .area-contratar .form-contratar:before {
        content: '';
        position: initial;
        background: #b12e34;
        border-radius: 10px;
        box-shadow: none;
        z-index: -1;
    }


    .content-page{ margin: 1.5rem 0; }


}