/*@font-face {
  font-family: AzoSans;
  src: local('../fonts/AzoSans/AzoSans-Light.ttf');
}*/


.preeschol-color{
  color: #CB007B !important;
}

.elementary-color{
  color: #FF6B00 !important;
}

.secondary-color{
  color: #00A0DF !important;
}

@font-face {
    font-family: 'AzoSans';
    src: url('../fonts/AzoSans-Light.eot');
    src: local('Azo Sans Light'), local('../fonts/AzoSans-Light'),
        url('../fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AzoSans-Light.woff2') format('woff2'),
        url('../fonts/AzoSans-Light.woff') format('woff'),
        url('../fonts/AzoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


body{
  letter-spacing: 1px;
  font-family: 'AzoSans' !important;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

.btn-own{
  color: #fff !important;
  border-color: #fff !important;
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 25px !important;
  margin-top: 5px !important; 
  background: #006738 !important;
}

.lang{
  padding-left: 15px !important;
}


.btn-own:hover{
  color: #fff !important;
  background: #054d25 !important;
}

.primary-color{
  /*background-color: #215958 !important;
  Actual 006738*/
  background-color: #006738 !important;
}


.navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (max-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }

  .btn-own{
  color: #006738;
  border-color: #006738;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px !important;
  }
  .btn-own > a{
  color: #fff !important;
  }
}

@media (max-width: 375px) {
  .btn-own{
  color: #006738;
  border-color: #006738;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: 10px !important;
  }

  .btn-own > a{
  color: #fff !important;
  }
}


a:hover{
  color: #006738;
}

.phrase{
  background: #333;
  color: #fff;
}






.slideshow {
  list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after { 
    top: -16px; /*Not sure why I needed this fix*/
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow li span { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}



.slideshow li:nth-child(1) span { 
    background-image: url("../img/slide/1.jpg"); 
}
.slideshow li:nth-child(2) span { 
    background-image: url("../img/slide/2.jpg");
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url("../img/slide/3.jpg");
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url("../img/slide/4.jpg");   
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url("../img/slide/5.jpg");
    animation-delay: 24s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: .7; animation-timing-function: ease-out; }
    17% { opacity: .7 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: .7 }
    17% { opacity: .7 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}



.flip-card {
  background-color: #000;
  width: 100%;
  height: 380px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto !important;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  font-size: 18px !important;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front1, .flip-card-back1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front1 {
  background-image: url("../img/portfolio/3.1.png"); 
}

.flip-card-back1 {
  margin: 0 auto;
  background-color: #CB007B !important;
  opacity: 1;
  color: white;
  transform: rotateY(180deg);
}


.flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front2 {
  background-image: url("../img/portfolio/2.1.png"); 
}

.flip-card-back2 {
  margin: 0 auto;
  background-color: #FF6B00 !important;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front3 {
  background-image: url("../img/portfolio/1.1.png"); 
}

.flip-card-back3 {
  margin: 0 auto;
  background-color: #00A0DF !important;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front1 div.text, .flip-card-back1 div.text{
  z-index: 1;  
  padding-top: 100px;
  background: rgba(203, 0, 123, 0.4);
  width: 100%;
  height: 100%; 
  color: #fff;
}

.flip-card-front2 div.text, .flip-card-back2 div.text{
  z-index: 1;  
  padding-top: 100px;
  background: rgba(255, 107, 0, 0.4);
  width: 100%;
  height: 100%; 
  color: #fff;
}

.flip-card-front3 div.text, .flip-card-back3 div.text{
  z-index: 1;  
  padding-top: 100px;
  background: rgba(0, 160, 223, 0.4);
  width: 100%;
  height: 100%; 
  color: #fff;
}


.justificado{
  text-align: justify !important;
}

.modal{
  top: 50px;
}


