


@font-face {

    font-family: 'HlvB';
    src: url('fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
     font-display: swap;
  
}
@font-face {

    font-family: 'Bakerville';
    src: url('fonts/Baskervville-Italic.ttf') format('truetype');
     font-display: swap;
  
}

@font-face {

    font-family: 'HLv';
    src: local('HLv'), url('fonts/helvetica_condensed.ttf') format('truetype');
     font-display: swap;
}

@font-face {

    font-family: 'H';
    src: local('H'), url('fonts/helvetica_condensed_bold.ttf') format('truetype');
     font-display: swap;
    
}

* {
  box-sizing: border-box;
}

.clickArea {
    pointer-events: auto;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.0;
    z-index: 5000px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    min-width:100%; 
    min-height: 100%; 
    cursor: pointer;
}
/* ADM ----------------------------------------------------*/

.progress 
{
  display:none; 
  position:relative; 
  width:400px; 
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}
.bar 
{ 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}

.edits {
    white-space: pre-wrap;
}
input, button, submit { border:none;   -webkit-appearance: none;  border-radius: 0; /* initial fix */} 
[contenteditable] {
    
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: inherit;
    user-modify: read-write-plaintext-only;
}


[contenteditable]:focus {
    outline: 0px solid transparent;
    opacity: 1.0;
    user-modify: read-write-plaintext-only;
}

#fullPage {
    transition: filter 800ms;
    filter: blur(0px);
    
}

.admButton {

    position: relative;
    
    float: right;
    right: 0;

    
    cursor: pointer;
    display: table;
    

    border-radius: 7px;
    opacity: 0.6;
    
    
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    
    height: calc(100% - 20px);
    
    background-color: #212121;
    background-position: 7px center;
    background-size: 30px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);

    transition: opacity 120ms;


}
.admButton:hover {
    
   opacity: 1.0;

}
.pageName {
    
    position: relative;    
    float: left;
    left: 0;
    display: table;
      
    margin: 10px;  
    margin-left: 20px;
    height: calc(100% - 20px);   
}


#savePageConfirm {
    cursor: pointer;
    
}
.percent {
    font-size: 30px;
}
.alertInfo {
    display: table-cell;
    vertical-align: middle;
}
#pageAlert {
    display: table;
    text-align: center;
    pointer-events: none;
    width: 120px;
    height: 120px;
    padding: 20px;
    
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3500;
    
    
    background-color: #505050;
    color: #fff;
    box-shadow: -3px 4px 10px rgba(0,0,0,0.6);
    border-radius: 15px;
    
    opacity: 0.0;
     transition: opacity 200ms, width 200ms, height 200ms;

}





.admButtonText {
    font-size: 12px;
    display: table-cell; 
    vertical-align: middle;
   
  
}

#admBar {
    float: left;
    position: relative;
    /*display: inline-block;*/
    display: inline-block;
    background-color: #505050;
    color: #fff;
    z-index: 3000;
    font-size: 16px;
    width: 100%;
    width: 100%;
    height: 60px;
    
    
}

.label {
    
     position: relative;
    float: left;
    left: 0;
    height: 100%;
    padding-left: 20px;
  
    cursor: pointer;
    display: table;
}

#pageInput {
    
    float: left;
    cursor: none;

    
}

#pageInputText {
    font-family: 'Bakerville';
    font-size: 18px;
    cursor: text;
    display: table-cell; 
    vertical-align: middle;
    border-bottom: 1px solid #fff; 
}



/* MENU ---------------------------------------------------*/

#containerMenu {
    position: relative;
    width: 100%;
    max-width: 1100px;
    left:0;
    right: 0;
    margin:auto;
  
    min-height: 50px;
    height: 100%;

}
.containerBanner {
     display: table-cell; 
    vertical-align: middle;
    
 
}

#loginButton {
    position: relative;
    
    height: 100%;
    float: right;
    right: 0;

    padding-left: 45px;
    padding-right: 20px;
    margin-left: 10px;
    cursor: pointer;
    display: table;
    
    background-position: 10px center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(img/icon/user_icon.svg);
    border-left: 1px solid #ccc;
}




