@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

@media only screen and (max-width: 1600px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
  .main_nav ul {
    margin-right: 80px;
  }
  .main_nav ul li {
    margin-right: 40px;
  }
  .v_slider .slick-dots {
    right: -55px;
  }
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
  .hero_side_text_container {
    display: none;
  }
  .logo {
    z-index: 100;
    padding-left: 50px;
  }
  .logo a {
    font-size: 28px;
  }
  .logo a img {
    margin-top: -5px;
    height: 70px;
    vertical-align: top;
  }
  .search {
    width: auto;
    margin-right: 40px;
  }
  .main_nav ul {
    margin-right: 68px;
  }
  .hero_slider_nav_right {
    display: block;
  }
  .next_section_scroll {
    display: block;
  }
  .footer_logo {
    padding-left: 0px;
  }
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
  .new-btn .custom-new-btn {
    margin-left: 55px;
  }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
  .v_slider .slick-dots {
    right: -15px;
  }
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 1100px) {
  .main_nav {
    display: none;
  }
  .logo {
    z-index: 100;
    padding-left: 0px;
  }
  #back_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: 0.3s;
  }
  #btn_menu {
    display: block;
  }
  .bars__menu {
    position: absolute;
    z-index: 100;
    top: -8px;
    cursor: pointer;
    display: inline-block;
  }
  .bars__menu span {
    display: block;
    width: 20px;
    height: 3px;
    margin: 4px auto;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
  }
  .activeline1__bars-menu {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .activeline2__bars-menu {
    opacity: 0;
    transform: translate(-15px);
  }
  .activeline3__bars-menu {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .responsive-menu {
    background-color: rgba(0, 0, 0, 0.096);
    z-index: 99;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    transition: left 0.3s ease-in-out;
  }
  .responsive-menu img {
    position: fixed;
    width: 160px;
    top: 10px;
    z-index: 100;
  }
  .responsive-menu ul {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .responsive-menu ul li {
    border-top: 1px solid rgba(220, 220, 220, 0.199);
    list-style: none;
    padding: 10px;
  }
  .responsive-menu ul li a {
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }
  #redes-sociales {
    text-align: center;
    padding: 6px;
  }
  #redes-sociales .fab {
    font-size: 20px !important;
    padding-top: 10px;
    margin: 0 8px;
  }
  .responsive-nav {
    overflow-y: auto;
    background-color: rgb(0, 0, 0);
    z-index: 99;
    margin-top: 70px;
    position: fixed;
    top: 0;
    width: 250px;
    height: auto;
  }

  .r-dropdown {
    position: relative;
    display: inline-block;
  }
  .r-dropdown a {
    text-decoration: none;
    display: block;
    color: #333;
  }
  .r-dropdown a span #arrow-right-display {
    transform: rotate(90deg);
  }
  .arrow .list__arrow {
    transform: rotate(90deg);
  }

  .list__arrow {
    transition: transform 0.3s;
  }
  .responsive-menu ul li .r-dropdown-content {
    display: none;
    margin-top: 10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .r-dropdown-content {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0; /* Asegúrate de que el height inicial esté en 0 */
    padding: 0; /* Elimina padding si es necesario */
    margin: 0; /* Elimina margin si es necesario */
  }

  .r-dropdown-content.open {
    height: auto; /* Usar auto para ajustar al contenido */
    padding: 12px 16px; /* Ajusta el padding según el diseño */
  }
  .r-dropdown-content:focus-within {
    display: block;
  }
  .r-dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
  }

  .r-dropdown:focus-within .r-dropdown-content {
    display: block;
  }

  .header {
    height: 68px;
  }
}
@media only screen and (max-width: 1240px) {
  .icon_box_col {
    padding-top: 0px;
    margin-top: 63px;
  }
  .icon_box_button {
    margin-bottom: 30px;
  }
  .item_1 span:first-child {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .item_1 span:nth-child(2) {
    margin-bottom: 9px;
  }
  .item_1 span:nth-child(2) img {
    width: auto;
  }
  .item_1 span:nth-child(3) {
    font-size: 80px;
    margin-bottom: 0px;
  }
  .item_1 span:nth-child(4) {
    font-size: 20px;
  }
  .hamburger_container {
    display: inline-block;
  }
  .v_slider_section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v_slider .slick-dots {
    right: 0px;
  }
  .v_slider_item {
    padding-right: 100px;
  }
  .v_slider_image {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: auto;
    box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.23);
  }
  .v_slider_image img {
    width: 100%;
  }
  .v_slider_content {
    margin-top: 86px;
  }
  .features_button {
    display: none;
  }
  .features_button_2 {
    display: inline-block;
    margin-bottom: 0px !important;
  }
  .features_col {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .features_col > div:last-of-type {
    margin-bottom: 60px;
  }
  .features_image {
    margin-bottom: 50px;
  }
  .cta_image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .cta_image img {
    max-width: 100%;
    width: 776px;
    height: auto;
  }
  .cta_content {
    padding-top: 60px;
  }
  .text_line_image {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 109px;
  }
  .text_line_content {
    padding-top: 60px;
  }
  .newsletter_form_container {
    text-align: left;
    margin-top: 41px;
  }
  .footer_social {
    margin-bottom: 60px;
  }
  .footer_cr {
    display: none;
  }
  .footer_cr_2 {
    display: block;
  }
}
/************
7. 959px
************/
@media only screen and (max-width: 991px) {
  .cta h1 {
    font-size: 42px;
    display: block;
    margin-bottom: 0;
  }
  .cta .cta_content h1 {
    display: none !important;
  }
  .new-btn {
    margin-left: 0;
    margin-right: auto;
    align-content: center;
  }
  .new-btn .custom-new-btn {
    margin: 5px;
  }
}

@media only screen and (max-width: 959px) {
  .owl-carousel .owl-item {
    top: -4%;
  }
  .slider-overlay {
    width: 100%;
    padding-bottom: 50px;
  }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
  .contact_title h1,
  .cta_2_content h1 {
    font-size: 42px;
  }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  .logo {
    padding-left: 0px;
  }
  .hero_slider_nav_left {
    left: 30px;
  }
  .hero_slider_nav_right {
    right: 30px;
  }
  .v_slider_item h1 {
    line-height: 1.083;
  }
  .v_slider_item h1:last-of-type {
    margin-bottom: 63px;
  }
  .person {
    margin-top: 52px;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  .logo {
    padding-left: 0px;
  }
  .hamburger_container {
    margin-right: 5px;
  }
  .hero_slider_nav {
    display: none;
  }
  .slider-overlay p {
    font-size: 14px;
  }
  .item_1 span:first-child {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .item_1 span:nth-child(2) {
    margin-bottom: 5px;
  }
  /*.item_1 span:nth-child(2) img {
    width: auto;
  }*/
  .item_1 span:nth-child(3) {
    font-size: 48px;
    margin: 10px;
  }
  .item_1 span:nth-child(3) span {
    font-size: 48px;
  }
  .item_1 span:nth-child(4) {
    font-size: 16px;
  }
  .v_slider_item {
    padding-right: 0px;
  }
  .services {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .services_slider .owl-stage {
    right: auto;
  }
  .service_slider_outer {
    width: 100%;
    height: 663px;
  }
  .services_item_inner {
    background: #452b78;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service_item_button {
    bottom: -84px;
    visibility: visible;
    opacity: 1;
  }
  .services_item_inner h2 {
    color: #fff;
  }
  .services_item_inner p {
    color: #fff;
  }
  .services_slider .owl-item.center {
    margin-left: 0px !important;
    margin-right: 15px !important;
  }
  .services_slider .owl-item.active.center .services_item_inner {
    height: 475px;
  }
  .services_slider_nav {
    display: none;
  }
  .cta_content {
    padding-top: 40px;
  }

  .newsletter_email {
    padding-left: 15px;
  }
  .footer_col ul li a {
    font-size: 14px;
  }
  .footer_cr_2 {
    font-size: 14px;
  }
  #s-logo-png {
    height: 100px;
    width: auto;
  }
  #s-wanacom-png {
    height: auto;
    width: 300px;
  }
  #s-wanaclient-png {
    height: auto;
    width: 400px;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
  .slider-overlay {
    width: 100%;
    margin-bottom: 6.5%;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }

  .header {
    height: 68px;
  }
  .header.scrolled {
    height: 70px;
    background: rgba(0, 0, 0, 0.92);
  }
  .logo a {
    font-size: 18px;
  }
  .button {
    height: auto;
    width: auto;
    font-size: 11px;
    line-height: 37px;
  }
  .button a {
    font-size: 11px;
    line-height: 37px;
  }
  .icon_box_col {
    margin-top: 43px;
  }
  .icon_box_item {
    margin-bottom: 43px;
  }
  .icon_box_button {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .v_slider_item h1:last-of-type {
    margin-bottom: 40px;
  }
  .section_title h1 {
    font-size: 44px;
  }
  .section_title span {
    font-size: 14px;
    margin-top: 22px;
  }
  .services_slider_container {
    margin-top: 60px;
  }
  .person_name {
    font-size: 13px;
  }
  .person_title {
    font-size: 11px;
  }
  .services_slider_container {
    margin-top: 0px;
  }
  .features_item {
    margin-bottom: 40px;
  }
  .features_col > div:last-of-type {
    margin-bottom: 40px;
  }
  .text_line_content {
    padding-top: 40px;
  }
  .text_line_content h1 {
    margin-bottom: 21px;
  }
  .text_line_content p {
    margin-bottom: 21px;
  }
  .newsletter_content {
    padding-bottom: 121px;
  }
  .newsletter_email {
    height: 40px;
    width: calc(100% - 140px - 26px);
  }
  .newsletter_submit_button {
    vertical-align: middle;
  }
  .newsletter_title h1 {
    margin-bottom: 17px;
  }
  .newsletter_title span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
  }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
  .item_1 span:nth-child(3) {
    font-size: 46px;
  }
  .item_1 span:nth-child(3) span {
    font-size: 46px;
  }
  #s-logo-png {
    height: 100px;
  }
  #s-wanacom-png {
    height: auto;
  }
  #s-wanaclient-png {
    height: auto;
    width: 300px;
  }
}

/************

************/
@media only screen and (max-width: 1065px) {
  .new-btn-x {
    justify-content: center;
  }
  #WANAMEDIA {
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    .flex_container_2 {
      flex-wrap: wrap;
    }
    .cta_content {
      padding: 0;
    }
    span p {
      text-align: center;
    }
    .flex-img {
      width: 280px;
    }
    .custom-new-btn,
    .cta_content h1 {
      text-align: center !important;
      justify-content: center;
      margin-bottom: 10px;
      margin-top: 10px;
    }
  }
  #WANA-ADS {
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    .cta_content h1 {
      text-align: center !important;
    }
    .custom-new-btn,
    h1 {
      text-align: center;
      margin: auto;
    }
    .cta_content {
      padding: 0;
    }
    .flex_container_2 {
      flex-wrap: wrap-reverse;
    }
    .flex-img_2 {
      position: relative;
      min-width: 280px;
      max-width: 400px;
    }
    .flex-img_2 img {
      object-position: 0 -30px 0 0;
    }
  }
  .responsive-title-variant-visible {
    display: flex;
  }
  .fd-column {
    flex-direction: column;
  }
  .responsive-title-variant-hidden {
    display: none;
  }
}
