/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


b {
    color: red !important;
}


body {
	/*background:  url("../image/bg-site.jpg");
	background-attachment: fixed;
    background-position: center;*/
	background: #F7F8FC;
}

body::-webkit-scrollbar {
    width: 12px;

}

.sub-menu-info::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
	scrollbar-color: red !important;

}

.sub-menu-info::-webkit-scrollbar-thumb {
    background: #0D1438;
}

body::-webkit-scrollbar-thumb {
    background: #32338E;

}

h1, h2, h3, h4::first-lette {
	text-transform: uppercase;
}


p::first-lette {
	text-transform: uppercase;
}

hr {
    color: #32338E;
    margin: 24px 2px;
}
/*==================================================
 Top Bar
==================================================*/

.topbar{

    background:#0d1438;

    padding:12px 0;

    font-size:14px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.contatos-topo{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

}

.contatos-topo a{

    color:#dbe4ff;

    text-decoration:none;

    transition:.3s;

}

.contatos-topo a:hover{

    color:#FFF;

}

.contatos-topo i{

    color:#6fa8ff;

    margin-right:8px;

}

#sociais{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:10px;

}

#sociais a{

    width:38px;

    height:38px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#FFF;

    text-decoration:none;

    background:rgba(255,255,255,.08);

    transition:.35s;

}

#sociais a:hover{

    background:#32348F;

    transform:translateY(-4px);

}

/*==================================================
 Navbar
==================================================*/

.background-topo{

    position:sticky;

    top:0;

    z-index:999;

    background:rgba(8,12,30,.96);

    backdrop-filter:blur(15px);

    border-bottom:1px solid rgba(255,255,255,.08);

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.logo{

    max-width:190px;

    padding:10px 0;

    transition:.35s;

}

.logo:hover{

    transform:scale(1.03);

}

.navbar{

    padding:12px 0;

}

.navbar-nav{

    gap:10px;

}

.navbar-light .navbar-nav .nav-link{

    color: #0D1438;

    font-size:15px;

    font-weight:600;

    padding:12px 11px;

    border-radius:15px;

    transition:.3s;

}

.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active{

    color:#FFF;

    background:#32348F;

}

.navbar-light .navbar-nav .nav-link:focus{



}

/*==================================================*
 * Dropdown
 *==================================================*/

.dropdown-menu {
    border: 0;
    border-radius: 16px;
    padding: 10px 0;
    margin-top: 8px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    padding: 1px 0px;
    color: #32348F;
    font-size: 14px;
    line-height: 1.4;
    transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #32348F;
    color: #FFF;
    padding-left: 23px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #32348F;
    color: #FFF;
}


/*==================================================*
 * Mega Menu
 *==================================================*/

.sub-menu-info {
    width: 306px;
    max-height: 320px;
    padding: 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #32348F;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    scrollbar-width: thin;
}

.sub-menu-info a {
    display: block;
    padding: 9px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.25s ease,
                padding-left 0.25s ease;
}

.sub-menu-info a:hover,
.sub-menu-info a:focus {
    background-color: rgba(255, 255, 255, 0.15);
    padding-left: 28px;
    color: #FFF;
    outline: none;
}


/*==================================================*
 * Scrollbar Mega Menu
 *==================================================*/

.sub-menu-info::-webkit-scrollbar {
    width: 6px;
}

.sub-menu-info::-webkit-scrollbar-track {
    background: transparent;
}

.sub-menu-info::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
}

.sub-menu-info::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.55);
}


/*==================================================*
 * Mobile
 *==================================================*/

@media (max-width: 991.98px) {

    .dropdown-menu {
        margin-top: 0;
        border-radius: 10px;
        box-shadow: none;
    }

    .sub-menu-info {
        width: 100%;
        max-height: 280px;
        border-radius: 8px;
        box-shadow: none;
    }

    .dropdown-item,
    .sub-menu-info a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .sub-menu-info a:hover,
    .sub-menu-info a:focus {
        padding-left: 23px;
    }

}
/*==================================================
 Mobile
==================================================*/

.navbar-toggler{

    border:0;

    box-shadow:none !important;

}

@media(max-width:991px){

.background-topo{

    position:relative;

}

.navbar-collapse{

    margin-top:20px;

    padding:20px;

    border-radius:15px;

    background:#11193d;

}

.navbar-nav{

    gap:5px;

}

.contatos-topo{

    justify-content:center;

}

#sociais{

    justify-content:center;

    margin-top:10px;

}

}


/* Desktop */
.contatos-topo {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.contatos-topo .fa {
    margin-right: 0;
    margin-left: 16px;
}

#sociais{

    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;

}


/* Tablet e Mobile */
@media(max-width:991px){

    .topbar .container{

        flex-direction:column;
        gap:15px;

    }


    .contatos-topo{

        justify-content:center;
        text-align:center;
        gap:15px;

    }


    #sociais{

        justify-content:center;
        margin-top:5px;

    }

}



/*<!--=======================// Abertura whatsapp //=======================-->*/

.bto-whats {
    width: 55px;
    aspect-ratio: 1;
    position: fixed;
    bottom: 5%;
    left: 2%;
    color: #fff;
    font-size: 1.6em;
    display: block;
    text-align: center;
    border: none;
    border-radius: 50%;
    background: #01C854;
    cursor: pointer;
    z-index: 9999;
    animation: pulse 1.5s infinite;
}

.bto-whats:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bto-whats:hover {
    animation: none;
    color: #fff;
}
.bto-whats a {
    text-decoration: none;
    color: #fff !important;
}





/*<!--=======================// Fechamento whatsapp //=======================-->*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #32338E;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 0px;
  z-index: 996;
  background: #32338E;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*<!--=======================// Abertura Páginas internas //=======================-->*/

.img-home {
    transition: .4s;
    border-radius: 10px;
}

/*======================== Certificações ========================*/