#logo {
      position: relative;
    float: left;
    left: 0;
    height: 100%;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: table;
      background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url(../img/logo.svg);

  
}

.menubar {
    float:left;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 1600;
    font-size: 16px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  
}

.menuButton {
    position: relative;
    float: left;
    left: 0;
    height: 100%;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    display: table;

}
#menu {
    float: left;
    height: 100%;
    
}
.menubutton:hover .subMenuContainer{
  
    visibility: visible;
    opacity: 1.0;
     top: 80px;
    
}

.subMenuContainer:not(:hover){
   
     height: auto;
     visibility: hidden;
    opacity: 0.0;
   
}


.menuButton:hover .menuText {
    color: #000;
  
}

.menuText {
    
    display: table-cell; 
    vertical-align: middle;
    transition: all 200ms;
     font-size: 14px;
}

.noticiaContainer {
    float:left;
    width: 75%;
    padding: 15px;
   
    
}

.noticiaImagem {
    float: left;
    width: 25%;


    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}


#menuMobile {
     display: none;
}

.submenu {
    position: absolute;
    top: 80px;
    left: 0;
    transform: translateY(-101%);
    height: auto;
    width: 100%;
    background-color: #1f1f1f;
    transition: all 400ms;
    min-height: 500px;
    z-index: 1000;
}

.subMenubutton {
    
    text-decoration: none; 
    color: inherit; 
    display: block;     
    height:  auto; 
    line-height: 14px;
    padding: 20px; 
    transition: all 250ms;
    float: left;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.3px;
    width: 100%;
    z-index: 2000;
}

.subMenubutton a {
 
}

.subMenubutton:hover {
     background-color: #000;  
    padding-left: 45px; 
    padding-right: 15px; 
    box-shadow:2px 2px 7px rgba(0, 0, 0, 0.3);
       
}
.subMenuContainer {
    float:left;
    position: absolute;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    left: 0px;
    top: calc(-100% - 80px);
    min-width: 200px;
    background-color: #313132;
    overflow: hidden;
    z-index: -100;
    box-shadow:3px 3px 7px rgba(0, 0, 0, 0.3);
    transition: all 250ms ease-in-out;
}


/*  LAYOUT ---------------------------------------------------*/


a {
    text-decoration: none; color: inherit;
}

html, body {
    margin: 0;
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica, sans-serif;
    overflow: auto;
    -webkit-text-size-adjust:none  !important;
}
.ctaButton {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    background-color: #343434;
    color: #fff;
    cursor: pointer;
}

.banner {

    min-height: 60vh;
}
.bannerFull {

    min-height: 80vh;
}

.smallBanner {

    min-height: 30vh;
}



.newsBox {


    background-color: #fff;
   
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    
    margin-top: 0px;
    cursor: pointer;
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;


}
.newsText {
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5; 
    -webkit-box-orient: vertical;
    width: 100%;
    float: left;
    margin-top: 10px; 
}
.newsIten {
    position: relative;
    float: left;
    margin: 25px;
    width: calc(100% - 50px;);  

}
.iten {
    position: relative;
    float: left;
    margin: 25px;
    width: calc(100% - 50px;);  

}
.itenContainer {
    text-transform: none;
    float: left;
    padding: 30px;
    width: 100%;
}
.box {
    position: relative;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    cursor: pointer;
    overflow: hidden;

}

.box:hover {


    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    
}


.boxContainer {
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
}
.foto {
    float: left;
    width: 100%;
    aspect-ratio: 1/1.3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
}
.boxFotoPh {
   float: left;
    width: 100%;
    aspect-ratio: 1/1.5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    

}
.boxImagePh {
    float: left;
    width: 100%;
    aspect-ratio: 1/1.1;
    

}
.boxImage {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    z-index: 1500;
}

.boxTextContainer {
    color: #fff;
    position: absolute;
    bottom: 0;
    
    text-transform: none;
    float: left;
    padding: 25px;
    width: 100%;

   background-image: linear-gradient(to bottom, rgba(0,0,0,0.0),  rgba(0,0,0,0.6));
    z-index: 3000;

}

