/* Description: Description of the file
Create: 2023-01-05
Update: 2023-01-05 11:47:06
Workspace: AntSoftWSPHP
Relative path: vendor\css\editoraverde.css
Autor(s): William Costa Rodrigues
Copyright(c) 2023, 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');

/*
    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 green 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: green;
    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;
    border: solid 1px #ffffff;

}

.scroll-top-wrapper:hover {
    background-color: green;
    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;
}

.text-shadow-black {
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control-prev>.carousel-control-prev-icon,
.carousel-control-next>.carousel-control-next-icon {
    font-size: 100%;
    line-height: 10px;
    padding: 2em;
    filter: invert(100%)
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 85vh !important
}

.carousel-caption {
    top: 10%
}

a:hover.dropdown-item {
    border-left: 3px green solid !important;
    background-color: #ffff0035;
}

@media only screen and (max-width: 980px) {
    .carousel-caption {
        top: auto;
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        max-height: 45vh !important
    }

    .carousel-control-prev>.carousel-control-prev-icon,
    .carousel-control-next>.carousel-control-next-icon {
        font-size: 50%;
        line-height: 10px;
        filter: invert(100%)
    }
}