/* General */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&family=Work+Sans:wght@100;300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 360px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "navbar navbar navbar navbar"
      "services services services services"
      "footer footer footer footer";
  }

  /* -------------------------------------------- */
  .text_span {
    font-weight: 700;
    font-family: "Work Sans";
  }
  header {
    grid-area: navbar;
  }

  /* -------------------------------------------- */

  .services_container {
    grid-area: services;
    display: flex;
    flex-direction: column;
    padding: 60px 16px 162px;
    gap: 40px;
    width: auto;
    height: auto;
    left: 0px;
    top: 68px;
    background: #fde801;
    align-items: center;
  }
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .services_title_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 60px;

    width: 328px;
    height: 93px;
  }

  .services_title {
    width: 327.77px;
    height: 66.5px;
    left: -0.77px;
    display: flex;
    text-align: center;
    justify-content: center;
    background: #0e0e0e;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    transform: rotate(-1deg);
  }

  .services_title h1 {
    display: contents;
    left: 18.67%;
    right: 19.09%;
    top: 23.54%;
    bottom: 10.3%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fde801;
    transform: rotate(-1deg);
  }

  /* --------------------------- */
  .design_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 16px;
    gap: 24px;
    width: auto;
    height: auto;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }
  .design_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    width: auto;
    height: auto;
  }

  .design_title_container {
    display: content;
    width: 294.52px;
    height: 37.14px;
    display: flex;
    justify-content: center;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    align-self: center;
  }

  .design_title_container h2 {
   
    
    left: 34.99%;
    right: 35.13%;
    top: 10.77%;
    bottom: 11.15%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffffd;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .design_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    width: auto;
    height: auto;
    left: 19.98px;
    top: 41.36px;
  }

  .design_first_text {
    width: auto;
    height:auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: none;
  }

  .design_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: none;
  }

  .design_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: auto;
    height: auto;
    transform: rotate(0deg);
    margin-top: 24px;
  }

  .design_img_container img {
    width: 296px;
    height: 263.2px;
    transform: rotate(0.5deg);
    margin-top: 24px;
  }

  /* -------------------------------------- */
  .mkt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 16px;
    gap: 60px;
    width: auto;
    height: auto;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }

  .mkt_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: auto;
    height: auto;

    transform: rotate(0seg);
  }

  .mkt_title_container {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 296px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: none;
    margin-bottom: 32px;
  }

  .mkt_title_container h2 {
    left: 10.15%;
    right: 10.45%;
    top: 13.89%;
    bottom: 8.03%;

    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;

    /* Blanco */

    color: #fffffd;
  }

  .mkt_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: auto;
    height: auto;
    transform: none;
  }

  .mkt_first_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .mkt_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .mkt_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 296px;
    height: 211.15px;

    transform: rotate(0deg);
  }

  /* ---------------------- */
  .redes_seo_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: auto;
    height: auto;

    transform: rotate(0deg);
  }

  .redes_container {
    width: auto;
    height: auto;
    transform: none;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .redes_title_container {
    display: flex;
    justify-content: center;

    align-items: center;
    width: 295.5px;
    height: 43.24px;
    left: 1.4px;
    top: 2.57px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
  }

  .redes_title_container h2 {
    left: 18.31%;
    right: 18.41%;
    top: 21.06%;
    bottom: 11.87%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: contents;
    color: #0e0e0e;
    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
  }

  .redes_text_container {
    display: flex;
    padding: 0px;
    flex-direction: column;
    width: auto;
    height: auto;
    left: 2px;
    top: 75.83px;
  }

  .redes_first_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    margin-bottom: 35px;
  }

  .redes_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  /* --------------- */
  .seo_container {
    width: auto;
    height: auto;
    transform: none;
  }

  .seo_title_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290.9px;
    height: 40.29px;
    left: 6.07px;
    top: 560.94px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
    margin-bottom: 27px;
  }

  .seo_title_container h2 {
    display: contents;
    left: 40.94%;
    right: 41.19%;
    top: 18.61%;
    bottom: 9.41%;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;

    /* Negro */

    color: #0e0e0e;

    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
  }

  .seo_text_container {
    width: auto;
    height: auto;
    left: 5.47px;
    top: 629.09px;

    transform: none;
  }

  .seo_first_container {
    width: auto;
    height: auto;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: none;
    margin-bottom: 34px;
  }

  .seo_second_container {
    width: auto;
    height: 286px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  /* -------------------------------------------- */
  .dw_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 16px;
    gap: 24px;
    width: auto;
    height: auto;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }

  .dw_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: auto;
    height: auto;
    transform: rotate(0deg);
  }

  .dw_title_container {
    width: 295.18px;
    height: 49.27px;
    left: 6.94px;
    top: 0px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0.01, 0, 1, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dw_text_container {
    width: auto;
    height: auto;

    transform: none;
  }

  .dw_first_text {
    width: auto;
    height: auto;
    margin-bottom: 21px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: none;
  }

  .dw_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;

    transform: none;
  }

  .dw_title_container h2 {
    left: 17%;
    right: 17.28%;
    top: 21.18%;
    bottom: 19.97%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fffffd;
    display: contents;
    transform: matrix(1, 0.01, 0, 1, 0, 0);
  }

  .dw_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: auto;
    height: 215px;
    transform: rotate(0deg);
    margin-top: 31px;
    margin-bottom: 10px;
  }

  /* -------------------------------------------- */
  .front_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: auto;
    height: auto;
    transform: none;
    margin-bottom: 30px;
  }

  .front_title_container {
    width: 294.69px;
    height: 50.5px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0.01, 0, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .front_title_container h2 {
    display: contents;
    left: 28.88%;
    right: 28.7%;
    top: 23.25%;
    bottom: 19.33%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0.01, 0, 1, 0, 0);
  }

  .front_text_container {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    transform: none;
  }

  .front_first_text {
    width: auto;
    height: auto;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    transform: none;
    margin-bottom: 32px;
  }

  .front_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    transform: none;
  }

  /* -------------------------------------------- */

  .ux_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: auto;
    height: auto;
    transform: none;
  }

  .ux_title_container {
    display: flex;
    justify-content: center;
    width: 300.39px;
    height: 47.06px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0.01, 0, 1, 0, 0);
    /* display: flex;
justify-content: center;
text-align: center; */
  }

  .ux_title_container h2 {
    left: 43.97%;
    right: 44.04%;
    top: 21.57%;
    bottom: 16.8%;
    display: contents;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0.01, 0, 1, 0, 0);
  }

  .ux_text_container {
    width: auto;
    height: auto;

    transform: none;
  }

  .ux_first_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    transform: rotate(0deg);
    margin-bottom: 29px;
  }

  .ux_second_text {
    width: auto;
    height: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
    transform: rotate(0deg);
  }

  /* -------------------------------------------- */

  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 24px;
    width: auto;
    height: 464px;
    left: 0px;
    top: 0px;
    background: #0e0e0e;
  }

  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 16px;
    gap: 24px;
    width: 328px;
    height: 384px;
    left: 0px;
    top: 0px;
  }
