/* Description: Description of the file
Create: 2022-12-19
Update: 2023-01-13 00:07:17
Workspace: AntSoftWSPHP
Relative path: vendor\css\open.css
Autor(s): William Costa Rodrigues
Copyright(c) 2022, William Costa Rodrigues
Dependency: Informe the dependencies
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway|Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
/*
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

body,
html {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

.title_underline {
    /* border-bottom: solid #dc3545 5px;
    display: inline-block;
    padding-bottom: 0.1em;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; */
    position: relative;
    display: inline-block;
    z-index: 0;
}

.title_underline:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 0;
    border: 3px solid #dc3545;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif !important;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #6c757d;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 1px;
    padding-top: 2px;
    -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;

}

.scroll-top-wrapper:hover {
    background-color: #dc3545;
    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;
}

.required {
    border-left: solid 3px #970707 !important
}

.text-white-shadow {
    text-shadow: 1px 1px 2px white;
}

.text-black-shadow {
    text-shadow: 1px 1px 2px black;
}

.text-green-shadow {
    text-shadow: 1px 1px 2px green;
}

.text-orange-shadow {
    text-shadow: 1px 1px 2px orange;
}

.text-red-shadow {
    text-shadow: 1px 1px 2px #dc3545;
}

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

/* lateral  borders size */
.bl-1 {
    border-left: solid 1px !important;
}

.bl-2 {
    border-left: solid 2px !important;
}

.bl-3 {
    border-left: solid 3px !important;
}

.bl-4 {
    border-left: solid 4px !important;
}

.bl-5 {
    border-left: solid 5px !important;
}

.br-1 {
    border-right: solid 1px !important;
}

.br-2 {
    border-right: solid 2px !important;
}

.br-3 {
    border-right: solid 3px !important;
}

.br-4 {
    border-right: solid 4px !important;
}

.br-5 {
    border-right: solid 5px !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

#mainContent {
    min-height: 70vh
}

.login-page,
.register-page {
    min-height: 45vh;
    height: auto !important;
    padding: 2em !important;
    ;
}

.hiden {
    display: none !important;
}

.image-shadow {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255 255 255 / 90%));
    filter: drop-shadow(0px 0px 2px rgba(255 255 255 / 90%));
}

.carousel-item {
    position: relative;
}

.carousel-item .caption-slider-fume {
    position: absolute;
    /* Position the background text */
    bottom: 0;
    left: 0 !important;
    margin-left: 0 !important;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    /* Grey text */
    width: 100%;
    /* Full width */
    padding: 20px;
    /* Some padding */

}

.counter-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
    font-family: "Roboto Mono", sans-serif;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
    font-family: "Roboto Mono", sans-serif;
}