:root {
  --main-font-family: "Lato", sans-serif;
  --main-font-family-bold: "Lato Bold", sans-serif;
  --main-title-font-size: 20px;
  --main-summary-size: 13px;
  --main-font-color: #7e7e7e;
  --main-UM-color: #981617;
  --loading-color: #e2e8ef;
  --loading-size: 150px;
  --breadcrumb-color: #656565;
}

* {
    font-family: var(--main-font-family);
    box-sizing: border-box;
}

#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#enderecoWeb {
    text-decoration: underline;
}

a {
    color: var(--breadcrumb-color);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

h2.spinOffTitle {
    font-size: 2em;
    color: rgba(72, 92, 199);
    cursor: pointer;
}

.navbar {
  display: flex;
  font-size: 18px;
  height: 50px;
  align-items: center;
  background-color: #e8e7e7;
}

.navbarWrapper {
  display: flex;
  font-size: 14px;
  width: 1110px;
  align-items: center;
  margin: 0px 0px 0px calc(6.8% + 200px);
}

.goBack {
  cursor: pointer;
  width: 75px;
  min-width: 75px;
  color: var(--main-UM-color);
}

.tree {
  display: flex;
  color: var(--breadcrumb-color);
}

.treeMenu {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 956px;
  white-space: nowrap;
}

.navigator {
  padding: 5px;
  color: var(--main-UM-color);
}

.contentWrapper {
    margin: 0 calc(6.8% + 220px) 0 calc(6.8% + 200px);
}

.spinOffDetaisl_Title {
    font-size: 2em;
    color: #4b5154;
    padding: 25px 0 25px 25px;
    margin: 0;
    border-left: 1px solid lightgray;
}

.spinOffDetails_Container {
    margin: 50px 0 100px 0;
}

.spinOffDetails_Container .spinOffTitle, .spinOffDetails_Container img {
    font-size: 20px;
}

.detailsImg {
    max-width: 250px;
    margin-right: 20px;
}

.spinOffsContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0 50px 0;
    /*border-bottom: 8px solid rgb(0, 181, 226);*/
    padding-bottom: 50px;
}

.leftSide {
    padding-right: 35px;
    border-right: 1px solid lightgray;
    min-width: 285px;
}

.rightSide {
    padding-left: 20px;
}

.nameAndEmail {
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-top: 50px;
}

.namePromotor {
    font-weight: bold;
}

.areaTitle {
    color: #4b5154;
    margin: 50px 0 25px 0;
    cursor: pointer;
}

.spinOffDesc {
    color: rgb(77, 77, 77);
    text-align: justify;
    font-size: 14px;
}

.spinOffInfo {
    
}

.spinOffsContainer img {
    max-width: 250px;
    cursor: pointer;
}

.spinOffDetails {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.spinOffDetails img {

}

.voltarParaSpinOffs {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    text-align: end;
}

.voltarParaSpinOffs p {
    margin-top: 50px;
}

.imgAndTitle {
    display: flex;
    align-items: center;
}

.infoContainer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.infoContainer label {
    font-weight: 700;
    min-width: 150px;
    margin-right: 15px;
}

.infoContainer span {
    font-size: 13px;
    width: 500px;
}

.descritivo {
    width: 500px;
    font-size: 13px;
    text-align: justify;
}

.dadosGerais {
}

.dadosGerais h3, .outrosDados h3 {
    color: #981617;
    margin-bottom: 30px;
}

.footer {
    display: flex;
    justify-content: center;
    box-shadow: 0.125rem -0.25rem 0.5rem rgb(0 0 0 / 9%);
    margin-top: auto;
}

.cofiLogosContainer {
    max-width: 500px;
}

.cofinanciamentoLogos {
    max-width: 100%;
    padding: 30px 0;
    height: auto;
}

.footerText {
    display: flex;
    font-size: 12px;
    text-align: justify;
    align-items: center;
    max-width: 573px;
    margin-left: 25px;
}


/* Loading */
.loading-wrapper {
  width: var(--loading-size);
  height: var(--loading-size);
  position: fixed;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}

.loading {
  width: 100%;
  height: 3670px;
  position: absolute;
  top: 0;
  background-color: #cfcfcf;
  z-index: 10000;
}

.loading-wrapper.show-loading {
  display: block;
}

.ring {
  width: 100%;
  height: 100%;
  border: solid calc(var(--loading-size) / 15) transparent;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: ring 1250ms ease-in-out infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  99.99999% {
    transform: rotate(-360deg);
  }
}

.ball {
  background-color: #ffffff;
  width: 40%;
  height: 20%;
  position: absolute;
  bottom: calc(calc(var(--loading-size) / 15) / 2);
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: ball 1250ms ease-in-out infinite;
}

@keyframes ball {
  0% {
    width: 40%;
    height: 20%;
    bottom: calc(calc(var(--loading-size) / 15) / 2);
  }
  15% {
    width: 30%;
    height: 30%;
  }
  50% {
    width: 30%;
    height: 30%;
    bottom: calc(var(--loading-size) + calc(var(--loading-size) / 10));
  }
  85% {
    width: 30%;
    height: 30%;
  }
  100% {
    width: 40%;
    height: 20%;
    bottom: calc(calc(var(--loading-size) / 15) / 2);
  }
}

/* End of Loading */

@media only screen and (max-width: 1100px) {
    .areaTitle {
        margin: 40px 5% 20px 0px;
        font-size: 21px;
    }
    
    .descritivo {
        width: 100%;
    }
    
    .spinOffDetaisl_Title {
        padding: 25px 0 25px 10px;
    }
    
    .contentWrapper {
        margin: 0px 5% 15px 20px;
    }
    
    .spinOffsContainer img {
        max-width: 150px;
    }
    
    .navbarWrapper {
        margin: 0px 0px 0px 20px;
    }
    
    .leftSide {
        padding-right: 10px;
        min-width: 180px;
    }
    
    .nameAndEmail {
        font-size: 13px;
    }
    
    h2.spinOffTitle {
        font-size: 1.5em;
    }
    
    .spinOffDetails {
        flex-direction: column;
    }
    
    .spinOffDesc {
        font-size: 13px;
        max-height: 200px;
        overflow-y: scroll;
    }
    
    .infoContainer {
        flex-direction: column;
        align-items: start;
    }
    
    .infoContainer label {
        font-size: 14px;
        padding-bottom: 5px;
    }
    
    .dadosGerais h3, .outrosDados h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .footer {
        flex-direction: column;
        align-items: center;
    }
    
    .footerText {
        margin: 15px;
    }
    
    .cofinanciamentoLogos {
        padding: 25px;
    }
    
}

@media only screen and (max-width: 1450px) {
    .spinOffDetails {
        flex-direction: column;
    }
}