
.main_container {
    height: 100vh;
}
.menu-md {
    min-height: 100px;
    background: white;
}
#form1 {
    width: 100%;
}
.logo {
    width:220px;
    height: 200px;
    position: relative;
    margin: auto;
}
.logo img {
    width:217px;
    height: 198px;
    position: relative;
}
#form1 table {
    width: 100%;
}
.mainFrame {
    height: 100vh;
    width: 100%;
    display: table-cell;
    border: solid 0px transparent;
}
.sobre {
    width:850px; 
}
/**
 * .crosscover-overlay > .crosscover-island > .crosscover-title
 */
.crosscover-title {
  font-size: 48px;
  font-size: 3em;
  color: rgba(255,255,255,1);
  text-shadow: 1px 1px 6px rgba(0,0,0,.6);
  margin: 0;
}

/**
 * .crosscover-overlay > .crosscover-island > .crosscover-description
 */
.crosscover-description {
  font-size: 18px;
  font-size: 1.15em;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: rgba(255,255,255,1);
  text-shadow: 1px 1px 4px rgba(0,0,0,.6);
}
.padd {
    padding: 1em;
}
.igs img {
    width: 324px;
    height: 218px;
    position: relative;
    margin: auto;
    transition: height .3s;
    -webkit-transition: height .3s;
}
.igs img:hover {
    width: 100%;
    height: auto;
}
.igs p {
    width: 324px;
    margin: auto;
}
.igs p:last-child {
    margin: auto;
    padding-bottom: 3em;
}
.gray {
    background: #c0c0c0;
}
.padd-bot {
    padding-bottom: 1em;
}
.almuer-tab {
    width: 638px;
    background-color: rgb(245, 245, 245);
    border: 1px solid #000;
    margin: auto;
}
.almuer-tab h1 {
    text-align: center;
    padding: 0 1em;
}
.almuer-tab h2 {
    text-align: center;
}
.listz {
    padding: 1em;
}
.lista {
    padding:.8em 1.5em;
}
.lista li {
    list-style: none;
    padding: 0.3em;
    margin: 0;
}
.lista li span {
    padding: 0.4em;
}
.col-12 {
    width: 50%;
    float: left;
}
@media screen and ( max-width: 991px ) {
    .logo {
        width:200px;
        height: 180px;
        position: relative;
        margin: auto;
    }
    .logo img {
        width:197px;
        height: 178px;
        position: relative;
    }
    .sobre {
         width:100%; 
    }
    .padd {
        padding: 0.5em;
    }
    .igs img {
        width: 95%;
        height: 218px;
    }
    .igs p {
        width: 95%;
    }
    .padd-bot {
        padding-bottom: 1em;
    }
    
}
@media screen and ( max-width: 767px ) {
    .mainFrame {
        height: 94vh;
        width: 100%;
        position: relative;
        top: 6vh;
        border: solid 0px transparent;
    }
    /**
     * .crosscover-overlay > .crosscover-island > .crosscover-title
     */
    .crosscover-title {
      font-size: 48px;
      font-size: 3rem;
      color: rgba(255,255,255,1);
      margin: 0;
    }

    /**
     * .crosscover-overlay > .crosscover-island > .crosscover-description
     */
    .crosscover-description {
      font-size: 18px;
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 16px;
      margin-bottom: 1rem;
      color: rgba(255,255,255,1);
    }
    .padd {
        padding: 0em;
    }
    .igs img {
        width: 80%;
        height: auto;
    }
    .padd-bot {
        padding-bottom: 0em;
    }
    .almuer-tab {
        width: 90%;
    }
}
@media screen and ( max-width: 500px ) {
    .col-12 {
        width: 100%;
    }   
}