.bg{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:
        radial-gradient(circle at top left,#4d6bff25 0%,transparent 35%),
        radial-gradient(circle at bottom right,#6d3dff20 0%,transparent 40%),
        linear-gradient(135deg,#050816,#12193b,#32348F);
}

.bg::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-180px;
    left:-180px;
    filter:blur(25px);
}

.bg::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-180px;
    right:-180px;
    filter:blur(25px);
}

.bg .container{
    position:relative;
    z-index:2;
}

.bg hr{
    display:none;
}

.bg h2{
    color:#FFF;
    font-size:42px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.bg .subtitulo{
    color:rgba(255,255,255,.75);
    font-size:18px;
    margin-bottom:60px;
}

.certificado{
    transition:.35s;
}

.certificado img{

    width:100%;
    border-radius:18px;
    background:#FFF;
    padding:18px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.25);

    transition:.35s;
}

.certificado:hover{
    transform:translateY(-12px);
}

.certificado:hover img{

    transform:scale(1.04);

    box-shadow:
        0 20px 45px rgba(0,0,0,.35),
        0 0 30px rgba(255,255,255,.15);

}


.portfolio-item {
	margin-bottom: 30px;
}

.regioes ul {
	list-style: none;
	text-align: left;
}

.regioes ul li {
	float: left;
	width: 160px;
}


.menu-mapa {
	list-style: none;
	padding-left: 20px;
    padding-bottom: 20px;
}
.menu-mapa ul{
	list-style: none;
	padding-left: 20px;
}

.img-seo {
    max-width: 50%;
	max-height: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 14px #ccc;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}





.img-sobre {
	max-width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

#page-seo p {
	text-align: justify;
}


.card-body {
    border: 0 !important;
}

.rascunho {
	max-width: 900px;
	margin: 0 auto;
}
.dife{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top left,#3b5bff30 0%,transparent 35%),
        radial-gradient(circle at bottom right,#7d3cff30 0%,transparent 35%),
        linear-gradient(135deg,#050816,#0f1633,#1b2b7a);
}

.dife::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("image/noise.png");
    opacity:.04;
    pointer-events:none;
}

.dife .titulo{
    margin-bottom:70px;
    text-align:center;
}

.dife .titulo h2{
    color:#FFF;
    font-size:42px;
    font-weight:800;
    letter-spacing:1px;
}

.dife .titulo p{
    color:#bfc6e4;
    font-size:18px;
    margin-top:15px;
}

.dife .box{
    position:relative;
    height:100%;
    padding:45px 35px;
    border-radius:22px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    transition:.45s;
    overflow:hidden;
}

.dife .box::before{
    content:"";
    position:absolute;
    inset:0;
    padding:1px;
    border-radius:22px;
    background:linear-gradient(135deg,#4d8dff,#7d5cff,#37d6ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.dife .box:hover{
    transform:translateY(-14px);
    box-shadow:
        0 25px 60px rgba(0,0,0,.45),
        0 0 35px rgba(77,141,255,.18);
}

.dife .icone{
    width:95px;
    height:95px;
    margin:auto;
    margin-bottom:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#4d8dff,#6f5cff);
    box-shadow:0 0 35px rgba(77,141,255,.35);
    transition:.4s;
}

.dife .box:hover .icone{
    transform:rotateY(180deg) scale(1.08);
}

.dife .icone img{
    width:48px;
}

.dife h4{
    color:#FFF;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.dife p{
    color:#d7dcef;
    line-height:1.9;
    font-size:16px;
    margin:0;
}

@media(max-width:991px){

    .dife{
        padding:80px 0;
    }

    .dife .box{
        margin-bottom:30px;
    }

    .dife .titulo h2{
        font-size:34px;
    }

}





.serv-home {
	
}


.serv-home h2 {
	color:#32338E;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
	font-style: italic;
    font-weight: 700;
	text-transform: uppercase;
}

.serv-home h4 a {
	color:#32338E;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}


.serv-home .card {
	border:0;
}



.feedbacks-alunos{
    padding:90px 0;
    background:#f7f9fc;
}

.titulo-section span{
    display:inline-block;
    color:#2f53d7;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:10px;
}

.titulo-section h2{
    font-size:42px;
    font-weight:800;
    color:#1b1b1b;
}

.titulo-section p{
    max-width:700px;
    margin:20px auto 0;
    color:#666;
    font-size:17px;
}

.feedback-card{
    background:#FFF;
    border-radius:18px;
    padding:35px;
    height:100%;
    transition:.35s;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.feedback-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.estrelas{
    color:#FFC107;
    font-size:22px;
    margin-bottom:20px;
    letter-spacing:3px;
}

.feedback-card p{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
    font-style:italic;
}

.aluno{
    display:flex;
    align-items:center;
}

.aluno img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:18px;
}

.aluno h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.aluno span{
    color:#777;
    font-size:14px;
}


/*<!--=======================// Fechamento Páginas internas //=======================-->*/

/*======================== Banner Full ========================*/

.banner-full{

    position:relative;
    padding:4px 0;

    background:
    linear-gradient(rgba(5,8,22,.78),rgba(5,8,22,.78)),
    url("../image/banner-meio.jpg") center center/cover no-repeat;

    overflow:hidden;

}

.banner-full::before{

    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at center,
    rgba(80,110,255,.25),
    transparent 60%);

}

.banner-content{

    position:relative;
    z-index:2;

    max-width:900px;
    margin:auto;

    text-align:center;   /* Centraliza todo o conteúdo */

    color:#FFF;

}

.banner-content .subtitulo{

    display:block;

    margin-bottom:18px;

    color:#9eb7ff;

    font-size:15px;

    letter-spacing:4px;

    font-weight:700;

    text-transform:uppercase;

}

.banner-content h2{

    font-size:54px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.banner-content p{

    max-width:750px;
	
    margin:0 auto 40px;

    font-size:18px;

    line-height:1.9;

    color:#d9dff6;

}

.banner-botoes{

    display:flex;

    justify-content:center; /* Centraliza os botões */

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.btn-banner{

    padding:16px 36px;

    background:#FFF;

    color:#32348F;

    font-weight:700;

    border-radius:50px;

    text-decoration:none;

    transition:.35s;

}

.btn-banner:hover{

    background:#32348F;

    color:#FFF;

}

.btn-banner-outline{

    padding:16px 36px;

    border:2px solid rgba(255,255,255,.35);

    border-radius:50px;

    color:#FFF;

    text-decoration:none;

    transition:.35s;

}

.btn-banner-outline:hover{

    background:#FFF;

    color:#32348F;

}

@media(max-width:991px){

    .banner-full{
        padding:90px 0;
    }

    .banner-content h2{
        font-size:38px;
    }

    .banner-content p{
        font-size:16px;
    }

}
/*<!--=======================// Abertura Caminho //=======================-->*/
#caminho {
    background: #32338E;
    padding: 24px 10px 9px 10px;
    margin-bottom: 30px;
}

.breadcrumb {
	padding: 0;
}

.breadcrumb a {
    color:#fff !important;
}

.breadcrumb .fas {
    color:#fff !important;
}


.breadcrumb-item+.breadcrumb-item::before {
    color:#fff;
}

.breadcrumb-item.active {
    color: #fff;
}



/*<!--=======================// Fechamento Caminho //=======================-->*/


.photos {
    position: relative;
    overflow: hidden;
}

.photos a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.photos img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
    border-radius: 20px;
    padding: 12px 0;
}


/*==================================================*
 * OVERLAY
 *==================================================*/

.photos .photo-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(25, 27, 70, .78);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}


/* Nome */
.photos .photo-overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;

    transform: translateY(15px);

    transition: transform .35s ease;
}


/* Hover */
.photos a:hover .photo-overlay {
    opacity: 1;
    visibility: visible;
}

.photos a:hover .photo-overlay span {
    transform: translateY(0);
}

.photos a:hover img {
    transform: scale(1.06);
}




/*<!--=======================// Abertura Galeria //=======================-->*/
#galeria {
    padding-bottom: 50px;
}

#galeria h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 34px!important;
	text-align: center;
}

