@import url('/css/fonts/open-iconic-bootstrap.min.css');

/*@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/css/fonts/Manrope-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('/css/fonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/css/fonts/Font%20Awesome%205%20Free-Regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/css/fonts/Font%20Awesome%205%20Free-Solid-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}


* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html, body {
   overflow-y: scroll;
   overflow-x: hidden;
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   color: white;
}

/*#region SCROLLBARS*/

/*Aplica a chrome y safari*/

::-webkit-scrollbar-track {
   border-radius: 0.625em;
   background-color: #EEEEEE;
}

::-webkit-scrollbar {
   width: 0em;
   background-color: #EEEEEE;
}

::-webkit-scrollbar-thumb {
   border-radius: 0.625em;
   -webkit-box-shadow: inset 0 0 0.375em rgba(0,0,0,.3);
   background-color: #EEEEEE;
}

/*#endregion*/

a, .btn-link {
   color: #2ec7c4;
}

   a:hover, .btn-link:hover {
      color: #2ec7c4;
   }


.btn-primary {
   color: #fff;
   background-color: #1b6ec2;
   border-color: #1861ac;
}

.content {
   padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
   outline: 1px solid #26b050;
}

.invalid {
   outline: 1px solid red;
}

.validation-message {
   color: red;
}

#blazor-error-ui {
   background: lightyellow;
   bottom: 0;
   box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
   display: none;
   left: 0;
   padding: 0.6rem 1.25rem 0.7rem 1.25rem;
   position: fixed;
   width: 100%;
   z-index: 1000;
}

   #blazor-error-ui .dismiss {
      cursor: pointer;
      position: absolute;
      right: 0.75rem;
      top: 0.5rem;
   }

.landing-pg {
    height: 100%;
    background: #222D38;
    background: linear-gradient(106deg, rgba(34, 45, 56, 1) 0%, rgba(34, 45, 56, 1) 0%, rgba(34, 45, 56, 1) 41%, rgba(43, 160, 161, 1) 84%, rgba(46, 199, 196, 1) 100%);
}

li {
   list-style-type: none;
   cursor: pointer;
}

.mt-10 {
margin-top:10%;
}

.mt-5 {
   margin-top: 5%;
}



.pt-10 {
   padding-top: 10%;
}

/*#region HEADER*/


header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 0;
   background: transparent;
   transition: 0.5s all;
}

.header2 {
    background: white;
    color: #4A4A4A;
}

    .header2 img {
        width: 180px;
    }

    .header2 .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #4A4A4A;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .header2 .dropdown-content {
        background-color: white;
        color: #4A4A4A;
    }

        .header2 .dropdown-content a {
            color: #4A4A4A;
        }

        .header2 .dropdown-content a:hover {
            background-color: #f7f7f7;
            color: #4A4A4A;
        }

        .header2 .dropdown .dropbtn {
            color: #4A4A4A;
        }

    .header2 .navbar > ul > li > a:first-child {
        color: #4A4A4A;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9998;
    }

.headerfixed {
    background: #283645;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-animation: slideInDown 0.3s ease-out;
    -moz-animation: slideInDown 0.3s ease-out;
}

   header .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }


.navbar {
    overflow: hidden;
}

.navbar > ul {
    padding-inline-start: 0px;
    margin-bottom: 0;
}

    .navbar > ul > li, .header2 .navbar > ul > li {
        margin: 0 10px;
        text-decoration: none;
        border-bottom: 3px solid transparent;
    }

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    text-decoration: none;
}

    .navbar > ul > li > a:hover, .dropdown:hover .dropbtn, .header2 .navbar > a.active {
        border-bottom: 3px solid #2ec7c4;
        border-radius: 1px;
    }

