@charset "UTF-8";

@font-face {
    font-family: font1;
    src: url(/fonts/CGaramond-Regular.ttf);
}

@font-face {
    font-family: font2;
    src: url(/fonts/CGaramond-Bold.ttf);
}

@font-face {
    font-family: font3;
    src: url(/fonts/CGaramond-Italic.ttf);
}

@font-face {
    font-family: font4;
    src: url(/fonts/MoeFont_wght.ttf);
}

@font-face {
    font-family: font6;
    src: url(/fonts/font6.ttf);
}
/* HEADER */


/* FIM HEADER */

/* CONTEUDO */

.part1{
    margin-top: 130px;
    perspective: 1000px;
    height: 300px;
    display: flex;
    margin-bottom: 0px;
    position: relative;
   
}

#podcastfoto1{
    width: 780px;
    transform: rotateY(-25deg);
    box-shadow:0px 30px 30px -10px rgba(8, 8, 8, 0.492);
    position: absolute;
    top: -90px;
    right: 0;
}

.textpart{
    position: absolute;
    padding: 30px 0px 50px 20px;  
    width: 700px;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to left,  #FDC6D4 , white);
    border-radius: 0px 0px 95px 0px;
}

.textpart p{
    width: 250px;
}

.titpart{
    font-family: font6;
    font-size: 40px;
    color: #59493b;
    letter-spacing: 4px;
}

.conteudo h1, h2, p{
    color: #59493b;
    margin-top: 15px;
}

strong{
    color: black;
}

/* PART2 */

.part2{
    text-align: center;
    
}

.columnpart2 {
    
    width: 330px;
    height: 375px;
    margin-bottom: 16px;
    padding: 0 8px;
    
}
  
.cardpart2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.606);
}
  
.contpart2 {
    padding: 0 16px 10px;
    display: flex;
}
  
.part2 .btunpart2 {
    border: none;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 283px;
}
  
.btunpart2:hover {
    background-color: #555;
}

/* PART3 */

.part3{
    position: relative;
    display: flex;
    margin-top: 100px;
}

#podcastpart3{
    border-radius: 80px 0px 80px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.354);
    margin-left: 100px;
    width: 350px;
}

#textpodpart3{
    width: 470px;
    margin-left: 20px;
    text-align: justify;
}

.preview{
    position: absolute;
    top: 335px;
    left: 330px;
    width: 400px;
    height: 80px;
    background-color: #ca96a4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.336);
    border-radius: 5px;
    padding: 15px;
    display: flex;
}

.caixprev{
    padding: 10px;
    width: 100%;
}

.h2prev {
    margin-top: -10px;
   text-align: center;   
}

.pprev {
    margin: 0;
    text-align: center;
}

.prev1{
    border-right: 2px solid white;
}

#btonsmedias{
    margin-top: 100px;
    display: flex;
}

.part4{
    background-color: #FDC6D4;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.374);
    height: 380px;
    margin-top: 130px;
    display: flex;
   
}

.part41{
    /* border: 2px solid red; */
    width: 350px;
    position: relative;
    text-align: center;
    padding: 25px;
}

.part41 p{
    text-align: justify;
}

.part42{
    padding: 20px;
    width: 675px;
}

/* IMAGENS PART42 */

.mySlides {
    display: none;
}
.part42 img {
    vertical-align: middle;
    width: 200px;
    
}
.aprestbton{
    
    width: 200px;
    padding-left: 11px;
}
.butonpart4{
    width: 100px;
    border-radius: 30px;
}
.apresent3x{
    margin-top: 30px;
    display: flex;
}

.apresent3x img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.52);
}
.margaprest3{
    margin-right: 15px;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* PART5 */

.part5{
    text-align: center;
    margin-top: 100px;
}

.columnpart5 {
    
    width: 250px;
    height: 300px;
    margin-bottom: 16px;
    padding: 0 8px;
    
}
  
.btunpart2 {
    border: none;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 183px;
}
  


/* LEMBRAR PARA DIMINUIR TEXTO QUANTO TELEMOVEL */
/* @media only screen and (max-width: 300px) {
  .text {font-size: 11px}
} */

/* FOOTER */

.footer6{
    box-shadow: -15px 0px 20px rgba(0, 0, 0, 0.086);
    border-radius: 21% 79% 0% 100% / 100% 21% 79% 0% ;
       
}