/* 
  .footer_banner_brokenleaf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
    width: 360px;
    left: calc(50% - 360px / 2);
    top: 0%;
    bottom: 0%;
    left: 0px;
    top: 5212px;
  } */

  .footer_logo_redes_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 328px;
    height: 144px;
  }

  .footer_logo {
    width: 299px;
    height: 82px;
  }

  .footer_redes_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    gap: 20px;
    width: 153px;
    height: 4px;
  }

  .footer_contact_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 328px;
    height: 144px;
  }

  .footer_contact_text {
    width: 81px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fffffd;
    text-transform: uppercase;
  }

  .footer ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
    width: 328px;
    height: 24px;
  }

  .footer ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 302px;
    height: 24px;
  }

  .footer li p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;

    width: 302px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fffffd;
  }

  .footer_legal_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 328px;
    height: 48px;
  }

  .footer_legal_container p {
    width: 328px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fffffd;
  }

  .footer_legal_container p a {
    color: white;
  }
}
/* ------------------*    360  -END-   *------------------ */
/* ---------------------------  720  ---------------------------------------720---------------------- */

@media (min-width: 720px) {
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "navbar navbar navbar navbar navbar navbar navbar navbar"
      "services services services services services services services services"
      "footer footer footer footer footer footer footer footer";
  }

  header {
    grid-area: navbar;
  }

  /* --------------------- */
  .services_container {
    grid-area: services;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 32px;
    gap: 40px;
    width: auto;
    height: 4459px;
    left: 0px;
    top: 72px;
    background: #fde801;
  }

  .services_title {
    width: 406.8px;
    height: 66.5px;
    left: -0.77px;
    top: 15.21px;
    background: #0e0e0e;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    transform: rotate(-1deg);

  }

  .design_container {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
    gap: 24px;
    width: 536px;
    height: 767px;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }
  .design_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 25px;

    width: 536px;
    height: 327.16px;
  }
  .design_title_container {
    display: flex;
    justify-content: center;
    width: 300.39px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: rotate(0deg);
    margin-bottom: 0;
  }

  .design_title_container h2 {

    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffffd;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  .design_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    width: 534.37px;
    height: 325.14px;
    left: 64.58px;
    top: 67.77px;
    transform: rotate(0deg);
  }

  .design_first_text {
    width: 534.37px;
    height: 130px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: rotate(0deg);
  }

  .design_second_text {
    width: 534.37px;
    height: 104px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
    transform: rotate(0deg);
  }

  .design_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 536px;
    height: 409.64px;
  }

  .design_img_container img {
    width: 445px;
    height: 396px;
  }

  /* ----------- */
  .mkt_container {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    gap: 60px;
    width: 536px;
    height: 1615px;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: none;
  }

  .mkt_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 536px;
    height: 794.43px;
    transform: none;
  }

  .mkt_title_container {
    display: flex;
    justify-content: center;
    width: 320.16px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    align-self: flex-start;
  }

  .mkt_title_container h2 {
    width: 320.16px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .mkt_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 536px;
    height: 214px;
  }

  .mkt_first_text {
    width: 536px;
    height: 104px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .mkt_second_text {
    width: 536px;
    height: 78px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .mkt_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 536px;
    height: 480.3px;
    transform: none;
  }

  .mkt_img_container img {
    width: 519px;
    height: 412px;
  }

  /* ------------------ */

  .redes_seo_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 536px;
    height: 753.94px;
  }

  .redes_container {
    width: 536px;
    height: auto;
  }

  .redes_title_container {
    display: flex;
    justify-content: center;
    width: 263.42px;
    height: 43.24px;
    
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .redes_title_container h2 {

    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .redes_text_container {
    width: 536px;
    height: 266px;
    left: 0px;
    top: 74.51px;
  }

  .redes_first_text {
    width: 536px;
    height: 78px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #0e0e0e;
  }

  .redes_second_text {
    width: 536px;
    height: 156px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  /* ----------- */

  .seo_container {
    width: 536px;
    height: 381.43px;
  }

  .seo_title_container {
    display: flex;
    justify-content: center;
    width: 214.69px;
    height: 40.29px;
    left: 0.57px;
    top: 372.51px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .seo_title_container h2 {
    left: 37.76%;
    right: 38.02%;
    top: 14.89%;
    bottom: 13.13%;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .seo_text_container {
    width: 536px;
    height: 312px;
    left: 0px;
    top: 441.94px;
  }

  .seo_text_container {
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 536px;
    height: 130px;
    left: 0px;
    top: 441.94px;
  }

  .seo_first_container {
    width: 536px;
    height: 130px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .seo_second_container {
    left: 0%;
    right: 0%;
    top: 80.1%;
    bottom: 0%;
    width: 536px;
    height: 150px;
    left: 0px;
    top: 603.94px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  /* ------------ */
  .dw_container {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
    gap: 24px;
    width: 536px;
    height: 1444px;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }

  .dw_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 35px;
    width: 536px;
    height: auto;
  }

  .dw_title_container {

    align-self: flex-start;
    width: 394.63px;
    height: 49.28px;
    left: 0.57px;
    top: 0px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .dw_title_container h2 {
   
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffffd;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .dw_text_container {
    width: 536px;
    height: 232px;
    left: 0px;
    top: 84.92px;
  }

  .dw_first_text {
    width: 536px;
    height: 104px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .dw_second_text {
    width: 536px;
    height: 104px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .dw_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 521px;
    height: 400px;
  }

  .dw_img_container img {
    width: 501px;
    height: 380px;
  }

  /* --------- */
  .front_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 536px;
    height: 354.5px;
  }

  .front_title_container {
    width: 294.69px;
    height: 50.5px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .front_title_container h2 {
   
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .front_text_container {
    width: 536px;
    height: 272px;
    transform: none;
  }

  .front_first_text {
    width: 536px;
    height: 72px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
  }

  .front_second_text {
    width: 536px;
    height: 168px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
  }

  /* ---------- */
  .ux_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 536px;
    height: 279.06px;
  }
  .ux_title_container {
    width: 300.39px;
    height: 47.06px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .ux_title_container h2 {
   
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0e0e0e;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .ux_text_container {
    width: 536px;
    height: 200px;
  }
  .ux_first_text {
    width: 536px;
    height: 96px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
  }
  .ux_second_text {
    width: 536px;
    height: 72px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e0e0e;
  }

  /* -------------------- */
  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 24px;
    gap: 24px;
    width: auto;
    height: 304px;
    left: 2px;
    top: 63px;
    background: #0e0e0e;
  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 672px;
    height: 232px;
  }
  .footer_logo_redes_container {
    align-items: center;
  }
  .footer_legal_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    width: 672px;
    height: 48px;
  }
}
/* --------------------------------1024 -END-  */

@media (min-width: 1024px) {
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar"
      "services services services services services services services services services services services services"
      "footer footer footer footer footer footer footer footer footer footer footer footer";
  }

  header {
    grid-area: navbar;
  }

  /* ---------- */
  .services_container {
    grid-area: services;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 108px;
    gap: 40px;
    width: auto;
    height: 4374px;
    left: 0px;
    top: 83px;
    background: #fde801;
  }
  /* ---------- */
  .services_title_container {
    width: 406.8px;
    height: 66.5px;
    background: #0e0e0e;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    transform: rotate(-1deg);
    display: flex;
    justify-content: center;
  }
  .services_title_container h2 {
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: rotate(-1deg);
  }

  /* -------------- */
  .design_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 80px;
    gap: 24px;
    width: 648px;
    height: auto;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
    align-self: center;
  }

  .design_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 648.89px;
    height: 321.57px;
    transform: none;
  }
  .design_title_container {
    width: 300.39px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0, 1, 0, 0);
    display: flex;
    justify-content: center;
  }
  .design_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 19px;
    transform: none;
    width: 648.89px;
    height: 249.93px;
  }
  .design_first_text {
    width: 646.98px;
    height: 104px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transform: matrix(1, 0, -0.01, 1, 0, 0);
  }

  .design_second_text {
    width: 646.19px;
    height: 105.99px;
    font-size: 16px;
    line-height: 26px;
    transform: matrix(1, 0, -0.01, 1, 0, 0);
  }

  .design_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    
    width: 648px;
    height: 409.64px;
    
  }
  .design_img_container img {
    width: auto;
    height: 397px;
  }
  /* --------- */
  .mkt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 80px;
    gap: 60px;
    width: 648px;
    height: auto;
    background: #fffffa;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: none;
  }

  .mkt_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    transform: none;
    width: 648px;
    height: 770.38px;
  }

  .mkt_text_container {
    width: 648px;
    height: 188px;
  }
  .mkt_first_text {
    width: 648px;
    height: 78px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }

  .mkt_second_text {
    width: 648px;
    height: 78px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0e0e0e;
  }
  .mkt_title_container {
    width: 320.16px;
    height: 37.14px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .mkt_title_container h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffffd;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .mkt_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    transform: none;
    width: 648px;
    height: 480.78px;
    padding-bottom: 60px;
  }

  .mkt_img_container img {
    width: 563px;
    height: 446px;
  }
  /* ----------- */
  .redes_seo_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 648px;
    height: 681.94px;
    transform: none;
  }

  .redes_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 648px;
    height: auto;
  }
  .redes_title_container {
    width: 318.46px;
    height: 43.24px;
    background: #fde801;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }
  .redes_title_container h2 {
   
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .redes_text_container {
    width: 648px;
    height: 240px;
  }
  .redes_first_text {
    width: 648px;
    height: 78px;
    font-size: 16px;
    line-height: 26px;
  }
  .redes_second_text {
    width: 648px;
    height: 130px;
    font-size: 16px;
    line-height: 26px;
  }

  /* -------- */
  .seo_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 31px;

    width: 648px;
    height: auto;
    transform: none;
  }
  .seo_title_container {
    display: flex;
    justify-content: center;
    width: 259.56px;
    height: 40.29px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .seo_title_container h2 {
   
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .seo_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 31px;

    width: 648px;
    height: 265px;
  }
  .seo_first_container {
    margin-bottom: 0;
    width: 648px;
    height: 104px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .seo_second_container {
    width: 648px;
    height: 130px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  /* ------------ */
  .dw_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 108px;
    gap: 24px;
    width: 592px;
    height: 1395px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }
  .dw_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 592px;
    height: auto;
  }
  .dw_title_container {
    width: 435.86px;
    height: 49.28px;
    background: #0e0e0e;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }
  .dw_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .dw_text_container {
    width: 592px;
    height: 206px;
    transform: none;
  }
  .dw_first_text {
    width: 592px;
    height: 78px;
    font-size: 16px;
    line-height: 26px;
    transform: none;
  }
  .dw_second_text {
    width: 592px;
    transform: none;
    height: 104px;
    font-size: 16px;
    line-height: 26px;
  }
  .dw_img_container {
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 521px;
    height: 400px;
  }
  .dw_img_container img {
    width: 501px;
    height: 380px;
  }

  /* ------------ */
  .front_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 592px;
    height: auto;
  }
  .dw_title_container {
    width: 294.69px;
    height: 50.5px;
    position: initial;
    box-shadow: 0px 4px 6px rgb(138 138 138 / 25%);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    align-self: flex-start;
  }
  .dw_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    height: 29px;
    width: 195px;
    left: 0%;
    display: contents;
  }
  .dw_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 521px;
    height: 400px;
  }

  .dw_img_container img {
    width: 501px;
    height: 380px;
  }
  /* ------- */
  .front_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 592px;
    height: auto;
  }

  .front_title_container {
    display: flex;
    justify-content: center;
    width: 294.69px;
    height: 50.5px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }
  .front_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .front_text_container {
    width: 592px;
    height: 206px;
    margin-bottom: 68px;
  }
  .front_first_text {
    width: 592px;
    height: 78px;
    font-size: 16px;
    line-height: 26px;
  }
  .front_second_text {
    width: 592px;
    height: 104px;

    font-family: "Work Sans";
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
  }



  /* UX */

  .ux_container {
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 592px;
    height: 279.06px;
  }

  .ux_title_container {
    width: 300.39px;
    height: 47.06px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .ux_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .ux_text_container {
    width: 592px;
    height: 200px;
  }
  .ux_first_text {
    width: 592px;
    height: 96px;
    font-size: 16px;
    line-height: 24px;
  }
  .ux_second_text {
    width: 592px;
    height: 72px;
    font-size: 16px;
    line-height: 24px;
  }

  /* ------ *FOOTER* -------- */
  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: auto;
    height: auto;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 140px;
    align-self: center;
    gap: 24px;
    width: auto;
    height: 300px;
    background: #0e0e0e;
  }
  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;
    align-self: center;
    width: 744px;
    height: 228.88px;
  }

  .footer_legal_container {
    align-self: center;
  }
  /* ---------- */
}

