
@font-face {
    font-family: 'Conthrax';
    src: url('../fonts/Conthrax-SemiBold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/centurygothic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

.title-font {
    font-family: 'Conthrax', sans-serif;
}

body {
    max-width: 100vw;
    min-height: 100vh;
    user-select: none;
    overflow-x: hidden;
    font-family: 'CenturyGothic', sans-serif;
}

html, main {
    width: 100vw;
    overflow-x: hidden;
    max-width: 100vw;
    min-height: 100vh;
}

footer {
    width: 100vw;
    overflow-x: hidden;
}

#footer-ecco {
    /*display: flex;
    flex-direction: row;*/
    justify-content: center;
    /*align-items: center;*/
    background-color: #8a0000;
    color: #fff;
    padding: 30px 0;
    -webkit-box-shadow: -3px -2px 9px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: -3px -2px 9px 0px rgba(0,0,0,0.43);
    box-shadow: -3px -2px 9px 0px rgba(0,0,0,0.43);
    white-space: nowrap;
}

.footerLogo {
    height: 50px;
    margin-right: 20px;
}

#carouselExampleIndicators {
    -webkit-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
    box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
}

button {
    outline: none;
}

#carouselExampleIndicators img {
    /*width: 100vw;*/
    object-fit: cover;
    object-position: top;
}

@media (max-width: 800px) {
    #carouselExampleIndicators img {
        height: 500px;
    }

    .conheca {
        max-width: 420px;
    }
}

.conheca {
    min-width: 350px;
    margin-bottom: 60px;
}

.conheca-img {
    -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
    box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
}

.conheca-text {
    font-family: 'Conthrax', sans-serif;
    padding: 0 20px;
    text-align: center;
    margin: 20px 0 15px 0;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 17px;
}

.conheca-btn {
    font-family: 'Conthrax', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .conheca-btn a {
        border-radius: 5px;
        margin: 15px 0;
        color: #fff;
        text-decoration: none;
        background-color: #8a0000;
        padding: 10px 10px;
        -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
        box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
        transition: background-color 0.4s ease-in-out;
    }

    .conheca-btn a:hover {
        background-color: #8a0000c2;
        -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
        box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.43);
    }

#aba-conheca {
    margin: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 50%, rgba(255,255,255,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 40%, rgba(255,255,255,1) 100%);
}



#navtop {
    /* background-color: #d71313; */
    /* background-color: ##5b5b5b; */
    background-color: #8a0000;
    margin: 0 0 5px 0;
    width: 100vw;
    -webkit-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
    box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.43);
}

#logo {
    height: 130px;
}

.menu-sublinhado { 
    width:100%; 
    padding: 0; 
}

    .menu-sublinhado ul { 
        width:100%; 
        list-style:none; 
        text-align:center; 
        justify-content: center; 
    }
    
    .menu-sublinhado li {  
      list-style-type: none;
      display: inline-block;
      margin: 0px 5px;
    }

    .menu-sublinhado li > a {  
      color: #fff;
      font-size: 0.9em;
      text-decoration: none;
      display: inline-block;
      position: relative;
      top: 8px;
    }

    .menu-sublinhado li > a:hover {  
      color: #fff;
    }

        .menu-sublinhado li > a::after {
            content: "";
            display: block;
            margin: auto;
            height: 4px;
            width: 0;
            top: 5px;
            background: transparent;
            transition: all 0.3s;
            color: #fff;
        }

        .nav-link:focus {
            color: #fff;
        }

    .menu-sublinhado li > a:hover::after, li > a.active-nav::after {
      width: 100%;
      background: #fff;
    }

    .menu-sublinhado li:hover > .drop {
        display: flex;
    }


.drop {
    background-color: #bb4949;
    position: absolute;
    display: none;
    flex-direction: column;
    width: auto!important;
    z-index: 50;
    padding: 5px 25px 20px 15px;
    margin-left: 5px;
}

    .drop li {
        text-align: start;
        margin: 0;
    }

@media (max-width: 575px) {
    .nav-item {
        margin-left: 0px !important;
    }

    .menu-sublinhado ul {
        margin-left: 30px;
        margin-bottom: 10px !important;
        text-align: left !important;
        justify-content: left !important;
    }

    .drop {
        width: 100% !important;
        margin-left: 0px !important;
        text-align: center;
    }
}

