/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author:
Author URL: 
Tags: 
*/

@font-face {
    font-family: Monteserrat;
    src: url("css/Montserrat-Regular.ttf")
}

@font-face {
    font-family: Princ;
    src: url("css/PRINC.TTF")
}

* {
    margin: 0;
    padding: 0;
    font-family: Quicksand;
}

body {
    background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/handmadepaper.png");
}

a {
    text-decoration: none;
    color: #339999;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: opacity 0.5s 0.5s;
    z-index: 99;
    top: 0;
}

#loading img {
    position: absolute;
    top: 25%;
}

#loading img#loading-gif {
    margin: 0 0 0 -32px;
    left: 50%;
    max-width: 80%;
}

#loading img#loading-logo {
    width: 80%;
    left: 10%;
    margin: 100px 0 0 0;
}

#loading p {
    width: 100%;
    top: 25%;
    position: absolute;
    margin: 36px 0 0 0;
    text-align: center;
}

#menu-principal {
    background: white;
}

header {
    /* Internet Explorer 10 */
    
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* Firefox */
    
    display: -moz-box;
    -moz-box-align: center;
    /* Safari, Chrome, and Opera */
    
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    /* W3C */
    
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 90%;
    z-index: 1;
}

img#logo {
    width: 100px;
    flex-grow: 1;
    display: inline-flex;
}

header nav {
    transition: all 0.5s;
    flex-grow: 2;
    display: inline-flex;
    margin: 0 5%;
    line-height: 20px;
}

header nav ul {
    list-style: none;
    text-transform: uppercase;
    /* Internet Explorer 10 */
    
    text-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    /* Firefox */
    
    display: -moz-box;
    -moz-box-align: center;
    /* Safari, Chrome, and Opera */
    
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    /* W3C */
    
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  color: #508d81;
}
.unfixed img#logo {
    width: 130px;
}
.unfixed {
    height: 150px;
}

.fixed {
    position: fixed;
    background-color: #fff;
    animation-name: fixingMenu;
    animation-duration: .5s;
    -webkit-animation-name: fixingMenu;
    -webkit-animation-duration: .3s;
    top: 0;
    z-index: 999;
    height: 100px;
}

@keyframes fixingMenu {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes fixingMenu {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}

header nav ul li {
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
      color: #339999;
    position: relative;
}

header nav ul li:hover {
color: #37655c;
}

#descricao-inicio .small-title h4, #descricao-inicio p {
color: #666666;
    
font-size: 18px;
}
#descricao-inicio .titulo {
color: #d4145a;
    font-size: 50px;
}

#minha-agenda:hover .balao, 
.descricao-evento-inscrever:hover .balao,
.event:hover .balao { 
    opacity: 1;
    visibility: visible;
    transition: visibility 0 0, opacity .5s .1s;
}
.balao {
    position: absolute;
    padding: 10px;
    margin: 0;
    text-align: left;
    line-height: 35px;
    color: #fff;
    background-color: #339999;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    animation-name: chat;
    animation-duration: 1s;
    -webkit-animation-name: chat;
    -webkit-animation-duration: 1s;
    
    top: 100%;
    
    opacity: 0;
    visibility: hidden;
    transition: visibility 0 .5s, opacity .5s 0s;

}


.balao:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: -14px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: transparent #339999;
    border-top-left-radius: 25px;
}


.balao a, .balao label{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    color: white;
}

.balao input, .balao button {
    border: none;
    margin: 5px 0;
    padding: 5px;
}

.balao button {
    height: 40px;
    width:15%;
}
header #social {
    text-align: right;
    flex-grow: 1;
    padding: 0 10px 0 0;
}

.social > a {
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 51px;
    height: 53px;
    margin: 0 5px;
    cursor: pointer;
}

#social #ig {
    background-image: url(images/icon_instagram.png);
}

.social #fb {
    background-image: url(../img/facebook.png);
}

#social #vimeo {
    background-image: url(images/icon_vimeo.png);
}

#social #ytb {
    background-image: url(images/icon_youtube.png);
}

main {
    z-index: 0;
}

section {
    width: 100%;
    display: block;
    float: left;
    padding: 35px 0;
    
}

section header h2 {
    background: #d4145a;
    font-size: 28px;
    color: white;
    margin: 70px auto 30px;
    display: block;
    text-transform: uppercase;
    padding: 5px 15px;
}
.conteudo {
    
    
    width: 90%;
    margin: 0 5%;
    padding: 3% 0 0 0;
}
/*
* CALENDARIO
*/

#descricao-inicio,
#descricao-evento,
#calendario-wrap {
    width: 100%;
/*    margin: 0 5% 0 0;*/
    padding: 0;
    margin: 0 auto;
/*    float: left;*/
    display: block;
    text-align: center;
}



