@charset "UTF-8";

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

1. GLOBAL STYLES
    1.1 GLOBAL

    1.2 Helper Classes

    1.3 Fullscreen Menu

    1.4 Custom hover animation


2. SECTION STYLES
    2.1 SECTION: Header

    2.2 SECTION: Call to action

    2.3 SECTION: About Us

    2.4 SECTION: Case Study

    2.5 SECTION: Why Choose Us

    2.6 SECTION: Our Skills

    2.7 SECTION: Processes

    2.8 SECTION: Our Team

    2.9 SECTION: Testimonial

    2.10 SECTION: Portfolio

    2.11 SECTION: Promote

    2.12 SECTION: We are Hiring

    2.13 SECTION: Twitter

    2.14 SECTION: Map

    2.15 SECTION: Send Message

    2.16 SECTION: Footer
-----------------------------------------*/

/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */

/* Variables CSS */
:root {
  --primary-color: #1f7971;
  --secondary-color: #d14715;
  --complementary-color: #e97932;
  --background-light: #f5f8fd;
  --text-color: #413e66;
  --hover-color: #155a54;
  --background-dark: #222222e3;
  --background-gray: #eeeeee;
  --warning-color: #f00;
  --facebook-color: #385898;
  --linkedin-color: #0a66c2;
  --success-color: rgba(0, 243, 41, 0.877);
  --orange-color: rgba(250, 71, 16, 0.877);
  --gray-color: #767676;
  --instagram-color: #517fa4;
  --behance-color: #1769ff;
  --dribbble-color: #ea4c89;
  --transition-speed: 0.3s;
}