#galeria h1 span {
    padding-top: 50px;
    color: #005ABF;
}

#galeria button {
    padding: 13px;
    border: 0;
    background: #111;
    color: #fff;
}

.titulo-treinamento {
    display: inline-block;
    color: #2f53d7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

/* Modal */
.modal-body {
    text-align: center !important;
}



/* Estilo padrão dos botões */
#galeria .btn-filter {
    cursor: pointer;

    padding: 10px 20px;
    border-radius: 50px;

    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;

    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
#galeria .btn-filter:hover {
    background-color: #e0e0e0;
}

/* Botão ativo */
#galeria .btn-filter.active {
    background-color: #32338E; /* azul */
    color: #fff;
    border-color: #32338E;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

/* =========================
   FILTROS
========================= */



/* =========================
   CARDS DA GALERIA
========================= */
.gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

/* Overlay */
.gallery-card .overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.6);
    opacity: 0;

    transition: 0.3s;
}

.gallery-card .overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Hover */
.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .overlay {
    opacity: 1;
}


/*<!--=======================// Fechamento Galeria //=======================-->*/
/*<!--=======================// Slider Logos //=======================-->*/

#logos {
	
}

#logos .section-padding {
    padding: 17px 0;
    max-height: 219px;
}

#logos .brand-carousel {

}

#logos .owl-dots {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1%;
}


#logos .owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
#logos .owl-dot.active {
	background-color: #32338E !important;
}

#logos .owl-carousel .owl-item img {
    display: block;
    width: 216px !important;
    margin: 0 auto;
}




/*<!--=======================// Slider Logos //=======================-->*/
/*<!--=======================// Abertura CTA //=======================-->*/
#cta strong {
	font-size: 22px;
}

#cta {
    font-size: 16px;
	background: linear-gradient(130deg, #000, #32348F);
	background-position: top left;
    color: #fff;
    text-align: left;
    padding: 50px 0px;
}

#cta .btn {
    padding: 10px 44px;
    background: #fff;
    border: 0;
    width: auto;
}

#cta input {
    max-width: 33%;
}

#cta button {
    background: #fff !important;
	color: #32338E !important;
}


#cta input {
    width: 31.9%;
    height: 44px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: 0;
    margin-right: 8px;
}

#cta input::placeholder {
    color:#777777;
	font-family: "Heebo", sans-serif;
	font-size: 14px;
}


#cta select {
    width: 31.9%;
    height: 44px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: 0;
    margin-right: 8px;
	color:#777777;
	font-family: "Heebo", sans-serif;
}

#cta textarea {
	min-height: 180px;
	padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border-bottom: solid 1px #003056;
    font-size: 14px;
    border-left: solid 1px #003056;
    border-right: 0;
    border-top: 0;
	color:#000;
	
}

#cta textarea::placeholder {
    color:#000;
}


#cta button {
    width: 31.9%;
    height: 45px;
    background: #32338E !important;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}



.cta-home{
	background: #274358;
	max-width: 100%;
}

.cta-home .container{
	max-width: 85%; margin: 0 auto;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 60px;
}

.cta-home .container h4 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
	font-style: italic;
}



.cta-home .container p{
	padding: 0;
	margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
}

/*<!--=======================// Fechamento CTA //=======================-->*/

.jssocials-shares p {
    font-size: 20px;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-shares {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.jssocials-shares p {
    font-size: 12px;
    margin: 11px 0 0 0;
    color: #444;
    font-weight: bold;
}

.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #fff !important;
    -webkit-transition: background 200ms ease-in-out,border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out,border-color 200ms ease-in-out;
}

.jssocials-share-link:hover {
    color: #fff;
}


.jssocials-share-whatsapp .jssocials-share-link {
    background: #25D366;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-linkdin .jssocials-share-link {
    background: #0077B0;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-instagram .jssocials-share-link {
    background: url(../image/bg-insta.png);
    background-size: cover;
    border-radius: 5px;
    padding: 8px 10.5px;
}


/*<!--=======================// Abertura Footer //=======================-->*/
/*======================================================
 Footer Moderno
======================================================*/

footer{

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(135deg,#050816,#12193d,#32348F);

    color:#FFF;

}

footer::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    border-radius:50%;

    left:-180px;
    top:-180px;

    background:rgba(255,255,255,.05);

    filter:blur(35px);

}

footer::after{

    content:"";

    position:absolute;

    width:380px;
    height:380px;

    border-radius:50%;

    right:-120px;
    bottom:-120px;

    background:rgba(255,255,255,.04);

    filter:blur(35px);

}

.footer-top{

    position:relative;

    z-index:2;

    padding:90px 0 70px;

}

.footer-card{

    height:100%;

    padding:35px;

    border-radius:20px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.footer-card:hover{

    transform:translateY(-10px);

    background:rgba(255,255,255,.08);

}

.logo-footer{

    width:210px;

    margin-bottom:25px;

}

.footer-card h4{

    color:#FFF;

    font-size:25px;

    font-weight:700;

    margin-bottom:25px;

    position:relative;

}

.footer-card h4::after{

    content:"";

    width:55px;

    height:3px;

    background:#75A8FF;

    display:block;

    margin-top:12px;

    border-radius:10px;

}

.footer-card p{

    color:#dbe2ff;

    line-height:1.9;

}

.footer-info,
.footer-menu{

    margin:0;

    padding:0;

    list-style:none;

}

.footer-info li,
.footer-menu li{

    margin-bottom:18px;

}

.footer-info a,
.footer-menu a{

    color:#dbe2ff;

    text-decoration:none;

    transition:.3s;

}

.footer-menu a:hover{

    color:#FFF;

    padding-left:8px;

}

.footer-info a:hover{

    color:#FFF;

}

.footer-info i{

    width:28px;

    color:#75A8FF;

}

.footer-copy{

    background:rgba(0,0,0,.25);

    border-top:1px solid rgba(255,255,255,.08);

    color:#dbe2ff;

}

.footer-copy strong{

    color:#FFF;

}

.footer-copy img{

    height:16px;

    margin-left:10px;

}

@media(max-width:991px){

.footer-top{

    padding:70px 0 50px;

}

.footer-card{

    padding:30px;

}

.logo-footer{

    margin:auto auto 25px;
    display:block;

}

.footer-card{

    text-align:center;

}

.footer-card h4::after{

    margin:12px auto 0;

}

}
/*<!--=======================// Fechamento Footer //=======================-->*/
/*<!--=======================// Abertura Formularios //=======================-->*/

input {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

selcet {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

textarea {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
}


#formulario-contato {
    text-align: left;
    color: #fff;
    border-radius: 5px;
}

#formulario-contato span {
    color:#2D2D2D;
    text-align: left;
    padding-bottom: 10px;
}




#formulario-contato input {
    width: 100%;
    height: 40px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #32338E;
    font-size: 14px;
	opacity: 0.7;
}



#formulario-contato input::placeholder {
    color:#000;
}


