@font-face
{
   font-family: "Ionicons";
   font-display: swap;
   src: url('ionicons.woff') format('woff'),
        url('ionicons.ttf') format('truetype'),
        url('ionicons.svg#Ionicons') format('svg'),
        url('ionicons.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Drip Icons";
   font-display: swap;
   src: url('dripicons-v2.woff') format('woff'),
        url('dripicons-v2.ttf') format('truetype'),
        url('dripicons-v2.svg#dripicons-v2') format('svg'),
        url('dripicons-v2.eot') format('embedded-opentype');
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes super-scaled-in
{
   0% { transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.Link_Menu
{
   color: #4C5966;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link_Menu::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Link_Menu:hover::after
{
   background: #F04E36;
   width: 100%;
}
a.Link_Menu:visited
{
   color: #535E6B;
   text-decoration: none;
}
a.Link_Menu:active
{
   color: #535E6B;
   font-weight: bold;
   text-decoration: none;
}
a.Link_Menu:hover
{
   color: #F04E36;
   text-decoration: none;
}
a.style1
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:hover
{
   color: #DCDCDC;
   text-decoration: underline;
}
a.Link_Branco
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link_Branco::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Link_Branco:hover::after
{
   background: #F04E36;
   width: 100%;
}
a.Link_Branco:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.Link_Branco:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.Link_Branco:hover
{
   color: #F04E36;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Fivo Sans";
   font-weight: normal;
   font-size: 64px;
   text-decoration: none;
   color: #535E6B;
   --color: #535E6B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: super-scaled-in;
   animation-duration: 1000ms;
   animation-delay: 100ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
   transition-property: color;
   transition-duration: 500ms;
   transition-delay: 0ms;
   transition-timing-function: linear;
   display: inline;
}
h1, .h1
{
   font-family: "Fivo Sans";
   font-weight: normal;
   font-size: 64px;
   text-decoration: none;
   color: #535E6B;
   --color: #535E6B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: slide-left-in;
   animation-duration: 1000ms;
   animation-delay: 100ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: both;
   display: inline;
}
h1, .h1
{
   font-family: "Fivo Sans";
   font-weight: normal;
   font-size: 64px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   transition-property: color;
   transition-duration: 500ms;
   transition-delay: 0ms;
   transition-timing-function: linear;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
.Secilor_v16
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #2F4F4F;
   --color: #2F4F4F;
   background-color: transparent;
}
.sombra em texto Secilor
{
   font-family: Arial;
   font-size: 64px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 2px 0 rgba(0,0,0,1.00);
}
.style1
{
   text-decoration: none;
   background-color: transparent;
}
h1, .h1
{
   font-family: "Fivo Sans";
   font-weight: normal;
   font-size: 64px;
   text-decoration: none;
   color: #535E6B;
   --color: #535E6B;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: super-scaled-in;
   animation-duration: 1000ms;
   animation-delay: 100ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
   transition-property: color;
   transition-duration: 500ms;
   transition-delay: 0ms;
   transition-timing-function: linear;
   display: inline;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
}
@media only screen and (max-width: 767px)
{
}
