@charset "utf-8";

*{margin:0px;padding: 0px;box-sizing: border-box;} *:not(p){margin: 0px;padding: 0px;text-decoration: none;list-style:none;text-shadow:none;font-weight: normal;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */}
html {margin:0;padding:0; height: 100vh;} table {border-collapse:collapse;border-spacing:0;} h1,h2,h3,h4,h5,h6{margin: 0 auto;padding: 0;} header,nav,main,section,article,footer{margin: 0 auto;padding: 0;}
fieldset,img {border:0;} input{border:0 solid #001d26;padding:0;color:#000;width:100%;} address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;} caption,th {text-align:left;} q:before,q:after {content:'';} abbr,acronym { border:0;} a {outline: none; text-decoration: none;} a:hover {text-decoration-line: underline;}
small {font-size: 15px;} big{font-size: 80px;font-weight: bolder;} strong{font-weight: bolder;}

/* General Ideas Style */

body {
  background: #fdfbf6;
  font-family: "Cabin", sans-serif;
  letter-spacing: .5px;
  color: #3a3a39;
  margin:0px;
  padding:0px;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  text-rendering:optimizeLegibility !important;
    -webkit-text-size-adjust: 100%; /* Chrome/Safari/Opera */
  -moz-text-size-adjust: 100%;    /* Firefox (older) */
  -ms-text-size-adjust: 100%;     /* IE */
  text-size-adjust: 100%;         /* Standard */
}

.ie7 body {overflow:hidden;} a{text-decoration: none;} .clr{clear: both;} .but{background-color: #255e98;color: white;font-size: 16px;padding: 0;text-align: center;width: 2%;float: right;margin-right: 10px;cursor: crosshair;}

img {width: 100%;height: auto;}

b{
  font-weight: 700;
}


/* Generated CSS Menu */
.gen-nav *, .gen-nav *::before, .gen-nav *::after {
  box-sizing: border-box;
}

.gen-logo-v{
  display: none;
}


/* MENU */

.gen-nav {
  -webkit-font-smoothing: subpixel-antialiased !important; 
  text-rendering:optimizeLegibility !important;
    -webkit-text-size-adjust: 100%; /* Chrome/Safari/Opera */
  -moz-text-size-adjust: 100%;    /* Firefox (older) */
  -ms-text-size-adjust: 100%;     /* IE */
  text-size-adjust: 100%;         /* Standard */  

  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: rgba(0, 0, 0, .45);
  flex-wrap: wrap;
  font-family: "Cabin", sans-serif;
  box-sizing: border-box;
  min-height: 60px;
  padding: 20px 20px 20px 40px;
  width: 100%;
  z-index: 99999  
}


.gen-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gen-logo {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  margin-right: auto;
}

.gen-logo img {
  width: 100%;
  max-width: 220px;
}

.gen-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction:column; gap:0;
  
}
.gen-hamburger span {
  display: block;
  background: #ffffff;
  transition: all .3s;
  width:22px; height:2px; border-radius:2px; margin:3px 0;
}

.gen-nav > ul {
  background: none;
  display: flex;
  justify-content:flex-end;
  flex: 1;
  flex-wrap: wrap;
}

.gen-nav > ul > li {
  position: relative;
}

.gen-nav > ul > li > a {
  background: none;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 0 0 40px;
  height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.gen-nav > ul > li > a:hover,
.gen-nav > ul > li:hover > a {
  color: #ffffff;
}

.gen-arrow { 
  font-size: 1em;
  opacity: 1;
  padding: 0 0 0 5px;
 }

/* Dropdown */
.gen-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 65%;
  left: 35px;
  background: rgba(253, 251, 246, 1);
  min-width: 190px;
  z-index: 99999
  overflow: hidden;
}
.gen-nav > ul > li:hover > ul {
  display: block;
}
.gen-nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 18px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.gen-nav > ul > li > ul > li > a:hover {
  background: rgba(253, 251, 246, 1);
  color: #000000;
}
.gen-nav > ul > li > ul > li:last-child {
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.gen-nav > ul > li > ul > li:last-child > a {
  border-radius: 0 0 0px 0px;
}

/******************************************************
          MOOD TABLETS
    [ MEDIA all 763-1100 ]
*******************************************************/
@media all and (min-width: 763px) and (max-width: 1100px)
{


.gen-nav {
  min-height: 60px;
  padding: 20px 20px 20px 20px;

}

.gen-logo {
  display: none;
}

.gen-logo img {
  display: none;
}


.gen-logo-v {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  margin-right: auto;
}

.gen-logo-v img {
  width: 100%;
  max-width: 80px;
}

.gen-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction:column; gap:0;
  
}
.gen-hamburger span {
  display: block;
  background: #ffffff;
  transition: all .3s;
  width:22px; height:2px; border-radius:2px; margin:3px 0;
}

.gen-nav > ul {
  background: none;
  display: flex;
  justify-content:flex-end;
  flex: 1;
  flex-wrap: wrap;
}

.gen-nav > ul > li {
  position: relative;
}

.gen-nav > ul > li > a {
  background: none;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 0 0 25px;
  height: 60px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
  letter-spacing: 1px;
}
.gen-nav > ul > li > a:hover,
.gen-nav > ul > li:hover > a {
  color: #ffffff;
}

.gen-arrow { 
  font-size: 1em;
  opacity: 1;
  padding: 0 0 0 5px;
 }

/* Dropdown */
.gen-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 60%;
  left: 25px;
  background: rgba(253, 251, 246, 1);
  min-width: 190px;
  text-transform:uppercase ;
  z-index: 99999;
  overflow: hidden;
}
.gen-nav > ul > li:hover > ul {
  display: block;
}
.gen-nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 12px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s;
  letter-spacing: 1px;
}
.gen-nav > ul > li > ul > li > a:hover {
  background: rgba(253, 251, 246, 1);
  color: #000000;
}
.gen-nav > ul > li > ul > li:last-child {
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.gen-nav > ul > li > ul > li:last-child > a {
  border-radius: 0 0 0px 0px;
}


}

