p{font-size: 1.3em}
.ui.list{font-size: 1.4em;}
#logo{padding-left: 15px }
.glide__slide > img {
    /*max-height: 683px;*/
    width: 100%;
}
.glide__slide .textos{
    float: left;
    position: relative;
    z-index: 9999;
    margin-top: -42%;
    /*margin-top: -35em;*/
    margin-left: 2em;
    width: 50%;
    text-align: left;
    padding: 1.5em;
    max-width: 680px;
    font-family: Arial;
    text-shadow: 3px 1px 2px rgba(10, 10, 10, 1);

}
.ui.inverted.vertical {
  background-color: #1b1c1d;
}
.ui.large.secondary.inverted.pointing.menu > div.left.item{padding: 0}
.glide__slide .textos .titulo{

    font-size: 3.2em;
    text-transform: uppercase;
    display: none;
    line-height: 1;
}
.glide__slide .textos .titulo > a{
    color: #fff !important;
    font-weight: bold;

}

.glide__slide .textos .subtitulo {
    font-size: 2em;
    line-height: 1.3em;
    color: #fff !important;
    display: none;

}
.hidden.menu {
      display: none;
    }
.pusher {
  overflow: visible !important;
}
ul.glide__slides {
  margin: 0 !important;
}
    .masthead.segment {
      /*min-height: 700px;
      padding: 1em 0em;*/
    }
    .masthead .logo.item img {
      margin-right: 1em;
    }
    .masthead .ui.menu .ui.button {
      margin-left: 0.5em;
    }
    .masthead h1.ui.header {
      margin-top: 3em;
      margin-bottom: 0em;
      font-size: 4em;
      font-weight: normal;
    }
    .masthead h2 {
      font-size: 1.7em;
      font-weight: normal;
    }

    .ui.vertical.stripe {
      padding: 8em 0em;
    }
    .ui.vertical.stripe h3 {
      font-size: 2em;
    }
    .ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
      margin-top: 3em;
    }
    .ui.vertical.stripe .floated.image {
      clear: both;
    }
    .ui.vertical.stripe p {
      font-size: 1.33em;
    }
    .ui.vertical.stripe .horizontal.divider {
      margin: 3em 0em;
    }

    .quote.stripe.segment {
      padding: 0em;
    }
    .quote.stripe.segment .grid .column {
      padding-top: 5em;
      padding-bottom: 5em;
    }

    .footer.segment {
      padding: 5em 0em;
    }

    .secondary.pointing.menu .toc.item {
      display: none;
    }
    .ui.secondary.inverted.pointing.menu {
      background-color: black;
    }
    .list > .item > i > a {
      color: white;
    }

    .list > .item > i > a:hover {
      color: violet;
    }
.ui.menu .dropdown.item .menu {
  /*background-color: #d2d2d2;*/
  background-color: black;
}
.ui.menu .ui.dropdown .menu>.item {
  color: white !important;
}
.ui.menu .ui.dropdown .menu>.item:hover {
  background-color: #d2d2d2 !important;
  color: black !important;
}
.footer {
  background-color: #1b1c1d;
}
.ui.card>.image>a>img, .ui.cards>.card>.image>a>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}
/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
    .glide__slide .textos{
      margin-top: -48%;
      width: 65%;
    }
    .ui.large.secondary.inverted.pointing.menu {
      font-size: 12px;
    }
  }
@media only screen and (max-width: 700px) {
  .ui.fixed.menu {
    display: flex !important;
    visibility: visible !important;
    background-color: black !important;
  }
  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    /*min-height: 350px;*/
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
  .ui.vertical.menu .dropdown.item:not(.upward) .menu {
     top: 100% !important; 
  }
  .ui.vertical.menu .dropdown.item .menu {
    left: initial !important;
    min-width: 100% !important;
  }
  .glide__slide .textos {
    margin-left: 0;
    width: 100%;
    padding: .5em;
    margin-top: -52%;
  }
  .glide__slide .textos .titulo {
    font-size: 1.5em;
  }
  .glide__slide .textos .subtitulo {
    font-size: 1em;
    line-height: 1.4;
  }
  .ui.container {
    margin: 0 !important;
  }
  #image-group-1 img {
    width: 100%;
  }
  .ui[class*="very padded"].segment {
    padding: .8em;
  }
  #slider {
    margin-top: 57px;
  }
  .toc.item>i.sidebar.icon {
    font-size: 2em;
  }
}