@font-face {
    font-family: GalanoGrotesque;
    src: url("../../Data/Fonts/GalanoGrotesque/GalanoGrotesqueAlt-Regular.otf") format("opentype");
}

@font-face {
    font-family: GalanoGrotesqueLight;
    src: url("../../Data/Fonts/GalanoGrotesque/GalanoGrotesqueAlt-Light.otf") format("opentype");
}

@font-face {
    font-family: GalanoGrotesque;
    font-weight: bold;
    src: url("../../Data/Fonts/GalanoGrotesque/GalanoGrotesqueAlt-Medium.otf") format("opentype");
}

@font-face {
    font-family: YesevaOne;
    src: url("../../Data/Fonts/YesevaOne-Regular/YesevaOne-Regular.ttf") format('truetype');
}

body
{
    height: 100vh;
    font-family: GalanoGrotesque;
    overflow-x: hidden;
}

html
{
    font-family: GalanoGrotesque;
}

.LogoImg
{
    width: 55.77px;
    height: 63.93px;
    background-size: 100% 100%;
    background-image: url(../../Data/Icons/homelink-01.png);
}

.LogoImg:hover
{
    background-image: url(../../Data/Icons/homelink-02.png);
}

.LogoText
{
    font-family: YesevaOne;
    color: #F77014;
    font-size: 55px;
}

.mainblock
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.RoundButton
{
    width: 235px;
    height: 40px;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    margin: 10px;
}

.RoundButton:hover
{
    color: white;
    background-color: black;
}

.RoundButton.Dark
{
    color: white;
    background-color: #0F272D;
    border: 2px solid #0F272D;
}

.RoundButton.Dark:hover
{
    background-color: white !important;
    color: black !important;
}

.RoundInput
{
    border: 2px solid black;
    border-radius: 20px;
    height: 30px;
    font-family: GalanoGrotesque;
}

.RoundInput.Error
{
    border: 2px solid red !important;
    color: #CC5454;
}

.RoundInput::placeholder
{
    font-size: 14px;
}

.RoundInput.Error::placeholder
{
    color: #CC5454;
}

.RoundInput.Error:focus
{
    color: #CC5454;
}

.RoundInput:focus
{
    border: 2px solid #F77014;
    outline:#F77014 !important;
    box-shadow: 0 0 0 0.05rem #F77014 !important;
}

.line
{
    display: block;
    width: 25px;
    height: 1px;
    border: 1px solid black;
}

.line.expanded
{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.flex-fill {
    flex:1;
}

h1
{
    font-family: YesevaOne;
    text-align: center;
}

h2
{
    font-family: YesevaOne;
}

h3
{
    font-family: YesevaOne;
}

h4
{
    font-family: YesevaOne;
}

label
{
    font-size: 14px;
    font-weight: bold;
}

a
{
    color: #F77014;
}

a:hover
{
    color: #0F272D;
    text-decoration: none; 
}

.fitted
{
    padding-top: 20px;
    min-height: calc(100vh - 200px); 
    background-color: #F9F9F2 !important;
}

.circle
{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #F77014;
    border: 1px solid #F77014;
}

#MainSlider
{
    padding-bottom: 10px;
    padding-top: 10px;
    height: 700px;
    /*background-image: url(../../Data/Images/Backgrounds/background_02.png);
    background-size: cover;*/
}

#MainSlider .row
{
}

#MainSlider a
{
    color: black;
    text-align: center;
}

#MainSlider .SlideOption
{
    width: 120px;
}

@media only screen and (max-width: 1025px) {
    #MainSlider .SlideInner
    {
        height: 300px;
        overflow: auto;
    }

    .nav-item.home
    {
        display: list-item !important;
    }
}

/*#MainSlider [class*=col]
{
    width: auto;
}*/

.SliderArrow
{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
    width: 100%;
}

.SliderArrow:hover
{
    cursor: pointer;
}

.SideLinkMessage
{
    font-family: YesevaOne;
    font-size: 23px;
    line-height: 1;
    color: #F77014;
}

small
{
    padding: 5px;
    display: block;
    height: 20px;
    font-family: GalanoGrotesque;
}

/*.MimiBig
{
    position: absolute;
    background-image: url(../../Data/Images/Backgrounds/simbolo_outline_branco.png);
    background-size: 100% 100%;
    height: 400px;
    width: 500px;
    top: 20%;
    left: -150px;
}*/

/*.MimiBig
{
    position: absolute;
    background-image: url(../../Data/Images/Backgrounds/background_02.png);
    background-size: cover;
    height: 100%;
    width: 100%;
}*/

/* User Portrait */
.PhotoContainer
{
    border-radius: 50%;
    background-color: #E0C6CB;
    width: 100%;
    height: 100%;
    min-height: 20px;
    min-width: 20px;
    background-size: cover;
    border: 1px solid gray;
}

.PhotoContainer .UserPhoto
{
    width: 100%;
    height: 100%;
    z-index: 8;
}

.PhotoContainer .DefaultPhoto
{
    width: 62%;
    height: 62%;
}
/* User Portrait */

.MimiIcon
{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: #F77014;
    margin: 20px;
}

.MimiIcon img
{
    width: 35px;
    height: 35px;
}

.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.scrolling-wrapper .card {
    flex: 0 0 auto;
    border: 0px;
}

.Error
{
    color: #CC5454;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #F77014;
}