@charset "utf-8";
/* CSS Document */

ul.featuresList {
  padding: 0 0 0 10px;
  margin: 0;
}
p.firstp {
  clear: both;
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 15px;
  color: #545961;
  width: 490px;
}
#HeadResources {
  margin: 0;
  padding: 0;
  background: url(../img/grafrecursos.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 200px;
}
#HLines {
  margin: 0 25px 3px 25px;
  padding: 0;
  height: 3px;
}
#newsContext {
  margin: 0px;
  padding: 0px;
  height: 200px;
  width: 754px;
  margin-left: 10%;
  margin-bottom: 40px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}
#newsContext div {
  margin: 0px;
  padding: 0px;
  height: 70px;
  width: 100%;
  background-color: #fff;
}

#newsContext span {
  display: block;
  padding: 5px 20px;
}

#newsImg {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 130px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.highlightItem div > div {
}
.highlightItem {
  width: 850px;
}
.normalItem {
  width: 400px;
}
.resourceItem {
  display: block;
  float: left;
  margin: 15px 25px;
  position: relative;
  height: 470px;
}
.resourceItem div.containerDiv > div .moreblock > ul li {
  margin: 10px 0;
}
.resourceItem div.containerDiv > div .moreblock > h3 {
  margin: 0px 0 5px 0;
}