/* --------------------------------1024 -END- 
/* 1336 ------------------------- */
@media (min-width: 1336px) {
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar"
      "services services services services services services services services services services services services"
      "footer footer footer footer footer footer footer footer footer footer footer footer";
  }
  /* ------- */
  header {
    grid-area: navbar;
  }
  /* ------- */
  .services_container {
    grid-area: services;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 70px;
    gap: 40px;

    width: auto;
    height: auto;
  }
  .services_title_container {
    width: 406.8px;
    height: 66.5px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    transform: rotate(-1deg);
    display: flex;
    justify-content: center;
    margin-left: 90px;
  }
  .services_title_container h2 {
   
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: rotate(-1deg);
  }
  /* design */
  .design_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 60px 96px;
    gap: 20px;
    width: 1004px;
    height: 409px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
    align-self: center;
  }
  .design_content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;

    width: 1004.64px;
    height: 445.53px;
  }
  .design_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    width: 487.53px;
    height: 400.94px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  .design_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 487.53px;
    height: 288px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  .design_first_text{
    width: 487.53px;
    height: 168px;
    
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .design_second_text{
    width: 487.53px;
    height: 168px;
    
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
  }

  .design_img_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    margin: 0;
    width: 462.28px;
    height: 411.95px;
  }

  .design_img_container img {
    width: 457px;
    height: 406px;
    margin: 0;
    display: flex;
    align-self: center;
  }

  .mkt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 108px;
    gap: 60px;
    width: 980px;
    height: 1002px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: none;
  }
  .mkt_title_text_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 980px;
    height: 467px;
  }
  .mkt_title_container {
    width: 384.01px;
    height: 37.14px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: none;
  }
  .mkt_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: none;
  }
  .mkt_content_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 478px;
    height: 467px;
  }
  .mkt_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    font-size: 18px;
    width: 522px;
    height: 208px;
  }
  .mkt_first_text {
    width: 478px;
    height: 140px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .mkt_second_text {
    width: 478px;
    height: 140px;

    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .mkt_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 478px;
    height: 467px;
  }
  .mkt_img_container img {
    width: 446px;
    height: 353px;
  }

  .redes_seo_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    
    width: auto;
    height: 547.44px;
  }

  .redes_container {
    display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 32px;

width: 480px;
height: 475.08px;

  }
  .redes_title_container {
    display: flex;
    justify-content: center;
width: 456.48px;
height: 62.44px;
box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .redes_title_container h2 {
  
font-size: 24px;
line-height: 29px;
display: flex;
align-items: center;
text-align: center;
  }
  .redes_text_container {
    display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: auto;
height: 394px;
  }
  .redes_first_text{
    width: 480px;
    height: 112px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .redes_second_text{
    width: 480px;
    height: 196px;
    font-size: 18px;
    line-height: 28px;
  }
  .seo_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 29px;

    width: 492px;
    height: 381.71px;
  }

  .seo_title_container {
    display: flex;
    justify-content: center;
    width: 362.24px;
    height: 40.29px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    margin-bottom: 0;
  }
  .seo_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;

    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .seo_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    font-size: 18px;
    width: 492px;
    height: 312.42px;
  }
  .seo_first_container {
    width: 492px;
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .seo_second_container {
    width: 492px;
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
  /* DW */
  .dw_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 108px;
    gap: 24px;
    width: 980px;
    height: auto;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(0deg);
  }

  .dw_content_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 980px;
    height: 467px;
  }
  .dw_title_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 36px;
    width: 482.15px;
    height: 467.36px;
  }
  .dw_title_container {
    display: flex;
    justify-content: center;
    width: 354.98px;
    height: 49.27px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
  }

  .dw_title_container h2 {
    display: contents;
    font-size: 24px;
    line-height: 29px;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }

  .dw_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 482.15px;
    height: auto;
  }

  .dw_first_text {
    width: 482.15px;
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .dw_second_text {
    width: 482.15px;
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .dw_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 477.85px;
    height: 467px;
  }

  .dw_img_container img {
    width: 407px;
    height: 309px;
  }

  /* front */
  .front_seo_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;

    width: 980px;
    height: 443.97px;
  }

  .front_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    transform: none;
    width: 477px;
    height: 441.47px;
  }

  .front_title_container {
    width: 294.69px;
    height: 50.5px;
    box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    display: flex;
    justify-content: center;
  }

  .front_title_container h2 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
  }
  .front_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin-bottom: 0;
    width: 477px;
    height: 358.97px;
    margin-bottom: 0;
  }
  .front_first_text{
    width: 477px;
height: 84px;
font-size: 18px;
line-height: 28px;
  }
  .front_second_text{

width: 477px;
height: 252px;
font-size: 18px;
line-height: 28px;
  }

  .ux_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 480px;
    height: 443.97px;
    transform: none;
  }
  .ux_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 480px;
    height: auto;
  }
 .ux_first_text{
  width: 480px;
height: 140px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
transform: none;
 }
 
  .ux_second_text{
    width: 480px;
height: 140px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
  }

  /* ------- */
  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: auto;
    height: 460.88px;
    left: 0px;
    top: 4240px;
  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;

    width: 1056px;
    height: 228.88px;
  }
}
/* 1336 -------------END------------ */
/* 1920 ------------------------- */
@media (min-width: 1920px) {
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;

    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar"
      "services services services services services services services services services services services services"
      "footer footer footer footer footer footer footer footer footer footer footer footer";
  }

  header {
    grid-area: navbar;
  }

  main {
    grid-area: services;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 1990px;
    height: auto;
    left: 0px;
    top: 85px;
  }
  .services_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 220px;
    gap: 80px;

    width: auto;
    height: auto;
  }
