@media screen and (max-width: 1200px) {
  .historia-info {
    width: 75%;
  }
}

@media screen and (max-width: 1180px) {}

@media screen and (max-width: 1024px) {
  .artPremiun{
    flex-wrap: wrap;
    justify-content: center;
  }
  .ubicacion-info,
  .historia-info {
    width: 80%;
  }
  .historia-info {
    margin-left: initial;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .premiunImage {
    width: 65%;
    margin-top: 0;
  }
  .premiunImage-logo {
    width: 12rem;
  }
  .premiunImage-fgs>figure {
    height: auto;
    width: 9rem;
  }
  .premiunImage{
    order: 1;
  }
  .hisDestalle{
    margin-left: auto;
    width: 75%;
  }
  .bandejasInfo {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bandejasInfo-ol {
    width: 80%;
    margin-bottom: 2rem;
  }
  .mbottom {
    margin-bottom: 2rem !important;
  }
  .bandejasInfo-image {
    width: 70%;
  }
  .premios-info {
    height: auto;
    align-items: flex-end;
  }
  .premiosInfo-p {
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    order: 1;
  }
  .pmargin5 {
    margin-right: 0;
  }
  .premiosInfo-p>br{
    display: none;
  }
  .pleft3 {
    left: 0;
  }
  .premisoInfo-item {
    padding: 0 1rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .semillas__grid {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
  }
  .gridServicio{
    grid-template-columns: 100%;
  }
  .gridServicio-fg {
    padding: 1rem;
    margin: auto;
  }
  .gridTwo {
    grid-template-columns: 100%;
    width: 80%;
  }
  .artLinks-item {
    width: 15rem;
  }
  .formContact{
    padding-left: 5rem;
  }
  .grupInput>input,
  .grupInput>textarea {
    width: 45%;
  }
  .nosotrosMenu {
    top: 3rem;
    left: 0;
    margin-bottom: 2rem;
    z-index: 3;
  }
  .premios-info {
    margin-top: 3rem;
  }
  .logoEmpresa {
    bottom: 0.4rem;
    right: 1rem;
    width: 10rem;
    z-index: 0;
  }
  .menu-ulItem>a{
    font-size: 16px;
  }
  .artNosotros--df {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem;
  }
  .hisDestalle {
    width: 100%;
  }
  
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 767px) {
  .menu-ulItem>a {
    font-size: 18px;
  }
  .nosotrosMenu-a{
    width: 18rem;
  }
  .headerTop {
    justify-content: center;
    flex-wrap: wrap;
  }
  .headerTop-logo {
    width: 20rem;
    margin-bottom: 8px;
  }
  .navbar-toggler {
    margin-left: auto;
  }
  .navbar {
    background: #a4b7b0;
    width: 100%;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 0.25rem;
  }
  .menu-ul {
    flex-wrap: wrap;
    background: #efeede;
    padding: .5rem 1rem;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .menu-ulItem {
    width: 100%;
  }
  .menu-ulItem>a {
    padding: .3rem 1rem;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 0.5rem;
  }
  .menu-ulItem::before {
    top: 50%;
    transform: translateY(-75%);
  }
  .artNosotros-title {
    font-size: 25px;
  }
  .ubicacion-info,
  .historia-info {
    width: 90%;
  }
  .artPremiun,
  .artNosotros {
    padding: 1rem 0;
  }
  .premiunImage {
    width: 90%;
    flex-wrap: wrap;
  }
  .premiunImage-logo {
    width: 10rem;
    margin-bottom: 1rem;
  }
  .procesosVideo,
  .semillas__grid,
  .bandejasInfo-ol {
    width: 90%;
  }
  .bandejasInfo-ol {
    padding: 1rem 1rem 1rem 2rem;
  }
  .bandejasInfo-image>figure {
    width: 100%;
  }
  .bandejasInfo-image>figure:last-child{
    margin-top: 2rem;
  }
  .bandejasInfo-image {
    width: 85%;
  }
  .formContact {
    padding-left: 0;
  }
  .grupInput>input,
  .grupInput>textarea {
    width: 50%;
  }
  .contactImage {
    width: 100%;
  }
  .gridTwo{
    padding: 5.5rem 0 3rem;
  }
  .hisDestalle {
    margin-left: auto;
    margin-right: auto;
    background: #ffffe2;
    z-index: 0;
    position: relative;
  }
  .historiaFg {
    width: 100%;
    height: 100%;
  }
  .historiaFg>img {
    height: 100%;
    object-fit: cover;
  }
  .nosotrosMenu {
    position: relative;
    z-index: 3;
  }
  .ubicacion-info {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
  }
  .ubicacion-info>figure {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .premisoInfo-item{
    width: 90%;
    height: auto;
  }
  .premios-info {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerCopy {
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
    text-align: center;
  }
  .footerCopy-infoP {
    text-align: center;
  }
  .footerCopy-info {
    order: -1;
    margin-bottom: 0.5rem;
  }
  .slideItem-fg {
    height: 20rem;
  }
  .slideItem-fg>img{
    height: 100%;
    object-fit: cover;
  }
  .slideItem-text{
    font-size: 2.2rem;
  }
  .iconSlide {
    bottom: 1rem;
    left: 1rem;
    width: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .artLinks {
    justify-content: center;
    flex-wrap: wrap;
  }
  .artLinks-item {
    width: 18rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .headerTop-logo {
    width: 15rem;
  }
  .gridServicio-fg {
    width: auto;
    padding: 1rem 3.5rem;
    margin: auto;
  }
  .slideItem-text>br{
    display: none;
  }
  .slideItem-text>span{
    font-size: 2rem;
  }
  .nosotrosMenu {
    width: 85%;
  }
  .nosotrosMenu-a {
    width: 100%;
  }
  .ubicacion-info>figure>img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .semillas__grid {
    grid-template-columns: 100%;
  }
  .semillas__item {
    width: 70%;
    margin: auto;
  }
  .grupInput {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .grupInput>input,
  .grupInput>textarea {
    width: 90%;
  }
  .grupInput-h5 {
    width: 85%;
    text-align: left;
    margin-right: 0;
  }
  .grupButton {
    margin-left: 0;
    text-align: center;
  }
  
}
@media screen and (max-width: 360px) {
  .headerTop-logo {
    width: 12rem;
  }
  .artLinks-item {
    width: 85%;
  }
  .premiunImage-fgs {
    grid-template-columns: 100%;
  }
  .semillas__item {
    width: 80%;
  }
  .procesosVideo{
    width: 100%;
    margin: 2rem auto 2rem;
  }
  .menu-ulItem>a {
    font-size: 18px;
  }
  .slideItem-text>span,
  .slideItem-text {
    font-size: 1.8rem;
  }
  .headerTop-info>p{
    font-size: 18px;
  }
  .headerTop-info>p>a{
    font-size: 13px;
  }
  .serviciosContent {
    width: 90%;
    margin: 4rem auto 0;
  }
  .gridServicio-title{
    font-size: 1.3rem;
  }
  .gridServicio-itemh5{
    font-size: 16px;
  }
  .gridServicio-itemP {
    font-size: 14px;
  }
  .gridTwo {
    padding: 7.5rem 0 3rem;
  }
  .artNosotros-title {
    font-size: 24px;
    left: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .headerTop-logo {
    width: 11rem;
  }
  .premiunImage-fgs>figure{
    width: 11rem;
  }
  .artLinks-logo {
    width: auto;
  }
}