#formulario-contato select {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #32338E;
    font-size: 14px;
	opacity: 0.7;
}

#formulario-contato textarea {
	min-height: 180px;
	padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #32338E;
    font-size: 14px;
	color:#000;
	opacity: 0.7;
	
}

#formulario-contato textarea::placeholder {
    color:#000;
}


#formulario-contato button {
	width: 200px;
	height: 40px;
	background: #32338E;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 17px;
	text-transform: uppercase;
	outline: none;
}


.check {
	max-width: 50px;	
}





#formulario-contato b {
    color: red;
}


#formulario-contato span strong {
    color: red;
}


/*<!--=======================// Fechamento Formularios //=======================-->*/
/*<!--=======================// Abertura Cokies //=======================-->*/

#pjAcceptCookieBar {
	background: #32338E !important;
}


.pjAcceptCookieBarShell {
	
}

.pjAcceptCookieBarActions {
	
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {
	background: #000 !important;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {

}


/*<!--=======================// Fechamento Cokies //=======================-->*/
/*<!--=======================// Abertura Depoimentos //=======================-->*/

#depoimentos .carousel-item {
	max-height: 150px;
	margin-bottom: 50px;
}


.testimonial_section {
	display: block;
	overflow: hidden;
}
.testimonial_section:after {
	display: block;
	clear: both;
	content: "";
}


.testimonial_section .about_content {
    background-color: #2D2D2D;
    padding-top: 23px;
    padding-right: 210px;
    padding-bottom: 36px;
    position: relative;
}



.testimonial_section .about_content .background_layer {
	background-color: #2D2D2D;
	margin-left: -200px;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.testimonial_section .about_content .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
	margin-bottom: 24px;
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
	display: block;
	clear: both;
	content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	margin-top: -5px;
	margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
	font-family: "Titillium Web";
	font-weight: 300;
	font-size: 25px;
	line-height: 50px;
	padding-bottom: 51px;
	margin-bottom: 0px;
	color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
	font-weight: 600 !important;
	width: 100%;
	font-size: 35px;
	display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
	transition: all 0.5s ease-in-out 0s;
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
	content: "";
	right: auto;
	left: 69px;
	position: absolute;
	bottom: 28px;
	width: 17px;
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
	content: "";
	left: 1%;
	margin-left: 0;
	position: absolute;
	bottom: 28px;
	width: 59px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #32338E;
}
.testimonial_section .about_content .layer_content .section_title p {
	color: #fff;
	margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
	font-size: 18px;
	vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
	color: #32338E;
}
.testimonial_section .testimonial_box {
	margin-top: 60px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
	background-color: #32338E;
	margin-left: -170px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
	background-color: #32338E;
	width: auto;
	margin-right: -200px;
	right: 0;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
	display: block;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 9px 0px 62px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 2px;
    margin-top: 29px;
    padding: 45px 40px 45px 35px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}


.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
	margin-bottom: 15px;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
	content: "";
	width: 30px;
	display: block;
	height: 2px;
	text-align: center;
	left: 46%;
	margin-top: 6px;
	background-color: #32338E;
	position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
	padding-top: 0;
	margin-bottom: -5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	color: #2D2D2D;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
	font-size: 12px;
	color: #9f9f9f;
	margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #5d6576;
	font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
	border: none;
	position: absolute;
	top: 0;
	left: 55px;

}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 100px;
    margin-top: 15px;
    position: relative;
    z-index: 999;
    margin-left: -29px;
}


.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
	position: absolute;
	top: 73px;
	right: 42px;
	border-radius: 0;
	background: #32338E;
	display: block;
	outline: 0;
	width: 34px;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
	background: #2D2D2D;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
	position: absolute;
	top: 73px;
	right: 5px;
	border-radius: 0;
	display: block;
	background: #32338E;
	outline: 0;
	width: 34px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
	background: #2D2D2D;
}

@media all and (max-width: 991px) {
	.testimonial_section .about_content {
	padding-right: 15px !important;
	}
	.testimonial_section .about_content .background_layer {
	width: 200% !important;
	}
	.testimonial_section .testimonial_box {
	margin-top: 0 !important;
	}
	.testimonial_section .testimonial_box .background_layer {
	width: 200% !important;
	margin-left: -200px;
	}
	.testimonial_section .testimonial_box .about_content {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 28% !important;
	}
	.testimonial_section .testimonial_box .testimonial_container {
	margin-left: -15px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials {
	margin: 0px 0 20px 0;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
	margin-left: -36px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
	display: none;
	}
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 57px;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px !important;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}




/*<!--=======================// Fechamento Depoimentos //=======================-->*/
/*<!--=======================// Abertura Carousel Logos //=======================-->*/

#carousel-logos .carousel-caption {
	bottom: 90px; 
}

#carousel-logos .carousel-item {
	height: auto;
}

#carousel-logos .logos {
	width: 100%;
	height: 120px;
}

#arrow-left {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

#arrow-right {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

/*<!--=======================// Fechamento Carousel Logos //=======================-->*/


				/*<!--=====// CSS ADICIONAL //=====-->*/

/*<!--=======================// GERAL //=======================-->*/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// GERAL //=======================-->*/
#menu-lateral {
	
}

#menu-lateral h3 {
    margin-bottom: 0;
    background: #32338E;
    color: #fff !important;
    text-align: center;
}

#menu-lateral h4 {
    margin-bottom: 0;
    background: #32338E;
    color: #fff !important;
    text-align: center;
}


#menu-lateral a {
	color:#767676;
	font-size: 16px;
}

#menu-lateral a:hover {
	background: #32338E;
    color: #fff;
	transition: background 0.3s ;
}

#menu-lateral #tag-whats {
    background: #28a745;
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
}

#menu-lateral #tag-ligacao {
    background: #414d5f;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#menu-lateral #tag-email {
    background: #383e3f;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.sublateral {
    height: 900px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0;
}


/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER TOPO //=======================-->*/


/*<!--==// Fechamento Topo //==-->*/
/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/
.footer-links a{
	color: #fff;
	text-decoration: none;
}


/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/

#home{
	
}

#home h1 {
    font-family: "Roboto", sans-serif;
    color: #32348F;
    font-size: 32px;
	font-style: italic;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 25px;
}