#descricao-inicio > div,
#descricao-evento > div,
#calendario-wrap > div {
/*
  display: table-cell;
  vertical-align: middle;    
*/
}

.titulo {
    margin: 0 0 10px 0;
}
#descricao-evento {
    position: absolute;
    background-color: #fff;
    z-index: 1;
        max-height: 392px;
    padding: 5% 8%;
    box-sizing: border-box;
    
    color: #666;
}

#descricao-evento h3 {
    color: #ff6633;
    text-transform: uppercase;
}

#descricao-evento ul {
    margin: 10px 0;
}

.descricao-evento-inscrever {
    cursor: pointer;
    position: relative;
    width: 80%;
    margin: 20px auto;
    display: block;
    background: #ff6633;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
}

.fechar {
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.show {
    opacity: 1;
    visibility: visible;
     transition: visibility 0 0, opacity .5s .1s;
       
}

.hide {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0 .5s, opacity .5s 0s;
    
}
#calendario-wrap{
    
    margin: 50px auto;
/*
    width: 50%;
    margin: 0; 
*/
}

table.calendario {
    width: 100%;
    border-collapse: collapse;
    color: #666;
    background: white;
}

table.calendario td,
table.calendario th {
    border: 1px solid #666;
    padding: 3% 5px;
    text-align: center;
}

.calendar-embaixadora {
    margin: 30px;
}

.calendar-embaixadora-img {
    margin: 10px;
}

.monthName {
    text-transform: uppercase;
    color: #ff6633;
}
/* DIAS */

.date {}

.date-not-march {}

.past {}

.today {}

.event {
    color: #fff;
    background-color: #d4145a;
    cursor: pointer;
    position: relative;
}

.event .balao{ white-space:nowrap; z-index: 2; }


/*
 * Cadastro de agenda
 */

#criar-agenda-lembrete-senha{
    width: 100%;
    padding 20%;
    height: 100%;
    padding: 0 20%;
    position: absolute;
    background: #fff;
    top: 0;
    z-index: 2;
    display: table;
    color:#666;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
}

#criar-agenda, #lembrete-senha {
    width: 40%;
    height: 100%;
    display: table;
    padding: 20px 5%;
}

#criar-agenda > div, #lembrete-senha > div{
  display: table-cell;
  vertical-align: middle;    
}

#criar-agenda{ float:left; border-right: 1px dashed #666;  }
#lembrete-senha{ float:right; }


#criar-agenda label {
   
}

#criar-agenda li {
    list-style-type: none;
}
#criar-agenda input {
    margin-top: 10px;
    margin-bottom: 20px;
   
}
#criar-agenda input[type="submit"], #lembrete-senha input[type="submit"] {
  width: 60%;
    padding 20%;
    height: 100%;
    padding: 0 20%;
    position: relative;
    top: 0;
    z-index: 2;
    display: table;
    background: #ff6633;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    border: 0;
    margin: 20px auto 0;
}


/*
 * PROFILES
 */
 
 .profile {
    width: 26%;
    margin: 0 1.5% 15px 1.5%;
    float: left;
    padding: 2%;
}

.profile-short-bio {
    display: block;
    margin: 30px 0 15px;
    text-align: center;
}
.foto {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    padding: 2px;
    text-align: center;
}
.foto img {
    margin: 0 auto 20px;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

/*
 * APOIO
 */
 
.apoio {
    width: 23%;
    text-align: center;
    float: left;
    margin: 0 1%;
}
.apoio img {
    max-width:65%;
}


/*
 * PATROCINIO 
 */

#patrocinio {
    background: white;
}
#patrocinio h3 { 
    width: 100%; 
    display: inline-block;
    color: #ff6633;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6633;
}


.apoio img, #patrocinio img {
    border-radius: 50%;
    margin: 20px auto;
}

.apoio p, #patrocinio p {
    
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

    
#quem-apoia {
    background: url(img/bg_parceiros.jpg);
    background-size: cover;
    background-position: center;
    float: left;
}

#quem-apoia .apoio img {
    width: 150px;
    height: 150px;

}

#quem-apoia .apoio {
    height: 270px;
}
#quem-apoia p a {color: #d4145a; padding: 3px 5px;}
.apoio.prata img {
    max-width:50%;
}

.apoio.prata {
    
    width: 45%;
    margin: 0 2.5%;
    
}
#contato {
    background: white;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#contato-left {
    width: 49%;
    float: left;
    text-align: left;
}

#contato-left .small-title h4, #contato-left p {
color: #666666;
font-size: 18px;
}
#contato-left .titulo {
color: #d4145a;
font-size: 50px;
    
}
#contact-form {
    width: 50%;
    margin: 0 auto;
    float: right;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
font-size: 16px;
width:100%;
height:40px;
padding: 20px;
background: #e4e4e4;
border:none;
margin-top: 20px;

}

