/*-----------------------------------------------

Desenvolvido por : Raphael da Silva Gomes
Data desta versão: 05/06/2019 - Versão 1.1

------------------------------------------------*/

@import "cssreset.css";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    background: #fe5400;
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b94104;
}

::-webkit-scrollbar-thumb:hover {
    background: #0096c0;
}

.w3-bar {
    color: #fff;
    font-family: roboto-light;
     !important;
    z-index: 10;
    background: linear-gradient(to top, rgba(208, 104, 31, 0) 50%, #fb7033 50%) !important;
    /*    background: #fc521a !important;*/
}

.w3-button:hover {
    color: #003365 !important;
    z-index: 10;
    background: linear-gradient(to top, rgba(208, 104, 31, 0) 50%, #fb7033 50%) !important;
}

.conta .w3-button:hover {
    color: #fff !important;
    background: #25afc5bf !important;
}

.galeria .w3-button:hover {
    color: #fff !important;
    background: #25afc5bf !important;
}

.galeria .w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000000eb !important;
}

.w3-white {
    /*   background: #000!important; */
    z-index: 10;
    background: linear-gradient(to top, rgba(208, 104, 31, 0) 50%, #fb7033 50%) !important;
    color: #fff !important;
    box-shadow: none;
}



/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url("../images/rede/SuperTalentos.jpg");
    /*min-height: 100%;*/
    height: 500px;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url("../images/rede/equipe.jpg");
    min-height: 500px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("../images/rede/contato.png");
    min-height: 500px;
}

/* Third image (Contact) */
.bgimg-4 {
    background-image: url("../images/rede/galeria.png");
    min-height: 500px;
}

.w3-wide {
    letter-spacing: 10px;
    font-family: roboto-light;
     !important;
    /*        color: red !important;*/
}

.w3-hover-opacity {
    cursor: pointer;
}

/*-------------------------------------------------------------------------------------------*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-family: FiraSans-ExtraLight;
    font-size: 1.5vw;
    color: #dbdbdb;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #1d1d1d;
    text-decoration: none;
    transition: background-color .3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #4cc2d7;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*    border: 2px solid #d5d5d6;*/
    border-top: none;
}

.ifff-letra1 {
    width: 100%;
    margin: 1% 1% 1% 1%;
    left: 0;
    /*    position: absolute;*/
    font-family: FiraSans-ExtraLight;
    font-size: 1.5vw;
    text-align: left;
    padding: 0;
    color: #dbdbdb;
    z-index: 1;
    letter-spacing: -0.1vw;
    border-bottom: 0.1vw solid #dbdbdb;
}

.ifff-letra1 a {
    color: #dbdbdb;
    text-decoration: none;
    transition: background-color .3s;
    cursor: pointer;
}

.ifff-letra1 a:hover {
    color: #4cc2d7;
}

.icone-topo {
    width: 90px;
}

/*------------------------------------------------*/

.canal-cmi {
    width: 100%;
    /*	height: 80%;*/
    /*	position: relative;*/
    /*    background-color: #1d1d1d;*/
}

.banner-cmi {
    width: 70%;
    padding: 0 0 0 0;
    margin: 0 15% 0 15%;
    color: #f2f2f2;
    font-family: FiraSans-ExtraLight;
    letter-spacing: -0.3vw;
    font-size: 7.0vw;
    font-weight: 100;
    text-align: right;
}

.banner-cmi img {
    width: 6.5%;
}

.canal-cmi-videos {
    width: 70%;
    background: #6962a0;
    padding: 0 0 0 0;
    margin: 0 15% 0 15%;
    display: inline-flex;
}

figure {
    width: 100%;
    min-width: 0;
    margin: 1%
}

figcaption {
    font: 100%;
    text-align: center;
    padding: 2% 0 0 2%;
    font-family: FiraSans-Light;
    font-size: 0.9vw;
    line-height: 1.0;
    color: white;
}

.videos-cmi {
    width: 100%;
    /*top: 0; left: 0;*/
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
    margin: 0 auto;
}

