/* BREAKPOINTS */
@media screen and (max-width: 1400px) {
  .title_pricipal h1 {
    margin-top: 10%;
  }
  .title_pricipal img {
    margin-top: 10%;
  }
  .arrow_inicio {
    margin-top: 50%;
  }

  .footer__contenido {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(min(100%, 26rem), 1fr)); */
    width: 90%;
  }
  .home-content .title-home h1 {
    font-size: 5rem;
  }
  .home-content .title-home h3 {
    font-size: 2.6rem;
  }
  .home-content .experiencia h2 {
    font-size: 2.2rem;
  }

  .category__img {
    height: 20rem;
  }
  .list-nav {
    padding: 2rem;
  }
  .vision__box  {
    padding: 4rem 1rem;
  }
  .mision__box {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
    width: 100%;
  }
  .container__cards {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .title_pricipal h1 {
    margin-top: 8%;
  }
  .title_pricipal img {
    margin-top: 8;
    width: 8rem;
  }
  .mapacol {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 46%;
    width: 100%;
  }
  .header {
    padding: 2rem 3%;
  }
  .box__construccion img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar a.active::before {
    background: var(--main-color);
    opacity: 0.7;
  }

  .services,
  .portfolio {
    padding-bottom: 7rem;
  }

  .contact {
    min-height: auto;
  }
  .footer {
    padding: 2rem 3%;
  }

  .title_pricipal h1 {
    font-size: 3rem;
    margin-top: 10%;
  }
  .title_pricipal img {
    margin-top: 10%;
    width: 8rem;
  }

  .arrow_inicio {
    margin-top: 60%;
  }
  .box__texto__container {
    flex-direction: column;
  }
  .box__container__about img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 855px) {
  .container__background-triangle {
    display: none;
  }
  .arrow_inicio {
    margin-top: 70%;
  }
  .box-slider {
    height: 34rem;
  }
  .box__contactanos {
    width: 96%;
  }
  .box__contactanos__mail {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    text-align: center;
  }
  .input-box-home label {
    display: block;
  }

  .home-content {
    flex-direction: column;
  }
  .slider__index {
    height: 720px;
    position: relative;
  }
  .list__slider {
    height: 500px;
  }
}