.services_title_container{
  display: flex;
  justify-content: center;
  width: 406.8px;
  height: 66.5px;  
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  transform: rotate(-1deg);
      margin-left: 186px;
}
.services_title h2{
font-size: 36px;
line-height: 44px;
display: flex;
align-items: center;
text-align: center;

}

.design_container{
  display: flex;
flex-direction: row;
align-items: center;
padding: 60px 108px;
gap: 24px;
width: 1264px;
height: 529px;
box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
transform: none;
align-self: center;
}
.design_content{
  display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 21px;

width: 1267.87px;
height: 537.15px;

transform: none;
}

.design_title_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 10px;

width: 620px;
height: 529.08px;

}
.design_title_container{
  display: flex;
  justify-content: center;
  width: 319.56px;
height: 46.95px;
box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
margin-bottom: 30px;

}
.design_title_container h2{
font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
text-align: center;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.design_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 10px;

width: 617.57px;
height: 426px;

transform: none;
}

.design_first_text{
  width: 617.57px;
height: 224px;
font-size: 24px;
line-height: 32px;
}
.design_second_text{
  width: 617.57px;
height: 192px;
font-size: 24px;
line-height: 32px;
}

.design_img_container{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px;
gap: 10px;

width: 620px;
height: 529.08px;
}
.design_img_container img{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 10px;
gap: 10px;

width: 570.26px;
height: 509.08px;
}
.mkt_container{
  display: flex;
flex-direction: column;
align-items: center;
padding: 60px 108px;
gap: 60px;
width: 1264px;
height: auto;
box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
transform: rotate(0deg);}
.mkt_title_container{
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: center;
width: 423.19px;
height: 63.31px;

}

