@font-face{
    font-family: "Gotham-Medium";
    src: url("3a47f5f06b5484abfeee9eac90348a9c.eot");
    src: url("3a47f5f06b5484abfeee9eac90348a9c.eot?#iefix")format("embedded-opentype"),
        url("3a47f5f06b5484abfeee9eac90348a9c.woff")format("woff"),
        url("3a47f5f06b5484abfeee9eac90348a9c.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
   @font-face{
    font-family: "Gotham-Bold";
    src: url("db33e70bc9dee9fa9ae9737ad83d77ba.eot");
    src: url("db33e70bc9dee9fa9ae9737ad83d77ba.eot?#iefix")format("embedded-opentype"),
        url("db33e70bc9dee9fa9ae9737ad83d77ba.woff")format("woff"),
        url("db33e70bc9dee9fa9ae9737ad83d77ba.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Roboto Regular";
    src: url("03613b6e684c3d8421fc15ef7e0214b5.eot");
    src: url("03613b6e684c3d8421fc15ef7e0214b5.eot?#iefix")format("embedded-opentype"),
        url("03613b6e684c3d8421fc15ef7e0214b5.woff")format("woff"),
        url("03613b6e684c3d8421fc15ef7e0214b5.ttf")format("truetype"),
        url("03613b6e684c3d8421fc15ef7e0214b5.svg#Roboto Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
 }
@font-face{
    font-family:"Gotham Rounded";
    src: url("GothamRounded-Bold.otf") format("opentype");
}
 @font-face{ 
    font-family:"BookmanStd";
    src: url("BookmanStd-Medium.woff") format("woff"),
    url("BookmanStd-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;

} 
@font-face{ 
    font-family:"BookmanStd";
    src: url("BookmanStd-Bold.woff") format("woff"),
    url("BookmanStd-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;

} 
@font-face{ 
    font-family:"BookmanStd";
    src: url("BookmanStd-MediumItalic.woff") format("woff"),
    url("BookmanStd-MediumItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;

} 
@font-face{ 
    font-family:"BookmanStd";
    src: url("BookmanStd-BoldItalic.woff") format("woff"),
    url("BookmanStd-BoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;

} 


body {
    font-family: "Gotham-Medium", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #5e5e5e;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
h1 {
    font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #00b18a!important;

}
nav ul li {
    background-color: #ffffff;
    display: inline-flex;
    float: top;
    margin:2px 1px;
    border-radius: 40px;
    border: 1px, solid;
    border-color:#0053be;
    box-shadow: 2px 2px 2px #0052be41;
    padding: 8px 15px;
    cursor: pointer;


}
nav a {
    color: #5e5e5e;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
nav a:hover {
    transform: scale(1.05);
    background-color: #00b18a;
    color: white;
}
nav a.active {
    background-color: #00b18a;
    color: white;
}
h2 {
    font-family: "BookmanStd", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align:center;
}

.button {
 background-color: #ffffff;
    display: inline-flex;
    float: top;
    margin:2px 1px;
    border-radius: 50px;
    border: 1px, solid;
    border-color:#0053be;
    box-shadow: 2px 2px 2px #0052be41;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
    font-family:Gotham-Medium!important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 4px #0052be41;
}
.button.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0053be;
    cursor: pointer;
    transition: all 0.3s ease;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.carousel-item {
    height: 400px;
    overflow: hidden;
    font-family: "Roboto Regular", sans-serif;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.paragraphcite {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
    padding: 2px 120px;
     color: #5f5f5f;


}
.paragraphcite2 {
    font-size: 14px;
    text-align: center;
    padding: 0 100px;
    color: #5f5f5f;
}
a {
    color: rgb(0, 161, 201);
}
.footer {
    text-align: center
;
    padding: 10px;
    background-color: #f1f1f1;
    color: #5e5e5e;
    font-size: 14px;
    margin-top: 20px;
}
a.active{
    border-radius:30px;
    padding: 3px 60px;
}
a:hover {
    border-radius:30px;
}
img.homesobre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius:10px;
    border: 1px solid #0053be;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}
.projetosheader {
    font-family:"Gotham-Bold", Arial, Helvetica, sans-serif;
    font-size:28px;
    text-align: center;
}

/* Projects layout container */
.projeto-container {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Image styling for projects */
.projetosimagem {
    flex-shrink: 0;
    width: 300px;
    height: auto;
    border: 4px solid #0053be;
    border-radius: 15px;
    margin-right: 20px;
    object-fit: cover;
}

.projetosheader-right {
    flex: 1;
    font-family: "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
    align-self: flex-start;
    margin-top: 0;
    color:#00b18a!important;
    font-style: normal;

}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .projeto-container {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .projetosimagem {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .projetosheader-right {
        text-align: center;
        width: 100%;
    }
    
    article {
        max-width: 100%;
        margin: 20px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .projeto-container {
        padding: 0 10px;
    }
    
    .projetosimagem {
        width: 100%;
        max-width: 250px;
    }
    
    .projetosheader-right {
        font-size: 24px;
    }
    
    article {
        margin: 10px;
        padding: 12px;
    }
}

/* Article styling for consistent typography */
article {
    font-family: "BookmanStd", Georgia, "Liberation Serif", Times New Roman, serif;
    font-size: 16px;
    line-height: 1.6;
    color: #5e5e5e;
    margin: 20px 10px;
    text-align: justify;
    padding: 20px;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.smallparagraph {
    font-size: 14px;
    text-align: center;
    box-align: right;
    padding: 13px;

}
.miniparagraph {
    font-size: 18px;
    text-align: justify;
    padding: 20px;
    margin: auto;
}
    blockquote {
        font-family: "BookmanStd", Georgia, "Liberation Serif", Times New Roman, serif;
        font-weight: 400;
        font-style:italic;
    }
    .blockquote-footer {
        font-family: "BookmanStd", Georgia, "Liberation Serif", Times New Roman, serif;
        font-weight: 600;
    }

.portfolio {
    font-family:'BookmanStd', Georgia, 'Times New Roman', Times, serif;
    font-size:25px;
    color:#0053be;
    text-align: center;
    font-weight: bold;
}

.dspc {
    padding: 20px;
}

.svg-text-layout {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.svg-text-layout img {
    width: 400px;
    height: auto;
    flex-shrink: 0;
}

.svg-text-layout .text-content {
    flex: 1;
    color: #00b18a;
    font-family: "BookmanStd", Arial, Helvetica, sans-serif;
    font-size: 24px;
}
