﻿/* Description: Description of the file
Create: 2025-09-20
Update: 2025-09-20 15:59:47
Workspace: AntSoftWSPHP
Relative path: vendor\css\wcrodrigues.css
Autor(s): William Costa Rodrigues
Copyright(c) 2025, William Costa Rodrigues
Dependency: Informe the dependencies
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/* 
font-family: 'Open Sans', sans-serif;
font-family: "Roboto Mono", monospace;
*/

:root {
    --orange: #e06a0a;
    --red-orange: #b53e12;
    --blue-light: #2986cc;
    --marron-light: #808080;
    --brown: #795548;
}

body {
    font-family: 'Courier New', Courier, monospace;
}

/* stylelint-disable selector-list-comma-newline-after */


/*https://bryanlrobinson.com/blog/how-to-css-after-elements-for-background-overlays/*/
.bg-header {
    height: 40vh !important;
}

.bg-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40vh !important;
    width: 100% !important;
    background-image: url("../../images/code-5113374_1920.jpg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .75;
    z-index: -1;
}

a,
a:link,
a:hover,
a:active {
    text-decoration: none !important;
    color: var(--orange);
}

a,
a.item-menu,
a.item-menu:link,
a.item-menu:hover,
a.item-menu:active {
    font-family: "Roboto Mono", monospace !important;
    color: var(--orange) !important;
}

.text-orange {
    color: var(--orange) !important;
    text-shadow: #ffffff 2px 2px;

}

.text-marrom {
    color: var(--marron-light) !important;

}

.img-author:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.w3-bar-item:hover {
    border-bottom: 3px var(--orange) solid
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder !important;
    font-family: "Roboto Mono", monospace !important;
}

.bg-caption-carrousel {
    background-color: rgba(0, 0, 0, 0.45)
}

main {
    min-height: 50vh !important
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--orange);
    color: #eeeeee;
    width: 40px;
    height: 40px;
    /*line-height: 10px;*/
    right: 10px;
    bottom: 5px;
    /*padding-top: 2px;*/

    /*border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;
    /*transform: rotate(-90deg);*/
}

.scroll-top-wrapper:hover {
    background-color: #d7480a;
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.max-height-300 pre {
    max-height: 300px
}

.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px
}

.theme-switch input {
    display: none
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 400ms
}

.slider::before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 400ms;
    width: 16px
}

input:checked+.slider {
    background-color: #66bb6a
}

input:checked+.slider::before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round::before {
    border-radius: 50%
}

.small>a:hover,
.small>a:active {
    color: #fff !important
}

.captcha {
    font-family: "Kaushan Script", serif;
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

@media only screen and (max-width: 800px) {
    .head {
        font-size: x-large !important;
        margin-top: 10vh !important;
    }

    .text-orange {

        text-shadow: #ffffff 1px 1x;
    }

    .sub-head {
        font-size: medium !important;
    }

    .social {
        margin-top: 0.5vh !important;
        bottom: 0 !important;
    }
}

.container-medium {
    margin-left: 10vw;
    margin-right: 10vw;
}

.container-large {
    margin-left: 5vw;
    margin-right: 5vw;
}

.container-small {
    margin-left: 25vw;
    margin-right: 25vw;
}

.filter {
    display: none;
}

.show {
    display: block;
}

.pointer {
    cursor: pointer;
}