#historico-bg {
    margin: 10px 0 0 0;
    padding: 40px 0 100px 0;
    width: auto;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgb(125,125,125);
    background: linear-gradient(110deg, rgba(215, 214, 214, 0.8) 0%, rgb(255, 255, 255, 0.8) 45%);
}

#elenco-bg {
    overflow-y: scroll;
    margin: 10px 0 0 0;
    padding: 30px 0 100px 60px;
    /*border-radius: 10px;*/
    width: auto;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgb(125,125,125);
    background: linear-gradient(110deg, rgba(215, 214, 214, 0.8) 0%, rgb(255, 255, 255, 0.8) 45%);
    /* background: linear-gradient(100deg, rgb(190, 190, 190) 0%, rgba(255, 255, 255, 1) 60%);     */
}



/*#textura-bg {
    position: absolute;
    width: 300vw;
    height: 300vh;
    max-width: 100%;
    background-image: url("../images/logos/TexturaEcco.svg");
    background-repeat: repeat;
    background-size: 80px;*/
    /*transform: rotate(30deg);*/
/*}*/

#coreografias-bg {
    margin-top: 10px;
    padding: 40px 0 100px 0;
    border-radius: 10px;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 50%, rgba(255,255,255,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 40%, rgba(255,255,255,1) 100%);
}

.coreografia-img {
    width: 20rem;
    height: 15rem;
    margin: 10px 30px 90px 30px;
    opacity: 0;
}

    .coreografia-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: all 0.5s;
        cursor: pointer;
        border: 4px solid whitesmoke;
    }

    .coreografia-img img:hover {
       filter: grayscale(0);
       transition: all 0.5s;
    }

    .coreografia-texto {
        margin: 2px 0 0 5px;
        font-size: 0.8rem;
    }

      .coreografia-titulo {
          font-size: 0.9rem;
          font-weight: 600;
          font-family: 'Conthrax', sans-serif;
      }

.titulo-elenco {
    margin-top: 30px;
    opacity: 0;
}

    .titulo-elenco h3 {
        color: #2c2c2c;
    }

    .titulo-elenco h6 {
        color: #616161;
    }

    .titulo-elenco .nome, #texto-elenco .nome {
        font-family: 'Conthrax', sans-serif;
    }


#foto-principal {
    min-height: 15em;
    min-width: 15em;
    max-height: 15em;
    max-width: 15em;
    border-radius: 50%;
    margin: 0 60px 60px 0;
}

#foto-principal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.gradient-border-mask {
    position: relative;
    padding: 0.7rem;
    backdrop-filter: blur(10px);
  }
  
    .gradient-border-mask::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 6px solid transparent;
        background: linear-gradient(140deg, rgb(80, 80, 80) 0%, rgb(216, 216, 216) 30%, rgba(125,125,125,1) 100%) border-box;
        mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
    }


#texto-elenco {
    word-wrap: break-word;
    margin: 0 35px 100px 0;
    /*min-width: 360px;*/
    max-width: 800px;
}

#texto-historico {
    word-wrap: break-word;
    margin-bottom: 100px;
    width: 80%;
    max-width: 800px;
    text-align: justify;
}

.curriculo {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    justify-content: center;
    text-align: justify;
}

#video-teaser {
    width: 80%;
    max-width: 800px;
    aspect-ratio: 16 / 10;
}

    #video-teaser iframe {
        width: 100%;
        height: 100%;
    }







#Loading {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vH;
    background-color: #8a0000;
    z-index: 100 !important;
    overflow: hidden;
}


.ecco-principal {
  position: absolute;
  opacity: 0;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

.ecco {
  position: absolute;
  scale: 1;
  filter: blur(0);
  opacity: 0;
  transition: all 3s;
}

.ecco.animate {
  scale: 3;
  filter: blur(70px);
  opacity: 0;
}



















.fade-in-right {
	-webkit-animation: fade-in-right 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(300px);
              transform: translateX(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(300px);
              transform: translateX(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  

.fade-out-right {
	-webkit-animation: fade-out-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes fade-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
      opacity: 0;
    }
  }
  @keyframes fade-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
      opacity: 0;
    }
  }

  
  .fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }

 @-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-out-bottom {
    -webkit-animation: fade-out-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-out-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
@keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}


.fade-in {
	-webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-out {
	-webkit-animation: fade-out 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-out 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




svg {
  stroke-width: 2px;
  stroke: whitesmoke;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  /* animation: svganimation 16s ease-in-out forwards; */
}

@keyframes svganimation {
  0% {
    stroke-dashoffset: 1000;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}