.videos-cmi iframe {
    position: absolute;
    /*	width: 460px;*/
    /*	height: 315px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------*/
/*BOTÃO VOLTAR PARA O TOPO*/
#myBtn {
    display: none;
    position: fixed;
    width: 3.5vw;
    max-width: 30px;
    min-width: 20px;
    height: 3.5vw;
    max-height: 30px;
    min-height: 20px;
    bottom: 2%;
    right: 2%;
    z-index: 12;
    border: none;
    outline: none;
    background-color: #fe5400;
    /* #ffa100;*/
    color: white;
    cursor: pointer;
    border-radius: 15%;
    background-image: url(../img/seta02.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#myBtn:hover {
    background-color: #555;
}

/*------------------------------------------------*/

.slidercanal-yo {
    width: 90%;
    margin: 0% 5% 0 5%;
    padding: 0% 0 0 0%;
    display: inline-flex;
    background: #6962a0;
    position: relative;
}

.yo > .canal-conteudo {
    /* alterado por Rafael em 21/02/2018 */
    background: #333;
}

.yo > .canal-conteudo:hover {
    /* alterado por Rafael em 21/02/2018 */
    background: #f0f0f030;
}

.yo > .canal-conteudo a {
    /* alterado por Rafael em 21/02/2018 */
    text-decoration: none;
}

.canal-conteudo img {
    width: 100%;
    height: 17vw;
    padding: 2%;
}

.canal-conteudo img:hover {
    border: 0.2vw solid #ec680d;
    border-radius: 1%;
}

.letra-yo {
    width: 100%;
    left: 0;
    font-family: roboto-regular;
    font-size: 1.5vw;
    max-height: 4vw;
    min-height: 4vw;
    color: #ff5500;
    text-align: left;
    padding: 4% 1% 0 1%;
    /*    text-align: center;*/
}

.letra-yo1 {
    width: 100%;
    /*    left: 0;*/
    font-family: roboto-light;
    font-size: 1.3vw;
    max-height: 4vw;
    min-height: 4vw;
    color: #fff;
    /*    text-align: left;*/
    padding: 1%;
    /*    text-align: center;*/
}

.coltotal {
    display: inline-block;
    width: 100%;
}

.colmae {
    display: inline-flex;
    width: 100%;
    /*    background: #000000;*/

}

.col1 {
    width: 30%;
    padding: 0.5% 2% 0.5% 2%;
}

.col1 img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.col1 a {
    width: auto;
    display: block;
}

/*teste*/
.trri {
    background-image: url("../images/rede/mascara_capa-video.png");
    background-clip: border-box;
    background-size: 100% 100%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    border: solid 1px red;
    z-index: 3;
}

/*teste*/
.col2 {
    width: 70%;
    padding: 2% 2% 2% 0%;
}

.col2 p {
    /*    color: #fff;*/

}

.w3-lobster {
    font-family: Helvetica Neue;
}

.barra {
    margin: 0;
    padding: 0;
    background: #0096c0;
}

.sombra {
    text-shadow: black 0.1em 0.1em 0.8em;
}

.fa-facebook:hover {
    color: #fff;
    /*    color: #3a5ba0;*/
    opacity: 1;
}

.fa-youtube:hover {
    color: #ff0000;
    opacity: 1;
    background-image: url("../images/rede/youtube3.png");
    background-size: 70% 70%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
}

.rodape .fa-youtube:hover {
    color: #fff;
    opacity: 1;
    background-image: none;
}

.fa-instagram:hover {
    color: #fff;
    /*    color: #f88381;*/
    opacity: 1;
    /*    background-image: url("../images/rede/instagram2.png");*/
    /*    background-size: 90% 90%;*/
    /*    background-position: 0% 100%;*/
    /*    background-repeat: no-repeat;*/
}

/*
.itt:hover{
    background-image: url("../images/rede/instagram1.png");
}
*/
.itt {
    width: 20%;
    height: 20% font-size: 1vw;
    background-image: url("../images/rede/instagram1.png");
    background-size: 50% 50%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
    border: 5px red;
}

.itt:hover {
    width: 29%;
    font-size: 1vw;
    background-image: url("../images/rede/instagram2.png");
    background-size: 90% 90%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.borda-linha {
    /*    z-index: 10000;*/
    padding: 35% 0;
    border: 3px red solid;
    margin: 0;
    width: 100%;
    height: 30%;
    display: inline-flex;
    text-align: inherit !important;
}

.botao-fc {
    margin: 0 10%;
    width: 20%;
    height: 100%;
    background-image: url("../images/rede/facebook1.png");
    background-size: 100% 100%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
}

.botao-fc:hover {
    background-image: url("../images/rede/facebook2.png");
}


.botao-yt {
    width: 20%;
    height: 100%;
    background-image: url("../images/rede/youtube1.png");
    background-size: 100% 100%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
}

.botao-yt:hover {
    background-image: url("../images/rede/youtube2.png");
}

.botao-ig {
    margin: 0 10%;
    width: 20%;
    height: 100%;
    background-image: url("../images/rede/instagram1.png");
    background-size: 100% 100%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
}

.botao-ig:hover {
    background-image: url("../images/rede/instagram2.png");
}

.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fe5400, 0 0 40px #fe5400, 0 0 50px #fe5400, 0 0 60px #fe5400, 0 0 70px #fe5400;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff8f00, 0 0 40px #ff8f00, 0 0 50px #ff8f00, 0 0 60px #ff8f00, 0 0 70px #ff8f00, 0 0 80px #ff8f00;
    }
}

