/*  BANNER AREA */
.banner-top {
    width: 100%;
    min-height: 123px;
    background-image: url(../img/layouts/banner-top.webp);
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
}
.banner-top .title-area {
    width: 270px;
    min-height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}
@media(max-width: 500px) {
    .banner-top .title-area {
        margin-left: 0;
    }
}
.banner-top .title-area .title {
    position: relative;
    max-width: 240px;
}
.banner-top .title-area .title h1 {
    color: #e44944;
    font-size: 25px;
    font-weight: bold;
}
.banner-top .title-area .title .circles {
    position: absolute;
    top: 5px;
    right: 0;
}
.banner-top .title-area .title .circles span {
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #fdd23e;
}
.banner-top .title-area .title .circles span:first-child {
    background-color: #f09745;
}
.banner-top .title-area .title .circles span:last-child {
    background-color: #e44944;
}
.banner-top .title-area .subtitle a,
.banner-top .title-area .subtitle span {
    font-size: 19px;
    color: #737476;
}
.banner-top .title-area .subtitle a:hover {
    font-weight: bold;
    text-decoration: none;
}
/* END BANNER */

/** CONTATO */
.contato {
    padding: 60px 0;
}
.contato .separ {
    display: flex;
    justify-content: space-between;
}
@media(max-width:850px) {
    .contato .separ {
        flex-wrap: wrap;
    }
}
.contato .form-area {
    max-width: 790px;
    width: 100%;    
}
.contato .form-area .title-area {
    margin-bottom: 25px;
}
.contato .form-area .title-area .title {
    color: #69726e;
    font-size: 16px;
}
.contato .form-area .title-area .title p {
    margin-bottom: 0;
}
.contato .form-area .title-area .title p a {
    color: #e44944;
    font-weight: bold;
}
.contato .form-area .form .input-l {
    max-width: 790px;
    width: 100%;
    height: 40px;
}
.contato .form-area .form .input {
    margin-bottom: 20px;
}
.contato .form-area .form .input input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
    color: #000;
}
.contato .form-area .form .input input:focus {
    border: 1px solid #e44944;
}
.contato .form-area .form .input input::placeholder {
    color: #b9b9b9;
}
.contato .form-area .form .rows {
    display: flex;
    justify-content: space-between;
}
@media(max-width:500px) {
    .contato .form-area .form .rows {
        flex-wrap: wrap;
    }
}
.contato .form-area .form .rows .input-p {
    max-width: 360px;
    width: 100%;
    height: 40px;
    border-radius:7px
}
@media(max-width: 500px) {
    .contato .form-area .form .rows .input-p {
        max-width: 500px;
        width: 100%;
    }
}
.contato .form-area .form .text-area {
    max-width: 790px;
    width: 100%;
}
.contato .form-area .form .text-area textarea {
    width: 100%;
    border-radius: 7px;
    padding-top: 5px;
    padding-left: 20px;
    border: 1px solid #d9d9d9;  
    color: #000;
}
.contato .form-area .form .text-area textarea:focus {
    border: 1px solid #e44944;
}
.contato .form-area .form .text-area textarea::placeholder {
    color: #d9d9d9;
}
/**checkbox **/
.contato .form .box-span {
    margin-top: 40px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.contato .form .check-box {
    display: flex;
}
@media(max-width: 380px) {
    .contato .form .box-span {
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
    }
}
.contato .form .box-span .chk input {
    display: none;
}
.contato .form .box-span .chk span {
    width: 22px;
    height: 22px;
    display: block;
    background-color: #fff;
    border: 1px solid #e44944;
    position: relative;
}
.contato .form .box-span .chk span::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
    width: 100%;
    height: 99%;
    border: 3px solid #fff;
}
.contato .form .box-span .chk input:checked + span {
    background-color: #e44944;
    background-size: 90%;
}
.contato .form .box-span p {
    color: #69726e;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}
.contato .form .box-span .btn-area {
    width: 100px;
    height: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #e48b37;
}
.contato .form .box-span .btn-area button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.contato .form .box-span .btn-area button:hover {
    box-shadow: 0 0 20px #e48b37;
}

.contato .aside {
    max-width: 378px;
    height: auto;
    width: 100%;
    margin-left: 15px;
}
@media(max-width: 850px) {
    .contato .aside {
        margin: 0 auto;
    }
}
.contato .aside aside ul {
    list-style-type: none;  
}
.contato .aside aside ul li {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #b9b9b9;
    margin-bottom: 30px;
}
.contato .aside aside ul li a {
    color: #eaeaea  ;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}
.contato .aside aside ul li a:hover {
    color: #f09745;
}
.contato .aside aside ul li a:hover .box {
    box-shadow: 2px 0 20px #e1e1e1;
    background: #FFF;
}
.contato .aside aside ul li a .box {
    width: 100%;
    min-height: 85px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}

.contato .aside aside ul li a .box span
{
	color: #fff;
}

.contato .aside aside ul li a .box:hover span{
	color: #e48b37;
}
@media(max-width:385px) {
    .contato .aside aside ul li a .box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }
}
.contato .aside aside ul li a i {
    font-size: 68px;
}
/** END CONTATO */

/* MAPA */
.mapa {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    height: 357px;
}
/* END MAPA */

/* BAQNNER BOTTOM */
.banner-bottom {
    width: 100%;
    height: 395px;
    background-image: url(../img/contato/banner-bottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
@media(max-width:500px) {
    .banner-bottom {
        background-position: -350px center;
    }
}
.banner-bottom .content {
    height: 395px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media(max-width: 500px) {
    .banner-bottom .content {
        justify-content: center;
    }
}
.banner-bottom .content .text-area {
    max-width: 270px;
    margin-right: 140px;
    min-height: 135px;
    position: relative;
}
@media(max-width:500px) {
    .banner-bottom .content .text-area {
        margin-right: 0;
    }
}
.banner-bottom .content .text-area .title {
    position: relative;
}
@media(max-width: 370px) {
    .banner-bottom .content .text-area .title {
        height: 115px;
    }
}
@media (max-width:350px) {
    .banner-bottom .content .text-area .title {
        text-align: center;
    }
}
.banner-bottom .content .text-area .title h1 {
    font-size: 35px;
    color: #fff;
}
.banner-bottom .content .text-area .title .circles {
    position: absolute;
    bottom: 5px;
    right: 0;
}
@media(max-width: 370px) {
    .banner-bottom .content .text-area .title .circles {
        right: 50%;
        margin-right: -41px;
    }
}
.banner-bottom .content .text-area .title .circles span {
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #FFF;
}
@media (max-width:350px) {
    .banner-bottom .content .text-area .subtitle {
        text-align: center;
    }   
}
.banner-bottom .content .text-area .subtitle p {
    color: #FFF;
    font-size: 27px;
}
.banner-bottom .content .text-area a:hover {
    text-decoration: none;
    font-weight: bold;
}
.banner-bottom .content .text-area a .btn-area {
    width: 127px;
    height: 43px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    color: #e48b37;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 3px;
}
.banner-bottom .content .text-area a:hover .btn-area {
    box-shadow: 0 0 10px #fff;
}
@media(max-width:500px) {
    .banner-bottom .content .text-area .btn-area {
        bottom: -20px !important;
        right: 50% !important;
        margin-right: -63px;
    }
}
/* END BANNER BOTTOM */