@media screen and (max-width: 825px) {
  .home {
    min-height: 80vh;
  }
  .containers .slide-container .slide .content{
    min-height: 80vh;
  }
  .buttons__slider {
    top: 60%;
  }
  .header_superior {
    display: none;
  }
  .header {
    top: 0;
  }
  .box__container__about img {
    width: 100%;
    margin: auto;
    padding: 2rem;
    background: transparent;
  }
  .img__logo__texto img {
    display: block;
    width: 60%;
  }
  .texto__box__about .btn-box {
    justify-content: center;
  }
  #menu-icon {
    display: block;
    cursor: pointer;
  }

  #darkMode-icon {
    position: absolute;
    right: 7rem;
    font-size: 2.6rem;
    margin-bottom: 0.1rem;
  }
  #btn-wsp {
    color: var(--main-color);
  }

  .navbar {
    position: absolute;
    top: 100%;
    height: 100vh;
    padding: 5% 3%;
    left: 0;
    background: #000000d3;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: none;
    transition: 300ms all ease;
    width: 100vw;
  }

  .navbar.active {
    display: block;
  }
  .navbar .nav_items {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    margin-bottom: 40rem;
    color: var(--text-color);
  }

  .navbar .nav_items {
    display: block;
    position: relative;
    transition: 300ms all;
  }

  .nav_items .nav_item {
    padding: 2.5rem;
    align-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
    transition: 300ms all;
  }

  .servicios-li {
    position: relative;
  }

  .nav_item .list-nav {
    flex-direction: column;
    position: relative;
    transform: translateY(10%);
    left: 0;
    justify-content: none;
    align-items: none;
    margin: 0;
  }
  .list-nav .sub_menu_link {
    padding: 0.5rem;
    margin: 0.2rem;
    font-weight: 600;
    background: var(--shadow-color);
  }
  .sub_menu_link img {
    width: 6rem;
  }
  .sub_nav_list {
    position: relative;
  }

  .box__contacto {
    flex-flow: wrap;
    width: 100%;
  }
  .box-ingenieria {
    display: none;
    position: relative;
  }
  .navbar a::before {
    display: none;
  }

  .nav_item .nav_link {
    color: var(--main-color);
    font-size: 3.5rem;
    font-weight: 600;
  }
  .header.sticky .nav_link {
    color: var(--main-color);
  }
  .header.sticky .inicio {
    color: var(--white-color);
  }
  .title_pricipal h1 {
    font-size: 3rem;
    margin-top: 15%;
  }
  .title_pricipal img {
    margin-top: 15%;
    width: 8rem;
  }

  .arrow_inicio {
    margin-top: 75%;
  }
  .box-slider {
    height: 30rem;
  }
  .inicio .nav_link {
    color: var(--bg-color);
  }
  .header_superior .info h4 {
    font-size: 1.2rem;
  }
  /* .box__contactanos__mail i {
    font-size: 8rem;
  } */

  .slider__index {
    top: 8rem;
    height: 600px;
    position: relative;
  }
  .list__slider {
    height: 350px;
  }
  .experiencia {
    padding-top: 4rem;
  }
  .home-content .social-media {
    display: flex;
  }
  .servicios-li i {
    display: none;
  }
  .categories__container h3 {
    display: flex;
    flex-direction: column;
  }
  .container__counter {
    flex-direction: column;
  }
  .social-media {
    display: none;
  }
  .count__heading {
    border-right: none;
    border-bottom: 1px solid var(--main-color);
  }
  .box__cubrimiento h1 {
    font-size: 2.6rem;
  }
  .box__cubrimiento p {
    font-size: 1.6rem;
  }
  .box__cubrimiento h3 {
    font-size: 2.2rem;
  }
  .container__cubrimiento {
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .products {
    width: 90%;
    padding: 18% 0 4%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .tab__btns {
    display: flex;
    flex-direction: column;
    column-gap: 0.75rem;
    margin-bottom: 2.5rem;
  }

  .header.sticky .nav_item .nav_link {
    color: var(--white-color);
  }
  .historia {
    padding: 2rem 0;
  }
  .title__historia {
    text-align: center;
  }
  .vision {
    padding: 2rem 0;
  }
  .personal {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 617px) {
  .mapacol {
    width: 100%;
  }
  .imagen_inicio {
    display: none;
  }
  .imagen__mascota {
    border: 1px solid var(--shadow-color);
  }
  .arrow_inicio {
    display: flex;
    margin-top: 52%;
  }

  .title_pricipal h1 {
    font-size: 3rem;
    margin-top: 15%;
  }
  .title_pricipal img {
    margin-top: 15%;
    width: 8rem;
  }
  .title_pricipal p {
    font-size: 1.8rem;
  }

  .arrow_inicio {
    bottom: 6rem;
  }

  .box-slider {
    height: 26rem;
  }
  .containers #next {
    right: 0;
  }
  .category__img {
    height: 30rem;
  }
  .counter h3 {
    font-size: 2rem;
    padding: 1.4rem;
  }
  .box__texto__slider {
    left: 42%;
  }
  .container__cubrimiento {
    height: auto;
    margin: auto;
    padding: 2rem;
  }
}
@media screen and (max-width: 590px) {
  .footer__copyright {
    padding-bottom: 7rem;
  }

  .testimony__img {
    width: 12rem;
    height: 12rem;
  }
  .testimony__picture {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 450px) {
  html {
    font-size: 50%;
  }
  #darkMode-icon {
    right: 6rem;
  }

  .footer__contenido {
    width: 90%;
  }

  .title_pricipal h1 {
    font-size: 3rem;
  }

  .servicios__img img {
    transform: scale(1.4);
  }
  .box-slider {
    height: 24rem;
  }
  .box-banner-publicitario h1 {
    font-size: 3rem;
  }
  .box__beneficios__content .box__lista__beneficios {
    height: max-content;
  }
  .box__servicios__content .box__lista__servicios {
    height: max-content;
  }
  .container__form {
    width: 100%;
  }
  .testimony__img {
    width: 12rem;
    height: 12rem;
  }
  .nav_item .nav_link {
    font-size: 2.4rem;
  }
  .list-nav .sub_menu_link {
    font-size: 1.4rem;
  }
  .container-contact {
    width: 100%;
  }
  .category__img {
    height: 34rem;
  }
  .box__texto__slider {
    left: 38%;
  }
  .footer__copyright{
    flex-direction: column;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .form .column {
    flex-direction: column;
  }
  .enunciado_software::before {
    height: 55%;
  }
  .box__texto__slider {
    left: 35%;
  }
  html {
    font-size: 45%;
  }
  .list-nav {
    display: none;
  }
}

@media screen and (max-width: 365px) {
  .sub_menu_link img {
    display: none;
  }

  .footer {
    flex-direction: column-reverse;
  }

  .footer p {
    text-align: center;
    margin-top: 2rem;
  }
  .title_pricipal h1 {
    margin: 1rem;
  }
  .box-slider {
    height: 20rem;
  }
  .box-banner-publicitario h1 {
    font-size: 2.5rem;
  }
}
