/****************************************** Screen ******************************************/

@media (min-width: 1852px) and (max-width: 2652px) {

  .navbar-brand img {
    width: 70%;
    height: 70%;
  }

  .top-nav-collapse .navbar-brand img {
    width: 70%;
    height: 70%;
  }

  .top-nav-collapse {
    width: 100%;
  }

  .container {
    max-width: 88%;
  }

  .creative_img {
    position: relative;
    max-width: 80%;
  }

  .about-area .content {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-area img {
    border-radius: 4px;
    width: 70%;
  }

  div.content-button {
    display: flex;
    justify-content: center;
  }

  #hero-area .contents .head-title {
    color: #4e4e4e;
    width: 100%;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .active>.nav-link {
    font-size: 18px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }

  /*Modo dark */
  body.dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  /*Modo dark */
  body.dark .navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #4cddff !important;
  }

  #hero-area {
    /* background-image: url(../img/wave2.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 860px;
    position: relative;
    overflow: hidden;
    padding: -1% 0% 20%;
  }

  #hero-area {
    background-position: center right;
  }

  #hero-area .contents .head-title {
    font-size: 40px;
    color: #4e4e4e;
  }

  #pricing .table .icon-box i {
    font-size: 80px;
  }

  #pricing .table .pricing-header .price-value {
    font-size: 30px;
  }

  #paradigm-foot {
    font-size: 30px;
  }

  #services-subtitle {
    font-size: 25px;
  }

  #services .box-item .text p {
    font-size: 20px;
    line-height: 30px;
  }

  #services .box-item .icon i {
    font-size: 45px;
  }

  #services .show-box img {
    width: 100%;
    height: 100%;
    left: 20px;
    margin-left: 35px;
  }

  span#graph-devops {
    width: 100%;
  }

  .services-item {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    height: 30rem;
  }

  .services-subtitle h3 {
    font-size: 36px;
  }

  .services-item .icon i {
    font-size: 45px;
    line-height: 70px;
  }

  #services-subtitle {
    font-size: 25px;
    margin-bottom: 45px;
  }

  div.services-item.wow.fadeInDown {
    height: 100%;
  }

  p.intro {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    font-size: 22px;
    letter-spacing: 0.5px;
}

  .form-control {
    font-size: 20px;
  }

  .btn-common {
    font-size: 20px;
  }

  a {
    font-size: large;
  }

  a.back-to-top i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 54px;
  }

  body.dark #hero-area .contents .head-title {
    color: #ececec;
  }

  .section-title {
    font-size: 36px;
    color: #636363;
    display: inline-block;
    font-weight: 700;
    position: relative;
  }

  p {
    font-size: 20px;
    line-height: 36px;
  }

  .services-item .services-content h3 a {
    font-size: 14px;
  }

  .title-hl {
    font-size: 30px;
  }

  .why .content h3 {
    font-size: 30px;
  }

  .team-item .contetn {
    padding: 15px 20px;
  }

  /* Dark Mode */
  /* body.dark .bg-inverse {
    background: #414141 !important;
  } */

  /* Dark Mode */
  #services .content-center {
    max-width: 89%;
  }

  .btn {
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
  }

  #header-wrap {
    width: 100%;
    height: 730px;
  }

}




/* ---------------------------------------------    ONLY SMALL DESKTOPS   --------------------------- */

@media (min-width: 992px) and (max-width: 1851px) {

  #hero-area {
    /* background-image: url(../img/wave2.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    position: relative;
    overflow: hidden;
    padding: 6% 0% 20%;
  }

  #hero-area {
    background-position: center right;
  }

  #hero-area .contents .head-title {
    font-size: 38px;
    color: #4e4e4e;
  }

  body.dark #hero-area .contents .head-title {
    color: #ececec;
  }

  .services-item {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    height: 22rem;
  }

  .services-item .services-content h3 a {
    font-size: 14px;
  }

  .title-hl {
    font-size: 30px;
  }

  .why .content h3 {
    font-size: 30px;
  }

  .team-item .contetn {
    padding: 15px 20px;
  }

  /* Dark Mode */
  /* body.dark .bg-inverse {
    background: #414141 !important;
  } */


  body.dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  body.dark .navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #4cddff !important;
  }

  #services .content-center {
    max-width: 89%;
  }

  ul.address.content-center {
    margin-top: 70px;
  }

  .top {
    top: 13rem;
  }

  #header-wrap {
    width: 100%;
    height: 680px;
  }
}

/* -----------------------------------------------------     TABLETS      ----------------------------------- */