#home h2 {
    font-family: "Roboto", sans-serif;
    color: #32348F;
    font-size: 32px;
}




#home p {
    color: rgb(51, 51, 51);
    font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

#home p strong {
	color: #32338E;
}


#home li {
    color: #767676;
    font-size: 16px;
	font-family: "Roboto", sans-serif;
}


.banner-off .carousel-inner {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.carousel-inner img {
	margin: 0 auto;
	width: 100%;
	height: 660px;
	object-fit: cover;
}


.subtitulo-home{
    display:inline-block;
    margin-bottom:18px;
    color:#32348F;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

#home h1{
    font-size:40px;
    font-weight:800;
    color:#1d1d1d;
    line-height:1.2;
}

#home p{
    font-size:17px;
    line-height:1.9;
    color:#5f5f5f;
    margin-bottom:20px;
}

.img-home{
    transition:.4s;
}

.img-home:hover{
    transform:scale(1.03);
}

/*<!--==// Abertura banner //==-->*/

.carousel-item {
	height: 100%;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#banner {
    width: 100%;
    min-height: 600px;
	background: linear-gradient( 130deg,rgba(00, 00, 00, 0.6), rgba(00, 00, 00, 0.6)), url(../image/banner/gif768.gif) bottom center;
	background-size: cover;
	text-align: center;
}



#banner h1 {
	color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 200px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}


#banner p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

#banner a:hover {
    color: #fff;
}


.botao-saiba {
    background: #32338E;
    text-align: center;
    color: #fff;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 12px 34px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
	border-radius: 4px;
}


.botao-saiba:hover {
    color: #fff;
}


.icones {
    width: 100px;
    margin-bottom: 29px;
}


.servicos-fenix{

    padding:90px 0;

}

.servicos-mini{

    color:#32348F;
    font-weight:700;
    letter-spacing:3px;
    font-size:14px;
    display:block;
    margin-bottom:15px;

}

.servicos-fenix h2{

    font-size:42px;
    font-weight:800;
    margin-bottom:20px;

}

.servicos-fenix p{

    color:#666;

}

.fenix-card{

    background:#FFF;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.fenix-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.fenix-img{

    overflow:hidden;

}

.fenix-img img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.4s;

    display:block;

}

.fenix-card:hover img{

    transform:scale(1.08);

}

.fenix-conteudo {
    padding: 16px;
}


.fenix-conteudo span {
    display: inline-flex;
    width: auto;
    height: 45px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    background: #32348F;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 19px 16px;
}

.fenix-conteudo h3{

    font-size:18px;

    margin-bottom:15px;

    font-weight:700;

}

.fenix-conteudo p{

    line-height:1.8;

    margin-bottom:25px;

}

.fenix-conteudo a{

    color:#32348F;

    font-weight:700;

    text-decoration:none;

}

.fenix-conteudo a:hover{

    color:#000;

}

.bg-sobre {
	width: 100%;
    min-height: 460px;
	 background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/sobre.jpg") center center/cover no-repeat;
}


.bg-servicos {
	width: 100%;
    min-height: 460px;
	 background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/servicos.jpg") center center/cover no-repeat;
}


.bg-treinamentos {
	width: 100%;
    min-height: 460px;
	 background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/treinamentos.jpg") center center/cover no-repeat;
}



.bg-galeria {
	width: 100%;
    min-height: 460px;
	 background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/galeria.jpg") center center/cover no-repeat;
}


.bg-contato {
	width: 100%;
    min-height: 460px;
	 background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/contato.jpg") center center/cover no-repeat;
}

/*<!--==// Fechamento banner //==-->*/

#mini-banner{
    position: relative;
    width: 100%;
    min-height: 460px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    text-align: center;

    margin-bottom: 60px;

    background:
        linear-gradient(
            135deg,
            rgba(8,10,20,.88),
            rgba(25,30,70,.78),
            rgba(50,51,142,.70)
        ),
        url("../image/banner/03.jpg") center center/cover no-repeat;
}

/* Brilho Superior */

#mini-banner::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        radial-gradient(circle at top left,
            rgba(224,168,48,.15),
            transparent 42%),
        radial-gradient(circle at bottom right,
            rgba(50,51,142,.25),
            transparent 55%);

    pointer-events:none;
}

/* Linha Decorativa */

#mini-banner::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #E0A830,
        #32338E,
        #E0A830
    );
}

/* Conteúdo */

.banner-content{
    position:relative;
    z-index:2;

    max-width:900px;
    padding:25px 25px;

    animation:fadeDown .8s ease;
	padding-bottom: 60px;
	
}

/* Selo */

.banner-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    margin-bottom: 25px;
    border-radius: 50px;
    background: rgba(224,168,48,.10);
    border: 1px solid rgba(224,168,48,.45);
    color: #E0A830;
    font-family: "Inter",sans-serif;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 46px;
}

/* Título */

#mini-banner h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 34px;
}

#mini-banner h1 span{

    color:#E0A830;
}

/* Texto */

#mini-banner p{

    max-width:700px;
    margin:0 auto;

    color:rgba(255,255,255,.88);

    font-family:"Inter",sans-serif;
    font-size:clamp(17px,2vw,21px);

    line-height:1.8;
}

/* Botão */

.btn-orcamento{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:35px;

    padding:16px 40px;

    border:0px solid #E0A830;
    border-radius:50px;

    background:#32338E;

    color:#fff;

    font-family:"Poppins",sans-serif;
    font-size:16px;
    font-weight:600;

    text-decoration:none;

    transition:.35s ease;

    box-shadow:
        0 12px 30px rgba(50,51,142,.35);
}

.btn-orcamento:hover{

    background:#E0A830;
    color:#222;

    transform:translateY(-4px);

    box-shadow:
        0 18px 35px rgba(224,168,48,.35);
}

/* Animação */

@keyframes fadeDown{

    from{
        opacity:0;
        transform:translateY(-35px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Responsivo */

@media(max-width:768px){

    #mini-banner{

        min-height:360px;
        padding:20px;
    }

    .banner-content{

        padding:15px;
    }

    .banner-subtitle{

        font-size:.75rem;
        letter-spacing:1px;
    }

    #mini-banner h1{

        font-size:34px;
    }

    #mini-banner p{

        font-size:16px;
        line-height:1.7;
    }

    .btn-orcamento{

        width:100%;
        max-width:280px;
        padding:15px 20px;
    }

}
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#sobre-nos {
    padding-bottom: 50px;
}

#sobre-nos h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
	text-align: center;
}



#sobre-nos h2 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 24px;
}

#sobre-nos h3 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
}

#sobre-nos h4 {
	
}

#sobre-nos p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#sobre-nos p strong {
    color: #32338E;
}

#sobre-nos a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#sobre-nos a:hover {
	
}



.img-sobre {
	width: 100%;
	max-width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
	
}


