%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/davidrrsoares.com.br/css/
Upload File :
Create Path :
Current File : /var/www/projetos/davidrrsoares.com.br/css/site.css

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Oswald:wght@400;700&display=swap');

/* site */
body {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;    
    background: rgb(13, 28, 65);
    background: linear-gradient(180deg, rgba(13, 28, 65, 1) 0%, rgba(13, 28, 65, 1) 15%, rgba(0, 151, 255, 1) 50%) fixed;
}

.socialmediascrool {
    height: 500px;
    overflow-y: scroll;
}

.font-garamond {
    font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
}

.font-oswald {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.bg-darkblue {
    background-color: #0d1c41;
}

.bg-silverlight {
    background-color: #b4b4b4;
}

.bg-darkbar {
    background-color: #535353;
}

.font-site-bold {
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* Header */

.navbar-brand{
    width: 11rem;
}

.header-nav {
    min-height: 13vh;
}

.header-h-line {
    min-height: 4vh;
}

/* .navbar-nav .nav-item {
    display: block;
    min-width: 20vh !important;
} */

/* .navbar-nav .nav-item .nav-link {
    text-align: center;
} */

.nav-item {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
} 

/* Main */
.main-receive-news .item {
    min-height: 13vh;
}

.main-receive-news h3 {
    font-size: 2rem;
    font-weight: 600;
}

.darkbar-label-email {
    font-size: 1rem;
}

.imgfilipecorpo {
    width: 500px;
}

h1.font-garamond {
    font-size: 3rem;
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

.twthead{
    width: 33.33333333%;
}


/* Galeria de Fotos */
.galeria-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeria-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Seção Saiu na Mídia */
.video-thumb-link {
    overflow: hidden;
}

.video-thumb-link:hover img {
    opacity: 0.85;
}

.video-thumb-link:hover .play-bg {
    fill: #ff0000;
    fill-opacity: 1;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Capas dos Jornais */
.jornal-capa {
    height: 350px;
    object-fit: contain;
    background-color: #f8f9fa;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

@media screen and (max-width:490px) {
    #footer{
        justify-content: center;
    }
    #titulo-redes-sociais{
        font-size: 2rem;
    }
    #footer-img, #footer-inf {
        justify-content: center;
    }
    .galeria-thumb {
        height: 120px;
    }
    .card-img-top {
        height: 150px;
    }
}

Zerion Mini Shell 1.0