body {
    font-family: "roc-grotesk", sans-serif;
    font-size: 13px;
}

.container {
    max-width: 950px;
    padding: 0;
}

.telp a{
    text-decoration: none;
    color: #fff;
}

.telp strong{
    cursor: pointer;
    font-weight: 200;
}

.modal-backdrop{
    background-color: #081226;
}

.modal-backdrop.show{
    opacity: 80%;
}

@media(max-width: 992px) {
    .container {
        padding: 0 var(--bs-gutter-x, .75rem);
    }
}

a {
    text-decoration: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
}

@media(max-width: 992px) {
    .header .c62 {
        display: none;
    }
}

.header .offcanvas-title {
    margin-bottom: 20px;
}

.header .offcanvas .nav {
    display: grid;
}

.header .offcanvas .nav .nav-link {
    color: #000;
}

.header .header1 {
    padding-left: 100px;
    height: 70px;
    border-bottom: 1px solid #384560;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1200px) {
    .header .header1 {
        padding-left: 50px;
    }
}

.header .header1 nav .breadcrumb {
    margin: 0;
}

.header .header1 .breadcrumb-item {
    display: flex;
    align-items: center;
}

.header .header1 .mail {
    color: #fff;
    font-weight: 200;
}

.header .header1 .whats {
    display: inline-flex;
    color: #fff;
    font-weight: 200;
    margin-right: 25px;
}

.header .header1 .mail svg,
.header .header1 .whats svg {
    margin-right: 10px;
}


/* SEÇÃO HEADER2 */

.header .header2 {
    width: fit-content;
    min-height: 58px;
    border-bottom: 1px solid #384560;
    display: flex;
    align-items: center;
}

.header.fixed .header2 {
    border-bottom: none;
}

.header .header2 .nav-item {
    display: flex;
    align-items: center;
}

.header .header2 a {
    color: #fff;
    font-weight: 100;
    margin-right: 26px;
    padding: 18px 0;
}

@media(max-width: 1200px) {
    .header .header2 a {
        padding: 8px 0;
    }
}


/* SEÇÃO HEADER2 */


/* SEÇÃO HEADER 3 */

.header3 {
    height: 60px;
    background-color: #00264D;
}


/* .header3 .c2 {
    max-width: 976px;
} */

.header3 .header2 {
    border-bottom: none;
}

@media(max-width: 992px) {
    .header3 .header2 {
        display: none;
    }
}


/* SEÇÃO HEADER 3 ! */

/* FORMULÁRIO CONTATO */

.contatooffcanvas{
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 677px;
    z-index: 3000;
}

.contatooffcanvas .btn-close,#agendemodal .btn-close{
    background-color: #fff;
}

.contatooffcanvas .offcanvas-title{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
}

#agendemodal .modal-content{
    background-color: transparent;
    border: none;
}

#agendemodal .modal-header{
    border: none;
    margin-bottom: 32px;
}

#agendemodal .title{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contatooffcanvas .offcanvas-title svg,#agendemodal .title svg{
    margin-right: 8px;
}

.contatooffcanvas .offcanvas-title .h2,#agendemodal .title .h2{
    margin: 0;
    font-size: 35px;
}

.contatooffcanvas .offcanvas-title:hover .h2,#agendemodal .title:hover .h2{
    color: #A1DAE6;
    transition: color 0.2s ease-in-out;
}

.contatooffcanvas .offcanvas-title:hover svg path,#agendemodal .title:hover svg path{
    fill: #A1DAE6;
    transition: fill 0.2s ease-in-out;
}

.contatooffcanvas .metodos,#agendemodal .metodos{
    display: inline-flex;
    margin-bottom: 26px;
}

.contatooffcanvas .offcanvas-body{
    padding: 42px;
}

#agendemodal .modal-body{
    padding: 42px;
    background-color: #fff;
    border-radius: 10px;
}

#agendemodal .box{
    display: inline-flex;
    width: 100%;
}

@media(max-width: 992px){
    #agendemodal .box{
        display: grid;
    }
}