@media (max-width: 1199px) and (min-width: 992px) {

  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .services-item .services-content h3 a {
    font-size: 14px;
  }

  .services-item {
    margin-bottom: 20px;
  }

  .services-subtitle {
    display: flex;
    justify-content: center;
    margin-top: -5rem;
  }

  #pricing-table .title h3 {
    font-size: 14px;
  }


  #hero-area {
    padding: 6% 0% 20%;
    background-position: center right;
  }

  #hero-area .contents .head-title {
    font-size: 33px;
    color: #4e4e4e;
  }

  #hero-area .contents .head-title {
    color: #4e4e4e;
    font-size: 33px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
  }


  /*Modo dark */

  body.dark #hero-area .contents .head-title {
    color: #ececec;
  }

  body.dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  body.dark .navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #4cddff !important;
  }

  .creative-img {
    max-width: 72%;
  }

  #services .content-center {
    max-width: 80%;
  }

  #services .box-item .text p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  #services .box-item {
    display: flex;
    flex-direction: row-reverse;
    padding: 15px;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 3px;
    position: relative;
    top: 0;
    height: 20rem;
    width: 20rem;
  }

  #services .box-item .text p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .services-item {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    height: 25rem;
  }

  ul.address.content-center {
    margin-top: 70px;
  }

  li.text-left {
    display: flex;
    width: max-content;
  }

#work {
    text-align: center;
  }

  img.logo {
    width: 30%;
    height: 30%;
  }

  #header-wrap {
    width: 100%;
    height: 540px;
  }

}


/* ---------------------------------------------------  ONLY SMALL TABLETS   ------------------------ */

