@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: 'Jost', sans-serif !important;
}
body {
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  min-width: 100%;
  display: table;
}
@-moz-document url-prefix() {
  section {
    display: inline-block;
    float: left;
  }
}
h2, h4, h5, h6 {
  margin: 0;
  font-family: 'Julius Sans One', sans-serif !important;
  font-weight: 100;
}
h1 {
  font-family: 'Julius Sans One', sans-serif !important;
  line-height: 100%;
  letter-spacing: 10pt;
  font-weight: 400;
  margin: 0;
  font-size: 280%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-style: italic;
  font-size: 120%;
  line-height: 120%;
  font-family: 'CentraNo1-Book';
}
h4 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600;
  margin-top: 2%;
}
p {
  line-height: 150%;
  margin-bottom: 2%;
  letter-spacing: 0.5pt;
}
li {
  margin-bottom: 2%;
  line-height: 150%;
}
ul {
  margin-top: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
}
strong {
  font-family: 'Julius Sans One', sans-serif !important;
  font-weight: 600 !important;
}
header {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #FFFFFF;
}
header img {
  max-width: 180px;
  display: inline-block;
  margin: 2%
}
footer {
  font-size: 60% !important;
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2%;
}
footer a {
  float: none !important;
  color: #FFFFFF !important;
  display: inline !important;
  text-decoration: none;
}
footer a:hover {
  font-weight: 900;
}
iframe {
  border: none !important;
}
video {
  background-color: #000000;
}
form {
  background-color: #FFFFFF !important;
}
.contact form {
  background-color: #FFFFFFF !important;
  box-shadow: 1px 1px 18px 10px rgba(0, 0, 0, 0.1);
  min-height: 320px;
  border-radius: 24px;
  padding: 4%;
}
.contact input {
  height: 40px;
  padding: 1%;
  padding-left: 1%;
  color: #09A900;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin-left: 2%;
  margin-bottom: 24px;
  font-size: 20px !important;
}
.contact textarea {
  clear: both;
  height: 40px;
  padding: 1%;
  padding-left: 1%;
  color: #09A900;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin-left: 2%;
  margin-bottom: 24px;
  min-height: 200px;
  width: 94%;
  font-size: 20px !important;
}
::placeholder {
  color: lightgray !important;
  font-size: 18px;
}
.contact select {
  height: 40px;
  overflow: hidden;
  line-height: 200% !important;
  margin-left: 2%;
  color: #09A900;
  border: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 18px !important;
  margin-bottom: 24px;
  padding: 1%;
}
.contact hr {
  margin-top: 2%;
  margin-bottom: 6%;
  margin-left: 20%;
  margin-right: 20%;
  border: none;
  border-bottom: 3px dotted #09A900;
}
.contact label {
  clear: both;
  float: left;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
  color: #05A3D9 !important;
  height: 40px;
  display: block;
  min-width: 180px;
  margin-bottom: 24px;
  padding: 1%;
}
.contact form h3 {
  color: #05A3D9;
  font-size: 110%;
  line-height: 180%;
  text-align: left;
  margin-bottom: 60px;
  font-style: normal;
}
.contact button {
  width: 25%;
  margin: auto;
  display: block;
  height: 50px;
  font-size: 20px;
  border: 2px solid #05A3D9;
  background-color: #FFFFFF;
  color: #05A3D9;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
  letter-spacing: 2px;
  transition: transform .15s ease-out;
  cursor: pointer;
}
.contact button:hover {
  background-color: #05A3D9;
  color: #FFFFFF;
  transform: translate(0, -5px);
}
.req {
  color: #FC2A1D;
}
/******** SECTIONS **********/
/**DIVANO MENU**/
.menu {
  max-width: 1640px;
  margin: auto;
  display: block;
  top: 0;
  left: 0 !important;
}
.menu a {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: transform .15s ease-out;
  display: block;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
  letter-spacing: 2pt;
}
.menu a:hover {
  color: #F5E935;
  transform: translate(0, -5px);
}
.menu img {
  max-width: 360px;
  padding-bottom: 10px;
  display: block;
  margin: auto;
}
.mItem {
  position: relative;
  top: 90px;
}
.mLogo {
  position: relative;
  top: 40px;
}
.botmenu {
  z-index: 99999999999;
  display: none;
}
.mobLogo {
  display: none;
}
.mobile {
  position: absolute;
  z-index: 999999;
  background-color: #000000;
  background-position-y: 96%;
  background-position-x: 90%;
  background-size: 80%;
  width: 100%;
  height: 100%;
  padding: 2%;
  box-sizing: border-box;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: none;
}
.mobile p {
  text-align: center;
  margin-bottom: 10%;
  margin-top: 12%;
}
.mobile a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center !important;
  text-decoration: none;
  font-size: 120%;
  margin-bottom: 2%;
  letter-spacing: 6px;
  font-weight: 100;
}
.mobile a:hover {
  color: #FFFFFF;
  font-weight: 600 !important;
}
/**DIVANO PAGE SECTIONS**/
.video-container {
  min-height: 768px;
  width: 100%;
  position: relative;
  height: 100%;
}
.video-overlay {
  position: absolute;
  background-size: contain;
  top: 79%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  opacity: 0.2;
  overflow: hidden;
}
.video-overlay img {
  max-width: 1920px;
  display: block;
  margin: auto;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  display: block;
}
.video-container h1 {
  color: #FFFFFF;
  font-size: 270%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.video-container h2 {
  color: #F5E935;
  letter-spacing: 1px;
  line-height: 140%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.video-container h3 {
  color: #05A3D9;
  letter-spacing: 1px;
}
.carrusel {
  min-height: 768px;
  position: relative;
  width: 100%;
  height: 100%;
}
.carrusel h1 {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  display: block;
  font-size: 200% !important;
  width: 100%;
}
.carrusel p {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  display: block;
  font-size: 100% !important;
  width: 100%;
}
.slideContent {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 99;
}
.slideContent h2 {
  font-family: 'Sriracha', cursive !important;
  font-size: 240%;
  line-height: 120%;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5pt;
  font-weight: 400 !important;
}
.slideContent h3 {
  font-size: 200%;
  line-height: 120%;
  color: #F5E935;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5pt;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
  font-style: normal !important;
}
.slideContent h4 a {
  color: #FFFFFF;
  font-style: italic;
  font-size: 120%;
  line-height: 120%;
  font-family: 'CentraNo1-Book';
  font-weight: 100;
  text-decoration: none;
}
.slideContent h4 a:hover {
  color: #FFCCE3;
  text-decoration: underline;
}
.content {
  height: auto;
}
.dBkg {
  background-color: #000000;
}
.dBkg h3 {
  color: #FDC23E !important;
}
.dBkg p {
  color: rgba(255, 255, 255, 0.8);
}
.content h2 {
  font-family: 'Jost', sans-serif !important;
  font-size: 180%;
  line-height: 120%;
  color: #0000000;
  font-weight: 400 !important;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 9px;
  text-align: center;
}
.content h3 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #000000;
  letter-spacing: 2px;
  line-height: 140%;
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 2%;
}
.content h4 {
  letter-spacing: 3px;
  margin-bottom: 2%;
}
.content p {
  margin-bottom: 2%;
  font-weight: 100;
}
.content a {
  color: #FDC23E;
  display: block;
}
.content a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.disclosure {
  color: #909090;
}
.bottom {
  background-color: #000000;
}
.bottom a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
}
.bottom a:hover {
  font-family: 'Jost', sans-serif !important;
  font-weight: 100 !important;
}
.bottom p {
  font-size: 90%;
  color: #FFFFFF;
}
.bottom h3 {
  color: #FFFFFF;
  font-style: normal;
  font-family: 'Jost', sans-serif !important;
  font-weight: 100 !important;
  letter-spacing: 6px;
  margin-bottom: 4%;
}
.bottom img {
  margin: auto;
  width: 90%;
  max-width: 250px;
}
.imgDonate img {
  max-width: 40px;
  position: relative;
  top: 10px;
  left: 10px;
}
.imgAddress {
  max-width: 24px;
  position: relative;
  margin-right: 2%;
  margin-bottom: 12%;
  top: 6px;
}
.inner a {
  color: #FF920B;
  text-decoration: none;
  font-style: italic;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
}
.inner a:hover {
  color: #000000;
  text-decoration: none;
  font-style: italic;
  font-family: 'CentraNo1-Extrabold';
  font-weight: 100 !important;
}
.innerTop {
  background-image: url("../../frevini2024/img/about.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4%;
  padding-top: 720px;
  box-shadow: 1px 1px 12px 12px rgba(0, 0, 0, 0.25);
}
.innerTop h1 {
  color: #FFFFFF;
  text-shadow: 1px 4px 6px rgba(0, 0, 0, 0.5);
  font-size: 360%;
  background-image: url("../../frevini2024/img/bkg_title.svg");
  background-repeat: repeat-x;
  padding-left: 2%;
  line-height: 150%;
  margin-bottom: 60px;
}
.cities {
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url("../../frevini2024/img/cities.jpg") !important;
  background-position: bottom;
}
.parks {
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url("../../frevini2024/img/parks.jpg") !important;
  background-position: center;
}
.programs {
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url("../../frevini2024/img/programs.jpg") !important;
  background-position: center;
}
.donate {
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url("../../frevini2024/img/donate.jpg") !important;
  background-position: center;
}
.cups {
  background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url("../../frevini2024/img/cups.jpg") !important;
  background-position: center;
}
.inner p {
  margin-bottom: 4%;
}
.tabla {
  max-width: 1024px;
  margin: 2%;
}
.cell {
  font-size: 90%;
  background-color: rgba(255, 146, 11, 0.15);
  padding: 0.25%;
  padding-left: 0.5%;
  margin: 0.25%;
  width: 24%;
  float: left;
}
.cell2 {
  font-size: 80%;
  background-color: rgba(9, 169, 0, 0.075);
  padding: 0.25%;
  padding-left: 0.5%;
  margin: 0.25%;
  width: 24%;
  float: left;
}
.smlImg img {
  max-width: 60px;
  float: left !important;
  margin-right: 2%;
  position: relative;
  top: -12px;
}
.bkgInner {
  background-image: url("../../frevini2024/img/bkg_inner.svg");
  background-size: contain;
  background-position: top;
}
.cityCell {
  width: 33%;
  float: left;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
.cityCell img {
  max-width: 405px;
  margin-bottom: 24px;
}
.cityCell h3 {
  font-style: normal !important;
}
.cityCell p {
  margin-bottom: 1%;
}
.accent {
  font-style: italic;
  font-size: 80%;
}
.centro {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noBk {
  background-color: rgba(0, 0, 0, 0.0);
}
.bk {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../frevini2024/img/vid_overlay.svg");
  background-size: cover;
}
.logoScroll {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 2220px;
  text-align: center;
}
/******** LAYOUT DIV DIMENSIONS *******/
.module {
  clear: both;
  display: block !important;
  position: relative;
  color: #000000;
  max-width: 1920px;
  padding: 2%;
  margin: auto;
  height: 100%;
  min-height: 320px;
}
.w100 {
  clear: both;
  width: calc(100%*1.0);
  box-sizing: border-box;
}
.w90 {
  width: calc(100%*0.9);
  float: left;
}
.w70 {
  width: calc(100%*0.7);
  float: left;
}
.w60 {
  width: calc(100%*0.6);
  box-sizing: border-box;
  float: left;
}
.w50 {
  width: calc(100%*0.5);
  box-sizing: border-box;
  float: left;
}
.w40 {
  width: calc(100%*0.4);
  float: left;
}
.w33 {
  width: calc(100%/3);
  float: left;
}
.w30 {
  width: calc(100%*0.3);
  float: left;
}
.w25 {
  width: calc(100%/4);
  float: left;
}
.w20 {
  width: calc(100%/5);
  float: left;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.w10 {
  width: calc(100%/10);
  float: left;
}
.clear {
  clear: both;
  display: block;
  height: 1px;
}
.w1920 {
  max-width: 1920px;
  margin: auto;
}
.w1366 {
  max-width: 1366px;
  margin: auto;
}
.w1280 {
  max-width: 1280px;
  margin: auto;
}
.w1024 {
  max-width: 1024px;
  margin: auto;
}
.w960 {
  max-width: 960px;
  margin: auto;
}
.hAuto {
  height: auto;
  min-height: 10%;
}
.h50 {
  height: 50%;
  min-height: calc(1080px / 2);
}
.h33 {
  height: 33%;
  min-height: calc(1080px / 3);
}
.h25 {
  height: 25%;
  min-height: calc(1080px / 4);
}
.p4 {
  padding: 4%;
  display: block;
}
.p3 {
  padding: 3%;
}
.p2 {
  padding: 2%;
}
.p1 {
  padding: 0.5%;
}
.pB0 {
  padding-bottom: 0;
}
.pL0 {
  padding-left: 0;
}
.m16 {
  margin-left: calc(33%/2);
}
.m33 {
  margin-left: calc(33%/1);
}
.mL5 {
  margin-left: 3.35%;
}
.mr12 {
  margin-right: 12px;
}
.mB0 {
  margin-bottom: 0 !important;
}
.mB2 {
  margin-bottom: 2%;
  color: #05A3D9;
}
.tLeft {
  text-align: left !important;
}
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right !important;
}
.tJustify {
  text-align: justify !important;
}
.floatL {
  float: left
}
.vSpace {
  height: 60px;
  clear: both;
}
.vSpaceHalf {
  height: 30px;
  clear: both;
}
.noDisplay {
  display: none;
}
/*COLORS */
.pink {
  color: #FFCCE3 !important;
}
.naranja {
  color: #FF920B !important;
}
.teal {
  color: #42B0B5 !important;
}
.verde {
  color: #09A900 !important;
}
/*FADE IN - OUT*/
.fade-in {
  opacity: 0;
  transition: opacity 1800ms ease-in;
}
.fade-in.appear {
  opacity: 1;
}
.c2a a {
  background-image: url("../img/boton.svg");
  width: 268px;
  height: 54px;
  line-height: 54px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer !important;
}
.c2a a:hover {
  width: 268px;
  height: 54px;
  line-height: 54px;
  background-size: cover;
  background-image: url("../img/boton_up.svg");
  text-decoration: none !important;
}
.c2b a {
  background-image: url("../../frevini2024/img/botonW.svg");
  width: 268px;
  height: 54px;
  line-height: 54px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.c2b a:hover {
  width: 268px;
  height: 54px;
  line-height: 54px;
  background-size: cover;
  background-image: url("../img/boton_up.svg");
  text-decoration: none !important;
}
/*Social*/
.social {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  display: block;
  clear: both;
  text-align: right;
}
.ig, .fb, .yt, .tw, .tt, .li, .pn {
  float: left;
  width: calc(100%/4);
  text-align: right !important;
}
.ig a {
  background-image: url("../img/ig.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.ig a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/ig_up.svg");
  text-decoration: none !important;
}
.yt a {
  background-image: url("../img/yt.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.yt a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/yt_up.svg");
  text-decoration: none !important;
}
.fb a {
  background-image: url("../img/fb.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.fb a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/fb_up.svg");
  text-decoration: none !important;
}
.tw a {
  background-image: url("../img/tw.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.tw a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/tw_up.svg");
  text-decoration: none !important;
}
.tt a {
  background-image: url("../img/tt.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.tt a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/tt_up.svg");
  text-decoration: none !important;
}
.li a {
  background-image: url("../img/li.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.li a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/li_up.svg");
  text-decoration: none !important;
}
.pn a {
  background-image: url("../img/pn.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.pn a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  background-image: url("../img/pn_up.svg");
  text-decoration: none !important;
}
.shadow {
  box-shadow: 1px 0px 12px 6px rgba(0, 0, 0, 0.2);
}
/*WhatsApp*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
.video-container {
  min-height: 768px;
  width: 100%;
  position: relative;
  height: 100%;
}
.freProd img {
  margin: auto;
  display: block;
  margin-bottom: 2%;
  padding: 4%;
  min-height: 200px;
}
.freProd h3 {
  margin-top: 4%;
  margin-bottom: 36px;
}
#fre01, #fre02, #fre03, #fre04, #fre05, #fre06, #fre07, #fre08, #fre09, #fre10, #fre11, #fre12, #fre13, #fre14, #fre15, #fre16, #fre17, #fre18, #fre19, #fre20, #fre21, #fre22, #fre23, #fre24, #fre25, #fre26, #fre27, #fre28, #fre29, #fre30, #fre31, #fre32, #fre33, #fre34, #fre35, #fre36, #fre37, #fre38, #fre39, #fre40, #fre41, #fre42, #fre43, #fre44, #fre45, #fre46, #fre47, #fre48, #fre49, #fre50 {
  cursor: pointer;
}
.tagLine {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 460px;
}
.tagLine img {
  position: relative;
  top: -20px;
  max-width: 120px;
  padding-right: 12px;
  float: left;
}
.tagLine p {
  text-align: center;
}
hr {
  border: none;
  width: 25%;
  margin: auto;
  margin-bottom: 2%;
  border-bottom: 0.5px solid #000000 !important;
}
.crumbs a {
  font-size: 12px;
  margin-left: 1%;
  margin-top: 2%;
  color: #000000;
  font-weight: 600;
}
.crumbs a:hover {
  text-decoration: none;
  color: #820081;
}
.crumbs a::before {
  content: "\2190  ";
  text-decoration: none !important;
}
.logoHead {
  text-align: center;
  width: 90%;
  margin: auto;
}
.logoHead img {
  margin: auto;
  width: 50%;
}
.sFix {
  position: relative;
  top: -6px;
  min-width: 300px !important;
}
.homage {
  position:absolute;
  z-index: 9999;
  height: auto;
  top: calc(0 + 210px);
  left: 0!important;
  width: 236px;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.25));
  display: block;
}
.homage img{
  margin: 0!important;
  max-width: none!important;
}
.burnt{
 display: table;  margin-left:auto; margin-right: auto;
}
.burnt img{
  float: left;
  position: relative;
  top:-12px;
}
.burnt h2{
  float: left;
}