.letra-fina {
    letter-spacing: 13px;
    font-family: roboto-thin;
}

.letra-grossa {
    letter-spacing: 10px;
    font-size: 2.0vw;
    font-family: roboto-black !important;
}

.letra-titulo-fina {
    letter-spacing: 12px;
    font-family: roboto-thin !important;
}

.letra-titulo-grande {
    letter-spacing: 10px;
    font-family: roboto-black !important;
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*---------------------------------------------------------*/
.center {
    margin: auto;
    text-align: center;
}

/*---------------------------------------------------------*/
.corpo {
    display: inline-flex;
    width: 100%;
}

.corpo:after {
    content: "";
    display: table;
    clear: both;
}

.coluna {
    width: 50%;
}

.colunaa {
    width: 60%;
}

.colunab {
    width: 40%;
}

.colunac {
    width: 33.33%;
}

.colunad {
    width: 33.33%;
}

.colunae {
    width: 100%;
    margin: 4% 0 0 0;
}

.colunaf {
    width: 95%;
    margin: 0 2.5% 3% 2.5%;
}

/*---------------------------------------------------------*/
.proj {
    background: #fb7033;
    background-image: url("../images/rede/fundo-laranja.png");
    background-repeat: repeat;
    background-size: 1920px 762px;
    background-attachment: fixed;
}

.proj .colunab {
    margin: auto 0;
    color: #fff;
    font-family: roboto-black;
}

.proj .colunaa {
    padding: 7% 14% 7% 0;
    color: #fff;
    font-family: roboto-light;
    font-size: 1.6vw;
}

/*---------------------------------------------------------*/
.fundo-epis {
    background-image: url("../images/rede/fundo-galeria.png");
    background-repeat: repeat;
    background-size: 1920px 762px;
    background-attachment: fixed;
}

.epis {
    background: #2b3962;
    border: 2px solid #d5d5d6;
    /*    padding: 0% 3% 0% 3%;*/
}

.icone-epis {
    width: 65%;
}

.cabeca {
    margin: 3% 3% 0 3%;
    padding: 3% 0 0 0;
    width: 94%;
    color: #fff;
    border-bottom: none;
}

.mao {
    margin: 0 3%;
    width: 94%;
    /*    padding: 0 2%;*/
    border-top: none;
    border-bottom: none;
}

.pe {
    margin: 0 3% 3% 3%;
    padding-bottom: 2%;
    width: 94%;
    border-top: none;
}

/*---------------------------------------------------------*/
.supe {
    background: #f3d331;
    /*
    background-image: url("../images/rede/super talentos4.png");
    background-repeat: no-repeat;
    background-size: 470px 400px;
    background-attachment: fixed;
*/
}

.supe .colunab {
    /*    margin: auto 0;*/
    color: #fff;
    font-family: roboto-black;
}

.supe .colunaa {
    padding: 7% 7% 7% 0;
    color: #37311b;
    /*    font-family: roboto-thin;*/
}

.supe .colunaa p {
    font-size: 1.5vw;
    font-family: roboto-light;
}

.icone-supe img {
    width: 90%;
}

/*---------------------------------------------------------*/
.equi {
    background: #2b3962;
    background-image: url("../images/rede/fundo-azul-equipe.png");
    background-repeat: repeat;
    background-size: 1920px 762px;
    background-attachment: fixed;
    color: #fff;
}

.equi .colunac {
    padding: 3% 0 3% 5%;
    color: #fff;
    /*    font-family: roboto-regular;*/
}

.equi .colunad {
    margin: auto 0;
    color: #fff;
    /*    font-family: roboto-black;*/
}

.icone-equi img {
    width: 35%;
}

.equi .colunac p {
    /*    padding: 3% 0 3% 5%;*/
    font-size: 1.5vw;
    font-family: roboto-regular;
}

.equi .esp {
    line-height: 2.35vw;
}

.letra-lar {
    padding: 5% 0 2% 0;
    font-size: 1.5vw;
    color: #fff;
    font-family: roboto-black;
    border-bottom: 0.15vw solid #fb7033;
}

.gale {
    background-image: url("../images/rede/fundo-galeria.png");
    background-repeat: repeat;
    background-size: 1920px 762px;
    background-attachment: fixed;
}

.icone-gale {
    width: 20%;
}

.tela {
    margin: 0 auto;
    padding: 6% 0;
    width: 900px;
}

.conta {
    background-image: url("../images/rede/fundo-baloes2.png");
    background-repeat: repeat;
    background-size: 1920px 1189px;
    /*    background-attachment: fixed;*/
}

.conta .dados {
    width: 50%;
    margin-left: 1%;
    padding: 1%;
    border-radius: 0.3vw;
    border: 1px solid #fb7033;
}

.dados-ms {
    width: 99%;
    margin: 1%;
    padding: 1%;
    resize: vertical;
    border-radius: 0.3vw;
    border: 1px solid #fb7033;
}

.conta i {
    margin: 0 1%;
    font-size: 1.9vw;
    color: #2b3962;

}

.conta p {
    margin: 0 1%;
    font-size: 1.5vw;
    color: #2b3962;
}

.conta button {
    width: 25%;
    margin: 1%;
    padding: 1% 2%;
    border-radius: 0.3vw;
    color: #fff;
    background: #003365;
}

.conta button i {
    color: #fff;
}

.conta button:hover {
    background: #25afc5bf;
}

.ladoalado {
    width: 100%;
    display: inline-flex;
}

.ladoalado1 {
    width: 100%;
    display: inline-flex;
}

.conta .bloco {
    margin: 2% 0;
}


.conta h3 {
    color: #fb7033;
}


@font-face {
    font-family: roboto-black;
    src: url("../fonts/Roboto-Black.ttf");
}



@font-face {
    font-family: roboto-thin;
    src: url("../fonts/Roboto-Thin.ttf");
}

@font-face {
    font-family: roboto-light;
    src: url("../fonts/Roboto-Light.ttf");
}


@font-face {
    font-family: roboto-regular;
    src: url("../fonts/Roboto-Regular.ttf");
}




/*---------------------------------------------------------------*/


.dropbtn {
    background-color: #ffffff;
    color: #d0681f;
    border: 2px solid #d5d5d6;
    width: 250px;
    /*    margin: 5% 0% 5% 0%;*/
    display: block;
    padding: 0% 0% 0% 3%;
    /*    border: none;*/
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.5vw;
    font-family: sans-serif;
    /*    box-shadow: 0px 1px 1px 0px #888888;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin: 0 0 0 35%;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #aaa;
    padding: 3% 5%;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content a:hover {
    /*    background-color: #ddd;*/
    color: #00aec2;
}

.dropdown:hover .dropdown-content {
    /*    display: block;*/
}

.dropdown:hover .dropbtn {
    /*    background-color: #fdb532;*/
    color: #2b3962;
    border: 2px solid #00aec2;
}

/*------------------------------------------------*/
.rodape {
    margin: 0;
    padding: 2% 0;
    width: 100%;
    height: auto;
    display: inline-flex;
    background: #fb7033;
}

.rodape-img {
    text-align: right;
    width: 15%;
}

.rodape-logo {
    width: 40%;
    height: auto;

}

.rodape-letra {
    width: 70%;
    display: inline;
    color: #2b3962;
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-family: roboto-black;
}

.rodape-frase {
    font-family: roboto-regular;
    font-size: 1vw;
}

.rodape-icone {
    width: 15%;
    display: inline-flex;
}

.rodape-icone a {
    padding: 0% 3%;
    font-size: 1.5vw;
}

.rodape-icone a:hover {
    color: #fff;
}

.rodape-icone i {
    padding: 0% 5%;
    font-size: 1.5vw;
    color: #2b3962;

}



/*------------------------------------------------*/

/*
.mascara{
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
    line-height: 142px;
    position: absolute;
    text-align: center;
    width: 190px;
    z-index: 2000;
    border: solid 1px red;
}
*/





.rttt {
    height: auto;
    background-image: url("../images/rede/mascara_capa-video.png");
    background-size: 50% 50%;
    background-position: 30% 30%;
    background-repeat: no-repeat;
    border: solid 1px red;
}


.btn-inscrito {
    margin-right: -94px;
    float: right !important;
    transition: 0.2s;
}

.btn-inscrito:hover {
    margin-right: 0px;
    float: right !important;
}

.letra-alunas5ano {
    font-size: 1.1vw !important;
    color: #86e7f3;

}

.sem-video {
    width: 100% !important;
    height: 60%;
    padding: 10%;
    color: white;
    text-align: center;
    font-family: roboto-regular;
    font-size: 2vw;
}


.dropselect {
    width: 100%;
    padding: 0.5% 0% 0.5% 0%;
    background-color: #ffffff;
    color: #d0681f;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.5vw;
    font-family: sans-serif;
    border: 2px solid #d5d5d6;
}

/*------------------------------------------------*/

.canal {
    margin: 0;
    padding: 0 0 0 0;
}
.slick-prev:before,
.slick-next:before {
    background: #f1592a;
    color: black;
}

.slidercanal-ga {
    width: 100%;
    margin: 0%;
    display: inline-flex;
    position: relative;
    
}

.letra-ga {
    width: 100%;
    font-size: 1.2vw;
    color: #fff;
    text-align: center;
    padding: 0;
}

.letra-ga > span {
    font-size: 4vw;
        padding: 0 1.2vw;
/*    letter-spacing: 2.5vw;*/
    /*    background: #66666630:*/
}

.canal-conteudo-g {
    width: 100%;
    position: relative;
    font-family: FiraSans-Light;
    display: inline-block;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 2.5vw;
/*    letter-spacing: 0.02vw;*/
    padding: 0% 3% 0% 3%;
    margin: 0%;
    background: black;
    overflow: hidden;
}

.canal-conteudo-g img {
    width: 100%;
    height: 100%;
    border-radius: 3%;
/*    overflow: hidden;*/
    -webkit-transform: scale(1);
    transform: scale(1);
}

.canal-conteudo-g:hover img {
    border: 0.3vw solid #ccc;
    width: 98.5%;
}

.canal-conteudo-g p {
    margin: 0 0 0 0;
/*    padding: 2%;*/
}

.canal-letra {
    width: 69.5%;
/*    margin: 0% 15% -4.1% 15.5%;*/
    /*	left: 0;*/
    position: relative;
/*    font-family: FiraSans-ExtraLightItalic;*/
/*    font-size: 2.0vw;*/
    text-align: left;
/*    padding: 0.5% 5% 0.5% 1%;*/
/*    color: #868686;*/
/*    z-index: 1;*/
    letter-spacing: -0.1vw;
    background: white;
}
/*------------------------------------------------*/
.tudo {
    width: 100%;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}


/*---------------------------------------------------------*/
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 600px) {
    .column {
        display: block;
        width: 100%;
    }

    .supe .column {
        width: 100%;
    }

    .proj .column {
        width: 100%;
    }

    .corpo {
        display: block;
        width: 100%;
    }

    .colunaa {
        width: 100%;
    }

    .colunab {
        width: 100%;
    }

    .colunac {
        width: 100%;
    }

    .colunad {
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .tela {
        margin: 0 auto;
        padding: 6% 0;
        width: 100%;
    }

    .w3-bar {
        color: #fff;
        font-family: roboto-light !important;
        z-index: 10;
        background: #fb7033 !important;
    }

    .w3-button:hover {
        color: #003365 !important;
        z-index: 10;
        background: #fb7033 !important;
    }

    .w3-white {
        background: #fb7033 !important;
        color: #fff !important;
        box-shadow: none;
    }

    .w3-wide {
        letter-spacing: inherit;
        font-family: roboto-light;
         !important;
    }

    .w3-xxxlarge {
        font-size: 8vw !important;
    }

    .letra-titulo-fina {
        letter-spacing: inherit;
        font-family: roboto-thin !important;
    }

    .letra-titulo-grande {
        letter-spacing: inherit;
        font-family: roboto-black !important;
    }

    .letra-grossa {
        letter-spacing: 10px;
        font-size: 5.0vw;
        font-family: roboto-black !important;
    }

    .proj .colunaa {
        padding: 7%;
        color: #fff;
        font-family: roboto-light;
        font-size: 3.6vw;
    }

    .proj .colunab {
        padding: 15% 0;
    }

    .cabeca {
        margin: 3% 3% 0 3%;
        padding: 5% 0 5% 0;
        width: 94%;
        color: #fff;
        border-bottom: none;
    }

    .mao {
        margin: 0 3%;
        width: 94%;
        padding: 2%;
        border-top: none;
        border-bottom: none;
    }

    .pe {
        margin: 0 3% 3% 3%;
        padding-bottom: 2%;
        width: 94%;
        border-top: none;
    }


    .colmae {
        display: block;
        width: 100%;
    }

    .dropselect {
        width: 100%;
        padding: 0.5% 0% 0.5% 0%;
        background-color: #ffffff;
        color: #d0681f;
        outline: none;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        font-size: 4vw;
        font-family: sans-serif;
        border: 2px solid #d5d5d6;
    }

    .col1 {
        width: 100%;
        padding: 0.5% 2% 0.5% 2%;
    }

    .col2 {
        width: 100%;
        padding: 2%;
    }

    .letra-yo {
        width: 100%;
        left: 0;
        font-family: roboto-regular;
        font-size: 4vw;
        text-align: left;
        padding: 2%;
        max-height: inherit;

    }

    .letra-yo1 {
        width: 100%;
        font-family: roboto-light;
        font-size: 4vw;
        color: #fff;
        padding: 2%;
        max-height: inherit;
    }

    .supe .colunaa {
        padding: 7%;
    }

    .supe .colunaa p {
        font-size: 4vw;
        font-family: roboto-light;
    }

    .icone-supe img {
        width: 70%;
    }

    .equi .colunac {
        padding: 5%;
    }

    .equi .colunac p {
        font-size: 4vw;
        font-family: roboto-regular;
    }

    .icone-equi img {
        width: 30%;
    }

    .letra-alunas5ano {
        font-size: 3vw !important;

    }

    .equi .esp {
        line-height: inherit;
    }

    .equi .colunad {
        margin: auto 0;
        padding: 10% 0 0 0;
    }

    .icone-topo {
        width: 55px;
    }

    .icone-gale {
        margin: 8% 0;
        width: 40%;
    }

    .icone-epis {
        width: 32%;
    }

    .letra-ga > span {
        font-size: 8vw;
        letter-spacing: 7vw;   
        padding: 0;
    }

    .colunaf {
        width: 85%;
        margin: 0 7.5% 3% 7.5%;

    }

    .conta .letra-grossa {
        letter-spacing: 6px;
        font-size: 5.0vw;
        font-family: roboto-black !important;
    }

    .conta i {
        margin: 0 1%;
        font-size: 3.4vw;
    }

    .conta p {
        margin: 0 1%;
        font-size: 3.1vw;
    }

    .conta button {
        width: 100%;
        margin: 1%;
        padding: 2%;
        font-size: 3.1vw;
        border-radius: 1.3vw;
    }

    .conta .dados {
        width: 100%;
        margin: 1%;
        padding: 1%;
        font-size: 3.1vw;
        border-radius: 1.3vw;
        border: 1px solid #fb7033;
    }

    .conta .dados-ms {
        width: 100%;
        margin: 1%;
        padding: 1%;
        font-size: 3.1vw;
        resize: vertical;
        border-radius: 1.3vw;
        border: 1px solid #fb7033;
    }

    .conta .ladoalado1 {
        width: 100%;
        display: block;
    }

    .conta .tela {
        margin: 0 auto;
        padding: 10% 5%;
        width: 100%;
    }

    .rodape {
        padding: 3% 0;
        display: block;
    }

    .rodape-img {
        text-align: center;
        width: 100%;
    }

    .rodape-logo {
        width: 15%;
    }

    .rodape-letra {
        width: 100%;
        display: inline;
        text-align: center;
        font-size: 3.5vw;
        letter-spacing: 0.5vw;
    }

    .rodape-frase {
        font-size: 2.7vw;
    }

    .rodape-icone {
        margin: 2% auto;
        width: 100%;
        justify-content: center;

    }

    .rodape-icone a {
        padding: 0% 8%;
        font-size: 1.5vw;
    }

    .rodape-icone i {
        padding: 0% 5%;
        font-size: 4.2vw;
    }
    
    .slidercanal-ga {
    width: 100%;
    margin: 0%;
/*    padding: 1% 0;*/
    display: inline-flex;
    position: relative;
}

.letra-ga {
    width: 100%;
    font-size: 1.2vw;
    color: #fff;
    text-align: center;
    padding: 1%;
}

.canal-conteudo-g {
    width: 100%;
    position: relative;
    font-family: FiraSans-Light;
    display: inline-block;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 0.02vw;
    padding: 0% 3%;
    margin: 0%;
    overflow: hidden;
    background: black;
}

.canal-conteudo-g img {
    width: 100%;
    height: 100%;
    border-radius: 3%;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.canal-conteudo-g:hover img {
    border: 0.3vw solid #ccc;
    width: 98.5%;
}

.canal-conteudo-g p {
    margin: 0 0 0 0;
    padding: 0%;
}

.canal-letra {
    width: 69.5%;
    margin: 0% 0%;
    /*	left: 0;*/
    position: relative;
    font-family: FiraSans-ExtraLightItalic;
    font-size: 2.0vw;
    text-align: left;
    padding: 0;
    color: #868686;
    z-index: 1;
    letter-spacing: -0.1vw;
    background: white;
}
    
    

   

}

/*---------------------------------------------------------*/
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {

    .bgimg-1,
    .bgimg-2,
    .bgimg-3,
    .bgimg-4 {
        background-attachment: scroll;
        min-height: 200px;
        height: 300px;
    }
}

/*---------------------------------------------------------*/