@media(max-width: 425px){
    .contatooffcanvas .offcanvas-body,#agendemodal .modal-body{
        padding: 42px var(--bs-gutter-x, .75rem);;
    }
}

.contatooffcanvas .offcanvas-body .form,#agendemodal .modal-body .form{
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 45px 42px 35px 42px;
}

.contatooffcanvas .offcanvas-body .form .lb,#agendemodal .modal-body .form .lb{
    color: #000;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
}

.contatooffcanvas .offcanvas-body .form .ipts,#agendemodal .form .ipts{
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    border-radius: 28px;
    padding: 0 18px;
    background-color: #F2F2F2;
    border: none;
    margin-bottom: 22px;
}

.contatooffcanvas .offcanvas-body .form .ipts:hover,#agendemodal .form .ipts:hover{
    border: 1px solid #0044CC;
}

.contatooffcanvas .offcanvas-body .form .ipts::placeholder,#agendemodal .form .ipts::placeholder{
    color: #707070;
}

.contatooffcanvas .offcanvas-body .form .ipts:focus-visible,#agendemodal .form .ipts:focus-visible{
    outline: none;
}

.contatooffcanvas .offcanvas-body .form input[type="radio"],#agendemodal .form input[type="radio"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.contatooffcanvas .offcanvas-body .form .send,#agendemodal .form .send{
    width: 100%;
    position: relative;
    height: 70px;
    margin-bottom: 30px;
}

.contatooffcanvas .offcanvas-body .form input[type="submit"],#agendemodal .form input[type="submit"]{
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 40px;
    background-color: #00264D;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: start;
    padding: 0 45px;
    transition: 0.2s;
}

.contatooffcanvas .offcanvas-body .form input[type="submit"]:hover,#agendemodal .form input[type="submit"]:hover{
    background-color: #0044CC;
    transition: background-color 0.2s ease-in-out;
}

@media(max-width: 425px){
    .contatooffcanvas .offcanvas-body .form input[type="submit"],#agendemodal .form input[type="submit"]{
        justify-content: center;
        padding: 0 20px;
    }
}

.contatooffcanvas .offcanvas-body .form .send svg,#agendemodal .form .send svg{
    position: absolute;
    top: 21px;
    right: 25px;
    width: 25px;
}

@media(max-width: 425px){
    .contatooffcanvas .offcanvas-body .form .send svg,#agendemodal .form .send svg{
        display: none;
    }
}

#agendemodal{
    z-index: 3000;
}

#agendemodal .modal-dialog{
    max-width: 638px;
}

#agendemodal .form{
    padding: 0 !important;
}

.metodo .wpcf7-list-item{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.metodo .wpcf7-list-item-label{
    color: #707070;
}

/* FORMULÁRIO CONTATO ! */

/* MODAIS DO CARROSSEL */

.mdcrs .modal-content{
    border: none;
}

.mdcrs .modal-dialog{
    max-width: 778px;
}

.mdcrs .modal-header{
    min-height: 96px;
    padding: 29px 43px;
    background-color: #00264D;
}

@media(max-width: 768px){
    .mdcrs .modal-header{
        display: grid;
        justify-content: center;
    }
    .mdcrs .hoverbtn{
        order: 1;
        margin: 0 auto 20px auto;
    }
    .mdcrs .box{
        order: 2;
        display: grid !important;
        justify-content: center;
    }
    .mdcrs .box img{
        margin: 0 auto 20px auto !important;
    }
}

.mdcrs .box{
    display: inline-flex;
    align-items: center;
}

.mdcrs .box img{
    margin-right: 36px;
}

.mdcrs .h2{
    font-family: "Bely Display W00 Regular";
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
}

.mdcrs .modal-body{
    padding: 43px;
    display: inline-flex;
}

@media(max-width: 992px){
    .mdcrs .modal-body{
        display: grid;
    }
    .mdcrs .text{
        margin-bottom: 50px;
        width: 100%;
    }
    .mdcrs .imagem{
        display: flex;
        justify-content: center;
    }
}

.mdcrs .text{
    color: #707070;
    letter-spacing: 0.5px;
    line-height: 23px;
    width: 77%;
}

/* MODAIS DO CARROSSEL !*/