/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#enviado {
	
}

#enviado h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
}

#enviado h2 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 24px;
}

#enviado h3 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 20px;
}

#enviado h4 {
	
}

#enviado p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#enviado a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;	
}

#enviado a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/


#servicos{

    

    

}

#servicos h1 {
	font-family: "Roboto", sans-serif;
    color: #32338E;
    font-weight: 700;
    font-size: 32px;
}


.titulo-servicos{

    text-align:center;

    max-width:800px;

    margin:0 auto 60px;

}


.titulo-servicos h1{

    color:#32338E;

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}


.titulo-servicos p{

    color:#666;

    font-size:17px;

    line-height:1.8;

}



.servico-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    height:100%;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}



.servico-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}



.servico-img{

    overflow:hidden;

}



.servico-img img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.5s;

}



.servico-card:hover img{

    transform:scale(1.08);

}



.servico-conteudo{

    padding:35px;

}



.servico-conteudo h2{

    color:#32338E;

    font-size:25px;

    font-weight:800;

    margin-bottom:25px;

}



.servico-conteudo ul{

    list-style:none;

    padding:0;

}



.servico-conteudo li{

    margin-bottom:12px;

    color:#555;

    padding-left:28px;

    position:relative;

}



.servico-conteudo li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#32338E;

    font-weight:bold;

}



.servico-conteudo a{

    display:inline-block;

    margin-top:15px;

    color:#32338E;

    font-weight:700;

    text-decoration:none;

}



.servico-conteudo a:hover{

    color:#000;

}

/*==================================================*
 * SERVIÇOS MODERNOS
 *==================================================*/

.servicos-modernos {
    overflow: hidden;
}


/*==================================================*
 * HEADER
 *==================================================*/

.servicos-header {
    display: block;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 65px;
}

.servicos-tag,
.servico-small-title {
    display: inline-block;
    margin-bottom: 12px;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.servicos-header h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.servicos-header p {
    max-width: 600px;
    margin: 0;
    color: #6c7080;
    font-size: 16px;
    line-height: 1.8;
}




 /*==================================================*
 * SERVIÇOS HOME
 *==================================================*/

.home-servicos {
    padding: 90px 0;
    background: #f6f7f9;
}


/*==================================================*
 * CABEÇALHO
 *==================================================*/

.home-servicos-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 50px;
}

.home-servicos-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #32348f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-servicos-header h2 {
    max-width: 650px;
    margin: 0;
    color: #171827;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.12;
}

.home-servicos-header h2 span {
    color: #32348f;
}

.home-servicos-header p {
    max-width: 580px;
    margin: 0;
    color: #6b7080;
    font-size: 15px;
    line-height: 1.8;
}


/*==================================================*
 * GRID
 *==================================================*/

.home-servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/*==================================================*
 * CARD
 *==================================================*/

.home-servico-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e8ed;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(20, 25, 50, .06);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.home-servico-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(20, 25, 50, .12);
}


/*==================================================*
 * CARD ESCURO
 *==================================================*/

.home-servico-dark {
    background: #171827;
    border-color: #171827;
}

.home-servico-dark h3 {
    color: #fff;
}

.home-servico-dark p {
    color: rgba(255,255,255,.62);
}


/*==================================================*
 * IMAGEM
 *==================================================*/

.home-servico-imagem {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.home-servico-imagem img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.home-servico-card:hover .home-servico-imagem img {
    transform: scale(1.06);
}


/*==================================================*
 * NÚMERO
 *==================================================*/

.home-servico-numero {
    position: absolute;
    top: 18px;
    right: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color: #fff;
    background: #32348f;

    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);

    font-size: 12px;
    font-weight: 800;
}


/*==================================================*
 * CONTEÚDO
 *==================================================*/

.home-servico-conteudo {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.home-servico-tag {
    margin-bottom: 9px;
    color: #32348f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-servico-dark .home-servico-tag {
    color: #8588e5;
}

.home-servico-conteudo h3 {
    margin: 0 0 12px;
    color: #171827;
    font-size: 24px;
    font-weight: 800;
}

.home-servico-conteudo p {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.75;
}

.icon span::before {
    content: "✓";
    margin-right: 7px;
    color: #fff!important;
    font-weight: 800;
}

/*==================================================*
 * LISTA
 *==================================================*/

.home-servico-lista {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
}

.home-servico-lista span {
    padding: 8px 5px 8px 0;
    color: #555a68;
    font-size: 12px;
}

.home-servico-dark .home-servico-lista span {
    color: rgba(255,255,255,.7);
}

.home-servico-lista span::before {
    content: "✓";
    margin-right: 7px;
    color: #32348f;
    font-weight: 800;
}


/*==================================================*
 * SEGURANÇA
 *==================================================*/

.home-seguranca-lista {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 25px;
}

.home-seguranca-lista div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #f6f7f9;
    border-radius: 7px;
}

.home-seguranca-lista strong {
    color: #32348f;
    font-size: 11px;
}

.home-seguranca-lista span {
    color: #4e5361;
    font-size: 12px;
}


/*==================================================*
 * LINK
 *==================================================*/

.home-servico-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: auto;
    padding-top: 18px;

    color: #32348f;
    border-top: 1px solid #e6e7eb;

    font-size: 13px;
    font-weight: 800;
    text-decoration: none;

    transition: color .25s ease;
}

.home-servico-dark .home-servico-link {
    color: #9295ed;
    border-color: rgba(255,255,255,.12);
}

.home-servico-link span {
    font-size: 19px;
    transition: transform .25s ease;
}

.home-servico-link:hover {
    color: #25276f;
}

.home-servico-dark .home-servico-link:hover {
    color: #fff;
}

.home-servico-link:hover span {
    transform: translateX(5px);
}


/*==================================================*
 * CTA
 *==================================================*/

.home-servicos-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-top: 35px;
    padding: 30px 35px;

    background: #32348f;
    border-radius: 15px;
}

.home-servicos-cta span {
    color: rgba(255,255,255,.7);
    font-size: 12px;
}

.home-servicos-cta h3 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.home-servicos-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    padding: 13px 20px;

    color: #32348f;
    background: #fff;
    border-radius: 7px;

    font-size: 13px;
    font-weight: 800;
    text-decoration: none;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.home-servicos-btn span {
    color: #32348f;
    font-size: 18px;
}