.mkt_title_container h2{

font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
text-align: center;

}
.mkt_title_text_container{
  display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: flex-start;
padding: 0px;
gap: 24px;

width: 1264px;
height: 499.31px;

}

.mkt_content_container{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: 620px;
height: 499.31px;
}
.mkt_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: 620px;
height: 394px;

}

.mkt_first_text{
  width: 620px;
height: 192px;
font-size: 24px;
line-height: 32px;
}

.mkt_second_text{
  width: 620px;
height: 160px;
font-size: 24px;
line-height: 32px;
}



.mkt_img_container{
  display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
padding: 0px;

width: 620px;
height: 467px;
}
.mkt_img_container img{
  width: 539px;
  height: 428px;
}

.redes_seo_container{
  display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 24px;

width: 1264px;
height: 545.78px;
}

.redes_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: 620px;
height: 527.44px;
}

.redes_title_container{
  display: flex;
  flex-direction: column;
 
  padding: 0px;
  
  width: 456.76px;
  height: 62.44px;
}
.redes_title_container h2{
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  
}

.redes_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: 620px;
height: 394px;

}


.redes_first_text{
  width: 620px;
  height: 128px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.redes_second_text{
  width: 620px;
height: 224px;
font-size: 24px;
line-height: 32px;
}

.seo_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 35px;

width: 620px;
height: 545.55px;

}
.seo_title_container{
  width: 456.48px;
  height: 62.55px;
  display: flex;
  justify-content: center;
  background: #FDE801;
}
.seo_title_container h2{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
display: flex;
justify-content: center;  

align-items: center;
text-align: center;
}
.seo_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 32px;

