<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Anton&amp;family=Comfortaa:wght@300..700&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
body{ 
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    background-color: #5F377B;
}

.navtop {
    background-image: url('media/nav_bg-01.png');
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    width:100%;
    z-index:999;
    
}


.navtop .logo-left img { 
    max-width: 110px;
    float:left;
    height: auto;
    transform: translate(290%, 0%);
}

.navtop a{
    font-family: 'Comfortaa', sans-serif;
    font-weight:700;
    font-size: 15px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    padding: 0px 13px;

}

.navtop .top-center ul.main_nav{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -130%);
    list-style-type: none;
}
.navtop .main_nav li {
    display: inline-block;
}

.navtop .top-right a {
    float:right;
    top:50%;
    left:50%;
    transform: translate(-280%, 55%);
}

.navtop a:not(.donate_btn, .adopt_btn, .amor):hover {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #764599;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}
.donate_btn, .adopt_btn {
    margin-top:-19px;
}

a.donate_btn {
    border-radius: 100px;	
    background-color: #FDF877;
    color: #000000;
    margin-right: 5px;
    width:70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.adopt_btn {
    border-radius: 100px;	
    background-color: #5F377B;
    color: #ffffff;
    margin-right: 5px;
    width:70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}



a.donate_btn:hover {
    transition: background-color 0.5s, color 0.5s, border-radius 0.5s;
    border-radius: 100px;	
    background-color: #5F377B;
    color: #FDF877;
    outline: 2px solid;
    text-decoration: underline;
    text-decoration-color: #FDF877;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

a.adopt_btn:hover {
    transition: background-color 0.5s, color 0.5s, border-radius 0.5s;
    border-radius: 100px;	
    background-color: #FDF877;
    color: #5F377B;
    outline: 2px solid;
    text-decoration: underline;
    text-decoration-color: #5F377B;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

/*Div text*/

.firsttexts p{
    color: white;
    
    text-align: justify;
    text-align-last: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

.firsttexts h1{
    color: #FDF877;
    padding: 10px 305px;
    text-align: center;
    font-size: 50px;
    font-family: "Anton", sans-serif;
}

.bemvindo{
    display: flex;
    gap: 20px;
}

.bemvindo img{
    width: 600px;
    height: 400px;
    margin-top: 100px;
    margin-right: 70px;
    margin-left: 100px;
    border-radius: 40px;
    border: 3px solid #FDF877;
    padding: 20px;
}

.bemvindo h1{
    position: absolute;
    
    margin-left: -40px;
}

.bemvindo p{
    text-align: left;
    margin-top: 150px;
    margin-left: 60px;
    white-space: pre-wrap;
    
}

.line{
    background-color: #FDF877;
    width: 8px;
    margin-left: 160px;
    margin-top: 20px;
}

.comofunciona{
    background-color: #FDF877;
    height: 260px;
}

.comofunciona p{
    color: black;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    
}

.comofunciona h1{
    color: #5F377B;
}


.fimtext p{
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
}
   



.nav_footer {
    background-color: #1a1a1a;
    left: 0;
 
    width: 100vw;
    position: absolute;
    overflow: hidden;
    height : 300px;
    background-size:cover;
}
.nav_footer .line2 {
    width: 70%;
    height: 1px;
    background-color: #FDF877;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%);
}
    
.nav_footer a {
    font-family: 'Comfortaa', sans-serif;
    font-weight:400;
    font-size: 14px;
    color: #FDF877;
    text-align: center;
    text-decoration: none;
    padding: 0px 15px;
}
.nav_footer a:hover {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #FDF877;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}
.nav_footer .rights {
    font-family: 'Comfortaa', sans-serif;
    font-weight:300;
    font-size: 13px;
    color: #FDF877;
    text-align: center;
    text-decoration: none;
    padding: 240px 55px;
}

.nav_footer li {
    display: inline-block;
    list-style-type: none;
}
.nav_footer ul.main-nav-footer {
    position:absolute;
    top:35%;
    left:50%;
    transform: translate(-55%, -200%);
    list-style-type: none;
}

.nav_footer .logo-footer img {
    max-width: 80px;
    float:left;
    height: auto;
    transform: translate(455%, 305%);

}
.nav_footer .contact-icons {
    position:absolute;
    top:48%;
    left:50%;
    transform: translate(-60%, 40%);
    list-style-type: none;
}
.nav_footer .contact-icons img {
    height:30px;
    width:auto;
}
.nav_footer .contact-icons a {
    padding: 0px 7px;
}</pre></body></html>