/* Tooltip container */

  /* Tarjetas */

  .nai_nav_bar {
    font-size: 20px;
    background-color: var(--background-dark) !important;
    border-color: var(--gray-color) !important;
  }

  .nai_nav_menu_logo_img {
    width: auto;
    height: 60px;
    max-width: 200px;
    padding-right: 0px;
    object-fit: contain;
  }

  .nai_nav_collapse {
    margin-top: 16px;
    float: right !important;
  }

  .nai_nav_links {
    float: right !important;
  }

  .nai_nav_ctool {
    color: #d14715 !important;
    font-size: 20px !important;
    margin-right: 10px;
  }

  .nai_nav_item {
    margin-right: 10px;
  }

  .nai_nav_accesibilidad_controls {
    font-size: 16px;
  }

  @media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
      font-size: 16px !important;
    }
  }

  .btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }

  .popover {
    color: #000;
  }

  .icons-font-size {
    font-size: 26px;
    vertical-align: sub;
  }

  .background-Orange {
    background-color: var(--orange-color) !important;
  }

  .background-green {
    background-color: var(--success-color) !important;
  }

  .accesibilidad {
    width: 35px;
    margin-left: 10px;
  }

  .div-float-rigth-color-white {
    color: white !important;
    float: right !important;
  }

  .ImagenIconClass {
    width: 100px;
    padding-right: 0px;
    padding-top: 6px;
    padding-left: 5px;
    margin-left: 13px;
  }

  .navClass {
    font-size: 20px !important;
    height: 14% !important;
    background-color: #222222e3 !important;
    border-color: #0808085c !important;
  }

  .aInfograficosinactive {
    color: #ffff !important;
    margin-right: 10px;
  }

  .nav-menu {
    float: right !important;
  }

  .aGaleriaActive {
    color: #d14715 !important;
    margin-right: 10px;
  }

  .phone {
    color: white !important;
  }

  .email {
    color: #d9edf7 !important;
  }

  .facebook {
    background: #385898 !important;
  }

  .linkedin {
    background: #0a66c2 !important;
  }

  .youtube {
    background-color: #f00 !important;
  }

  .p-28-size {
    font-size: 28px !important;
  }

  .padding-bottom-40px {
    padding-bottom: 40px;
  }

  .huella-nairi {
    margin-bottom: 25px !important;
    margin-right: 58px !important;
  }

  .p-18-size {
    font-size: 18px !important;
  }

  .col-div-ingresar-Ctool {
    padding-top: 50px !important;
  }

  .li-blog {
    height: 44px !important;
    width: 40px !important;
    line-height: 41px !important;
  }

  .p-footer-blog {
    font-size: 17px !important;
  }

  .finalp {
    margin-bottom: 30px !important;
  }

  .mp {
    padding-top: 0px;
  }

  .psomos {
    line-height: 32px !important;
    font-size: 18px !important;
  }

  a {
    text-decoration: none !important;
  }

  .NairiSomos {
    color: rgb(255, 255, 255) !important;
  }

  .somos {
    color: white !important;
  }

  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }

  /* Remove extra left and right margins, due to padding in columns */

  .row {
    margin: 0 -5px;
  }

  /* Clear floats after the columns */

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Style the counter cards */

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }

  /* Responsive columns - one column layout (vertical) on small screens */

  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }

  .padding-60px {
    padding: 23px !important;
  }

  .tz-gallery {
    padding: 60px;
    padding-bottom: 70px !important;
  }

  .tz-gallery .lightbox img {
    width: auto;
    height: auto;
    margin-bottom: 6px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }

  .pointer {
    cursor: pointer;
  }

  .tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  }

  .tz-gallery img {
    border-radius: 4px;
  }

  @media (max-width: 768px) {
    body {
      padding: 0;
    }

    p {
      font-size: 22px !important;
    }
  }

  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

  html {
    font-size: 1em;
    line-height: 1.4;
  }

  html,
  body {
    height: 100%;
    font-family: "Graphik" !important;
  }

  body {
    overflow-x: hidden;
  }

  ::-moz-selection {
    background: var(--primary-color);
    text-shadow: none;
  }

  ::selection {
    background: var(--primary-color);
    text-shadow: none;
  }

  li {
    list-style: none;
    font-family: "Graphik";
  }

  
  iframe,
  img,
  svg {
    vertical-align: middle;
  }

  a:hover {
    text-decoration: none;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input:checked+.slider {
    background-color: #2196f3;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */

  p {
    font-size: 18px !important;
  }

  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    font-family: "Graphik";
  }

  /* Browser Upgrade Prompt
 ========================================================================== */

  /* ==========================================================================
   1.2 Helper classes .about-us
   ========================================================================== */
  .ul-SGC {
    font-size: 15px;
    color: rgb(57, 57, 57);
  }

  .li-sgcl {
    margin: 3px;
  }

  .sgcline {
    margin-bottom: 7px !important;
    margin-top: 1px !important;
  }

  .SGC-P {
    text-align: justify;
  }

  .borderR {
    border-right: rgba(236, 231, 217, 0.355) solid 1px;
  }

  .ost-multi-header {
    position: relative;
    /* height: 100px; */
    /* background: #999999; */
    /* padding-bottom: 6px; */
    padding: 40px;
    margin-bottom: 80px;
  }

  .ost-multi-header::after {
    content: '';
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8034+0,ed8034+33,feb123+33,feb123+66,2184cd+66,2184cd+100 */
    background: rgb(212 83 37);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(212 83 37) 0%, rgba(237, 128, 52, 1) 33%, rgba(31 121 113) 33%, rgba(31 121 113) 66%, rgb(236 231 217) 66%, rgba(236, 231, 217) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212 83 37) 0%, rgba(237, 128, 52, 1) 33%, rgba(31 121 113) 33%, rgba(31 121 113) 66%, rgba(236, 231, 217) 66%, rgba(236, 231, 217) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212 83 37) 0%, rgba(237, 128, 52, 1) 33%, rgba(31 121 113) 33%, rgba(31 121 113) 66%, rgba(236, 231, 217) 66%, rgba(236, 231, 217) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8034', endColorstr='#2184cd', GradientType=1);
    /* IE6-9 */
  }

  .SGCsection {
    opacity: 1;

    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 20px 150px rgba(26, 87, 95, 0.39);
    border-radius: 20px;
    border-bottom: rgba(26, 87, 95, 0.39) solid 1px;
    border-top: rgba(26, 87, 95, 0.39) solid 1px;
  }

  .main-bg {
    /* background: #1f7971; */
    background: var(--primary-color);
  }

  .second-color {
    /* color: #d14715; */
    color: #e97932;
  }

  .main-color {
    /* color: #1f7971 ; */
    color: var(--primary-color);
    text-transform: uppercase;
  }

  .white-color {
    color: #fff;
  }

  .flotante {
    display: scroll;
    position: fixed;
    bottom: 320px;
    right: 77px;
    top: 90%;
  }

  .button {
    padding: 20px 60px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-shadow: none;
  }

  .button:hover {
    cursor: pointer;
    color: #fff;
  }

  .button.light {
    padding: 19px 59px;
  }

  .line {
    width: 80px;
    height: 2px;
    margin-top: 15px;
  }

  .button.light {
    border: 2px solid #eeeeee;
  }

  .padding-large {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .padding-top-large {
    padding-top: 10px;
  }

  .margin-top-large {
    margin-top: 90px;
  }

  .margin-bottom-large {
    margin-bottom: 90px;
  }

  .margin-top-medium {
    margin-top: 40px;
  }

  .margin-bottom-medium {
    margin-bottom: 40px;
  }

  .margin-bottom-small {
    margin-bottom: 25px;
  }

  .mat-none {
    margin-top: 0;
  }

  .hidden {
    display: none !important;
    visibility: hidden;
  }

  /* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */

  .Logo {
    width: 30%;
  }

  /* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */

  @-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }

  @keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }

  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }

  .hvr-pulse:hover,
  .hvr-pulse:focus,
  .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  /* Rectangle Out */

  /* Grow */

  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* General button style (reset) */

  
  .button:active {
    color: #e74c3c;
  }

  /* ========================================================================
  2.1 Component: Header
 ========================================================================== */

  header {
    position: relative;
    height: 728px !important;
  }

  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../img/slider-overlay.png) repeat;
  }

  header .carousel,
  header .item,
  header .active {
    height: 100%;
  }

  .carousel-inner {
    min-height: 500px;
    height: 100%;
  }

  .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*-o-background-size: cover;*/
  }

  .carousel-indicators li {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #fff;
  }

  .carousel-indicators .active {
    width: 40px;
    height: 5px;
    background: #e74c3c;
  }

  .carousel-caption {
    top: 25%;
  }

  .carousel-caption h1 {
    font-size: 60px;
    /* text-transform: uppercase; */
    font-weight: normal;
  }

  .carousel-control.left,
  .carousel-control.right {
    background: none;
  }

  .icon-prev,
  .icon-next {
    font-size: 60px !important;
  }

  /* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */

  .grab {
    cursor: pointer;
    cursor: g;
  }

  /* ========================================================================
  2.3 Component: About Us
 ========================================================================== */

  .about-us {
    background: url("../img/imagen-manos-01.png") no-repeat center fixed;
    background-size: cover;
    position: relative;
    height: 75%;
  }

  .posibtncump {
    position: absolute;
    left: 93%;
    z-index: 14;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }

  .navbar-toggler {
    margin-top: 15px;
  }

  .posibtn {
    position: absolute;
    left: 87%;
    z-index: 14;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }

  .bold {
    font-weight: bold;
  }

  @media screen and(max-width:450px) {
    .about-us {
      height: 185% !important;
    }
  }

  .inMobile {
    display: none;
  }

  .infograficomobil {
    display: none !important;
  }

  @media screen and (max-width: 990px) {
    .about-us {
      height: 156% !important;
    }

    .infograficomobil {
      display: block !important;
      margin-right: -14px !important;
      margin-top: 19px !important;
    }

    .mobileGaleria {
      width: 114% !important;
      padding-right: 68px !important;
    }

    .accesibilidadMobil {
      top: 18px !important;
      right: 69px !important;
    }

    .mbackground {
      /* background-image: url(../img/lista.svg) !important; */
      background-image: url(../img/about-side-side.png) !important;
    }

    .mobilecontrast {
      background-color: #37948c !important;
    }

    .inMobile {
      display: block !important;
    }

    .querieImagen {
      width: 100% !important;
    }

    .colBtn {
      width: 100% !important;
      padding-top: 65px !important;
      left: -117px !important;
    }

    .moveMobil {
      left: -110px !important;
    }

    body {
      width: 104%;
    }

    header {
      height: 580px !important;
    }

    .carousel-caption-c-tool {
      padding-top: 130px !important;
    }

    .main-bg {
      background: var(--primary-color);
    }
  }

  .about-us .overlay {
    /* background: #1f79726e; */
    background: #1f797240;
    height: 100%;
  }

  .about-us p {
    color: #000000;
    line-height: 24px;
  }

  .about-us img {
    margin-top: -50px;
  }

  .state {
    font-size: 18px;
    line-height: 18px;
  }

  /* ========================================================================
  2.4 Component: Case Study
 ========================================================================== */

  /* ========================================================================
  2.5 Component: Why choose us
 ========================================================================== */

  /* ========================================================================
  2.6 Component: Our Skills
 ========================================================================== */

  /* ========================================================================
  2.7 Component: Processes
 ========================================================================== */

  .processes {
    /* background: url("../img/process-bg.jpg") no-repeat center fixed; */
    background: url("../img/imagenprocess.jpeg") no-repeat center fixed;
    background-size: cover;
    color: #fffeff;
  }

  .processes .overlay {
    background: rgba(0, 8, 5, 0.85);
  }

  .processes .description {
    width: 90%;
  }

  /* ========================================================================
  2.8 Component: Our Team
 ========================================================================== */

  .our-team .team-member {
    border: 1px solid #d14715;
    width: 220px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
  }

  /* .our-team .team-member:hover > .team-overlay {
  margin-top: -297px;
  transition: all .85s;
} */

  .our-team img {
    width: 100%;
  }

  .our-team .team-overlay {
    margin-top: -12px;
    width: 222px;
    color: #fff;
    margin-left: -2px;
    position: relative;
  }

  .our-team .team-overlay .info {
    height: 160px;
    padding: 1px 0px 0px 0px;
    /* background: #d14715ee;*/
    background: #d14715;
  }

  .our-team .description {
    padding: 40px 0;
  }

  .our-team .description h3 {
    text-transform: uppercase;
  }

  /* ========================================================================
  2.9 Component: Testimonail
 ========================================================================== */

  .testimonial {
    background: url(../img/testimonial-bg.png);
  }

  .testimonial-carousel .item {
    padding: 25px 40px 40px;
    background: rgba(34, 34, 34, 0.8);
    border-radius: 20px;
  }

  .testimonial-carousel .item p {
    font-style: italic;
    font-size: 24px;
  }

  .testimonial-carousel .item .client img,
  .testimonial-carousel .item .client ul {
    display: inline-block;
    vertical-align: middle;
  }

  .testimonial-carousel .item .client img {
    height: 75px;
    width: 100px;
    max-width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

  .testimonial-carousel .item .client-info {
    margin-left: 10px;
  }

  .testimonial-carousel .item .client-info li {
    text-align: left;
  }

  .testimonial-carousel .item .client-info li:first-child {
    font-size: 18px;
  }

  /* ========================================================================
  2.10 Component: Portfolio
 ========================================================================== */

  .portfolio .line {
    margin: 15px auto 45px;
  }

  .portfolio .subtitle {
    font-size: 20px;
  }

  .portfolio p {
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 10px;
  }

  .portfolio>.button {
    border-color: #333;
    font-weight: normal;
    color: #333;
    position: relative;
    z-index: 10;
  }

  .portfolio>.button i {
    font-size: 22px;
  }

  /* ========================================================================
  2.11 Component: Promote
 ========================================================================== */

  .promote {
    padding: 25px;
    color: #eeeeee;
    font-size: 18px;
    position: relative;
  }

  .promote p {
    margin: 20px;
  }

  .promote .button {
    display: inline-block;
  }

  /* ========================================================================
  2.12 Component: We are hiring
 ========================================================================== */

  .we-are-hiring h2 {
    color: #3a3a3a;
    font-size: 36px;
  }

  .we-are-hiring p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
  }

  .we-are-hiring .inner i {
    font-size: 80px;
  }

  /* ========================================================================
  2.13 Component: Twitter
 ========================================================================== */

  .twitter {
    background: url("../img/twitter-bg.jpg") no-repeat center top fixed;
    background-size: cover;
    color: #fff;
  }

  .twitter .overlay {
    background: rgba(27, 28, 29, 0.9);
  }

  .twitter .icon {
    font-size: 120px;
  }

  .twitter .icon i {
    transition: 1.2s;
    cursor: pointer;
  }

  .twitter .icon i:hover {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
    color: var(--facebook-color);
  }

  /* ========================================================================
  2.14 Component: Map
 ========================================================================== */

  /* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */

  .modal .modal-body {
    padding: 40px 60px;
  }

  .modal input {
    height: 50px;
  }

  .modal input {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 18px;
  }

  .modal input:focus {
    border-color: #e74c3c;
    box-shadow: none;
  }

  .modal .button {
    width: 100%;
    border-radius: 0;
    padding: 15px 60px;
  }

  .btn-descargar {
    width: 100%;
    background: #fff0;
    border: none;
    color: white;
    font-size: 18px;
  }

  /* ========================================================================

  /* ========================================================================
  2.16 Component: Footer
 ========================================================================== */

  .footer p {
    color: #ffffff;
    font-size: 16px;
  }

  .footer li {
    display: inline-block;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #fff;
    transition: all 0.4s;
  }

  .footer li:hover {
    cursor: pointer;
  }

  .footer li a {
    color: #e5e5e5;
  }

  .footer .social i {
    font-size: 22px;
    transition: all 0.4s;
  }

  .footer .facebook:hover {
    border-color: var(--facebook-color);
  }

  .footer .facebook:hover>a i {
    color: var(--facebook-color);
  }

  .footer .twitter:hover {
    border-color: var(--facebook-color);
  }

  .footer .twitter:hover>a i {
    color: var(--facebook-color);
  }

  .footer .linkedin:hover {
    border-color: var(--linkedin-color);
  }

  .footer .linkedin:hover>a i {
    color: var(--linkedin-color);
  }

  .footer .youtube:hover {
    border-color: var(--warning-color);
  }

  .puesto {
    font-size: 12px !important;
  }

  .footer .youtube:hover>a i {
    color: var(--warning-color);
  }

  /* Utility Classes */