width: 620px;
height: 448px;

}

.seo_first_container{
  width: 620px;
  height: 192px;
  font-size: 24px;
  line-height: 32px;

}
.seo_second_container{
  width: 620px;
height: 224px;
font-weight: 400;
font-size: 24px;
line-height: 32px;
}

.dw_container{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 60px 108px;
gap: 24px;

width: 1264px;
height: AUTO;
}
.dw_content_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  
  width: 1264px;
  height: 438px;
}
.dw_title_text_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 42px;
  
  width: 620px;
  height: 438px;
}
.dw_title_container{
  display: flex;
  justify-content: center;
width: 456.48px;
height: 58.72px;

}
.dw_title_container h2{
 
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
}


.dw_text_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;


width: 620px;
height: 345.42px;
}
.dw_first_text{
  width: 620px;
height: 120px;
font-size: 20px;
line-height: 30px;
}
.dw_second_text{
 
width: 620px;
height: 120px;
font-size: 20px;
line-height: 30px;
}
.dw_img_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 620px;
  height: 438px;
 }  
.dw_img_container img{
  width: 508px;
  height: 386px;
  
}
/* ------- */
.front_seo_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 108px;
  gap: 24px;
  align-self: center;
  width: 1264px;
  height: AUTO;
}
.front_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 42px;
  margin-bottom: 0;
  width: 620px;
  height: 516px;
  
  
}
.front_title_container{
width: 294.69px;
height: 48px;
display: flex;
    justify-content: center;

}
.front_title_container h2{

  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
}

