/**
 * Componentes
 */
.row {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    min-height: 1px;
}
.row .col.s12 {
    width: 100%;
    /* margin-left: auto; */
    left: auto;
    right: auto;
}
.sombra {
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -webkit-transition: -webkit-box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.botao {
    position: relative;
    z-index: 0;
    width: 150px;
    width: fit-content;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.botao.disabled {
    opacity: 0.7;
    cursor: no-drop;
}
.botao:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.botao:hover:after {
    height: 100%;
}
form .botao {
    width: initial;
    float: right;
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
}
input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #838383;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    width: calc(100% - 30px);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.default input {
    width: 96%;
    padding: 0 2%;
}
input.invalid {
    color: #F44336;
    border-color: #F44336;
}
input.texto-preto::placeholder {
    color: #838383;
}
input:disabled {
    opacity: 0.5;
}
form.s3 input {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
form.s3 textarea {
    margin: 0 10px 10px 10px;
}
form.s3 .botao {
    width: fit-content;
    max-width: 300px;
    margin: 10px;
    float: none;
    display: block;
}    
textarea {
    overflow-y: hidden;
    resize: none;
    outline: none;
    width: 100%;
    min-height: 182px;
    max-height: 182px;
    padding: 12px 0;
    line-height: normal;
    border: none;
    border-bottom: 1px solid #838383;
    border-radius: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 16px;
    box-sizing: content-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
textarea:disabled {
    opacity: 0.5;
}
.input-field {
    position: relative;
}
form .input-field {
    margin-bottom: 10px;
}
.input-field label {
    color: #838383;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}
.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.input-field input:focus {
    border-bottom: 1px solid;
}
ul.select-field {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
ul.select-field.selected li.select-field-key span {
    /* font-weight: 400; */
}
li.select-field-key {
    padding: 10px 15px 12px;
    border-radius: 2px;
    cursor: pointer;
}
li.select-field-key.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
li.select-field-key span {    
    display: inline;
    font-weight: 100;
}
li.select-field-key i {
    position: absolute;
    top: 8px;
    right: 15px;
    margin: 0 -5px 0 10px;
    vertical-align: middle;
    font-size: 24px;
}
li.select-field-key.active {
    background: #e1e1e1;
    color: #aaa;
    border-color: #aaa;
}
ul.select-field-options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
li.select-field-option {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
    background: #f1f1f1;
    color: #000;
}
li.select-field-option:first-child {
    padding-top: 15px;
}
li.select-field-option:last-child {
    padding-bottom: 15px;
}
li.select-field-option:hover {
    background: #e1e1e1;
}
.default .select-field {
    margin-bottom: 20px;
}
.default .select-field .select-field-key {
    padding: 15px 2%;
    border-bottom: 1px solid;
}
.default .select-field .select-field-key i {
    top: 15px;
    right: 2%;
}
.default .select-field-options {
    z-index: 1;
    max-height: 300px;
    overflow: auto;
}
.default .select-field-option {
    padding: 10px 2%;
}
.default .select-field-selected.selected {
    color: #212121;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}
.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px;
}
.card {
    position: relative;
    margin: 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
    text-shadow: 2px 2px 10px #111;
}

.card .card-image .data {
    position: absolute;
    right: 24px;
    bottom: -25px;
    width: 52px;
    height: 52px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
}
.card .card-image .data .dia {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
}
.card .card-image .data .mes {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.video {
    cursor: pointer;
}
.video .card .card-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253e58;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.video .card .card-image .card-title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.video .card .card-image i {
    font-size: 80px;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.video .card:hover .card-image .card-title i {
    font-size: 100px;
}
.video .card:hover .card-image:before {
    opacity: 0;
}
.site .card .card-image .card-title {
    display: none;
}
.card .card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 0.99;
}
.card .card-content .card-title {
    display: block;
    margin-bottom: 15px;
}
.card .card-content {
    padding: 20px 24px;
    border-radius: 0 0 2px 2px;
}
.card .card-content ul li {
    margin: 10px 0;
    list-style: initial;
    font-size: 16px;
    font-weight: 100;
}
.card .card-content ul {
    padding: 0 24px;
}
.card .card-content p {
    margin: 0 0 20px 0;
    color: inherit;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
}
.card .card-content p:last-child {
    margin: 0;
}
.card .card-content p.card-description {
    margin: 0;
}
.card .card-content .details p {
    margin: 10px 0 0 0;
    padding: 8px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    display: flex;
    display: -webkit-box;
    display: -ms-grid;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card .card-content .details p:first-child {
    margin: 20px 0 0 0;
}
.card .card-content .details p i {
    margin: 0 5px 3px -3px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 0;
}
.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 16px 24px;
    font-size: 16px;
}
.card .card-action a {
    cursor: pointer;
}    
.card .card-action a:nth-child(2) {
    float: right;
}    
.card .card-content .badge {
    width: auto;
    width: fit-content;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    display: block;
    border-radius: 2px;
    font-size: 15px;
    line-height: 1;
    font-weight: 100;
    text-align: center;
}
.card .card-content .btn-evento {
    position: absolute;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
    font-size: 26px;
}
.card .card-reveal {
    padding: 20px 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    transform: translateY(0);
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.card .card-reveal.active {
    display: block;
    transform: translateY(-100%);
}
.card .card-reveal i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.card .card-reveal a:focus {
    color: #fff;
}
.card .card-reveal p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.card .card-reveal .botao {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 7.5px 15px;
    border: 1px solid;
    font-size: 13px;
}
.card .card-reveal .botao:after {
    content: none;
}

/**
 * Area total
 */
.area-total {
    overflow-y: auto;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 662px;
    height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -ms-grid;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(13, 22, 31, 0.975);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 0;
}
.area-total .loading {
    display: block;
    margin: auto;
}
.area-total .inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 40px;
}
.area-total i.close {
    position: absolute;
    top: 52px;
    right: 52px;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.area-total i.close:hover {
    font-size: 36px;
    color: #2196F3;
}
.area-total span.title {
    margin: 0 10px 20px 8px;
    display: block;
    font-size: 28px;
}
.area-total.menu ul.s3 {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.area-total .s3 a {
    width: calc(100% - 52px);
}
.area-total a {
    position: relative;
    width: 27%;
    width: calc(100% - 52px);
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    opacity: 0.75;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.area-total a:hover {
    color: #2196F3;
    font-weight: 600;
}
.area-total a.botao {
    width: 150px;
    width: fit-content;
    padding: 10px 20px;
    font-size: 16px;
}
.area-total a.featured {
    font-weight: 400;
    border-color: inherit;
}
.area-total a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.area-total a:hover:after {
    /* height: 100%; */
}
.area-total p {
    margin: 0 10px 20px 8px;
    font-size: 18px;
    font-weight: 100;
    text-align: justify;
}
.area-total a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.area-total a span i {
    vertical-align: middle;
    line-height: 0;
    margin: 0px 5px 5px 0;
    font-size: 26px;
}
.area-total a span.tags,
.area-total a span.categoria,
.area-total a span.modalidade,
.area-total a span.modalidade2,
.area-total a span.modalidade3,
.area-total a span.tipo,
.area-total a span.escola,
span.data-final {
    display: none;
}
.area-total .input-field {
    margin: 50px 10px 0 10px;
}
.area-total .input-field input {
    height: 3.5rem;
    font-size: 1.5rem;
    font-weight: 100;
}
.area-total.score .inner {
    padding: 30px 30px;
}
.area-total.score i.close {
    top: 35px;
    right: 35px;
}
.area-total.score .input-field input {
    height: 2.5rem;
    margin-bottom: 15px;
    padding: 0 14px;
    font-size: 1.1rem;
}
.area-total.score .input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-12px) scale(0.8);
    transform: translateY(-12px) scale(0.8);
}
.area-total iframe {
    position: relative;
    width: 900px;
    height: 506px;
    display: block;
    margin: auto;
}
.area-total .area-custom h3 {
    margin: 35px 0;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
}
.area-total .area-custom p {
    font-size: 18px;
    text-align: center;
}
.area-total .area-custom .preco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.area-total .area-custom .preco b {
    margin: 0 10px;
    font-size: 120px;
    line-height: 0.8;
}
.area-total .area-custom .preco em {
    font-size: 24px;
    font-style: initial;
}
.area-total .area-custom .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.area-total .area-custom .left img {
    position: absolute;
    bottom: 0;
    width: auto;
    max-height: 95%;
    height: 100%;
}
.area-total .area-custom .right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.area-total .area-custom .right img {
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

/**
 * Todos os cursos
 */

/**
 * Filtros
 */
.area-total.todos-os-cursos .filtros {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.area-total.todos-os-cursos .filtros .select-field {
    width: 22%;
    width: calc(25% - 20px);
    margin: 10px;
    display: inline-block;
}

/**
 * Carousel
 */
 .carousel {
    margin-top: 0;
    margin-bottom: 0;
}
.carousel .inner {
    position: relative;
    padding: 50px;
}
.carousel .title {
    position: relative;
    margin: 0 0 15px 0;
}
.carousel .title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.carousel .title h3 i {
    padding: 10px;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 32px;
    color: #fff;
    border-radius: 10px;
}
.carousel .title .input-field.search {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
}
.carousel .title .input-field .search {
    width: 100%;
}
.carousel ul.carousel-filtros {
    width: auto;
    margin-top: 15px;
    font-size: 0;
}
.carousel ul.carousel-filtros li {
    position: relative;
    width: 16%;
    display: inline-block;
    margin: 0;
    padding: 20px 1%;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #838383;
    cursor: pointer;
}
.carousel ul.carousel-filtros li:first-child {
    width: 8%;
}
.carousel ul.carousel-filtros li.active {
    color: #2196F3;
}
.carousel ul.carousel-filtros li.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.carousel ul.carousel-filtros li:hover {
    color: #2196F3;
}
.carousel ul.carousel-filtros li.disabled:hover {
    color: #838383!important;
}
.carousel li.btn-filtro:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2.5px;
    background-color: #2196f3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel ul.carousel-filtros li.active:after {
    left: 0;
    width: 100%;
}
.carousel ul.carousel-filtros li:hover:after {
    width: 100%;
    left: 0;
}
.carousel ul.carousel-filtros li.disabled:after {
    content: none;
}
.carousel.cursos .categoria,
.carousel.cursos .tags {
    display: none;
}

/**
 * Swiper
 */
.swiper-container.pagination {
    padding-bottom: 35px;
    margin-bottom: -35px;
}
.swiper-pagination-bullet {
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background: #2196f3;
    opacity: 1;
}
.swiper-pagination.white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-slide .swiper-lazy-preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 50%;
    transform-origin: 0;
    -webkit-animation: none;
    animation: none;
}
.swiper-slide .swiper-lazy-preloader:after {
    background-image: url(/wp-content/themes/wantweb/src/icons/loading-dark.svg);
    width: 70px;
    height: 100%;
    margin: auto;
}

/**
 * Cursos
 */

/**
 * Notícias
 */

/**
 * Eventos
 */
 .carousel.eventos {
    /* background-image: url(/wp-content/themes/wantweb/src/bkg/eventos.jpg); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

/**
 * Social
 */
.social .assessoria-carreira {
    width: auto;
    margin: 50px 0 0 0;   
    padding: 15px;
    border-radius: 30px;
    background: -webkit-linear-gradient(#253e58, rgba(0,0,0,0));
    background: linear-gradient(to bottom,#253e58 30%,rgba(0,0,0,0) 100%);
}
.assessoria-carreira h3 i {
    padding: 10px;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 32px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ffc107;
}
.assessoria-carreira td {
    width: 33.3333%;
    padding: 20px 25px;
    vertical-align: top;
}
.assessoria-carreira td:nth-child(2), 
.assessoria-carreira td:nth-child(3) {
    padding-top: 50px;
}
.assessoria-carreira td h3 {
    font-size: 24px;
}
.assessoria-carreira td p {
    font-size: 18px;
    font-weight: 100;
    text-align: justify;
}

/**
 * TV Eniac
 */
.carousel.tv-eniac .carousel-tv-eniac {   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.carousel.tv-eniac .col.s12 {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 15px;
}
.carousel.tv-eniac .card .card-content .card-image {
    background: rgba(37, 62, 88, 0.3);
}
.carousel.tv-eniac .card .card-content .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.carousel.tv-eniac .card .card-image .card-title.play {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.carousel.tv-eniac .card .card-image .card-title.play i {
    font-size: 75px;
    margin: auto;
    padding: 5px;
    background-color: rgba(244, 67, 54, 0.85);
    border-radius: 100%;
}
.carousel.tv-eniac .card .card-content p {
    font-size: 18px;
}

/**
 * Footer
 */
footer {
    position: relative;
    box-shadow: -1px -5px 15px rgba(0,0,0,0.20), 0 3px 6px rgba(0,0,0,0.2);
    background-image: url(/wp-content/themes/wantweb/src/bkg/footer.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
footer .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
}
footer .inner {
    position: relative;
    max-width: 1200px;
    padding: 100px 50px 50px 50px;
    margin: auto;
}
footer .inner table {
    width: 100%;
    margin: 0;
}
footer .inner td.footer-brand {
    width: auto;
    vertical-align: middle;
    text-align: left;
}
footer .inner td.footer-brand img {
    width: 220px;
    display: block;
    margin: 0 0 30px;
}
footer .inner td.footer-brand a {
    width: fit-content;
    max-width: 500px;
    margin: 0 0 5px;
    text-decoration: none;
    font-size: 16.5px;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
footer .inner td.footer-brand i {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 7.5px;
    border-radius: 10px;
    font-size: 25px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(33, 150, 243, 0.6);
}
footer .inner td.footer-social {
    width: 35%;
    vertical-align: middle;
    text-align: right;
}
footer .inner td.footer-social h3 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 100;
    color: #2196F3;
}
footer .inner td.footer-social i {
    font-size: 30px;
    margin: 0 7.5px;
}
footer .inner td.footer-social i:hover {
    color: #2196F3;
}
footer .inner td.footer-social .input-field label {
    margin: 0 0 0 -10px;
    color: #fff;
}    
footer .inner td.footer-social .input-field label:not(.label-icon).active {
    top: -5px;
    left: 2px;
}
footer .footer-copyright {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
    font-size: 16.5px;
    font-weight: 100;
}
footer hr {
    border: 0;
    height: 1px;
    width: 1000px;
    margin: 35px auto;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.0),rgba(255,255,255,1),rgba(255,255,255,0.0));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0.3),rgba(255,255,255,1),rgba(255,255,255,0.3));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0.3),rgba(255,255,255,1),rgba(255,255,255,0.3));
    background-image: -o-linear-gradient(left,rgba(255,255,255,0.3),rgba(255,255,255,1),rgba(255,255,255,0.3));
}
.footer-map {
    padding: 35px 0;
}
.footer-map td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.075);
}
.footer-map td {
    width: 16.6666%;
    padding: 0 3%;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.075);
}
footer .footer-map h5 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 100;
    color: #2196F3;
}
footer .footer-map a {
    display: block;
    font-size: 14px;
    font-weight: 100;
}
footer .footer-map i {
    margin-left: -5px;
    color: #2196F3;
    cursor: pointer;
}

/**
 * Funções
 */
.navtop li.show-1300px {
    display: none;
}
.area-total.menu a.show-1300px {
    display: none;
}
.area-total.menu a.show-1200px {
    display: none;
}
.area-total.menu a.show-1024px {
    display: none;
}
.area-total.menu a.show-900px {
    display: none;
}
.area-total.menu a.show-768px {
    display: none;
}
.area-total.menu a.show-640px {
    display: none;
}
.area-total.menu a.show-400px {
    display: none;
}
.opacity {
    opacity: 0.5;
}
.opacity:hover {
    opacity: 1;
}
.noScroll {
    overflow: hidden;
}

/**
* Content
*/
.content-top {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    transform: translateY(-110px);
}