input[type="password"] {width: 83%;}
textarea{
height:130px;
resize: none;
overflow: scroll-y;
}
::-webkit-input-placeholder {
color:#666;

}
:-moz-placeholder {
color:#666;

}
::-moz-placeholder {
color:#666;

}
:-ms-input-placeholder {  
color:#666;
}

#contact-form button {
    background:#cc0066;
    border: none;
    color: white;
}

#contact-form button {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
}

#contact-form input {
    height: 50px;
}

#contato .decor {
    position: absolute;
    left: 125px;
    bottom: -75px;
    width: 300px;
}

#contato .conteudo {
    height: auto;
}
footer {
    height: 20px;
    background: #ff6633;
    width: 100%;
    float: left;
}
 #menu-mobile {display: none;}




button,
.button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #339999;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
.button:hover {
  background-color: #339999;
}
button:hover:before, button:hover:after,
.button:hover:before,
.button:hover:after {
  color: #4cc4cf;
}
button:after, button:before,
.button:after,
.button:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------- Vertical Tabs */
.tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
        overflow: hidden;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}
.tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}
@media screen and (min-width: 55rem) {
  .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
  }
}
.tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle {
    text-align: left;
  }
}
.tabs .tab .tab-toggle:after {
  content: "\25BC";
  position: absolute;
  display: block;
  right: 2rem;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}
.tabs .tab .tab-toggle.active {
  color:#d4145a;
  background-color: white;
  cursor: default;
}
.tabs .tab .tab-toggle.active:after {
  color: #d4145a;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
    -o-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    right: 1rem;
  }
}
.tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  background-color:transparent;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
}

.content .description {text-align: left;}

.content span {
    padding: 3px 5px;
}
.content span a {
    color: white;
}
.content .inscreva {background: #d9e021 !important; }
.content .inscreva:hover {background: #aeb414 !important; }
.content .inscreva-off {background: #e4e4e4 !important; }

.content span.inscreva-off a {color: #666; }
.content .btn {
    padding: 15px 15px;
    background: #ff6633;
    color: white;
    margin: 20px auto;
    display: block;
    text-transform: uppercase;
    
}
.content .subtit {
    color: #cc0066;
    font-size: 16px;
        text-transform: uppercase;
    margin: 20px 0 10px;
    text-align: center;
}

.content ul li {
    text-align:center;
    list-style-type: none;
        font-size: 16px;
    line-height: 25px;
}
@media screen and (min-width: 55rem) {
  .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 64%;
    opacity: 0;
    padding: 0rem 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tabs .content.active {
  max-height: 5000px;
}
@media screen and (min-width: 55rem) {
  .tabs .content.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.tabs .content > .heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
    color: #ff6633;
}

@media only screen and (max-width: 767px) {
    .apoio {
        width:48%;
    }
    .apoio.prata {
        width: 100%;
    }
    #quem-apoia .apoio img {
    width: 100px;
    height: 100px;
    }
     #quem-apoia .apoio a {font-size: 16px;}
    #quem-apoia .apoio {
    height: 210px;
    }
    
    #descricao-inicio .titulo {
        font-size:36px;
    
    }
    .profile {
           width: 100%;
    margin: 20px 0;
    }
    
    .profile .foto {width: 150px; height:150px;}
    
    #contato-left, #contact-form {
        width: 100%;
    }
    
    #contato .decor, #menu-principal {display: none;}
    
    main {
        padding-top: 50px;
    }
    #menu-mobile {
            display: block;
            text-align: center;
            width: 100%;
            background: white;
            position: fixed;
            top:0;
            z-index: 99;
        }
        
        #menu-mobile label {  
            cursor: pointer; /* Muda o cursor do mouse para pointer*/
            color: #339999;
            background: #fff;
            padding: 5px;
            font-size: 18px;
            font-weight: bold;
            text-decoration:none;
            text-transform:uppercase;
            margin: 5px 0 4px 0;
            display: block;
            text-align:center;
            line-height: 50px;
        }
        #menu-mobile img{
            height: 40px;
            position: relative;
            top:10px;
            margin: 0 5px;
        }
        #menu-mobile #menu-toggle {
            display: none; /* Escondendo o checkbox */
        }
        #menu-mobile #menu {
            display: none;
        }
        #menu-mobile #menu-toggle:checked + #menu {
            display: block;
            width: 100%;
            margin-top:10px;
        }
        
        #menu li a {
            cursor: pointer; /* Muda o cursor do mouse para pointer*/
            color:#339999;
            font-size: 18px;
            text-decoration:none;
            text-transform:uppercase;
            margin:10px 0 0 0; 
            display: inline-block;
            text-align: center;
        }
    
    #menu li:last-child {padding-bottom: 20px;}
    
    .tabs .content {
      padding: 0;
    }
    
    #contact-form input{
        padding: 0 10px;
    }
}
    

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

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


}