@font-face {
font-family: 'Sofia Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Sofia Pro Regular'), url('../font/Sofia Pro Regular Az.woff') format('woff');
}
html, body {
  height: 100%;
}
h1,h2,h3,h4,h5,h6,p,span,input,textarea,a {
    font-family: "Raleway", sans-serif;
}
p:last-child {
    margin-bottom: 0;
}
p:first-child {
    margin-top: 0;
}
span.cor-destaque {
    color:#130a7f;
}
.cor-amarela {
    color: #e7b854;
}
.cor-destaque {
    color:#130a7f;
}
header {
    padding: 10px 0 10px 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1111;
    top: 0;
-webkit-box-shadow: 0px 1px 38px -7px #ccc; 
box-shadow: 0px 1px 38px -7px #ccc;
}
#inicio {
    padding-top: 52px !important;
    display: block;
    position: relative;
}
.content {
    padding: 105px 0 105px 0;
}
.color-back {
    background-color: #ededec;
}
h1 {
    font-size: 2.1em;
    color: #130a7f;
    margin: 0;
    padding: 0;
    font-weight: 800;
}
h2 {
    font-size: 1.6em;
    color: #130a7f ;
    padding: 0;
    margin-top: 0;
    font-weight: 500;
    font-family:'Sofia Pro Regular';
    line-height: 32px;
    width: 60%;
}
p {
    color: #444;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 30px;
}
p.chamada {
    font-size: 1.3em;
    font-weight: 700;
    padding: 30px;
    border-radius: 10px;
    background-color: #f4f4f4;
}
img.imagem-flutuante {
    width: 100%;
    border-radius: 15px;
}
#consultoria,#produtos,#fale-conosco {
    background-size: cover !important;
    background: url("fundo-branco.png");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
#solucoes,#eduskill, footer {
    background-size: cover !important;
    background: url("fundo-azul.png");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
#solucoes, #eduskill {
    background-color: #130a7f;
}
#parceiros,#duvidas-frequentes {
    background-color: #fff !important;
    background: unset;
}
#sobre,#produtos {
    background-color: #fff !important;
    background: unset;
}
#duvidas-frequentes h3 {
    font-family:'Sofia Pro Regular';
    color: #130a7f;
    font-size: 1.5em;
    margin: 0 0 10px 0;
    padding: 0;
}
a.seja-king {
    color: #fff;
    text-decoration: none;
    background-color: #130a7f;
    padding: 10px 30px 10px 30px;
    border-radius: 100px;
    font-weight: bold;
    transition: all ease 0.2s;
    font-size: 1.1em;
}
a.seja-king:hover {
    background-color: #e7b854;
    color: #130a7f;
}
.seja-king i {
    margin: 0 5px 0 0;
}


