@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);
}

/* HEADER */






/* FIM HEADER */

.part2{
    border-radius: 35px 75px 0px 75px;
    width: 660px;
    height: 760px;
    margin: auto;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.23);
}


.part2 h1{
    text-align: center;
    font-family: font2;
    color: #59493b;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 10px;
}

.part2 h3{
    text-align: center;
    padding: 5px;
    background-color: #fdc6d472;
}

.part2 p{
    text-align: justify;
    padding: 25px 50px;
    color: #59493b;
    
}

.part3{
    margin-top: 50px;
    background-color: #FDC6D4;
    border-radius:50% 50% 45% 55% / 0% 100% 0% 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.116);
    height: 660px;
}

.part3 h1{
    text-align: center;
    font-family: font2;
    color: #59493b;
    font-weight: 700;
    letter-spacing: 6px;
   padding: 15px;
}

.part3 h3{
    padding: 5px 0px;
}

.part3 p{
    color: #59493b;
    width: 220px;
    text-align: justify;
}

.part3conte{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.part3cont{
    width: 300px;
}

.part3vid{
    margin: 20px 25px;
 
}

.part4{
    margin-top: 50px;
       
}

#rtp1{
    background-color: #FDC6D4;
    border-radius:0% 100% 0% 100% / 0% 100% 0% 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.116);
}

.part4 h1{
    text-align: center;
    font-family: font2;
    color: #59493b;
    font-weight: 700;
    letter-spacing: 6px;
    padding: 30px;
}
.part4conte{
    display: flex;
    justify-content: center;
}

.part4vid{
    width: 240px;
}

.part4 p{
    color: #59493b;
    width: 210px;
    text-align: justify;
}

.part3 iframe{
    box-shadow: 0px 0px 10px black;
}

.part4 iframe{
    box-shadow: 0px 0px 10px black;
}

#canalporto{
    position: relative;
    margin-bottom: 260px;
    border-radius: 100% 0% 100% 0% / 100% 0% 100% 0% ;
    background-color: #FDC6D4;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.116);
    height: 750px;
    
}

#canalporto h1{
    margin-bottom: 150px;
}

#port1{
    position: absolute;
    top: 120px;
    left: 80px;
    font-size: 20px;
    width: 340px;
}

#port2{
    position: absolute;
    top: 580px;
    right: 80px;
    font-size: 20px;
    width: 340px;
}

.part5vid{
    width: 340px;
}

/* media */

#mediatv{
    margin-top: -180px;
    
}


/* FOOTER */
.part6{
    width: 100%;
    height: 380px;
    margin-top: -170px;
    display: flex;
    box-shadow: 0px 0px 20px rgba(128, 128, 128, 0.68);
    /* border-radius: 21% 79% 0% 100% / 100% 21% 79% 0% ; */
    border-radius: 560px 560px 0px 0px;
    background-color: #FDC6D4;
    position: relative;
    
}

