@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1180px) {
  
}

@media screen and (max-width: 1024px) {
  .headerMenu {
    grid-template-columns: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navLogo {
    width: 12rem;
    margin: auto;
  }
  .navDatos {
    justify-content: center;
  }
  .navRight {
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .navMenu {
    top: 80%;
    width: 78%;
    right: 50%;
    transform: translateX(50%);
  }
  .artServ{
    width: 90%;
  }
  .artMision {
    grid-template-columns: 80%;
    justify-content: center;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .slideMain-imageHome{
    height: 80vh;
  }
  .artServ-item {
    width: calc(100% / 3);
  }
  .artWelcome,
  .footerTop,
  .contPoliticas {
    grid-template-columns: 100%;
  }
  .artWelcome-right {
    width: 85%;
    margin: auto;
  }
  .cont_homeProyecto-item {
    width: calc((100% - 4%) / 2);
  }
  .contExperiencia,
  .contRespaldo {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .contExperiencia_item,
  .contRespaldo_item {
    width: calc(80% / 2);
  }
  .cont_homeNoticias {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .cont_homeNoticias-item {
    width: 80%;
  }
  .footerTop_logo figure{
    width: 13rem;
    margin: 0 auto 1rem;
  }
  .footerTop_menuServicios ul {
    padding-left: 0;
  }
  .contGaleria_pro-item{
    width: calc((100% - 3%) / 2);
  }
  .footerTop_menuServicios {
    grid-template-columns: repeat(2, 1fr);
  }
  #e_footerTelefonos{
    display: none;
  }
  #m_footerTelefonos{
    display: block;
  }
  .obrasItem {
    width: 86%;
  }
  .formReporte {
    width: 100%;
  }
  .footerTop::after, .footerTop::before{
    background-size: 30%;
  }
  .footerTop::before {
    background-position: bottom left;
  }

} 

@media screen and (max-width: 900px) {
  .navMenu{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {

  .navMenu {
    top: 86%;
    width: 90%;
    right: 50%;
    transform: translateX(50%);
  }
  .menu {
    display: none;
  }
  .sectNav {
    position: relative;
  }
  .navAside,
  .width100{
    width: 100%;
  }
  .menu {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 0;
  }
  .navLogo>a {
    width: 8rem;
    padding: 10px 0;
  }
  .responsive-menu {
    display: block;
    width: auto;
  }
  .navMenu{
    background-color: var(--colorTwo);
  }
  nav {
    margin: 0;
    background: none;
    width: 100%;
    justify-content: flex-end !important;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a {
    background: #fff;
    color: #797979;
    padding: 15px;
    text-align: left;
    border-radius: 0px !important;
  }
  .menu li a > span{
    display: inline-block;
  }
  .menu li a:hover,
  .menu li:hover>a {
    background: var(--colorTwo);
    color: #fff;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }
  .menu li:checked ~ ul,
  .menu li:hover>ul{
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  /* .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  } */
  .menu ul ul {
    left: 0;
    transform: initial;
  }
  .menu li>ul ul:hover {
    transform: initial;
  }
  a.homer {
    color: inherit !important;
  }
  .slideMain-imageHome {
    height: 65vh;
  }
  .artServ{
    margin-top: -7rem;
  }
  .artServ-item {
    width: calc(100% / 2);
  }
  .cont_homeProyecto-item {
    width: calc((100% - 4%) / 1);
  }
  .cont_homeNoticias-item,
  .homeNoticias-itemImage,
  .contMision_info {
    width: 100%;
  }
  .homeNoticias-itemInfo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    transform: initial;
    margin-top: -15%;
  }
  .footerTop_menuPrincipal{
    flex-wrap: wrap;
  }
  .footerTop_menuPrincipal > li a {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .footerCopy {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 10px;
  }
  .artWelcome-leftTitle {
    text-align: center;
  }
  .contMision {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .formContact-input {
    width: 100%;
    margin-bottom: 1rem;
  }
  .navDatos-item {
    text-align: center;
  }
  #slideMain .slick-prev, #slideMain .slick-next {
    width: 3rem;
    height: 3rem;
  }
  #slideMain .slick-prev::before, #slideMain .slick-next::before {
    font-size: 3.5rem;
  }
  .contObras_page {
    display: block;
    padding: 1rem;
  }
  .contCanal-item {
    width: 100%;
  }
  .grid2_input {
    grid-template-columns: 100%;
  }
} 

@media screen and (max-width: 600px) {}

@media screen and (max-width: 575px) {
  .homeNoticias-itemInfo{
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .homeNoticias-itemInfo::before{
    width: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .contSlide {
    width: 95%;
    padding: 1rem;
  }
  .experevienciaWelcome{
    width:max-content;
    float: initial;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 480px) {
  .contExperiencia_item, .contRespaldo_item {
    width: calc(80% / 1);
  }
  .artWelcome-right {
    width: 100%;
  }
  .artWelcome-rightImage::before {
    content: none;
  }
  .artWelcome-rightText {
    bottom: 0%;
    width: 100%;
    position: relative;
    margin-top: -25%;
  }
  .footerTop_menuServicios {
    grid-template-columns: repeat(1, 1fr);
  }
  .obrasItem {
    width: 90%;
    grid-template-columns: 100%;
  }
  .obrasItem-image {
    width: 8rem;
    margin: 0 auto 1rem;
  }
  #slideMain .slick-prev, #slideMain .slick-next {
    display: none !important ;
  }
  .artTitulo{
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .homeNoticias-itemInfo{
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 2rem;
  }
  .homeNoticias-itemInfo::before{
    width: 100%;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .contCanal-item{
    grid-template-columns: 100%;
  }
  .contCanal-itemInfo {
    border-left: 0px solid #fff;
    border-top: 1px solid #868686;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .artWelcome-leftTitle,
  .contCanal-itemInfo-title {
    font-size: 30px;
  }
  .contCanal-itemNumber > span{
    font-size: 65px;
  }
  .artExperiencia-title > span{
    font-size: 27px;
  }
  .navMenu {
    width: 100%;
  }
  .menu {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  
}

@media screen and (max-width: 320px) {}