.fundo-box-bottom {
  width: 300px;
  height: 8px;
  background-color: #ccc;
  border-radius: 0 0 100px 100px;
  right: 30px;
  position: relative;
  float: right;
}
img.logo {
    width: 70%;
}
#solucoes h1 {
    color: #fff;
}
#solucoes h2 {
    color: #fff;
}
#solucoes p {
    color: #fff;
}
#eduskill h1 {
    color: #fff;
}
#eduskill h2 {
    color: #fff;
}
#eduskill p {
    color: #fff;
}
.box-branco {
    background-color: #f1f1f1;
    padding: 30px;
    margin: 30px 0 0 0;
    border-radius: 10px;
    display: flex; 
    align-items: flex-start; 
    gap: 30px;
    position: relative;
}
.box-branco img {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
img.logo-lms {
    border-radius: 15px;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
}
img.logo-produtos {
    border-radius: 15px;
    padding: 25px;
    background-color: #3126b3;
}
.box-content-tab {
    border-radius: 15px;
}
.box-content-tab-branca {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 15px 15px;
}
.box-content-tab img {
    border-radius: 15px 15px 0 0;
}
.box-content-tab p {
    color: #666 !important;
}
.mensagem-alerta {
    margin-top: 20px;
}
.separador {
    background-color: #e7b854;
    width: 80px;
    height: 5px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
}
.campocontato3 {
    width: 49.8%;
    padding: 20px;
    margin: 0 0 5px 0;
    background-color: #fff;
    font-size: 1em;
    color: #130a7f;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #ededec;
}
input::placeholder {
    color: #130a7f;
    font-weight: 500;
}
textarea::placeholder {
    color: #130a7f;
    font-weight: 500;
}
.campocontato2 {
    width: 100%;
    padding: 20px;
    margin: 0 0 5px 0;
    border: 1px solid #ededec;
    background-color: #fff;
    font-size: 1em;
    color: #130a7f;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
}
.botaocontato {
    width: auto;
    height: auto;
    padding: 5px 25px 5px 25px;
    border: 5px solid #130a7f;
    background-color: #130a7f;
    font-size: 0.9em;
    outline: 0;
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-family:'Sofia Pro Regular';
    border-radius: 100px;
    margin-top: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}
.box-whats a {
    position: fixed;
    bottom: 55px;
    right: 10px;
    background-color: #e7b854;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    color: #130a7f;
    font-weight: bold;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1em;
    font-family:'Sofia Pro Regular';
    transition: all ease 0.2s;
}
.box-whats a:hover {
    background-color: #3126b3;
    color: #e7b854;
}
.box-whats i {
    margin: 0 5px 0 0;
}
.box-formulario a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #e7b854;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    color: #130a7f;
    font-weight: bold;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1em;
    font-family:'Sofia Pro Regular';
    transition: all ease 0.2s;
}
.box-formulario a:hover {
    background-color: #3126b3;
    color: #e7b854;
}
.box-formulario i {
    margin: 0 5px 0 0;
}
.sucesso h6 {
    font-size: 1.2em;
    font-weight: bold;
    color: #3126b3;
    margin-top: 20px;
}
.box-pdf a {
    position: fixed;
    bottom: 100px;
    right: 10px;
    background-color: #e7b854;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    color: #130a7f;
    font-weight: bold;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1em;
    font-family:'Sofia Pro Regular';
    transition: all ease 0.2s;
}
.box-pdf a:hover {
    background-color: #3126b3;
    color: #e7b854;
}
.box-seja-top {
    margin-top: 16%;
}
img.tamanho-70 {
    width: 80%;
}
.borda-produto {
    border-radius: 15px;
    padding: 20px 30px 15px 30px;
    background-color: #3126b3;
    border-bottom: 5px solid #3126b3;
}