/******************************************************
          MOOD CELULARES
    [ MEDIA all 1-759 ]
*******************************************************/
@media all and (min-width: 1px) and (max-width: 762px)
{


.gen-logo-v {
  display: none;
}

.gen-logo-v img {
  display: none;
}


.gen-nav {
  -webkit-font-smoothing: subpixel-antialiased !important; 
  text-rendering:optimizeLegibility !important;
    -webkit-text-size-adjust: 100%; /* Chrome/Safari/Opera */
  -moz-text-size-adjust: 100%;    /* Firefox (older) */
  -ms-text-size-adjust: 100%;     /* IE */
  text-size-adjust: 100%;         /* Standard */  

  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: rgba(0, 0, 0, .45);
  flex-wrap: wrap;
  font-family: "Cabin", sans-serif;
  box-sizing: border-box;
  min-height: 60px;
  padding: 20px 20px 20px 10px;
  width: 100%;
  z-index: 99999;  
}


.gen-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gen-logo {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  margin-right: auto;
}

.gen-logo img {
  width: 100%;
  max-width: 180px;
}

  .gen-hamburger { display: flex; }
  .gen-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .gen-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: rgba(0, 0, 0, .45);
    z-index: 99999;
    padding: 8px 0;
    overflow: hidden;
  }
  .gen-nav > ul.open { display: flex; }
  /* Remove nav bottom radius when dropdown is open so they flow together */
  .gen-nav.mobile-open { border-radius: 0px 0px 0 0; }
  .gen-nav > ul > li > a { height: auto; padding: 14px 20px; }
  /* Reset desktop last-child rounding — not needed on mobile */
  .gen-nav > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul {
    display: block;
    position: static;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background: rgba(253, 251, 246, .85);
    font-size: 13px;
    letter-spacing: 1px;
    min-width: 0;
    text-transform: uppercase;
  }
  /* No rounding on submenu items in mobile */
  .gen-nav > ul > li > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul > li > a { 
    padding: 10px 32px; 
    font-size: 13px;
    letter-spacing: 1px;
  }
  /* Hamburger animates to X when open */
  
  .gen-nav.mobile-open .gen-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(2) { opacity: 0; }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  
}