@charset "utf-8";
/*
Theme Name: Cultural Linguas
Theme URI: http://www.culturallinguas.com.br
Author URI: http://www.culturallinguas.com.br
Description: CL 2018
Author: W24
Version: 1.0
License: COMMERCIAL
License URI: license.txt

*/

/* =Reset default browser CSS. Base amixel tecnologia -  Alex Perez torres: http://amixel.com.br
-------------------------------------------------------------- */

body{
    font-family: 'Montserrat', sans-serif;
}
.header-site{
    min-height:130px;
    border-bottom: 2px solid #000;
}
.degrade{       
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 2%, rgba(255,255,255,0.78) 46%, rgba(205,205,205,0.51) 99%, rgba(204,204,204,0.51) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(255,255,255,0.78) 46%,rgba(205,205,205,0.51) 99%,rgba(204,204,204,0.51) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 2%,rgba(255,255,255,0.78) 46%,rgba(205,205,205,0.51) 99%,rgba(204,204,204,0.51) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#82cccccc',GradientType=0 ); /* IE6-9 */
}
.fundo-home{
    background-image: url(img/banner-home.jpg);
    background-repeat: no-repeat;
    background-position: top center;     
    background-size: cover;
    min-height: 470px;
}
.box-transparente-preto{
    background-color:rgba(0, 0, 0, 0.45);
}
.bg-amarelo{
    background-color: #FF9900;
}
.box-curso{
    min-height: 210px;    
}

.navbar {
    padding: .0rem 1rem !important;
}
.navbar-light .navbar-nav .nav-link {
    border-top: 3px solid transparent; 
    color: #093969 !important;
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
}
@media screen and (max-width:1170px){

    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;      
    }
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-top: 3px solid #D9251B; 
    color:#fff; 
    display:block; 
    text-decoration:none; 
    background-color: #ddd;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.collapsing, .collapse.show {
    background: transparent !important;
}

.box-jogo{
    min-height: 355px;
}

#shadow {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    opacity: 0.9;
    display: none;
}



/* =Blog-Navigation - Pagination
----------------------------------------------- */

nav.pagination {
    position: relative;
    display: block;

}

.nav-links {
    position: relative;
    margin-left:auto;
    margin-right:auto;
}

.nav-links ul {
    margin: 0;
    padding: 0;
}

.nav-links ul li {
    list-style: none;
    margin:0 10px 0 0;
    padding:0;
    float: left;
}

.nav-links ul li span.current {
    padding: 10px 12px;
    background: #777;
    border: 1px solid #777;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}

.nav-links ul li a {
    padding: 10px 12px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
}

.nav-links ul li a:hover {
    background: #999;
    border-color: #888;
    color: #fff;
}


/* COMENTARIOS */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
#comments .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: none;
}
#comments .card {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.002);
}
.chip {
    display: inline-block;
    border-radius: 16px;
    font-size: 13px;
    background-color: #eceff1;
    color: rgba(0, 0, 0, 0.7);
    height: initial;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 0rem;
    margin-right: .5rem;
    padding: 0px 10px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.18);
    font-weight: 600;
}
#comments .children .media .card-block {
    background: rgba(0, 0, 0, 0.02);
    padding: .75rem;
}
#comments .media p {
    margin-bottom: .1rem;
}

.hoverable {
    transition: box-shadow .5s;
}
.hoverable:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
}


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}