@media (max-width: 1000px) {
  header .contenedor {
    justify-content: space-between;
  }
  header .contenedor .cotenedor-navigation {
    display: none;
  }
  header .contenedor .burguer {
    display: flex;
  }
  header .contenedor .burguer svg:nth-child(2) {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  header.moved .burguer svg:nth-child(1) {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  header.moved .burguer svg:nth-child(2) {
    opacity: 1;
    position: static;
    pointer-events: all;
  }
  header aside {
    background: linear-gradient(180deg, #005aaa 0%, #001f3c 100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    display: flex !important;
    align-items: center;
    transition: all 0.5s ease;
    transform: translateX(110%);
  }
  header aside .container-x {
    background: white;
    border-radius: 50%;
    filter: drop-shadow(0px 5.556px 5.556px rgba(0, 0, 0, 0.25));
    position: absolute;
    left: -1.5rem;
    width: 50px;
    height: 50px;
    top: 2rem;
  }
  header aside .container-x .line {
    position: absolute;
    width: 55%;
    height: 4px;
    background-color: #e60000;
  }
  header aside .container-x .line.diagonal {
    top: 50%;
    left: 50%;
    transform-origin: center;
  }
  header aside .container-x .line.line1 {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header aside .container-x .line.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header aside ul {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    padding-left: 3.5rem;
  }
  header aside ul li a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    font-family: "InterRegular";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }
  header aside ul li:last-child a {
    background: #e60000;
    padding-block: 12px;
    display: block;
    width: 8rem;
    text-align: center;
  }
  header aside::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    /* background-image: url(../assets/vector-aside.webp); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  header aside.active {
    transform: translateX(0);
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor {
    justify-content: flex-end;
    padding-bottom: 6rem;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto {
    width: 100%;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto
    h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto
    p {
    font-size: 15px;
    line-height: 20px;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto
    a {
    display: none;
  }
  .section-who-are {
    padding-block: 4.8rem;
  }
  .section-who-are .contenedor {
    gap: 3.7rem;
  }
  .section-who-are .contenedor .left h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .section-who-are .contenedor .left h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section-who-are .contenedor .left a {
    display: none;
  }
  .section-who-are .contenedor .right {
    gap: 2.5rem;
  }
  .section-who-are .contenedor .right .bottom::after {
    content: none;
  }
  .section-who-are .contenedor .right a {
    display: block;
    margin-inline: auto;
  }
  .main-index .section-our-services {
    padding-block: 3.3rem;
  }
  .main-index .section-our-services .contenedor-two {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
  }
  .main-index .section-our-services .contenedor-two .top {
    justify-content: center;
  }
  .main-index .section-our-services .contenedor-two .top h2 {
    font-size: 30px;
    line-height: 30px;
    top: 0;
    text-align: center;
    max-width: none;
  }
  .main-index .section-our-services .contenedor-two .top h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.7rem;
  }
  .main-index .section-our-services .contenedor-two .bottom {
    gap: 18px;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button {
    opacity: 1;
    background: white;
    border-radius: 0;
    width: 2.6rem;
    height: 2.6rem;
    filter: drop-shadow(0px 2.4px 2.4px rgba(0, 0, 0, 0.25));
    transition: all 0.3s ease;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button[disabled] {
    opacity: 0;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button.splide__arrow--prev {
    left: -1em;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button.splide__arrow--prev
    svg {
    transform: scaleX(1);
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button.splide__arrow--next {
    right: -1em;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__arrows
    button
    svg {
    height: 2.2em;
    width: 2.2em;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__track {
    overflow: hidden;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide {
    height: 23rem !important;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide
    .contenedor-imagen {
    height: 100%;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide {
    gap: 30px;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide
    h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide
    h2
    span {
    font-size: 30px;
    line-height: 30px;
    padding-left: 5rem;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide
    .texto {
    padding-left: 0;
    margin-bottom: 0;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide
    .texto
    p {
    line-height: 18px;
    font-size: 15px;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__slide
    .text-slide
    .enlace {
    justify-content: center;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__pagination {
    bottom: -2.5em;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__pagination
    button {
    opacity: 1;
    background: white;
    width: 0.6rem;
    height: 0.6rem;
  }
  .main-index
    .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__pagination
    button.is-active {
    background: #005aaa;
    transform: scale(1);
  }
  .main-index .section-our-services::after {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
  .section-our-products .contenedor {
    padding-block: 4.8rem;
    margin-right: 0;
  }
  .section-our-products .contenedor .top {
    justify-content: center;
    margin-right: 2rem;
  }
  .section-our-products .contenedor .top h2 {
    line-height: 30px;
    font-size: 30px;
    max-width: none;
  }
  .section-our-products .contenedor .top h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.9rem;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows
    button {
    position: relative;
    opacity: 1;
    background: white;
    border-radius: 0;
    width: 2.6rem;
    height: 2.6rem;
    filter: drop-shadow(0px 2.4px 2.4px rgba(0, 0, 0, 0.25));
    top: 0;
    transform: translateY(0);
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows
    button.splide__arrow--prev {
    left: -1rem;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows
    button.splide__arrow--prev
    svg {
    transform: scale(1);
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows
    button.splide__arrow--next {
    right: -1rem;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__arrows
    button
    svg {
    height: 4em;
    width: 4em;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide
    .container
    .top {
    display: none;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide
    .container
    .bottom {
    max-height: none;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide
    .container
    .bottom
    h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide
    .container
    .bottom
    p {
    display: none;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide::after {
    content: none;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__slide::before {
    opacity: 0.8;
    height: 28%;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__pagination {
    bottom: -6.5rem;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__pagination
    button {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
    background: #005aaa;
  }
  .section-our-products
    .contenedor
    .bottom
    #nuestros-productos
    .splide__pagination
    button.is-active {
    background: white;
    transform: scale(1);
  }
  .section-our-products .contenedor .redirect {
    margin-top: 4.6rem;
  }
  .section-notices .contenedor {
    padding-block: 4rem 6rem;
    gap: 1.5rem;
    margin-right: 0;
  }
  .section-notices .contenedor .top h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .section-notices .contenedor .bottom {
    padding: 18px 0;
  }
  .section-notices .contenedor .top {
    margin-right: 2rem;
  }
  .section-notices
    .contenedor
    .bottom
    #notices
    .splide__slide
    .container
    .bottom {
    padding-inline: 12px;
  }
  .section-notices .contenedor .bottom #notices .splide__pagination {
    bottom: -3.5em;
  }
  .section-notices .contenedor .bottom #notices .splide__pagination button {
    width: 0.6rem;
    height: 0.6rem;
    opacity: 1;
    background: #575756;
  }
  .section-notices
    .contenedor
    .bottom
    #notices
    .splide__pagination
    button.is-active {
    transform: scale(1);
    background: #08447a;
  }
  .section-notices .contenedor .redirect {
    display: none;
  }
  .section-notices .contenedor .bottom #notices .splide__slide {
    width: 82% !important;
    margin-right: 1.3rem !important;
  }
  .section-contact-form {
    height: auto;
    padding-bottom: 3rem;
  }
  .section-contact-form .left {
    height: 18.5rem;
    position: relative;
  }
  .section-contact-form .left .contenedor-four {
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .section-contact-form .left .contenedor-four h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-contact-form .left::after {
    height: 100%;
    bottom: -1rem;
  }
  .section-contact-form .right .contenedor-four {
    width: min(88%, 1500px);
  }
  .section-contact-form .right .contenedor-four {
    margin-left: auto;
  }
  .section-contact-form .right .contenedor-four form {
    padding-inline: 22px;
  }
  footer .contenedor .top {
    gap: 2.75rem;
  }
  footer .contenedor .top::after {
    content: none;
  }
  footer .contenedor .top .logo {
    width: 100%;
  }
  footer .contenedor .top .left {
    width: 100%;
    margin-top: -1rem;
  }
  footer .contenedor .top .left ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  footer .contenedor .top .left ul li {
    min-width: calc(48% - 15px);
  }
  footer .contenedor .top .left ul li a {
    font-family: "InterRegular";
    font-weight: 400;
    font-size: 15px;
  }
  footer .contenedor .top .center {
    gap: 1rem;
  }
  footer .contenedor .top .center ul {
    gap: 0.5rem;
  }
  footer .contenedor .top .left h2 {
    display: flex;
  }
  .main-nosotros .section-who-are {
    padding-block: 5rem;
  }
  .main-nosotros .section-who-are .contenedor {
    gap: 5.5rem;
  }
  .main-nosotros .section-who-are .contenedor .top {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 3.5rem;
  }
  .main-nosotros .section-who-are .contenedor .top .left {
    flex-basis: 50px;
  }
  .main-nosotros .section-who-are .contenedor .top .right .top {
    gap: 0;
  }
  .main-nosotros .section-who-are .contenedor .top .right .top p {
    flex-grow: 1;
    flex-basis: auto;
  }
  .main-nosotros .section-who-are .contenedor .bottom {
    gap: 4.5rem;
  }
  .main-nosotros .section-who-are .contenedor .bottom .container .item {
    min-width: calc(33% - 2rem);
    max-width: none;
    height: 16.5rem;
    padding-bottom: 0;
    justify-content: center;
  }
  .main-nosotros
    .section-who-are
    .contenedor
    .bottom
    .container
    .item
    .texto
    p {
    opacity: 1;
  }
  .main-nosotros .section-who-are .contenedor .bottom .container .item svg {
    display: none;
  }
  .section-cards-servicios {
    height: auto;
  }
  .section-cards-servicios .contenedor {
    height: 100%;
    padding-block: 3.4rem;
  }
  .section-cards-servicios .contenedor .left {
    height: 22rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .section-cards-servicios .contenedor .left .card {
    height: 100%;
    width: 100%;
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
  }
  .section-cards-servicios .contenedor .left .card div {
    display: none;
  }
  .section-cards-servicios .contenedor .left .card::after {
    content: none;
  }
  .section-cards-servicios .contenedor .left .card::before {
    content: none;
  }
  .section-cards-servicios .contenedor .left .title {
    display: flex;
  }
  .section-cards-servicios .contenedor .right {
    height: 22rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .section-cards-servicios .contenedor .right .card {
    height: 100%;
    width: 100%;
  }
  .section-cards-servicios .contenedor .right .card div {
    display: none;
  }
  .section-cards-servicios .contenedor .right .card::after {
    content: none;
  }
  .section-cards-servicios .contenedor .right .card::before {
    content: none;
  }
  .section-cards-servicios .contenedor .right .title {
    display: flex;
  }
  .section-content-single-servicio .contenedor-two .left ul li {
    font-size: 15px;
    line-height: 25px;
  }
  .section-grid-single-servicio {
    display: none;
  }
  .section-grid-single-servicio-mobile
    .contenedor
    #single-service-mobile
    .splide__slide
    img {
    width: 100%;
  }
  .section-grid-single-servicio-mobile
    .contenedor
    #single-service-mobile
    .splide__pagination {
    bottom: -2.5em;
  }
  .section-grid-single-servicio-mobile
    .contenedor
    #single-service-mobile
    .splide__pagination
    button {
    background: #005aaa;
    opacity: 1;
    width: 0.6rem;
    height: 0.65rem;
  }
  .section-grid-single-servicio-mobile
    .contenedor
    #single-service-mobile
    .splide__pagination
    button.is-active {
    background: #e60000;
    transform: scale(1);
  }
  .section-grid-single-servicio-mobile {
    padding-bottom: 4.5rem;
    display: flex;
  }
  .section-contenedor-logos .contenedor .logo {
    flex-basis: 150px;
  }
  .section-contenedor-noticias .contenedor .top-categories {
    gap: 1rem;
  }
  .section-contenedor-noticias .contenedor .top-categories .option-categories {
    background: #e60000;
    padding: 7px;
    display: flex;
  }
  .section-contenedor-noticias .contenedor .top-categories .left {
    display: none;
  }
  .section-contenedor-noticias .contenedor .bottom {
    gap: 2rem;
  }
  .section-contenedor-noticias .contenedor .bottom .big .notice p {
    font-size: 15px;
    line-height: 18px;
  }
  .section-contenido-entrada .contenedor .left {
    gap: 1.3rem;
  }
  .section-contenido-entrada .contenedor .left h2 {
    font-size: 20px;
  }
  .section-contenido-entrada .contenedor .right .title {
    display: block;
  }
  .section-contenido-entrada .contenedor .redirect-bottom-mobile {
    display: flex;
  }
  .section-contenido-entrada .redirect-desktop {
    display: none;
  }
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    #notices-relased-list {
    flex-direction: row;
  }
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    #notices-relased-list
    .splide__slide
    .container
    .bottom {
    padding: 18px 14px;
  }
  .section-products .contenedor .card {
    min-width: calc(24% - 15px);
    max-width: none;
  }
  .section-products .contenedor {
    padding-block: 2.3rem;
    width: min(75%, 1500px);
  }
  .section-products .contenedor .card {
    min-width: 100%;
  }
  .section-products .contenedor .card .top {
    display: none;
  }
  .section-products .contenedor .card .bottom p {
    display: none;
  }
  .section-products .contenedor .card::after {
    content: none;
  }
  .section-products .contenedor .card::before {
    opacity: 0.8;
    height: 7.5rem;
  }
  .section-single-producto {
    margin-top: 6rem;
    padding-bottom: 2.6rem;
  }
  .section-single-producto .contenedor {
    height: auto;
    gap: 1.8rem;
    padding-block: initial;
  }
  .section-single-producto .contenedor .top img {
    width: 100%;
  }
  .section-single-producto .contenedor .center {
    font-size: 20px;
  }
  .section-contenido-contacto .contenedor {
    padding-block: 2.8rem;
    gap: 2.3rem;
  }
  .section-contenido-contacto .contenedor .left .top {
    gap: 1.5rem;
  }
  .section-contenido-contacto .contenedor .left .top .item:nth-child(2) {
    border-block: 2px solid #e60000;
    border-inline: none;
  }
  .section-contenido-contacto .contenedor .left .top .item div:nth-child(3) {
    height: auto;
  }
  .section-contenido-contacto .contenedor .left .top .item:nth-child(2) {
    padding-block: 1.25rem;
  }
  .section-contenido-contacto .contenedor .left .bottom {
    display: none;
  }
  .section-content-single-servicio .contenedor-two .right img {
    height: 100%;
  }
  .section-contenido-entrada .contenedor .right {
    width: 100%;
  }
  .section-cards-servicios .contenedor .left:nth-child(even) {
    align-items: center;
  }
  .section-contenido-entrada .contenedor {
    padding-block: 1.5rem;
  }
  .main-single .section-contenido-entrada .contenedor .right {
    padding-top: 0;
  }
  .section-single-producto .contenedor .bottom .redirect {
    background: #08447a;
    color: white;
  }
  .main-contacto
    .section-contenido-contacto
    .contenedor
    .section-contact-form
    .right
    .contenedor-four {
    margin-left: auto;
  }
  .section-contact-form .right .contenedor-four form p:nth-child(6) {
    justify-content: center !important;
  }
  .section-categories-services .contenedor .burguer{
    justify-content: space-between;
    /*align-items: flex-start;*/
  }
  .section-categories-services .contenedor .burguer .title-sub-categoria p{
    font-size: 18px;
    line-height: 18px;
  }
  .section-categories-services .contenedor .filter-box .box {
    position: absolute;
    transform: translateX(-150%);
    z-index: 2;
    transition: all 0.5s ease;
    width: 18rem;
    background: white;
    height: 100%;
    padding-top: 1rem;
    top: -4rem;
    height: calc(100% + 7rem);
  }
  .section-categories-services .contenedor .filter-box.active .box {
    position: absolute;
    transform: translateX(0%);
    max-height: 100rem;
    overflow: scroll;
  }
  .section-categories-services .contenedor .filter-box ul li {
    font-size: 12px;
    max-width: 16.5rem;
  }
}
@media (max-width: 700px) {
  header .contenedor .contenedor-logo img {
    height: 46px;
    width: 125px;
    padding-top: 0.5rem;
  }
  .whatsapp {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2rem;
    bottom: 3rem;
  }
  .section-banner-nosotros,
  .section-banner-servicios,
  .section-banner-single-servicio,
  .section-banner-clientes,
  .section-banner-noticias,
  .section-banner-single,
  .section-banner-contacto,
  .section-banner-productos {
    height: 24vh;
  }
  .section-banner-nosotros .contenedor h1,
  .section-banner-servicios .contenedor h1,
  .section-banner-noticias .contenedor h1,
  .section-banner-contacto .contenedor h1,
  .section-banner-productos .contenedor h1 {
    font-size: 30px;
  }
  .section-banner-single-servicio .contenedor h1,
  .section-banner-clientes .contenedor h1,
  .section-banner-single .contenedor h1 {
    font-size: 25px;
  }
  .section-categories-services
    .contenedor
    .filter-box
    .contenedor-sub-categoria
    .imagenes.tres {
    grid-template-areas:
      "bottom bottom top top"
      "left left left left";
  }
  .section-categories-services
    .contenedor
    .filter-box
    .contenedor-sub-categoria
    .imagenes.cinco {
    grid-template-areas:
      "header header header main main main"
      "menu menu menu footer footer footer"
      "right right right right right right";
  }
  .section-categories-services
    .contenedor
    .filter-box
    .contenedor-sub-categoria
    .imagenes.cuatro {
    grid-template-areas:
      "main main main right right right"
      "menu menu menu footer footer footer";
  }
  .section-categories-services
    .contenedor
    .filter-box
    .contenedor-sub-categoria
    .imagenes.dos {
    grid-template-areas:
      "main main main"
      "right right right";
  }
  .section-categories-services
    .contenedor
    .filter-box
    .contenedor-sub-categoria
    .imagenes.seis {
    grid-template-areas:
      "header header menu menu"
      "main main footer footer"
      "right right other other";
  }
}
@media (min-width: 522px) and (max-width: 800px) {
  .section-who-are .contenedor .left {
    flex-basis: 1000px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .section-contact-form {
    gap: 2rem;
  }
  .section-contact-form .left {
    flex-basis: 400px;
  }
  .section-contact-form .left::after {
    width: 84%;
  }
  .section-contenido-contacto .contenedor .left .top .item:nth-child(2) {
    border-block: none;
    border-inline: 2px solid #e60000;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1250px) {
  .main-nosotros .section-who-are .contenedor .bottom .item {
    height: 22.5rem;
    padding-bottom: 3rem;
  }
  .section-contact-form .left .contenedor-four {
    height: 16.5rem;
  }
  .section-contact-form .left .contenedor-four h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .section-our-services .contenedor-two {
    padding-top: 5%;
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .section-our-services .contenedor-two .top {
    justify-content: center;
  }
  .section-our-services .contenedor-two .top h2 {
    top: 0;
    max-width: none;
  }
  .section-our-services .contenedor-two .top h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide.is-active {
    width: 95%;
    height: 56% !important;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__arrows
    button {
    filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.25));
  }
  .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__arrows
    button:nth-child(1) {
    transform: scale(-1);
  }
  .section-our-services
    .contenedor-two
    .bottom
    .right
    #our-services-text
    .splide__arrows
    button:nth-child(2) {
    right: -2rem;
  }
  .section-contenedor-noticias .contenedor .top {
    gap: 1rem;
  }
  .section-contenedor-noticias .contenedor .top .option-categories {
    display: none;
  }
  .section-contenedor-noticias .contenedor .top .left ul {
    gap: 0.5rem;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor {
    justify-content: center;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto {
    max-width: 35rem;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto
    h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .section-banner
    #bannerPrincipal
    #bannerPrincipal-track
    .splide__slide
    .contenedor
    .contenedor-texto
    p {
    font-size: 20px;
    line-height: 24px;
  }
  .section-who-are .contenedor .left {
    flex-basis: 1000px;
  }
  .section-contact-form {
    padding-block: 3rem;
  }
  .section-contact-form .left .contenedor-four h2 {
    font-size: 26px;
    line-height: 27px;
  }
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    .splide__slide {
    width: 50% !important;
  }
  .section-contenido-contacto .contenedor .left .top .item:nth-child(2) {
    border-block: none;
    border-inline: 2px solid #e60000;
  }
  footer .contenedor .top .right {
    width: 100%;
    flex-direction: row;
  }
  footer .contenedor .top .right .item {
    width: 33%;
  }
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    #notices-relased-list {
    flex-direction: row;
  }
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    #notices-relased-list
    .splide__slide {
    width: 50% !important;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .section-products .contenedor .card {
    min-width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .section-content-single-servicio .contenedor-two .left {
    flex-basis: 900px;
  }
}
@media (max-width: 600px) {
  .section-contenido-contacto .contenedor .left .top .item {
    min-width: 50%;
  }
}
@media (min-width: 741px) and (max-width: 1300px) {
  .section-contenido-contacto .contenedor .left {
    flex-basis: 1000px;
  }
  .section-contenido-contacto
    .contenedor
    .section-contact-form
    .right
    .contenedor-four {
    width: 75%;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .section-contenido-contacto .contenedor {
    gap: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide.is-active {
    width: 48rem !important;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide {
    width: 40rem !important;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide.is-active {
    width: 34rem;
    height: 40% !important;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide {
    width: 30rem;
    height: 44% !important;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide.is-active {
    width: 108%;
    height: 51% !important;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide {
    width: 90%;
    height: 44% !important;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide.is-active {
    width: 108%;
    height: 53% !important;
  }
  .section-our-services
    .contenedor-two
    .bottom
    .left
    #our-services-images
    .splide__slide {
    width: 82%;
    height: 44% !important;
  }
}
@media (max-width: 700px) {
  .section-cards-servicios .contenedor .left {
    width: 100%;
  }
  .section-contenedor-noticias .contenedor .bottom .small .card {
    max-width: none;
  }
  .section-content-single-servicio .contenedor-two .right {
    height: 16rem;
  }
  .section-contact-form .left::after {
    width: 84%;
    bottom: 0;
  }
  .section-contact-form .left .contenedor-four {
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 42%;
    top: 45%;
  }
  .section-contact-form .left {
    height: 15.5rem;
  }
  footer .contenedor .top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 701px) and (max-width: 1106px) {
  .section-contenedor-noticias .contenedor .bottom .small .card {
    max-width: calc(47%);
  }
}
@media (max-width: 700px) {
  .section-our-products .contenedor .bottom #nuestros-productos .splide__slide {
    width: 82% !important;
  }
  .section-contenedor-noticias .contenedor .bottom .small .card .top {
    height: 14rem;
  }
  .section-contenedor-noticias .contenedor .bottom .small .card .top img {
    height: 100%;
  }
  .section-contenedor-noticias .contenedor .bottom .big .notice {
    height: 25rem;
  }
  #notices-relased {
    width: 106%;
  }
  .section-contenido-entrada
    .contenedor
    .right
    #notices-relased
    .splide__slide {
    width: 82% !important;
  }
}
@media (max-width: 800px) {
  .section-contenido-contacto .contenedor .left {
    flex-basis: 600px;
  }
}
/*# sourceMappingURL=responsive.css.map */
