@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;
700&display=swap";
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#000
}
html{
    scroll-behavior:smooth
}
body{
    font-family:"Montserrat",sans-serif;
    margin:0px;
    font-size:1.125rem;
    overflow-x:hidden
}
ul{
    list-style:none;
    padding:0px;
    margin:0px
}
p,h1,h2,h3,h4,h5{
    /*margin:5px*/
}
a{
    text-decoration:none;
    color:#000
}
img{
    max-width:100%;
    display:block
}
.hero{
    margin-top:2.125rem
}
.hero__item{
    position:relative;
    height:100vh !important
}
.hero__text{
    position:absolute;
    top:50%;
    margin:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    text-align:center;
    padding:0 5%;
    color:#fff;
    z-index:2;
    width:100%
}
.hero__text h1{
    color:#fff
}
@media(min-width: 1025px){
    .hero__text h1{
        font-size:3rem
    }
}
@media(max-width: 1024px){
    .hero__text h1{
        font-size:2.25rem
    }
}
@media(max-width: 480px){
    .hero__text h1{
        font-size:2rem
    }
}
.hero__text h2{
    color:#fff;
    font-size:1.5rem;
    font-weight:normal
}
#hero__dots{
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
    margin:auto;
    color:#fff
}
.glider-dot{
    background:rgba(255,255,255,.4);
    -webkit-transition:.3s;
    transition:.3s
}
.glider-dot.active{
    background:#fff
}
@media(min-width: 1025px){
    .hero__text h2{
        color:#fff;
        font-size:2.25rem
    }
}
.about-us{
    padding:4rem 5%
}
.about-us h2{
    text-align:center;
    color:#df1f4d
}
@media(min-width: 1025px){
    .about-us h2{
        font-size:3rem
    }
}
@media(max-width: 1024px){
    .about-us h2{
        font-size:2.25rem
    }
}
@media(max-width: 480px){
    .about-us h2{
        font-size:2rem
    }
}
.about-us__cards{
    margin-top:2rem
}
.about-us__card{
    text-align:center;
    padding:1.5rem;
    border:3px solid #df1f4d;
    margin:1rem 0;
    border-radius:1rem
}
.about-us__card h3{
    font-size:1.25rem;
    color:#211f42
}
.about-us__card p{
    margin-top:.5rem;
    color:#211f42
}
@media(max-width: 1024px){
    .about-us__card p{
        font-size:1rem
    }
}
@media(max-width: 480px){
    .about-us__card p{
        font-size:.875rem
    }
}
@media(min-width: 1025px){
    .about-us__cards{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%;
        gap:1rem
    }
    .about-us__card{
        text-align:start
    }
    .about-us__card h3{
        font-size:1.5rem;
        color:#df1f4d
    }
    .about-us__card p{
        margin-top:1rem;
        min-height:unset
    }
}
@media(min-width: 1025px)and (max-width: 1024px){
    .about-us__card p{
        font-size:1rem
    }
}
@media(min-width: 1025px)and (max-width: 480px){
    .about-us__card p{
        font-size:.875rem
    }
}
@media(min-width: 1025px){
    .about-us__card p{
        margin-top:1rem;
        min-height:280px
    }
}
@media(min-width: 1025px)and (max-width: 1024px){
    .about-us__card p{
        font-size:1rem
    }
}
@media(min-width: 1025px)and (max-width: 480px){
    .about-us__card p{
        font-size:.875rem
    }
}
@media(min-width: 1280px){
    .about-us__card p{
        min-height:2px
    }
}
.feedback{
    margin-top:4rem;
    padding:2rem 0;
    text-align:center
}
.feedback h2{
    text-transform:uppercase;
    letter-spacing:6px;
    color:#fff
}
@media(min-width: 1025px){
    .feedback h2{
        font-size:3rem
    }
}
@media(max-width: 1024px){
    .feedback h2{
        font-size:2.25rem
    }
}
@media(max-width: 480px){
    .feedback h2{
        font-size:2rem
    }
}
.feedback h3{
    font-weight:normal;
    margin-top:.5rem;
    color:#fff;
    font-size:1.25rem
}
.feedback__wrapper{
    position:relative
}
.feedback__itens{
    padding:3rem 0
}
.feedback__item img{
    max-width:200px;
    margin:auto;
    border-radius:50%
}
.feedback__item p{
    max-width:90%;
    margin:auto;
    margin-top:1rem;
    color:#fff
}
@media(max-width: 1024px){
    .feedback__item p{
        font-size:1rem
    }
}
@media(max-width: 480px){
    .feedback__item p{
        font-size:.875rem
    }
}
.feedback__galery{
    margin-top:4rem
}
.feedback__galery h3{
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:1.25rem;
    font-weight:bold
}
.feedback__photos{
    margin-top:1rem;
    padding:0 5%
}
.feedback__photos img{
    max-width:80%;
    margin:auto
}
@media(min-width: 1025px){
    .feedback{
        padding:5% 0
    }
    .feedback h3{
        font-size:1.5rem
    }
    .feedback__item p{
        max-width:50rem;
        margin:auto;
        margin-top:1rem
    }
}
@media(min-width: 1025px)and (max-width: 1024px){
    .feedback__item p{
        font-size:1rem
    }
}
@media(min-width: 1025px)and (max-width: 480px){
    .feedback__item p{
        font-size:.875rem
    }
}
@media(min-width: 1025px){
    .feedback__galery h3{
        font-size:1.5rem
    }
}
@media(min-width: 1025px){
    .feedback__photos{
        padding:0 15%;
        --grid-layout-gap: 1rem;
        --grid-column-count: 3;
        --grid-item--min-width: 300px;
        --gap-count: calc(var(--grid-column-count) - 1);
        --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
        --grid-item--max-width: calc( (100% - var(--total-gap-width)) / var(--grid-column-count) );
        display:grid;
        grid-template-columns:repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
        grid-gap:var(--grid-layout-gap)
    }
}
@media(min-width: 1025px){
    .feedback__photos img{
        max-width:100%;
        width:100%;
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
        margin:auto
    }
}
.documents{
    margin:4rem 0;
    padding:0 5%
}
.documents h2{
    font-size:1.5rem;
    text-transform:uppercase;
    letter-spacing:4px;
    text-align:center;
    color:#211f42
}
.documents__itens{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:1rem;
    margin-top:1rem
}
.documents__item{
    background:#211f42;
    border-radius:2rem;
    padding:1rem 2rem
}
.documents__item p{
    color:#fff;
    text-align:center
}
.documents img{
    display:none
}
@media(min-width: 1025px){
    .documents__itens{
        max-width:50rem;
        margin:auto;
        margin-top:3rem
    }
    .documents{
        position:relative
    }
    .documents h2{
        font-size:1.75rem
    }
    .documents img{
        display:block;
        position:absolute;
        max-width:100px;
        margin:auto;
        right:1rem;
        top:4.8rem
    }
}
.header{
    background:#fff;
    top:0;
    width:100%;
    z-index:999;
    -webkit-transition:.3s;
    transition:.3s;
    padding:16px 0;
    -webkit-box-shadow:1px 2px 5px rgba(0,0,0,.2);
    box-shadow:1px 2px 5px rgba(0,0,0,.2)
}
.header__wrapper{
    max-width:90%;
    margin:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header__logo img{
    max-width:90px;
    margin:auto
}
.header__btn a{
    background:#df1f4d;
    display:inline-block;
    padding:.5rem 1rem;
    border-radius:.5rem;
    border:1px solid #df1f4d;
    color:#fff;
    -webkit-transition:.3s;
    transition:.3s
}
@media(max-width: 1024px){
    .header__btn a{
        font-size:1rem
    }
}
@media(max-width: 480px){
    .header__btn a{
        font-size:.875rem
    }
}
.header__btn a:hover{
    background:rgba(0,0,0,0);
    border:1px solid #df1f4d;
    color:#df1f4d
}
.header__menu{
    background:#df1f4d;
    position:absolute;
    display:block;
    top:100%;
    left:0;
    height:0;
    visibility:0;
    overflow-y:hidden;
    -webkit-transition:.3s;
    transition:.3s;
    width:100%
}
.header__menu nav ul li{
    text-align:center;
    margin:32px 0
}
@media(min-width: 1025px){
    .header__menu nav ul li{
        font-size:3rem
    }
}
@media(max-width: 1024px){
    .header__menu nav ul li{
        font-size:2.25rem
    }
}
@media(max-width: 480px){
    .header__menu nav ul li{
        font-size:2rem
    }
}
.header__menu nav ul li a{
    color:#fff;
    cursor:pointer
}
.header__mobile span{
    position:relative;
    background:none;
    border:none;
    display:block;
    width:25px;
    border-top:3px solid #df1f4d;
    -webkit-transition:.3s;
    transition:.3s;
    cursor:pointer;
    margin-left:32px
}
.header__mobile span::after,.header__mobile span::before{
    position:relative;
    content:"";
    display:block;
    width:25px;
    height:3px;
    background:#df1f4d;
    margin-top:8px;
    -webkit-transition:.3s;
    transition:.3s
}
.menu-ativo.header{
    background:#df1f4d
}
.mobile__active .header__menu{
    height:150vh;
    visibility:visible;
    overflow:auto
}
.mobile__active .header__mobile span{
    border-top:none
}
.mobile__active .header__mobile span::before{
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    background:#df1f4d
}
.mobile__active .header__mobile span::after{
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:-11px;
    background:#df1f4d
}
.header__btn,.header__img{
    display:none
}
@media(min-width: 1025px){
    .header{
        padding:1rem 0
    }
    .header__logo img{
        max-width:140px !important;
        margin:auto
    }
    .header__img img{
        max-width:125px;
        margin:auto
    }
    .header__mobile{
        display:none
    }
    .header__menu{
        background:unset;
        position:unset;
        display:block;
        height:unset;
        visibility:visible;
        overflow-y:hidden;
        -webkit-transition:none;
        transition:none;
        width:unset
    }
    .header__menu nav{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .header__menu nav ul li{
        display:inline-block;
        margin:0 16px;
        font-size:1rem
    }
    .header__menu nav ul li a{
        -webkit-transition:.3s;
        transition:.3s;
        color:#000
    }
    .header__menu nav ul li a:hover{
        color:#df1f4d
    }
    .header__btn,.header__img{
        display:block
    }
}
.footer{
    background:#fff;
    border-top:3px solid #df1f4d;
    padding:2rem 5%;
    -webkit-box-shadow:1px 2px 5px rgba(0,0,0,.2);
    box-shadow:1px 2px 5px rgba(0,0,0,.2)
}
.footer__logo img{
    max-width:160px;
    margin:auto
}
.footer__menu{
    margin:2rem 0;
    text-align:center
}
.footer__menu ul li{
    margin:1rem 0
}
.footer__menu ul li a{
    color:#000
}
.footer__btn a{
    background:#df1f4d;
    display:inline-block;
    padding:.5rem 1rem;
    border-radius:.5rem;
    border:1px solid #df1f4d;
    color:#fff;
    -webkit-transition:.3s;
    transition:.3s;
    background:#fff;
    border-color:#fff;
    color:#df1f4d
}
@media(max-width: 1024px){
    .footer__btn a{
        font-size:1rem
    }
}
@media(max-width: 480px){
    .footer__btn a{
        font-size:.875rem
    }
}
.footer__btn a:hover{
    background:rgba(0,0,0,0);
    border:1px solid #df1f4d;
    color:#df1f4d
}
.footer__btn a:hover{
    background:rgba(0,0,0,0);
    border-color:#fff
}
.footer__socials{
    text-align:center
}
.footer__socials a{
    background:#fff;
    font-size:2rem;
    padding:.25rem .5rem;
    margin:0 .5rem;
    border-radius:.5rem
}
@media(min-width: 1025px){
    .footer{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .footer__logo img{
        max-width:140px !important
    }
    .footer__menu ul{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        gap:1rem
    }
    .footer__menu{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .footer__btn{
        margin-left:1rem
    }
    .footer__menu ul li a{
        color:#000
    }
}

#contact_form  {
  width: 100%;
}

#contact_form form .input_field {
		width: 60%;
		padding: 6px 6px 6px 6px;
		background-color: #ffffff;
		border: 1px solid #000000;
		font-family: "Roboto"; 
		color: #383838;
		border-radius: 3px;
}

#contact_form form input.error {
		border-left: #F00 3px solid
}

#contact_form form select.error {
		border-left: #F00 3px solid
}
	