.transition {
  transition: var(--transition-speed) ease;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Medium screens (992px and up) */
@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    font-size: 16px !important;
  }
  
  .main-bg {
    background: var(--primary-color);
  }
}

/* Small screens (768px and up) */
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    font-size: 16px !important;
  }
}

/* Tablets and small desktops (991px and down) */
@media (max-width: 991px) {
  #header {
    height: 70px;
    padding: 15px 0;
  }

  .about-us {
    height: 156% !important;
  }

  .infograficomobil {
    display: block !important;
    margin-right: -14px !important;
    margin-top: 19px !important;
  }

  .mobileGaleria {
    width: 114% !important;
    padding-right: 68px !important;
  }

  .accesibilidadMobil {
    top: 18px !important;
    right: 69px !important;
  }

  .mbackground {
    background-image: url(../img/about-side-side.png) !important;
  }

  .mobilecontrast {
    background-color: #37948c !important;
  }

  .inMobile {
    display: block !important;
  }

  .querieImagen {
    width: 100% !important;
  }

  .colBtn {
    width: 100% !important;
    padding-top: 65px !important;
    left: -117px !important;
  }

  .moveMobil {
    left: -110px !important;
  }

  body {
    width: 104%;
  }

  header {
    height: 580px !important;
  }

  .carousel-caption-c-tool {
    padding-top: 130px !important;
  }

  .main-bg {
    background: var(--primary-color);
  }
}