.navbar > ul > li > a {
    color: white;
}

    .navbar > ul > li > a:hover, .header2 .navbar > ul > li > a:hover {
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: fixed;
    font-family: 'Manrope', sans-serif;
    background-color: #314152;
    border-radius: .6rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
    }

        .dropdown-content a:hover {
            background-color: #4F6379;
            border-radius: .6rem;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

/*#endregion*/

main {
   width: 100%;
   min-height: 80vh;
   overflow: hidden;
}

.container {
  max-width: 90%;
   padding: 0 70px;
}


h2, h3 {
   font-weight: 700;
}

/*HOME*/
.home, .solutions, .news, .business, .services, .clients, .contact {
   /* padding: 0 30px;*/
   padding-bottom: 180px;
}

    .home > img {
        width: 570px;
        margin-top: 60px;
    }

   .home > div {
      padding-top: 15%;
   }


/*SOLUTIONS*/
.main-options, .main-news, .main-clients {
    padding-top: 80px;
}

   .main-options > div {
      padding-bottom: 30px;
   }

      .main-options > div img {
         opacity: .7;
      }

      .main-options > div:first-child, .main-options > div:nth-child(3) {
         padding-right: 15px;
      }

      .main-options > div:nth-child(2), .main-options > div:nth-child(4) {
         padding-left: 15px;
      }

      .main-options > div > img {
         width: 100%;
         border-radius: 18px;
      }

      .main-options > div .detalle {
         display: none;
         position: absolute;
         padding: 50px 40px;
      }

      .main-options > div .detalle {
         display: block;
      }
       
   /*NEWS*/


   .main-news > div:hover > img {
      opacity: .3;
   }

   .main-news > div > a {
      color: white;
      text-decoration: underline;
      font-weight: 300;
      opacity: .3;
   }

      .main-news > div > a:hover, .main-options > div .detalle a {
         color: #2ec7c4;
         font-weight: 300;
         opacity: 1;
      }

   .main-news > div > label {
      font-weight: 500;
      font-size: 18px;
      height: 180px;
   }

.card-body {
    font-family: 'Manrope';
    border-radius: 0 0 18px 18px;
    font-size: 15px;
}

    .card-body > img {
        height: 110px;
        margin: 11px 0;
    }

/*CAROUSEL*/
.owl-carousel {
    display: flex;
    justify-content: center;
}

    .owl-carousel img {
        border-radius: 18px 18px 0 0;
    }


    .owl-carousel div {
        background-color: #182027;
        border-radius: 18px;
        text-align: center;
    }

    .owl-carousel > div {
        margin-right: 30px;
    }

    .owl-carousel > div:last-child {
        margin-right: 0;
    }

.owl-stage-outer {
    padding: 30px 0;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    margin-top: 18px;
}

    .owl-dots span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        opacity: .6;
        border: 2px solid white;
        margin: 0 5px;
    }

        .owl-dots span .active {
            box-shadow: none;
        }

    .owl-dots .active span {
        background: #fff;
        opacity: 1;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }

.owl-dot {
    outline: none;
    background: none;
    border: none;
}

.card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

    .card .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #95abbb;
        width: 100px;
        height: 100px;
    }
/*
.active {
    opacity: 1;
    transition: all 0.3s;
}*/

button:focus {
    outline: none !important;
}

.center {
    opacity: 1;
}

.card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}


.owl-carousel button.owl-dot {
    outline: 0;
}

/*BUSINESS*/

.business, .contact {
    padding: 10% 185px 100px;
    padding-bottom: 220px;
}

.contact {
    padding-bottom: 100px;
}


.main-info {
    margin-top: 40px;
}


    .main-info > label:last-child {
        font-family: 'gotham', sans-serif;
        font-size: 15px;
        opacity: .6;
        text-align: center;
    }

/*SERVICES*/

.services > div {
    padding: 75px 35px;
    background-color: #182027;
    margin-right: 30px;
    height: 480px;
    transition: all ease-in .2s;
    border-radius: 18px;
}

   .services > div:last-child {
      margin-right: 0;
   }

   .services > div:hover {
      background-color: #13191F;
   }

      .services > div:hover .info > img, .services .info > label {
         display: none;
      }

      .services > div:hover .info > label {
         display: flex;
      }

.services .info > img {
   width: 64px;
}

.services .info > label {
   font-family: 'Manrope', sans-serif;
   opacity: .8;
   font-size: 14px;
}

/*CLIENTS*/

.clients > h3 {
    margin-bottom: 26px;
}

.main-clients > img {
    margin-right: 22px;
    width:20%;
    height: 10%;
}

.main-clients > img:nth-child(2) {
    width: 14%;
}

    .main-clients > img:last-child {
        margin-right: 0;
    }

/*CONTACT*/
.contact {
    height: 520px;
    justify-content: center;
    align-items: center;
}

    .contact > div > h3 {
        margin-bottom: 20px;
    }

    .contact > div > p, .clients > p {
        font-family: 'Manrope', sans-serif;
        opacity: .8;
        margin-bottom: 7px;
    }

    .contact a, .clients a {
        background-color: #2ec7c4;
        border: 2px solid transparent;
        padding: 9px 12px;
        outline: none;
        color: white;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        border-radius: 30px;
        width: fit-content;
        margin-top: 9px;
        font-weight: bold;
    }

        .contact a:hover, .clients a:hover {
            background-color: #1D262F;
            border: 2px solid #2ec7c4;
            transition: all 1s;
            text-decoration: unset;
        }

        .clients a, .clients a:hover {
            width: 120px;
            text-align: center;
        }