.home-servicos-btn:hover {
    color: #32348f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}


/*==================================================*
 * RESPONSIVO
 *==================================================*/

@media (max-width: 991.98px) {

    .home-servicos {
        padding: 70px 0;
    }

    .home-servicos-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-servicos-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-servico-card:last-child {
        grid-column: 1 / -1;
    }

}


@media (max-width: 767.98px) {

    .home-servicos {
        padding: 55px 0;
    }

    .home-servicos-header {
        margin-bottom: 35px;
    }

    .home-servicos-header h2 {
        font-size: 32px;
    }

    .home-servicos-grid {
        grid-template-columns: 1fr;
    }

    .home-servico-card:last-child {
        grid-column: auto;
    }

    .home-servico-imagem {
        height: 230px;
    }

    .home-servicos-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .home-servicos-btn {
        width: 100%;
        justify-content: space-between;
    }

}


@media (max-width: 480px) {

    .home-servico-lista {
        grid-template-columns: 1fr;
    }

    .home-servico-conteudo {
        padding: 23px;
    }

}
/*==================================================*
 * BLOCO PRINCIPAL
 *==================================================*/

.servico-destaque {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 510px;
    margin-bottom: 35px;
    background: #f5f6f9;
    border-radius: 24px;
    overflow: hidden;
}

.servico-destaque-img {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.servico-destaque-img img,
.industrial-img img,
.seguranca-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.servico-destaque:hover img,
.servico-industrial:hover img,
.seguranca-box:hover img {
    transform: scale(1.04);
}

.servico-destaque-numero {
    position: absolute;
    top: 25px;
    left: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    color: #fff;
    background: #32348f;
    border-radius: 50%;

    font-size: 14px;
    font-weight: 800;

    box-shadow: 0 10px 25px rgba(0,0,0,.2);
}


/*==================================================*
 * CONTEÚDO
 *==================================================*/

.servico-destaque-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.servico-destaque-content h2,
.industrial-content h2,
.seguranca-content h2 {
    margin: 0 0 15px;
    color: #171827;
    font-size: 32px;
    font-weight: 800;
}

.servico-destaque-content > p,
.industrial-content > p,
.seguranca-content > p {
    max-width: 600px;
    margin: 0 0 30px;
    color: #6b7080;
    font-size: 15px;
    line-height: 1.8;
}


/*==================================================*
 * LISTA PREDIAL
 *==================================================*/

.servico-lista {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 30px;
}

.servico-lista span {
    padding: 11px 0;
    color: #424654;
    font-size: 14px;
    border-bottom: 1px solid #dddfe5;
}

.servico-lista span::before {
    content: "✓";
    margin-right: 9px;
    color: #32348f;
    font-weight: 800;
}


/*==================================================*
 * BOTÃO
 *==================================================*/

.servico-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    width: 220px;
    padding: 14px 18px;

    color: #fff;
    background: #32348f;
    border-radius: 8px;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition:
        background .25s ease,
        transform .25s ease;
}

.servico-btn span {
    font-size: 20px;
    transition: transform .25s ease;
}

.servico-btn:hover {
    color: #fff;
    background: #25276f;
    transform: translateY(-2px);
}

.servico-btn:hover span {
    transform: translateX(5px);
}


/*==================================================*
 * INDUSTRIAL
 *==================================================*/

.servico-industrial {
    display: grid;
    grid-template-columns: 58% 42%;
    min-height: 470px;
    margin-bottom: 35px;
    background: #171827;
    border-radius: 24px;
    overflow: hidden;
}

.industrial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px;
}

.industrial-content h2 {
    color: #fff;
}

.industrial-content > p {
    color: rgba(255,255,255,.65);
}

.industrial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
}

.industrial-grid span {
    padding: 9px 10px 9px 0;
    color: rgba(255,255,255,.8);
    font-size: 13px;
}

.industrial-grid span::before {
    content: "•";
    margin-right: 8px;
    color: #7c7fe0;
}

.industrial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}


/*==================================================*
 * SEGURANÇA
 *==================================================*/

.seguranca-box {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 430px;
    background: #f5f6f9;
    border-radius: 24px;
    overflow: hidden;
}

.seguranca-img {
    overflow: hidden;
}

.seguranca-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px;
}

.seguranca-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.seguranca-items div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e7e8ed;
    border-radius: 8px;
}

.seguranca-items strong {
    color: #32348f;
    font-size: 13px;
}

.seguranca-items span {
    color: #464a58;
    font-size: 13px;
}


/*==================================================*
 * RESPONSIVO
 *==================================================*/

@media (max-width: 991px) {

    .servicos-modernos {
        padding: 70px 0;
    }

    .servicos-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .servico-destaque,
    .servico-industrial,
    .seguranca-box {
        grid-template-columns: 1fr;
    }

    .servico-destaque-img,
    .industrial-img {
        min-height: 350px;
    }

    .seguranca-img {
        min-height: 350px;
    }

    .servico-destaque-content,
    .industrial-content,
    .seguranca-content {
        padding: 40px;
    }

}


@media (max-width: 767px) {

    .servicos-modernos {
        padding: 55px 0;
    }

    .servicos-header {
        margin-bottom: 40px;
    }

    .servicos-header h1 {
        font-size: 34px;
    }

    .servico-destaque,
    .servico-industrial,
    .seguranca-box {
        border-radius: 16px;
    }

    .servico-destaque-img,
    .industrial-img,
    .seguranca-img {
        min-height: 260px;
    }

    .servico-destaque-content,
    .industrial-content,
    .seguranca-content {
        padding: 30px 25px;
    }

    .servico-destaque-content h2,
    .industrial-content h2,
    .seguranca-content h2 {
        font-size: 27px;
    }

    .servico-lista,
    .industrial-grid,
    .seguranca-items {
        grid-template-columns: 1fr;
    }

    .servico-btn {
        width: 100%;
    }

}


/*<!--=======================// SERVIÇOS //=======================-->*/

/*========================================
 Treinamentos Fênix
========================================*/

#treinamentos-fenix{

    padding:0px;
	padding-bottom: 80px;

    background:#f7f8fc;

}

#treinamentos-fenix h1 {
	font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
	text-align: center;

}



.titulo-treinamentos{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;

}


.titulo-treinamentos h1{

    color:#32338E;

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}


.titulo-treinamentos p{

    color:#666;

    font-size:17px;

    line-height:1.8;

}



.curso-card{

    height:100%;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}



.curso-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}



.curso-img{

    overflow:hidden;

}


.curso-img img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}


.curso-card:hover .curso-img img{

    transform:scale(1.08);

}



.curso-conteudo{

    padding:35px;

}


.curso-conteudo h2{

    color:#32338E;

    font-size:25px;

    font-weight:800;

    line-height:1.3;

    margin-bottom:20px;

}


.carga{

    display:inline-block;

    background:#32338E;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}


.curso-conteudo p{

    color:#555;

    line-height:1.8;

    font-size:16px;

}


.info-extra{

    display:block;

    margin-top:20px;

    color:#32338E;

    font-weight:600;

}



@media(max-width:768px){

    .titulo-treinamentos h1{

        font-size:32px;

    }


    .curso-img img{

        height:230px;

    }

}
/*<!--=======================// CONTATO //=======================-->*/

#contato {

}