/* Mobile landscape and tablets (768px and down) */
@media (max-width: 768px) {
  body {
    padding: 0;
  }

  p {
    font-size: 22px !important;
  }

  .tz-gallery {
    padding: 30px;
  }
}

/* Mobile devices (600px and down) */
@media (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Small mobile devices (450px and down) */
@media (max-width: 450px) {
  .about-us {
    height: 185% !important;
  }

  .blog {
    right: 14px !important;
  }
}

/* Extra small devices (320px and down) */
@media (max-width: 320px) {

  .btn-whatsapp {
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Custom Navbar (Sin Bootstrap)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Navbar (Sin Bootstrap) - Layout Actualizado
--------------------------------------------------------------*/

/* Logo - Completamente a la izquierda */

/* Navigation Menu - Completamente a la derecha */

/* Menu Toggle (Hamburger) - A la derecha en móvil */

/* Hamburger Lines */

/* Hamburger Animation */

/* Efecto al hacer scroll */

/* Compensar altura del navbar fijo */
body {
  padding-top: 70px;
}

@media (max-width: 576px) {
  body {
    padding-top: 60px;
  }
}

/*--------------------------------------------------------------
# Responsive Design - Actualizado
--------------------------------------------------------------*/
/* Tablet and Mobile */

/* Small Mobile */

/* Clases específicas para el sitio */

/* Carousel específico */
.carousel-caption {
  text-align: center;
}

.carousel-caption img {
  max-width: 100%;
  height: auto;
}

/* Media queries para imágenes responsive */