/*
Theme Name: Sillion Intranet
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Manoel Flores
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0*/

:root {
    --primary-color: #E74C3C;
}

* {
    font-family: 'Roboto', sans-serif;
    /* font-size: 13px; */
}

body {
    margin-top: 68px;
    background-color: #EEE;
}

a {
    color: var(--primary-color);
}

input::-webkit-input-placeholder {
    color: #AAA !important;
}

input:-moz-placeholder {
    color: #AAA !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.border-primary {
    border: 1px solid var(--primary-color) !important;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover {
    color: #FFF !important;
    background-color: var(--primary-color) !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


.text-secondary {
    color: #71717A !important;
}

.bg-darck {
    background-color: #323232 !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

h4 {
    font-size: 20px;
}

.sub-title {
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 32px;
    margin: 5px 0 35px;
}

.pre-sub-title {
    color: #AAA;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar {
    /* height: 80px; */
}

.navbar .nav-item {
    padding: 0 20px;
}

.newsletter-email::-webkit-input-placeholder {
    color: #FFF;
}

footer li {
    margin: 10px 0;
}

.thumbnail {
    width: 100%;
    height: auto;
    display: block;
}