.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}

.f-last {
    padding: 8px;
    font-size: 14px;
    opacity: .6;
}

    .f-last > p {
        margin-bottom: 0;
    }

.banner {
    position: relative;
    display: flex;
    align-items: center;
    background: #383838 no-repeat center;
    background-size: cover;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.26);
}


    /*Gestión*/

    .banner > .container-gest > .div-one {
        background-image: url('../css/imgs/landing_gestion.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        padding: 40px;
    }


.items > div {
    padding: 30px;
    background-color: #FFFFFF;
    transition: all ease-in .2s;
    height: auto;
    border-radius: 18px;
    width: 250px; 
    height: 250px; 
}

.banner > .container-gest > .div-two {
    background-color: white;
    height: 300px;
    padding: 40px 160px;
}

.div-two > h4 {
    color: #2ec7c4;
    margin-bottom: 30px;
}

.div-two > div {
    color: #4A4A4A;
    text-align: center;
}

.banner > .container-gest > .div-three {
    background-image: linear-gradient(#FFFFFF, #F2F2F2);
    height: 700px;
    padding: 100px;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 20px;
}

.div-three > img {
    width: 240px;
}

.div-three .items img {
    width: 48px;
    /*height: 48px;*/
    margin-bottom: 9px;
}

    /*Omincanal*/

.banner > .container-omni > .div-one {
    background-image: url('../css/imgs/landing_omincanal.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 40px;
}

    .banner > .container-omni > .div-one .w-40, .banner > .container-gest > .div-one .w-40, .banner .container-retail > .div-one .w-40, .banner > .container-gest > .div-two > div {
        font-family: 'Manrope';
    }


    .banner > .container-omni > .div-two {
        background-color: white;
        height: 500px;
    }

.container-omni > .div-two > img {
    width: 80px;
}

.container-omni > .div-two > div {
    color: #4A4A4A;
    padding: 40px 160px;
    text-align: center;
    font-family: 'Manrope';
}
.banner > .container-omni > .div-three {
    background-color: #F2F2F2;
    height: 500px;
    color: #4A4A4A;
    padding: 40px;
}

.banner > .container-omni > .div-three .w-50 {
    font-family: 'Manrope';
}

.w-40 {
    width: 40%;
}

.bg-omnichannel {
    background-color: #1A2027;
}

    .bg-omnichannel img {
        width: 1200px;
    }




/*Retail*/
.banner > .container-retail > .div-one {
    background-image: url('../css/imgs/landing-retail.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 40px;
}

.container-retail > .div-two > div {
    color: #4A4A4A;
    padding: 40px 160px;
    text-align: left;
    font-family: 'Manrope';
}

.banner > .container-retail > .div-two {
    background-color: white;
    color: #4A4A4A;
    padding: 40px;
}

.container-retail > .div-two > h4 {
    color: #4A4A4A;
    margin-bottom: 0;
}

.w-80 {
    width: 80%;
}

.container-retail .components {
    background-color: #F2F2F2;
}

.ic-pos {
    margin-top: 8px;
}

.ic-pos > img {
    width: 21%;
}

.banner > .container-retail h4 {
    text-align: center;
    margin-bottom: 20px;
}

/*Referencias*/
/*Retail*/
.banner > .container-references > .div-one {
    background-image: url('../css/imgs/landing-fer.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 40px;
}

.banner > .container-references > .div-two {
    background-color: white;
    padding: 40px;
}

.container-references > .div-two > h4 {
    color: #4a4a4a;
    margin-bottom: 25px;
}

.container-references > .div-two > div {
    margin-bottom: 50px;
    font-family: 'Manrope';
}

.container-references hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

h3 {
    font-size: 1.75rem;
}

h2 {
    font-size: 2rem;
}

#inicio {
    scroll-margin-top: 94px;
}

/*#region ANIMATIONS*/
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadeInLeft {
    animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 2s ease-in;
}

/* ===== Animaciones básicas ===== */
@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ===== Dropdown con animación ===== */
.dropdown-content {
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}


/* ===== Animación de secciones al hacer scroll ===== */
.section-anim {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .section-anim.visible {
        opacity: 1;
        transform: translateY(0);
    }

.card-body img {
    transition: transform 0.4s ease;
}

.card-body:hover img {
    transform: scale(1.05);
}

.card-body {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card-body:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }

button:active {
    transform: scale(0.96);
}

/*#endregion*/