.boxText {
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    width: 100%;
    float: left;
    margin-top: 10px; 
 
}



.boxTitulo {
       font-family: 'HlvB';

    float: left;

    font-size: 20px;
    line-height: normal;

    width: 100%;

    
}
.boxSubitulo {
       font-family: 'HlvB';

    float: left;

    font-size: 16px;
    line-height: normal;

    width: 100%;

    
}
.boxThumb {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ccc;

    float: left;
    display: inline-block;
    width: 100%;
    aspect-ratio : 1 / 0.6;
   
}


.mktoolContained {
    
    max-width: 1100px;
  
    
}
.containerBanner {
    
    display: table-cell; 
    vertical-align: middle;
   
}

.container {
 
    display: table;
    position: relative;

    width: 100%;
   
    left:0;
    right: 0;
    margin:auto;
    
}

.dark {
    background-color: #1f1f1f;
    color: #fff;
    
}
.disclaimer {
    font-size: 10px;
    line-height: 12px;
}

.full {

   position: relative;
    float: left;
    margin: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 30px);  
 
}

.half {

    float: left;
    margin: 15px;
    width: calc(50% - 30px);  
  
}
.halfBanner {
    margin: 15px;
    width: calc(50% - 30px);  
}

.mktoolmenubar {
     float: right;
      min-width: 50px;
    min-height: 50px;
      padding: 5px;
    

    display: table;
}

.mktoolFlip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.mktoolContainer {
    position: absolute;
    top: 15px;
    right: 0px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 7px;
    background-color: #505050;
    padding: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    transition: opacity 300ms, right 250ms;
    opacity: 0.0;  
}
.smartSession {
    position: relative;
    display: table;
    padding: 20px;
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: filter 150ms, box-shadow 150ms;
 
}
.session {
    position: relative;
    display: table;
    padding: 40px;
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: filter 150ms, box-shadow 150ms;
 
}
.session:hover .mktoolContainer {
    opacity: 1.0;
    right: 15px;
}

.bannerImage {
    position: absolute;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}


.mktoolButton {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
  
   
    cursor: pointer;
    background-color: #212121;
  
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    
    transition: opacity 200ms, box-shadow 200ms, border 200ms;
    
    border: 1px solid #212121;
    border-radius: 7px;
    opacity: 0.6;   
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    
}

.mktoolButton:hover {
    opacity: 1.0;
    box-shadow: -2px 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #999;
}

.mktoolCaption {
    font-size: 14px;
    line-height: 16px;
  
    text-align: center;
    pointer-events: none;
    width: 100px;
    min-width: 100px;
    border-radius: 7px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 4000;
    background-color: #505050;
    color: #fff;
    box-shadow: -3px 4px 8px rgba(0,0,0,0.5);
    border-radius: 7px;
    transition: opacity 150ms , transform 400ms;
    opacity: 0.0;
    
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
    pointer-events: none;
    
}

.mktoolButton:hover .mktoolCaption {
    opacity: 1.0;
}

#mktoolImagem {background-image: url(img/icon/mktool_img.svg);}
#mktoolTextColor {background-image: url(img/icon/mktool_textcolor.svg);}
#mktoolDelete {background-image: url(img/icon/mktool_delete.svg);}
#mktoolUp {background-image: url(img/icon/mktool_moveup.svg);}
#mktoolDown {background-image: url(img/icon/mktool_movedown.svg);}
#mktoolLink {background-image: url(img/icon/mktool_link.svg);}
#mktoolImageFlip {background-image: url(img/icon/mktool_flip.svg);}
#addSessionNews {background-image: url(img/icon/addSessionNews.svg);}




.mktoolWhite {
    color: #fff;
}

.page {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 0; 
}




/*  TEXTOS ---------------------------------------------------*/