.front_text_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 42px;
  
  width: 620px;
  height: 426px;
}

.front_first_text{
  width: 620px;
height: 96px;
margin-bottom: 0;
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
}
.front_second_text{
  width: 620px;
  height: 288px;
  
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.ux_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 42px;

width: 620px;
height: 443.97px;
}

.ux_title_container{
  width: 300.39px;
height: 48px;

display: flex;
    justify-content: center;
}

.ux_title_container h2{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
display: flex;
align-items: center;
text-align: center;
}

.ux_text_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 42px;
  
  width: 620px;
  height: 330px;
}
.ux_first_text{
  margin-bottom: 0;
  width: 620px;
height: 160px;
font-size: 24px;
line-height: 32px;
}
.ux_second_text{
  width: 620px;
height: 128px;
font-size: 24px;
line-height: 32px;
}



  .footer {
    grid-area: footer;
    width: auto;
  }
}
/* 1920 -------------END------------ */

/* ----------------------------------------------------------NAVBAR------------------------------------------------------------ */
nav{
  background: #EC1B84;
  height: 80px;
  width: 100%;
  
}
.plantillas:hover{
  color: #FDE801!important;
  background-color: #000!important;
}
.enlace{
  position: absolute;
  padding: 20px 50px;
}
.logo{
  height: 40px;
}
nav .ulnav{
  float: right;
  
}