#contato h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
	margin-bottom: 50px;
}

#contato h2 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 24px;
	margin-bottom: 50px;
}

#contato h3 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 20px;
}

#contato h4 {
	
}

#contato p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;	
	color:#333;
}

#contato a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color:#333;
	
}

#contato a:hover {
	
}

#contato .fa {
	color: #32338E;
}

#contato .fas {
	color: #32338E;	
}


#contato iframe {
	width: 100% !important;
    border-radius: 4px;
}



#contato b {
    color: red !important;
}


#contato span strong {
    color: red !important;
}





/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

#paginas-seo{
	
}

#paginas-seo h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
	margin-bottom: 30px;
}

#paginas-seo h2 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 24px;
	margin-bottom: 50px;
}

#paginas-seo h3 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 20px;
}

#paginas-seo h4 {
	
}

#paginas-seo .card-body a {
	color: #32338E;
	font-size: 20px;
}


#paginas-seo p {
    color: #767676;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#paginas-seo p strong {
	color: #32338E;
}

#paginas-seo li {
    color: #767676;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.linkagen a {
	color: #32338E;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#paginas-seo a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#paginas-seo a:hover {
	
}


#paginas-seo .card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

#mapasite{
	
}

#mapasite h1 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 32px;
	margin-bottom: 30px;
}

#mapasite h2 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 24px;
}

#mapasite h3 {
    font-family: "Roboto", sans-serif;
    color: #32338E;
	font-weight: 700; 
	font-size: 20px;
}	

#mapasite h4 {
	
}

#mapasite p {
	
}

#mapasite a {
	color: #2D2D2D;
}

#mapasite a:hover {
	color:#32338E;
    transition: all 0.3s;
}

/*<!--=======================// MAPA DO SITE //=======================-->*/

/*<!--=======================// RESPONSIVO //=======================-->*/

/*<!--===================// ABERTURA MOBILE L //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 991px) { 
/*<!--=======================// GERAL //=======================-->*/
	.img-seo {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		float:none;
	}
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER //=======================-->*/



/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/



/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
	
	#home{

	}
	.carousel.slide {
		
	}
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{

	}

/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{

	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{

	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

	#contato{

	}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{

	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{

	}

/*<!--=======================// MAPA DO SITE //=======================-->*/
}

#botoes {
    width: 100%;
    position: fixed;
    bottom: 0%;
    display: none;
    z-index: 999;
    margin: 0;
}

#botoes a {
    color: #FFF;
    font-size: 20px;
    padding: 16px 41px;
}

#botoes .fa, .fas, .fab, .far, .fa-solid {
	font-size: 25px !important;
}

#botoes .fa-whatsapp {
	font-size: 25px !important;
}

.bts {
    width: 33.33%;
    margin-bottom: -1px;
}

.bt-1 {
	
	background: #01C854;
	color: #FFF;
	text-align: center;
}

.bt-2 {
	background: #32338E;
	color: #FFF;
	text-align: center;
}

.bt-3 {
	background: #000;
	color: #FFF;
	text-align: center;	
}



/*<!--===================// FECHAMENTO MOBILE L //===================-->*/
/*<!--===================// ABERTURA MOBILE M //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 455px) { 
/*<!--=======================// Topo //=======================-->*/
	
.photos {

    margin: 0 auto;
}
	
.serv-home .card-img, .card-img-bottom, .card-img-top {

    padding: 20px;
}
	
#cta input {
    width: 100%;
}	
	
#cta select {
    width: 100%;
}	
	
#cta button {
    width: 60%;
    margin-top: 26px;
}	

.pro .row {
	padding: 20px !important;
}

	
.dife p {
    padding-left: 0;
}
	
.footer-contact {
    padding: 0px 31px;
}
	
#botoes {
	display: block;
}
	
	
.bto-whats {
    display: none !important;
}

	
	
.contatos-topo span {
	width: 100%;
	float: left;
	display: none;
}

	
.topbar {
    padding-bottom: 7px;
}
	
#sociais .fab {
    padding: 6px 11px 12px 14px;
    font-size: 16px !important;
}
    
.topbar .fas {
    padding: 6px 11px 12px 14px;
    font-size: 16px !important;
}
    
.contatos-topo a {
	color: #fff;
	text-decoration: none;
}

.img-sobre {
	max-width: 100%;
}

.img-seo {
	max-width: 100%;
}
	
footer {
	text-align: center;
    
}
	
.footer-info .fa {
	font-size: 18px;
    
}
	
.footer-top {
    padding: 21px;
}
	
#cta {
    text-align: center;
}
	
	
#cta:hover {
    text-align: center;
}
	

.navbar-nav {
    padding: 11px 17px;
}	
	
footer h4 {
    font-size: 30px;
    margin-top: 28px;
}
    
.footer-contact p {
    text-align: center;
}
    
.navbar-collapse {
	background: #0d1438;
}
	
	
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}	
	
#sociais {
        justify-content: center;
        margin-top: -31px;
    }
	
	
/*<!--=======================// Topo //=======================-->*/
/*<!--=======================// Galeria //=======================-->*/  
.lightbox {
	padding-top: 100px;
}
	
.lb-nav a.lb-next {
    filter: alpha(Opacity=100) !important;
	opacity: 1 !important;
}


.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
}

.lb-nav a.lb-prev {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;	
}


.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;	
}
/*<!--=======================// Galeria //=======================-->*/
/*<!--=======================// Geral //=======================-->*/

	
	#home{
		text-align: center;
	}
	
	#home li {
		list-style: none;
	}
	
	#home .img-fluid {
		max-width: 100%;
		height: auto;
		margin-top: 32px;
	} 
	
	
	#cta input {
   		max-width: 100%;
	}
/*<!--=======================// Geral //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{
        padding: 30px;
	}

/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{
        padding: 30px;
	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{
        padding: 30px;
	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

    #contato {
        padding: 30px;
    }

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{
        padding: 30px;
	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{
        padding: 30px;
	}

/*<!--=======================// MAPA DO SITE //=======================-->*/
	
}
/*<!--===================// FECHAMENTO MOBILE M //===================-->*/
/*<!--===================// ABERTURA MOBILE P //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 355px) {
/*<!--=======================// GERAL //=======================-->*/
	
	.contatos-topo span {
		width: 100%;
		float: left;
	}
	
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER //=======================-->*/



/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/



/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
	
	#home{

	}
	
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{

	}
	
/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{

	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{

	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

	#contato{

	}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{

	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{

	}

/*<!--=======================// MAPA DO SITE //=======================-->*/	

}
/*<!--===================// FECHAMENTO MOBILE P //===================-->*/

/*<!--=======================// RESPONSIVO //=======================-->*/

				/*<!=====// CSS ADICIONAL //=====-->*/
