@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

html, body {
    max-width: 10%;
    overflow-x: hidden;

    background-image: url(../img/assest/Ativo\ 7.png);
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;

    background-position: center top;

    background-size: cover;
    background-attachment: fixed;
}

/*----------------------figcaption---------------*/

figure {

    padding: 4px;
    margin: auto;
  }

.img-cap {
    display: block;
    height: 350px;  
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.img-cap-destaque {
    display: block;
    height: 670px;  
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

figcaption {
    padding: 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.035em;

    color: #493B63;

    text-align: center;
}

.img-figure {
    width: 100%;
    height: 100%;
   
    max-height: 750px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}


#imagem-center {
    display: block;
    height: 350px;  
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

#capition-center {
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 25em;

    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.035em;

    color: #493B63;
}

.redes-sociais {
  text-align: center;
}

a {
    outline: 0 !important;
	color: #432b7d;
	font-weight: bold;
}

a.link-sociais:link {
	font-weight: bold;
	text-decoration:none;
  }

a.link-sociais:hover {
	color:#422b7d;
	background-color:#422b7d52;
	font-weight: bold;
	text-decoration:none;
	border-radius: 10px;
	padding: 5px;
}

.titulo-1 {
    text-align: center;
    padding: 3vw;
    position: relative;
}

.titulo-1 > h3 {
    color: #fceee0;
}

.ctnFlex{
    display: flex;
    justify-content: space-evenly;
}

.op1 img {

    width: 350px;
    height: 350px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.balao2{
  flex: 1 1 auto;
    margin: 0 auto; 
    background: #fceee0;
    font-family: "open sans", sans-serif;
    font-size: 0.85em;
    line-height: 1.6em;  
    border-radius: 15px;
    max-width: 450px;
    height: auto;
    color: #fff;
    padding: 20px;
    padding-right: 25px;
    position: relative;
    margin-top: 30px;
}


/*----------------------------CARD Destaque--------------------*/

.card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 0;
    align-items: center;
    text-align: center;
}

.card img {
    width: 250px;
    height: 250px;
    padding-left: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.card .autora{
  width: 250px;
  height: 250px;
  padding-left: 25px;
  border-radius: 50%;
  object-fit: cover;
}

/* --------------Section inicial ---------------------------*/

.inicial{
    padding-top: 100px;
    padding-bottom: 200px;
    padding-left: 150px;
    padding-right: 150px;
    background-image: url('../img/assest/Ativo\ 7.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    position: relative;
    top: 230px;
}

.inicial-1 {
    padding-top: 104px;
}

.block-cap1{
    border: 3px solid #493B63;
    height: auto;
    background-color: #fff;
}
.block-body{
    padding: 30px 150px 30px 150px;
}
.block-cap1 > .block-head{
    height:63px;
    background-color: #e577b1;
    border-bottom: 3px solid #493B63;
    position: relative;
}
img.titulo{
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 50px;
}
img.titulo-cap3 {
    width: 80%;
    position: absolute;
    bottom: 20px;
    left: 50px;
}

img.titulo-cap4 {
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.titulo-agradecimento{
    width: 50%;
    position: absolute;
    bottom: 0px;
    left: 50px;
}

img.img-personagem {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 30%;          
}


h3 {
    font-family: "Open Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #493B63;
}

h5 {
    font-family: "Open Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #493B63;
}

p{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #493B63;
}

i {
    font-style: italic;
}

.block-2{
    position: relative;
    bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    
    margin: auto;
    width: 550px;
    height: 381px;
    border-radius: 20px;
    
}   
.block-2-head{
    background-color:#493b63;
    height:63px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding:20px;
}
.circle{
    width:20px;
    height:20px;
    background-color: #fceee0;
    border-radius:50%;
    margin-right: 10px;
}
.block-2-body > img{
    width:100%;
    height:312px;
    object-fit: cover;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

/*---------------- Section sitação ---------------------------*/

.sitacao {
    background-image: url(../img/assest/Ativo\ 3.png);
    padding-top: 50px;
    padding-bottom: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;

    position: relative;
    top: 231px; 
    
}

/*---------------- Section Destaque --------------------------*/

.destaque {
    background-image: url(../img/assest/Ativo\ 2.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    position: relative;
    top: 104px;
}


/* ----------- Section final ---------------------*/

.cap-final {
    padding-top: 104px;
    padding-bottom: 104px;
    padding-left: 150px;
    padding-right: 150px;
    background-image: url('../img/assest/Ativo\ 7.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    position: relative;
    top: 104px;
}

.block-cap2{
    border: 3px solid #493B63;
    height: auto;
    background-color: #fff;
}

.block-body{
    padding: 30px 150px 30px 150px;
}

.block-cap2 > .block-head{
    height:63px;
    background-color: #e577b1;
    border-bottom: 3px solid #493B63;
    position: relative;
}


p{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;

    color: #493B63;;
}

.block-3{
    position: relative;
    top: 120px;
    bottom: 250px;
    padding-left: 50px;
    padding-right: 50px;  
    margin: auto;
    width: 550px;
    border-radius: 20px;   
}

.block-2-head{
    top: 250px;
    background-color:#493b63;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding:20px;
}

.block-3-body .raio1 .coracao1 > img{
    width:100%;
    object-fit: cover;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.raio1 {
    position: relative;
    object-fit: cover;
    width: 179px;
    height: 310px;
    left: 380px;
    bottom: 250px;
}

 .coracao1 {
    position: absolute;
    object-fit: cover;
    right: 370px;
    bottom: 920px;
    transform: rotate(-12.89deg);
}


.img-next {
    position: relative;
    border-radius: 50px;
    bottom: 15px;
    left: 1015px;
}

.img-next-sobre {
    position: relative;
    border-radius: 50px;
    bottom: 15px;
    left: 1015px;
}


/*---------------------- Responsive ---------------------------------*/

@media (max-width: 1024px) {
    .img-next {
      left: 600px;
    }
  }
  
  @media (max-width: 760px) {
    p {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 22px;
      color: #493b63;
    }
  
    h3 {
      font-size: 26px;
      line-height: 36px;
    }
  
    .block-cap1 > .block-head {
      box-sizing: border-box;
      width: 88vw;
      height: 10vh;
      background-color: #e577b1;
      border: 3px solid #493b63;
      position: relative;
    }
  
    .block-cap1 {
      border: 3px solid #493b63;
      height: auto;
      background-color: #fff;
      box-sizing: border-box;
      width: 90vw;
    }
  
    .block-body {
      padding: 8vw;
      box-sizing: border-box;
      width: 85vw;
    }
  
    img.titulo {
      width: 95%;
      position: absolute;
      bottom: 35px;
      left: 2vw;
    }
  
    img.titulo-cap3 {
      width: 95%;
      position: absolute;
      bottom: 35px;
      left: 2vw;
    }

    .titulo-agradecimento {
        width: 95%;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }
  
    .block-2 {
      position: relative;
      bottom: 35px;
      padding-left: 8vw;
      padding-right: 8vw;
      margin: auto;
      width: 80vw;
      height: auto;
      border-radius: 20px;
    }
    
  }
  
  /* ----------------------------------------------------------*/
  
  @media only screen and (min-width: 1170px) {
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px;
      height: 8300px;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      margin-top: 15px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
  }
  
  @media (max-width: 500px) {
    .cd-timeline-content {
      display: block;
      width: 100%;
    }
  }
  
  @media (min-width: 320px) {
    .cd-timeline-content {
      display: block;
      width: 250px;
      margin-left: 45px;
    }
  
    .cd-timeline-content h2 {
      width: 100%;
      font-size: 20px;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .capition-center {
      width: auto;
      font-size: 10px;
    }
  
    .descricao {
      width: auto;
      font-size: 12px;
    }
  
    #imagem-direita {
      max-width: 1080px;
      width: 100%;
      height: auto;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem;
    }
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem;
    }
    .cd-timeline-content {
      font-size: 14px;
      font-size: 0.875rem;
    }
    
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      color: white;
      margin-left: 0;
      padding: 1.6em;
      width: 36%;
      margin: 0 5%;
    }
  
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 16px;
      font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
  
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
  }
  
  /* ---------------------- Responsive Cell--------------------------------- */
  
  @media screen and (min-width: 0px) and (max-width: 1080px) {
    .block-2 {
      max-width: 100vw;
      max-height: 100vh;
      bottom: 25px;
      height: 100%;
      width: 100%;
    }
    .inicial {
      padding-top: 15%;
      padding-bottom: 25vh;
      padding-left: 5%;
      padding-right: 5%;
      max-width: 100vw;
      width: 100%;
    }
    .cap-final {
      top: 104px;
      padding-top: 104px;
      padding-bottom: 104px;
      padding-left: 5%;
      padding-right: 5%;
    }
    .block-3 {
      padding-top: 15%;
      padding-bottom: 15%;
      top: 1px;
      bottom: 50px;
      max-width: 100vw;
      width: 100%;
    }
    .block-3 img{
      bottom: 0px;
      top: 1px;
      max-width: 100vw;
      width: 100%;
      max-height: 100vh;
      height: 90%;
    }
    .coracao1, .raio1{
        display: none;
    }
  
    .img-next {
      position: relative;
      border-radius: 50px;
      max-width: 1vw;
      bottom: 15px;
      left: 46vw;
    }
  
    .img-next-sobre {
      position: relative;
      border-radius: 50px;
      max-width: 1vw;
      bottom: 15px;
      left: 46vw;
    }

    img.img-personagem {
        width: 60%;
    }
  
  
    /* ---------------------- new --------------------------------- */
  }
  