#contact_form form .select_field {
		width: 85%;
		padding: 6px 6px 6px 6px;
		background-color: #ffffff;
		border: 1px solid #000000;
		font-family: "Roboto"; 
		color: #383838;
		border-radius: 3px;
}
	
	
#contact_form form .radio {
		font-size: 12px;
		color: #00C;
}
	
#contact_form form label {
		display: block;
		width: 500px;
		font-size: 16px;
		color: #000;
}

#contact_form form label.error {
		display: block;
		width: 500px;
		font-size: 16px;
		color: #F00;
}
	
#contact_form form .opcao {
		width: 90px;
		font-size: 14px;
		color: #00C;
}
	
#contact_form form textarea {
		width: 95%;
		height: 300px;
		color: #383838;
		background-color: #EEEEEE;
		border: 1px solid #000000;
		font-family: "Roboto"; 
		border-radius: 2px;
}
	
#contact_form form textarea.error {
		border-left: #F00 3px solid
}
	
	
	#contact_form form .submit_btn {
		margin-right: 100px;
		padding: 7px 14px;
		color: #FFF;
		font-weight: bold;
		background: #df1f4d;;
		border: 1px solid #505050;
		float: left;
	}
	
	#contact_form form .submit_btn_reset {
		color: #FFF;
		font-weight: bold;
		background: #df1f4d;
		border: 1px solid #505050;
		float: right;
	}

	
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