.borda-produto:hover {
    transition: all ease 0.2s;
    border-bottom: 5px solid #e7b854;
}
footer {
    background-color: #130a7f;
    padding: 50px 0 50px 0;
    position: relative;
}
footer p {
    color:#fff;
    font-size: 0.9em;
}
footer i {
    text-align: center;
    width: 40px;
    padding: 10px;
    border-radius: 10px;
    margin: 4px 10px 4px 0;
    color: #e7b854;
    display: table-cell;
    vertical-align: middle;
    background-color: #3126b3;
}
footer h3 {
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
footer i.redes {
    text-align: center;
    width: 8%;
    padding: 10px;
    border-radius: 10px;
    margin: 4px 10px 4px 0;
    background-color: #3126b3;
    color: #e7b854;
    display: inline-block;
    font-size: 1.4em;
    transition: all ease 0.2s;
}
footer i.redes:hover {
    background-color: #e7b854;
    color: #130a7f;
}
.text-right {
    text-align: right;
}
#fale-conosco h3 {
    font-family:'Sofia Pro Regular';
    color: #130a7f;
    font-size: 1.5em;
    margin: 0 0 10px 0;
    padding: 0;
}
img.oculta-desktop {
    display: none !important;
}
.imagem-computador {
    width: 80%;
}
.box-computador {
    position: relative;
}
img.imagem-computador-iframe {
    position: relative;
    width: 86%;
    margin: 20px 0 30px 0;
    z-index: 9;
}
iframe {
    position: absolute;
    left: 17%;
    top: 8%;
    z-index: 12;
    width: 66.7%;
    display: block;
    height: 79%;
}
.box-projeto h6 {
    font-size: 1.2em;
    color: #e7b854;
    margin: 0;
    padding: 0;
}
.box-projeto p {
    margin: 0;
    padding: 0;
}
img.logo-eduskill {
    width: 15%;
}
.box-area-parallax {
    padding: 200px 0 200px 0;
    background-color: #ccc;
    text-align: center;
}
.box-area-background h1 {
    font-size: 2em;
    width: 70%;
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}
h1.color-destaque {
    color: #fff;
    font-weight: bold;
    background-color: #130a7f;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    font-size: 1.3em;
}
.box-area-background h2 {
    font-size: 1.3em;
    width: auto;
    margin: 0 auto;
    background-color: #e7b854;
    color: #130a7f;
    padding: 10px 25px 10px 25px;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    font-family:'Sofia Pro Regular';
}
.parallax-box-1 {
    background-image: url('fundoback1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 140px 0 140px 0;
    text-align: center;
}
.parallax-box-2 {
    background-image: url('fundoback2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 140px 0 140px 0;
    text-align: center;
}
.parallax-box-3 {
    background-image: url('fundoback3.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding: 140px 0 140px 0;
    text-align: center;
}
.tamanho-25 {
    width: 25% !important;
}
.tamanho-75 {
    width: 75% !important;
}
.color-destaque {
    color: #130a7f;
}
a.color-link {
    color: #444;
    text-decoration: none;
}
a.link-apresentacao {
    text-decoration: none;
    font-weight: bold;
    color: #130a7f;
    font-size: 1.2em;
    transition: all ease 0.2s;
    background-color: #fff;
    padding: 12px 25px 12px 25px;
    border-radius: 100px;
    border: 1px solid #130a7f;
}
a.link-apresentacao:hover {
    background-color: #e7b854;
    border: 1px solid #e7b854;
}
.redes-sociais-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.redes-sociais {
    width: 19%;
    background-color: #e7b854;
    position: absolute;
    padding: 10px 0 10px 0;
    margin-top: -27.5px;
    left: 8%;
    border-radius: 100px;  
}

.redes-sociais i {
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.5em; 
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
img.leao-1 {
    width: 28%;
    position: absolute;
    margin-top: -15%;
    left: -16%;
    z-index: 0;
}





/*==================== MEDIA QUERIES ===================*/
@media handheld, only screen and (max-width: 900px) {
    header {
        position: relative;
        background-color: #fff;
        text-align: center;
    }
    img.logo {
        width: 50%;
    }
    nav#mainNav {
        margin-top: 10px;
        float: unset;
    }
    #inicio {
        padding-top: 0 !important;
    }
    .content {
        padding: 40px 0 40px 0;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff;
        background-color: #130a7f;
        border-radius: 10px;
    }
    .margem-responsiva {
        margin-bottom: 30px;
    }
    .campocontato3 {
        width: 100%;
    }
    .accordion_arrow {
        width: 12% !important;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    .text-right {
        text-align: left;
    }
    footer i.redes {
        margin-top: 20px;
        display: inline-block !important;
        width: 60px;
        text-align: center;
    }
    footer i {
        display: block !important;
    }
    .modal-box {
        width: 90% !important;
    }
    footer h3 {
        margin: 0 0 20px 0;
    }
    .formulario-site {
        margin-bottom: 40px !important;
    }
    h2 {
        font-size: 1.3em;
        line-height: 24px;
        width: 100%;
    }
    p {
        color: #666;
        font-size: 1em;
        line-height: 26px;
    }
    p.chamada {
        font-size: 1em;
    }
    ul.navbar-nav {
        margin-top: 5px;
    }
    .navbar-dark .navbar-toggler {
        border-radius: 10px;
    }
    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        border-radius: 10px;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        border-radius: 10px !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        border-radius: 10px;
    }
    img.oculta-mobile {
        display: none !important;
    }
    img.exibe-mobile {
        display: block !important;
    }
    .oculta-mobile {
        display: none !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        background-color: #ededec;
        margin: 2px 0 2px 0;
    }
    .tamanho-25 {
        width: 100% !important;
    }
    .tamanho-75 {
        width: 100% !important;
    }
    img.logo-eduskill {
        width: 40%;
    }
    .box-area-background h1 {
        font-size: 2em;
        width: 100%;
        padding: 0 40px 0 40px;
        line-height: 40px;
    }
    .container {
        padding: 0 20px 0 20px;
    }
.box-seja-top {
    margin-top: 25px;
}
    .box-branco img {
        padding: 50px;
        border-radius: 10px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
}




/*==================== TABELA ===================*/
table {
  border-spacing: 0;
}
.tabela-template {
  width: 100%;
}
.tabela-template th {
  background-color: #130a7f;
  padding: 10px;
  color: #fff;
  border-right: 2px solid #f1efeb;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}
.tabela-template td {
  border: 2px solid #e6e6e4;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
.tabela-template th p {
  color: #fff;
}

i.icone-sim {
    color: #3D45A0;
    font-size: 1.5em;
}
i.icone-nao {
    color: #e7b854;
    font-size: 1.5em;
}