*{font-family:"Calibri-Light", "Calibri";}
a:hover, a:focus, a:active{text-decoration: none;}
body, html {overflow-y: visible !important;width:initial;height:initial;}
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;}
.img-circle {border-radius:50%;}
.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: 9px 0;
  border-bottom: 5px solid #0c99d5;
}
.padding-top.p3{padding-top:3% !important;}
.margin-top.m3{margin-top:3% !important;}
/*.margin-top.m7{margin-top:7% !important;}*/
.btn-void{
  color: #0c99d5;
  border-radius: 0;
  width: 250px;
  background: rgba(255, 255, 255, 0.81);
}
.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";}
.alwyn.med-oblique{font-family:"Alwyn-MediumOblique";}
.fix-skew-5deg{-ms-transform: skewY(-10deg);-webkit-transform: skewY(-10deg);transform: skewY(-10deg);}
.blue-text{
  color: #86ecff !important;
  /* font-weight: bold; */
  /* font-size: 0.9em; */
}

.blue-text-bt{
    clear: both;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #0c99d5;
    padding: 7px;
    float: left;
    margin-left: 8%;
    border-radius: 3px;
}

.radius-none{border-radius:0px !important;}
.btn-100{width:100% !important;}
.text-big{font-size:1.3em;}
.loader {display:none;}
img .circle{border-radius:50%;}
h3.margin-default {margin-top:20px!important;margin-bottom:15px!important;}
h3.documentos-text {margin-top:5rem!important;}

#titulo_intro2 .container{width: 93% !important;}
#intro2 .container{
  width: 80% !important;
  clear: both;
  margin: 0 auto;
}

header{text-align:right;color:#0c99d5;}
header .fa-bars{
	font-size: 2em;
    line-height: 55px;
    padding-top: 29px;
    padding-right: 40px;
}

.inner-white {background-color:#fff;border-radius:5px;}
.inner-cyan-full {background-color:#fff;border-radius:5px;}
.inner-cyan {background-color:#fff;border-radius:5px;height:100%;width:100%;padding:10%;}
.inner-red {background-color:#0c99d5;border-radius:5px;height:100%;width:100%;padding:10%;}
.inner-cyangreen {background-color:#0c99d5;border-radius:5px;height:100%;width:100%;padding:4%;}
.inner-green {background-color:#0c99d5;border-radius:5px;height:100%;width:100%;padding:10%;}
.inner-orange {background-color:#0c99d5;border-radius:5px;height:100%;width:100%;padding:10%;}
.inner-blue {background-color:#0c99d5;border-radius:5px;height:100%;width:100%;padding:10%;}

.skew5-blue {
  -ms-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background-color: #0d99d5;
  color: #fff;
}

.skew5-green {
  -ms-transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  background-color: #0c99d5;
  color: #fff;
  margin-top: -130px;
  margin-bottom: 105px;
}

.secondary-page {margin:20vh 0 15vh;}

#fickle-content h1, #permanent-content h1, #galerias h1{
  font-size: 3rem;
  font-family: "Alwyn-MediumOblique";
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  margin-top:6rem;
}  
#fickle-content ul {list-style:circle;margin-left:3%;}
#fickle-content ul li{margin:10px 0;}
#fickle-content a {
  color: #0c99d5;
}
#fickle-content a:hover, #fickle-content a:focus, #fickle-content a:active {text-decoration:none;color:#0c99d5;transition:color .5s;}

/* SLIDEBARS */
[data-off-canvas] {background-color:#0c99d5;}
[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:#0c99d5;
  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:1%;
  padding: 0 5px;
}
.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 );
}