.noticia {
    opacity: 0.6;
    transition: opacity 200ms;
}
.noticia:hover {
    opacity: 1.0;
}
.subtitulo {
    font-family: 'Bakersville';
    font-style: italic;
    width: 100%;
    float: left;
    font-size: 35px; 
    
    line-height: 35px;
}
.texto {
    width: 100%;
    float: left;
    
}
.textoBanner {
    width: 100%;
    float: left;
    
}
.smallText {
    font-size: 14px;
    width: 100%;
    float: left;    
}


.third {
 position: relative;
    float: left;
    margin: 15px;
    width: calc(33.33% - 30px);  
  
}
.twoThirds {
 position: relative;
    float: left;
    margin: 15px;
    width: calc(66.66% - 30px);  
  
}
.quarter {
 position: relative;
    min-width: calc(25% - 30px);
    margin: 15px;
    width: calc(25% - 30px);  
  
}
.pageButtonContainer {
    float: right;
    width: 100%;
}
.pageButton {
    cursor: pointer;
    padding:10px;
    color: #fff;
    float:left;
    background-color: #343434;
    margin-right: 10px; 
    transition: box-shadow 200ms;
}
.pageButton:hover {
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    
}

.split {
    margin-top: 20px;
}
.titulo {
    font-family: 'Bakersville';
    font-style: italic;
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 46px;
    
}
.tituloBanner {
    font-family: 'Bakersville';
    font-style: italic;
    width: 100%;
    float: left;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
    
}
.tituloNoticia {
    font-family: 'Bakersville';
    font-style: italic;
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 46px;
    
}

.white {
    color: #fff;
}
.midiaSocial {
cursor:pointer;
  display: inline-block;
    margin: 0 auto;
    padding: 5px;
    height: 40px;
    width: 40px;
    
}



@media screen and (max-width: 940px) {
    

    .boxTitulo {
        font-size: 20px;
        line-height: 26px;
    }
    
.boxImagePh {
    float: left;
    width: 100%;
    aspect-ratio: 1/0.8;
}

    #menu {
    display: none;
        
}
    
    
    .quarter {
    width: calc(50% - 30px); 
    min-width: calc(50% - 30px);  
  
}
    
   
.session {
    
    padding: 15px;
 


}
   
.tituloBanner {

    font-size: 40px;
    line-height: 46px;    
}
    body {
        font-size: 14px;
        line-height: 19px;
     
    } 


    
    .titulo {
    
    font-size: 30px;
    line-height: 35px;
    
}
        .subtitulo {
    
    font-size: 26px;
    line-height: 31px;
    
}
}



@media screen and (max-width: 720px) {
    
    .boxTitulo {
        font-size: 16px;
        line-height: 19px;
    }
    
    
    .boxImagePh {

    aspect-ratio: 1/1.3;
}
    
    .boxTextContainer {
        padding: 10px;
        
    }
    .box {
        margin: 10px;
    }
       .quarter {
    width: calc(50% - 20px); 
    min-width: calc(50% - 20px);  
  
}
    
        body {

        text-align: center;
    } 

    .box {
        text-align: left;
    }
    
.smartSession {

    padding: 0px;
 
}
.noticiaContainer {
  
 width: 100%; 
    
}
.noticiaImagem {
    
    width: 100%;
    
}
     

    
/*  LAYOUT ---------------------------------------------------*/
.tituloBanner {

    float: left;
    font-size: 35px;
    line-height: 42px;

    
}
    .banner {
        background-color: #1f1f1f;
        color: #fff;
    }
    .bannerImage {
        background-position: right center;
    }

 .containerBanner {
     margin-top: 20vh;
     display: table-cell; 
    vertical-align: bottom;
 
    
 
}

    
.half {
       position: relative;
    width: calc(100% - 30px);   
}
.halfBanner {
       position: relative;
    margin: 0px;
    padding: 20px;
    width: 100%;  
   background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
}
    
    
    .third {
        position: relative;
    width: calc(100% - 30px);   
}
    
    


  
.session {
    padding: 10px;
}
    

        .twoThirds {
               position: relative;
    width: calc(100% - 30px);   
}


  
    
}
@media screen and (max-width: 320px) {
    .quarter {
    width: calc(100% - 20px); 
    min-width: calc(100% - 20px);  
  
}
}