nav .ulnav li{
  display: inline-block;
  line-height: 80px;
  margin: 0 44px 0 0;
}

nav .ulnav li a{
  
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0E0E0E;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
padding: 0px 16px;
width: 100px;
height: 24px;
JUSTIFY-CONTENT: CENTER;
background: #FFFFFD;

}
nav .ulnav li a:hover{
  background-color: #000;
  color: white;
}
.checkbtn{
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

@media (max-width: 950px){
  .enlace{
      padding-left: 20px;
  }
  nav .ulnav li a{
      font-size: 16px;
  }
}

@media (max-width: 1336px){
  .checkbtn{
      display: block;
  }
  .ulnav{
      position: absolute;
      
      background: black;
      top: 80px;
      left: 135%;
      text-align: center;
      transition: all .5s;
      overflow-x: auto;
width: -webkit-fill-available;
height: 100%;
z-index: 1;

  }

  nav .ulnav li{
      display: block;
      margin: 50px 0;
      line-height: 6px;
      text-align: end;

  }

  nav .ulnav li a{
      font-size: 20px;
      text-decoration: none;
      list-style: none;
      color: white;
      background: none;
  }

  li a:hover, li a.active{
      background: none;
  }
  
  #check:checked ~ ul{
    left: 21px;
    padding-right: 24px;
    padding-top: 116px;
  }
  .plantillas{
    color: black !important;
  }
}
