@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

.text-contato h3{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}
.text-contato .font-contato{
    font-size: 20px;

}
.text-contato .font-contato span{
    font-size: 25px;
}

.btn-contato{
        color: black;
    
    background: #7c5124;
    font-size: 23px;
    
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;   
}
.btn-contato:hover{
    background: #0093dd;
    color:white;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 42s linear infinite 0s;
    -moz-animation: imageAnimation 42s linear infinite 0s;
    -o-animation: imageAnimation 42s linear infinite 0s;
    -ms-animation: imageAnimation 42s linear infinite 0s;
    animation: imageAnimation 42s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 100%;
    text-align: left;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'Lato', 'Arial Narrow', Arial, sans-serif;
    font-size: 100px;
    font-weight: 100;
    padding: 0;
    line-height: 90px; 
}

.cb-slideshow li div h2 { 
    font-family: 'Lato', 'Arial Narrow', Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    padding: 0;
    margin: 0 0 50px 0;
    line-height: 70px; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(7) span { 
    background-image: url(../images/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1100px) { 
    .cb-slideshow li div h3 { font-size: 70px; line-height: 85px; }
    .cb-slideshow li div h2 { font-size: 70px; line-height: 85px; }
    .type-cursos-left { float: none; width: 100%; margin:0;}
    .type-cursos { float: none; padding: 0px;}
    .space-menu { margin: 26px}
    .logo { max-width: 250px; }
    .social-desk { display: inline-table; float: left; }

.word-letter {
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
}

.prim-let {
  position: absolute;
  top: 100px;
  left: 10px
}

.segu-let {
  position: absolute;
  bottom: 90px;
  right: 10px;
  text-align: right;
}       
  .outubro-rosa-gs {margin-left: 230px; max-width: 90px;}
  .compre-do-pequeno img { max-width: 50px;}
  .compre-do-pequeno { font-size: 1.5em; bottom: 80px;}
  
  .type-cursos-right { 
    float: none; 
    width: 100%;
    margin: 0;
}
  
}















@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 35px; line-height: 45px; font-weight: 300;}
    .cb-slideshow li div h2 { font-size: 35px; line-height: 35px; font-weight: 300; margin: 0}
    .cb-slideshow li div { left: 5px; }
    .logo { max-width: 250px; }
    .conteudo-gr-main { padding: 200px 0 30px 0; }
    .type-cursos-left { float: none; width: 100%;}
    .type-cursos { float: none; padding: 0px; font-size: 18px; }
    .md-modal img { display: none; }
    .space-menu { margin: 0}
    .entrance-test-form { width: 100%; margin: 0; padding: 0 }
    .nav-collapse a { width: 100% }
    .social-desk { display: none; }
    .social-mobile { display: inline-table; width: 65px; height: 65px; text-align: center; }
    .social-mobile a { display: inline-table; width: 65px; height: 65px; text-align: center; }
    .social-mobile img { display: inline-table; width: 65px; height: 65px; margin: 10px; text-align: center; }
    .social-master { width: 170px; margin: 0 auto; }
    .social { width: 65px; height: 65px; }
    .social img { width: 65px; height: 65px; }
    .block-gallery-img { width: 85%; }
  .outubro-rosa-gs {margin-left: 230px;}

.word-letter {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.prim-let {
  position: absolute;
  top: 170px;
  left: 10px
}

.segu-let {
  position: absolute;
  bottom: 110px;
  right: 10px;
  text-align: right;
}

.title-main { font-size: 45px;}

#dicionario-tabela-m {  
  top: -35px;
  z-index: 1;
  right: 0;
  width: 200px;
}

#dicionario-tabela-m-img {  
  top: -35px;
  z-index: 1;
  left: 0;
  width: 200px;
}

.dicionario-tabela{
    left: 0;
}


}

@media(max-width: 1330px){
    
    .conteudo-gr-main p {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }
}