@media (min-width: 768px) and (max-width: 991px) {

  #hero-area {
    padding: 20% 0% 20%;
    background-position: center right;
  }

  #hero-area .contents .head-title {
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #4e4e4e;
  }

  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .navbar-brand {
    position: relative;
    width: 45%;
    padding: 0px;
  }

  /* Cambios margenes logo mobile */
  #logo-nav {
    margin: 0px 0px 0px 15px;
  }

  .navbar {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 !important;
  }

  .fixed-top {
    top: 0 !important;
  }

  /* Cambios margenes logo mobile */
  #navbar-menu {
    margin: 0px 15px 0px 0px;
  }

  .top-nav-collapse .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .navbar-expand-lg .navbar-brand,
  .navbar-expand-lg .navbar-toggler {
    margin: 0px 15px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .section-header {
    margin-top: 40px;
  }

  .services-item .services-content h3 a {
    font-size: 16px;
  }

  .services-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin: 15px 0;
  }

  .bg-inverse {
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }

  /* Dark Mode */
  body.dark .bg-inverse {
    background: #414141 !important;
  }

  .navbar-nav {
    align-items: flex-end;
    padding-right: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-bottom: 0;
    margin-top: 0;
  }

  .navbar-nav-responsive {
    padding-right: 20px;
    display: contents;
    justify-content: space-evenly;
  }

  body.dark #hero-area .contents .head-title {
    color: #ffffff;
  }

  body.dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  body.dark .navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #4aacc3 !important;
  }

  .navbar-brand img {
    margin: 5px 0;
  }

  .top-nav-collapse .navbar-brand img {
    margin-top: 10px;
  }

  .creative_img {
    position: relative;
    max-width: 90%;
  }

  #light-img {
    position: relative;
    margin-top: 125px;
  }

  span#graph-devops {
    position: relative;
    width: 60%;
    top: -190px;
    left: 55px;
  }

  #aboutUs .sec-title h3,
  #about .sec-title h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .title-hl {
    font-size: 30px;
  }

  .text-wrapper {
    padding: 60px 30px;
  }

  .why .content h3 {
    font-size: 30px;
  }

  #pricing-table .title h3 {
    font-size: 14px;
  }

  .skill-area img {
    margin-bottom: 30px;
  }

  #blog .blog-item-wrapper {
    margin-bottom: 30px;
  }

  .experience h4 {
    font-size: 18px;
  }

  .testimonial-item {
    padding: 10px;
  }

  .testimonial-item .content h2 {
    font-size: 15px;
  }

  .slider-center img {
    padding: 40px 60px;
  }

  .subscribes h4 {
    font-size: 30px;
  }

  .footer-area .footer-titel {
    margin-top: 30px;
  }

  .contact-right-area {
    margin-top: 0px;
    margin-left: 0px;
  }

  #services .content-center {
    max-width: 100%;
  }

  ul.address.content-center {
    margin-top: 70px;
  }

  p.intro {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .widget {
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  #copyright p {
    line-height: 42px;
    color: #333;
    text-align: center;
    margin: 0;
  }

  h2#paradigm-foot.section-title.wow.fadeInDown {
    display: flex;
    justify-content: center;
  }

  li.text-left {
    display: flex;
    width: max-content;
  }

  img.logo {
    width: 30%;
    height: 30%;
  }

  .lang-menu .selected-lang {
    display: flex;
    justify-content: flex-end;
    line-height: 2;
  }

  #header-wrap {
    width: 100%;
    height: 730px;
   }

   .lang-menu ul {
    top: 25px;
    right: -13px;
  }

  .dark .lang-menu ul {
    top: 25px;
    right: -13px;
  }

   .lang-menu .selected-lang-es {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

  .lang-menu .selected-lang-en {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

  .lang-menu .selected-lang-pt {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

}


/* ------------------------------------------------------   MOBILE OR MOBILE ONLY    -------------------------------------- */

@media (max-width: 767px) {

  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .navbar-brand {
    position: relative;
    width: 60%;
    padding: 0px;
  }

  .navbar-nav-responsive {
    padding-right: 20px;
    display: contents;
    justify-content: space-evenly;
  }


  /* Cambios margenes logo mobile */
  #logo-nav {
    margin: 0px 0px 0px 15px;
  }

  .navbar {
    padding: 10px 0 !important;
    display: flex;
    justify-content: center;
  }

  .fixed-top {
    top: 0 !important;
  }

  /* Cambios margenes logo mobile */
  #navbar-menu {
    margin: 0px 15px 0px 0px;
  }

  .top-nav-collapse .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .section-padding {
    padding: 30px 0;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .section-header {
    margin-top: 40px;
  }

  .navbar-expand-lg .navbar-brand,
  .navbar-expand-lg .navbar-toggler {
    margin: 0px 15px;
  }

  .bg-inverse {
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }

  /* Dark Mode */

  body.dark .bg-inverse {
    background: #414141 !important;
  }

  .navbar-nav {
    align-items: flex-end;
    padding-right: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-bottom: 0;
    margin-top: 0;
  }

  /* Dark Mode*/
  body.dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  body.dark .navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #4aacc3 !important;
  }

  .navbar-brand img {
    margin: 5px 0;
  }

  .top-nav-collapse .navbar-brand img {
    margin-top: 10px;
  }

  .intro-img {
    margin-top: 20px;
  }

  .creative-img {
    max-width: 72%;
  }

  #hero-area .img-thumb {
    display: none;
  }

  #hero-area .contents .head-title {
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #4e4e4e;
  }

  body.dark #hero-area .contents .head-title {
    color: #ffffff;
  }

  #head-img {
    max-width: 90%;
  }

  #hero-area .contents p {
    font-size: 14px;
  }

  #hero-area {
    padding: 30% 0% 20%;
    background-position: center right;
  }

  #hero-area .contents .btn {
    margin: 5px 10px 10px 0px;
  }

  .site-heading {
    margin: 30px 14px;
  }

  .text-wrapper {
    padding: 60px 15px;
  }

  #aboutUs .sec-title h3,
  #about .sec-title h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .about-area img {
    margin-top: 30px;
  }

  .about-area .content {
    margin: 15px 14px 0px 14px;
  }

  #light-img {
    max-width: 100%;
  }

  .feature-thumb {
    padding: 10px;
  }

  #paradigm-foot {
    font-size: large;
  }

  .services-dev-title #services-dev-title {
    font-size: 20px;
  }

  #development .box-item2 .text h3,
  #servicios .box-item2 .text h3 {
    font-size: 12px;
    font-weight: bold;
  }

  #development .box-item2 .text p,
  #servicios .box-item2 .text p {
    font-size: 12.5px;
    line-height: 25px;
  }

  .testimonial-item {
    padding: 0;
  }

  .client-item-wrapper img {
    width: 50%;
  }

  #cta h4 {
    font-size: 22px;
  }

  #cta .text-right {
    float: left !important;
  }

  #cta .btn {
    float: left;
  }

  .team-item .team-img {
    width: 100%;
    float: none;
  }

  .team-item .content {
    padding: 15px 30px;
  }

  .footer-right-contact .single-contact {
    margin: 10px 7px;
    padding: 3px 45px;
  }

  .footer-area .footer-title {
    margin-top: 30px;
  }

  .contact-right-area {
    margin: 20px 0;
  }

  .contact-form-area h2 {
    font-size: 14px;
  }

  .copyright .float-right {
    float: left !important;
  }

  .map {
    margin-top: 20px;
  }

  #cta {
    padding: 20px 0;
  }

  .cta-text {
    margin-bottom: 30px;
  }

  .mundo {
    top: -5;
  }

  #services .content-center {
    max-width: 100%;
  }

  .top {
    top: -1rem;
  }

  .services-subtitle h3 {
    font-size: 24px;
    margin-top: 8rem;
  }

  p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  #services .box-item {
    display: flex;
    flex-direction: row-reverse;
    padding: 15px;
    line-height: 22px;
    margin-top: 3px;
    border-radius: 3px;
    position: relative;
    top: 0;
    height: 20rem;
  }

  ul.address.content-center {
    margin-top: 70px;
  }

  div#contact.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  p.intro {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .widget {
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  img.logo {
    width: 30%;
    height: 30%;
  }

  #copyright p {
    display: grid;
    line-height: 42px;
    color: #333;
    text-align: center;
    margin: 0;
  }

  h2#paradigm-foot.section-title.wow.fadeInDown {
    display: flex;
    justify-content: center;
  }

  li.text-left {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .lang-menu .selected-lang {
    display: flex;
    justify-content: flex-end;
    line-height: 2;
  }

  div.container-technologies {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #header-wrap {
    width: 100%;
    height: 730px;  
  }

  .lang-menu ul {
    top: 25px;
    right: -13px;
  }

  .dark .lang-menu ul {
    top: 25px;
    right: -13px;
  }

  .lang-menu .selected-lang-es {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

  .lang-menu .selected-lang-en {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

  .lang-menu .selected-lang-pt {
    display: flex;
    justify-content: end;
    line-height: 2;
    font-size: small;
  }

}
