@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* QUERIES */
@media (max-width: 768px){
    body{
        text-align: center;
    }
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main{
    font-family: 'Montserrat';
    font-size: calc(.55em + 1vmin) !important;
	background: url('../images/bg-2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.bg-2{
	background: url('../images/bg-4.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.border-test{
    border: 2px solid red;
}
.blue{
    color: #00326B
}
.text-shadow{
    text-shadow: 4px 3px #FFEECC;
}
.align-vertical{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bold{
    font-weight: 900;
}
.submenu-blue{
    padding: 50px 20px;
    background-color: #00326B;
    border-radius: 30px 0 0 30px;
    box-shadow: 5px 3px 6px #000000b8;
    z-index: 2;
}
.submenu-blue-2{
    padding: 50px 20px;
    background-color: #ffcb05;
    border-radius: 30px 0 0 30px;
    box-shadow: 5px 3px 6px #000000b8;
    z-index: 2;
}
.position-relative{
    position: relative;
}
.bottom-right{
    position: absolute;
    bottom: 0;
    right: 0;
}
.p-weight{
    font-weight: 600;
}
.p-line{
    line-height: 2em;
}
.height-full{
    min-height: 100vh !important;
}
.before-new::before{
    content: "";
    display: block;
    background: url('../images/tel.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
.before-new-2::before{
    content: "";
    display: block;
    background: url('../images/mail.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 10px 0 0;
}
.top-left{
	position: absolute;
	top: 0;
	left: 0;
}
.before-new{
    margin-right: 50px;
    display: inline-block;
}
.before-new-2{
    display: inline-block;
}
.link-top{
    text-decoration: none;
    color: #00326B;
}
.top-right{
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 25px;
    background-color: #00326B;
    border-radius: 0 0 0 30px;
    box-shadow: 5px 3px 6px #000000b8;
    z-index: 2;
}
.top-right-2{
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 25px;
    border-radius: 0 0 0 30px;
    z-index: 2;
}
.top-right-3{
	position: absolute;
	top: 0;
	right: 0;
}
.h1-size{
    font-size: 3rem;
}

.h3-size{
    /* font-size: .8em; */
    font-weight: 600;
}
.h2-size{
    font-weight: 800;
    /* font-size: 2.5em; */
}
.p-grey{
    color: #A7A7A7;
    /* font-size: .8em; */
    line-height: 2em;
    font-weight: 600;
}
.center-but{
    text-align: center;
}
.button-1{
    background-color: #00326B;
    outline: none;
    border: none;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.margin-5{
    margin: 3rem 0;
}
.button-white{
    background-color: #fff;
    color: #00326B;
    font-weight: 600;
    padding: 8px 25px;
    outline: none;
    border: 2px solid #00326B;
    box-shadow: 2px 2px #00326B;
}
input{
    background-color: #fff;
    color: #00326B;
    outline: none;
    border: 1px solid #00326B;
    box-shadow: 2px 2px #00326B;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 5px 5px;
	width: 100% !important;
}
textarea{
    display: block;
    margin-left: auto !important;
	width: 100% !important;
    margin-right: auto !important;
    background-color: #fff;
    color: #00326B;
    outline: none;
    border: 1px solid #00326B;
    box-shadow: 2px 2px #00326B;
}
input[type="submit"]{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0;
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 500;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00326B;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 5px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #00326B;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 5px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #00326B;
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 500;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #00326B;
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 500;
  }
  footer{
      background-color: #00326B;
      padding: 30px 0;
  }
  .div-9 a,p{
      color: white;
      text-decoration: none;
  }
  .lock-scroll {
    overflow: hidden;
}
.before-new-3::before{
    content: "";
    display: block;
    background: url('../images/tel-2.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
.before-new-4::before{
    content: "";
    display: block;
    background: url('../images/mail-2.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 10px 0 0;
}
.before-new-3{
    display: inline-block;
}
.before-new-4{
    display: inline-block;
}
.link-top-3{
    text-decoration: none;
    color: #FFCB04;
}
.mg-right{
	margin-right: 15px;
}
.mg-top{
	margin-top: 20px;
}
.link-top-3:hover{
    color: #ffe204;
}
.mob-links{
    list-style: none;
}
.mob-links a{
    text-decoration: none;
    color: #fff;
}
.margin-left{
	margin-left: 15px;
}
ul .centrar{
    font-size: 40px;
    margin-top: 150px;
}
ul{
    padding: 0;
}
.block-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.menu{
    background-image: url('../images/logo-fundo-branco.svg');
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section{
    padding-top: 7rem;
}
.section-2{
    padding-bottom: 7rem;
}
@media (max-width: 768px){
    .section{
        padding-top: 4rem;
    }
    .section-2{
        padding-bottom: 4rem;
    }
    .div-2{
        display: none;
    }
    input{
        background-color: #fff;
        color: #00326B;
        outline: none;
        border: 1px solid #00326B;
        box-shadow: 2px 2px #00326B;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        padding: 5px 5px;
    }
    textarea{
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        background-color: #fff;
        color: #00326B;
        outline: none;
        border: 1px solid #00326B;
        box-shadow: 2px 2px #00326B;
    }
    input[type="submit"]{
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        margin: 0;
        font-size: 12px;
        padding: 10px 5px;
        font-weight: 500;
    }
}
@media (max-height: 540px){
    .div-2{
        display: none;
    }
}
input#email-right{
    margin-right: 0;
}
img{
    min-height: auto !important;
}
.sidebar{
    background-color: #00326B;
    box-shadow: 2px 3px 6px #000000b8;
    padding: 1em; 
    height: 100vh; 
    position: fixed; 
    top: 0; 
    left: 0;
	z-index: 1;
}
.no-list{
    list-style: none;
}
.no-list a img{
    display: block;
    margin: auto;
    width: 2.5em;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.ul__sidebar{
    height: 90vh;
}
.ul__sidebar{
    margin-top: auto !important;
    margin-bottom: auto !important;
    display: block;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.padding-right{
    padding-right: 2.5em;
}
@media (max-width: 992px){
    .hide-mob{
        display: none !important;
    }
}
.padding-2{
	padding-top: 1rem;
}
@media (max-width: 768px){
	.sidebar{
		display: none;
	}
}
@media (min-width: 768px){
	.margin-right{
		padding-left: 75px !important;
	}
}
.parceiros img{
	max-width: 100%; 
	height: auto !important; 
	align-self: flex-start !important;
}

@media (min-width: 768px){
	#only-mob{
		display: none !important;
	}
}
#100p{
	background-color: #fff;
    color: #00326B;
    outline: none;
    border: 1px solid #00326B;
    box-shadow: 2px 2px #00326B;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    padding: 5px 5px;
}
@media (max-width: 992px){
	.center-mob{
		text-align: unset !important;
	}
}
.before-new-3::before{
    content: "";
    display: block;
    background: url('../images/tel.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
.before-new-4::before{
    content: "";
    display: block;
    background: url('../images/map.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
@media (max-width: 992px){
    .mapa_iframe{
		margin-top: 4em;
    }
}

@media (max-width: 992px){
    .hide-mob-2{
        display: none;
    }
}
@media (min-width: 992px){
	.hide-desktop{
		display: none;
	}
}
.padding-form{
	padding: 0 10%;
}
.politica p{
	color: #000;
}
@media (max-width: 992px){
	input[type="submit"]{
		margin-top: 1rem;
	}
}
.menu{
	z-index: 2 !important;
}

.before-new-8::before{
    content: "";
    display: block;
    background: url('../images/tel-amarelo.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}
.before-new-9::before{
    content: "";
    display: block;
    background: url('../images/mail-amarelo.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 10px 0 0;
}
.before-new-8{
    display: inline-block;
}

.before-new-9{
    display: inline-block;
}
.mg-top-2{
	margin-top: 2em;
}