.resourceItem div.containerDiv > div .moreblock > ul {
  margin: 20px 0 20px 40px;
  padding: 0 0 0 10px;
  width: 75%;
}
.resourceItem div.containerDiv > div .moreblock {
  display: none;
  overflow: hidden;
  position: absolute;
  font-size: 13px;
  margin-left: 0px;
  margin-top: 0px;
  text-align: left;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resourceItem div.containerDiv > div > span {
  display: block;
  padding: 0 20px;
}
.resourceItem div.containerDiv > div > .resourceshowmore b.hideB {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 1px 0;
  width: 0px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.resourceItem div.containerDiv > div .resourceshowmore > strong.hideStrong {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.resourceItem div.containerDiv > div .resourceshowmore h2 {
  text-align: left;
  margin: 5px 0 15px 0;
}
.resourceItem div.containerDiv > div .resourceshowmore a:hover {
  color: #fc3;
}
.resourceItem div.containerDiv > div .resourceshowmore a {
  font-weight: bold;
  color: #f90;
}

.resourceItem div.containerDiv > div .resourceshowmore {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  height: 40px;
  width: 40px;
  background: #ddd;
  overflow: hidden;
  box-shadow: inset 1px 1px 1px #999;
  border-top-left-radius: 22px;
  text-align: right;
  padding: 8px 10px 0 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resourceItem div.containerDiv > div span {
}

.resourceItem div.containerDiv > div:hover .resourceshowmore b.hideB {
  min-width: 40px;
  width: 60px;
  padding: 0 15px 1px 10px;
}
.resourceItem
  div.containerDiv
  > div:hover
  .resourceshowmore
  > strong.hideStrong {
  color: #fff;
}
.resourceItem div.containerDiv > div:hover .resourceshowmore {
  background: #444;
  width: 110px;
  box-shadow: inset 1px 1px 1px #222;
  color: #fff;
}

.resourceItem div.containerDiv > div:hover {
  background: #666;
  color: #fff;
  box-shadow: 2px 2px 3px #444;
}
.resourceItem div.containerDiv {
  height: 100%;
  min-height: 470px;
  width: 100%;
  position: absolute;
}
.resourceItem div.containerDiv > div {
  display: block;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 100%;
  width: 100%;
  color: #333;
  background: #efefef;
  box-shadow: 1px 1px 1px #888;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.resourceItem div.containerDiv > div img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 300px;
}
.titleresourcesitem {
  font-size: 13pt;
  font-weight: bold;
  height: 40px;
  padding-top: 20px !important;
}
.resourcedescription {
  font-size: 12pt;
}

.browser {
  margin-top: -40px;
}

.card#feature-banco-de-dados .browser,
.card#feature-internacionalizacao .browser,
.card#feature-menus .browser,
.card#feature-seguranca .browser {
  border: 0;
}

.card#feature-banco-de-dados .browser .browser-header,
.card#feature-internacionalizacao .browser .browser-header,
.card#feature-menus .browser .browser-header,
.card#feature-seguranca .browser .browser-header {
  display: none;
}
/* .features-nav {
      top: 90px;
      transition: all .2s;
  }*/
.features-nav.top {
  top: 47px;
}

/*demo privada GRAY*/

.cta-demonstration .media img,
.cta-demonstration-gray .media img {
    max-width: 140px;
}

.cta-demonstration {
    border-radius: .5rem;
    background: rgb(0 0 0 / .1);
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / .1);
}

.cta-demonstration:hover {
    box-shadow: 0 0rem 2rem rgb(255 255 255 / 0.05);
    border: 1px solid #428dff;
}

.cta-demonstration a,
.cta-demonstration a:hover,
.cta-demonstration a:visited {
    text-decoration: none;
}

.cta-demonstration-gray .media {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #0275d8;
    background: #f8f9fa;
    cursor: pointer;
}

.cta-demonstration .media svg,
.cta-demonstration-gray .media svg {
    cursor: pointer;
}

.cta-demonstration .media:hover,
.cta-demonstration-gray .media:hover {
    filter: brightness(103%);
}

.cta-demonstration .icon-demo {
    width: 100%;
    max-width: 155px;
}

.cta-demonstration-gray a,
.cta-demonstration-gray a:hover,
.cta-demonstration-gray a:visited {
    text-decoration: none;
}


/*fim demo privada*/

@media (max-width: 768px) {
  .hero-diag.pt-5 img {
    max-width: 100%;
  }
  .bg-faded .pt-5 {
    padding-top: 0px !important;
  }
  .bg-faded .pt-5 .container {
    padding: 0px;
  }
  .main .hero-diag.pt-5 {
    padding-top: 20px !important;
  }
  img.my-4 {
    margin-bottom: 15px !important;
  }
  .card .p-5.text-center {
    padding: 20px !important;
  }
  .browser.mx-5 {
    margin: -20px 15px 0 15px !important;
  }
  .bricklayer-column {
    padding: 0px;
  }
  .banner.bg-white.pt-5.mt-5 .container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.no-gutters.m-0 .col {
    border: none !important;
  }
  .row.no-gutters.m-0 .col {
    border: none !important;
    width: 100% !important;
    display: contents;
    padding-bottom: 20px !important;
  }
  .row.no-gutters.m-0 .col .py-5 {
    text-align: center !important;
    padding: 35px 20px 35px !important;
    border-top: 1px solid #eaedf2;
    margin-top: -1px;
  }
  .container-fluid.text-center.py-2 small {
    margin-right: 15px;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #0275d8;
    font-size: 16px;
    padding: 5px;
    min-height: auto !important;
    white-space: nowrap;
  }
  .container-fluid.text-center.py-2 {
    overflow: scroll;
    display: inline-flex;
    width: 100%;
    padding: 20px 10px !important;
  }
  .col-sm-9.mx-auto.text-center.py-5 {
    padding: 40px 20px !important;
  }
}

.bg-white {
  background: white;
}

.card-columns {
  column-count: 2;
}

@media screen and (min-width: 1200px) {
  .bricklayer-column-sizer {
    /* divide by 3. */
    width: 50%;
  }
}

.modal {
  z-index: 9999999999;
}

.modal-video {
  background: rgba(45, 62, 80, 0.96);
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 0.96) 0%,
    rgba(4, 69, 147, 0.96) 100%
  );
}

.modal-content {
  border-radius: 10px;
}

.yt-iframe {
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 0.96) 0%,
    rgba(4, 69, 147, 0.96) 100%
  );
}

.modal-dialog {
  height: 80% !important;
  max-width: 80% !important;
  margin: 50px auto !important;
}

.video {
  background: transparent;
}

.modal-video-close {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: -50px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 38px;
  line-height: 38px;
  z-index: 99999999;
  text-align: center;
  border: none;
  transition: all 0.5s;
}

@media (min-width: 1200px){
  div.container {
    width: initial !important;
    max-width: 1400px!important;
  }
}