/**
* Este arquivo é pertinente à todas as alterações feitas para o layout/estrutura específico,
* mas pode ser replicada para diferentes layouts ou estruturas.
*
* Diferente do style que são para algumas classes de elementos específicos, as classes deste arquivo são replicadas em diversas partes do site
*
* @example
*   A classe "blue-text" aplica o texto azul padrão do layout para diferentes textos do site, se alterado, a cor ficará diferente em diversas áreas
*/

* {
    font-family: "Calibri-Light", "Calibri";
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

body,
html {
    overflow-y: visible !important;
    width: initial;
    height: initial;
    /*background: #314fa1;*/
    /* background-image: url(../../img/bg-cards.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    color: #fff;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:active,
input[type=checkbox]:active,
input[type=radio]:active,
.btn:focus,
.btn:active {
    outline: none !important;
}

.grayscale {
    filter: grayscale(100%);
}

.grayscale:hover {
    filter: grayscale(0%);
    transition: .5s filter;
}

.g-recaptcha {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.absolute {
    position: absolute !important;
}

.pad-null {
    padding: 0;
}

.padding.p1 {
    padding: 2% !important;
}

.padding-top.p3 {
    padding-top: 3% !important;
}

.margin-top.m3 {
    margin-top: 3% !important;
    text-align: center;
}

.margin-top.m7 {
    margin-top: 0% !important;
}

.btn-void {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    width: 250px;
}

.btn-void:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.bold {
    font-weight: bold !important;
}

.alwyn.thin {
    font-family: "Alwyn-Thin";
}

.alwyn.lig {
    font-family: "Alwyn-Light";
}

.alwyn.oblique {
    font-family: 'Alwyn-Oblique';
}

.alwyn.lig-oblique {
    font-family: "Alwyn-LightOblique";
    color: #fff;
}

.alwyn.lig-oblique2 {
    font-family: "Alwyn-LightOblique";
    color: #fff;
}

.alwyn.med-oblique {
    font-family: "Alwyn-MediumOblique";
    color: #314fa1;
}

.alwyn.med-oblique3 {
    font-family: "Alwyn-MediumOblique";
    color: #fff;
}

.alwyn.med-oblique2 {
    font-family: "Alwyn-MediumOblique";
    color: #fff;
}

.fix-skew-5deg {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

.blue-text {
    color: #00a8d4 !important;
}

.radius-none {
    border-radius: 0px !important;
}

.btn-100 {
    width: 100% !important;
}

.text-big {
    font-size: 1.3em;
    color: #fff;
}

.loader {
    display: none;
}

.btn-dark {
    text-shadow: 0 1px 0 #333;
    background-image: -webkit-linear-gradient(top, #333333 0, #171717 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#171717));
    background-image: linear-gradient(to bottom, #333333 0, #171717 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    box-shadow: 0 0 0;
    outline: none !important;
    color: #fff;
    background: transparent;
    background-color: #333;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #454a45 0, #313a31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #464c5a;
}

.btn-success2 {
    background: #314fa1;
    font-family: Calibri;
    color: #fff !important;
}

.btn-success2:hover {
    background: #314fa1;
    font-family: Calibri;
    color: #fff !important;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #e08824 0, #f79d48 100%);
    background-image: -o-linear-gradient(top, #e08824 0, #f79d48 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e08824), to(#f79d48));
    background-image: linear-gradient(to bottom, #e08824 0, #f79d48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e0801c;
}

.btn-success:hover {
    background-color: #426bda !important;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #242729 0, #23292d 100%);
    background-image: -o-linear-gradient(top, #242729 0, #23292d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#242729), to(#23292d));
    background-image: linear-gradient(to bottom, #242729 0, #23292d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #121619;
}

.btn-info:hover {
    background: #333 !important;
    border: #333 !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

img .circle {
    border-radius: 50%;
}

h3.margin-default {
    margin-top: 103px !important;
    margin-bottom: 15px !important;
}

h3.documentos-text {
    margin-top: 5rem !important;
}

header {
    text-align: right;
    color: #939393;
}

header .fa-bars {
    font-size: 3em;
    line-height: 55px;
    color: #ffffff;
    padding-top: 19%;
    padding-right: 0%;
}

.inner-white {
    background-color: #314fa1;
    border-radius: 5px;
    /* border: 2px solid #282d2f; */
}

.inner-cyan-full {
    background-color: #314fa1;
    border-radius: 5px;
}

.inner-cyan {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10%;
}

.inner-red {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10%;
}

.inner-cyangreen {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 4%;
}

.inner-green {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10%;
}

.inner-orange {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10%;
}

.inner-blue {
    background-color: #314fa1;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10%;
}

.skew5-blue {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    /* background-image: url(../../img/bg-cards.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    color: #fff;
    background: #fff;
}

.secondary-page {
    margin: 0 auto;
    color: #fff;
    padding-top: 17%;
    padding-bottom: 10%;
}

#fickle-content h1,
#permanent-content h1,
#galerias h1 {
    font-size: 3rem;
    font-family: "Alwyn-MediumOblique";
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    color: #2c50b0;
}

#fickle-content ul {
    list-style: circle;
    margin-left: 3%;
}

#fickle-content ul li {
    margin: 10px 0;
}

#fickle-content a {
    color: #2c50b0;
    font-size: 1.25em;
    font-family: Calibri;
}

#fickle-content p {
    font-size: 1.35em;
    color: #383536;
    font-family: Calibri;
}

#fickle-content a:hover,
#fickle-content a:focus,
#fickle-content a:active {
    text-decoration: none;
    color: #fff;
    transition: color .5s;
}

/* SLIDEBARS */

[data-off-canvas] {
    background-color: #212121;
}

[data-canvas=container] {
    overflow: initial;
}

[data-off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

[data-off-canvas] ul.menu li a:hover {
    color: #ff564a;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

/* CARDS */

.cardContainer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 2%;
}

.card {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card.flipped {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.card .front,
.card .back {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card .back {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}