
/*TBP*/
.icon i.fas {
    font-weight: 900 !important;
    color: #189279;
    font-size: 70px;
}

body {
    padding-top: 80px;
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

/**************************************
 *************** MENÚ *****************
 **************************************/
nav {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23189279' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-collapse.show{
    border-top: 1px solid rgb(24, 146, 121);
}
nav li.nav-item {
    margin-left: 25px;
}
nav li.nav-item a {
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}
nav li.nav-item a.active {
    color: #189279 !important;
}
nav .btnKC {
    color: white !important;
    height: auto;
    width: 180px;
    font-size: 16px;
}
nav #logoKC{
    width: 300px;
}

/**************************************
 *************** MENÚ *****************
 **************************************/
#modalKc.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
    padding: 30px;
}

/* Modal Content */
#modalKc .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    /*border: 1px solid #888;*/
    border: none !important;
    width: 790px;
    position: relative;
    border-radius: 20px;
}

/* The Close Button */
#modalKc .close {
    color: white;
    float: right;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    background: #189279;
    z-index: 1000;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
}

#modalKc .close:hover,
#modalKc .close:focus {
    color: #D3FFF6;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#modalKc #contentKc {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#modalKc #contentKc .left {
    width: 50%;
    float: left;
    text-align: center;
}

#modalKc #contentKc .left h2{
    margin-bottom: 25px; 
}

#modalKc #contentKc .left .button {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 18px;
    margin-top: 0px !important;
    height: 65px;
}

#modalKc #contentKc .left .button a {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #189279;
    background-image: linear-gradient(90deg, #29c4a9 0%, #189279 100%);
    opacity: 1;
    text-decoration: none;
    border: 1px solid #189279;
}

#modalKc #contentKc .left .button a:hover {
    background-color: #fff;
    color: #D3FFF6;
    border: 1px solid #D3FFF6;
}

#modalKc #contentKc .right {
    width: 50%;
    float: left;
}

#modalKc h3 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 18px;
    margin-right: 18px;
}

#modalKc h4 {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
}

#modalKc p.footer {
    float: left;
    padding: 0;
    text-align: center;
    font-size: 8px;
    margin-right: 15px;
    margin-left: 15px;
}

#modalKc h4#countdown {
    font-size: 15px;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
}

#modalKc img.imgPopup {
    width: 100%;
    float: left;
    /*height: 457px;
    margin: 0 auto;
    object-fit: cover;*/
}

#modalKc span.asterisco {
    color: #9e654a;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    #modalKc .modal-content {
        width: 50%;
    }

    #modalKc #contentKc .left {
        width: 100%;
        padding-bottom: 15px;
    }

    #modalKc #contentKc .right {
        width: 100%;
    }

    #modalKc #contentKc {
        display: initial;
    }

    #modalKc h3 {
        padding: 0px 35px;
    }
}

@media only screen and (max-width: 992px) {
    #modalKc h2 {
        font-size: 29px;
    }
    #modalKc #contentKc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 750px) {
    #modalKc .modal-content {
        width: 90%;
        /*top: 20px;
        margin-bottom: 40px !important;*/
    }

    #modalKc #contentKc .left {
        width: 100%;
    }

    #modalKc #contentKc .right {
        width: 100%;
        display: flex;
    }
}

@media screen and (max-width: 450px) {
    #modalKc img.imgPopup {
        width: 100%;
    }
    #modalKc .modal-content {
        width: 100%;
        padding: 14px;
    }
    #modalKc #contentKc {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #modalKc h2 {
        font-size: 23px;
    }
    #modalKc #contentKc .left .button {
        margin-bottom: 15px;
        height: 52px;
    }
    #modalKc #contentKc .left .button a {
        width: 100%;
        padding: 5px;
        font-size: 15px;
    }
    #modalKc h3 {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 385px) {
    #modalKc img.imgPopup {
        width: 100%;
    }
}

/**************************************
 *************** TOP BAR **************
 **************************************/
#topBar {
    background-image: linear-gradient(90deg, #189279 0%, #29c4a9 100%) !important;
    color: white;
    font-weight: bold;
    background-color: #189279;
    border-color: #189279;
}
#topBar .btnKC {
    height: auto;
    background: none;
    width: 100%;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/**************************************
 ******* BOTONES PERSONALIZADOS *******
 **************************************/
.btnKC {
    position: relative;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 100px;
    background-image: linear-gradient(90deg, #29c4a9 0%, #189279 100%);
    color: white;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; 
    transition: all 0.3s ease-in-out;
}

.btnKC .btn-text {
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.btnKC:checked, .btnKC:active, .btnKC:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #189279 !important;
    background-color: #189279;
    border-color: #189279;
   color: #D3FFF6 !important;
}
.btnKC:hover {
    color: #D3FFF6 !important;
}

.btnPopular {
    width: 200px;
    border: 1px solid black;
    border-radius: 20px;
}
/* Icono oculto al principio */
.btnKC .btn-icon {
    opacity: 0;
    display: none;
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
    margin-left: 8px;
    z-index: 1;
}

/* Al hacer hover, movemos el texto y mostramos el icono */
.btnKC:hover .btn-text {
    transform: translateX(-8px);
}


.btnKC:hover .btn-icon {
    opacity: 1;
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}


/**************************************
 ********* SECCIÓN PRINCIPAL **********
 **************************************/
#seccionPrincipal h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 70px;
    color: #189279 !important;
    letter-spacing: -0.04em;
    line-height: 1.1em;
}

#seccionPrincipal #imgKC{
    width: 80%;
}

#seccionPrincipal h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

#seccionPrincipal .description p {
    color: #8c8e93;
    font-size: 19px;
    margin-bottom: 30px !important;
}

/**************************************
 ************* SERVICIOS **************
 **************************************/
#servicios .service-item {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #189279;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
#servicios .service-item h4 {
    color: #000000;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.01em;
    line-height: 1.4em;
    margin-top: 20px;
    min-height: 65px;
}
#servicios .service-item p {
    line-height: 1.8em;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: -0.01em;
    color: #8c8e93;
    font-size: 15px;
    min-height: 140px;
}

/**************************************
 ************* VENTAJAS ***************
 **************************************/
#ventajas h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}
#ventajas .description p {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.4em;
}

#ventajas .row{
    width: 100%; 
}
#ventajas #fondoVerde {
    background-image: linear-gradient(180deg, #189279 0%, #d3fff6 50%, rgba(211, 255, 246, 0) 100%);
}

#ventajas #fondoVerde img {
    width: 1145px;
    margin-top: 15px;
}

#ventajas .listadoVentajas h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #000000;
}
#ventajas .listadoVentajas p {
    color: #8c8e93;
}

#ventajas #fondoBlanco {
    background-color: rgb(255 255 255 / 87%);
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}

/**************************************
 ********* CONTROL HORARIO ************
 **************************************/
#controlHorario {
    padding-left: 17vw;
    margin-bottom: 5vw;
    background-color: #F9F9F9 !important;
}
#controlHorario .description h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000 !important;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}
#controlHorario .description p {
    line-height: 1.8em;
    font-family: '', sans-serif;
    font-weight: 200;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 1.8em;
    color: #8c8e93;
}

/**************************************
 ************* NORMATIVA **************
 **************************************/
#normativa {
    background-color: #0d0d0d !important;
}
#normativa .service-item {
    background-color: #1b1b1b;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border: 1px solid #189279;
    border-color: #189279;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    min-height: 350px;
}
#normativa .description h3 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #FFFFFF !important;
    font-size: 44px;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 600;
}
#normativa .listadoSanciones h5 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.8em;
    margin-bottom: 0px !important;
    color: #D3FFF6 !important;
}
#normativa .listadoSanciones h4 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px !important;
    color: #FFFFFF !important;
}
#normativa .listadoSanciones p {
    color: #F9F9F9 !important;
    line-height: 1.8em;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.8em;
}

/**************************************
 ************* PRECIOS ****************
 **************************************/
#seccionPrecios .description h3 {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    line-height: 1em;
}
#seccionPrecios .description p {
    text-align: center;
    font-family: '', sans-serif;
    padding-bottom: 0;
    color: #8c8e93;
    line-height: 1.7em;
    font-weight: 500;
    font-size: 26px;
}
#seccionPrecios .cajasPrecio .service-item {
    border: 1px solid #8c8e93;
    border-radius: 20px;
    padding: 15px;
}
#seccionPrecios .cajasPrecio .service-item .description .row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

}
#seccionPrecios .cajasPrecio .service-item h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    line-height: 1em;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}
#seccionPrecios .cajasPrecio .service-item h3 {
    font-size: 29px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1em;
}
#seccionPrecios .cajasPrecio .service-item p {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #8c8e93;
    padding-bottom: 10px;
    line-height: 1em;
}
#seccionPrecios .cajasPrecio .service-item .list-group .list-group-item {
    border: none;
}

/**************************************
 *********** INFO KIT DIG *************
 **************************************/
#infoKitDigital {
    background-color: #D3FFF6 !important;
}
#infoKitDigital .description h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 44px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1em;
}
#infoKitDigital .description p {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #8C8E93 !important;
}
#infoKitDigital #logoKitDigital{
    width: 55%;
    margin: 0 auto;
}

/**************************************
 ********** SOLICITAR DEMO ************
 **************************************/
#solicitarDemo {
    background-image: linear-gradient(180deg, #ffffff 0%, #d3fff6 100%) !important;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#solicitarDemo h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 41px;
    line-height: 1.1em;
}
#solicitarDemo p, #solicitarDemo li {
    font-size: 18px;
}
#solicitarDemo #formularioKC {
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
#solicitarDemo #formularioKC .form-group{
    margin-bottom: 14px;
}
#solicitarDemo #formularioKC .form-group input,
#solicitarDemo #formularioKC .form-group select {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #8C8E93;
    padding: 10px;
    font-size: 14px;
}
#solicitarDemo #formularioKC .form-group small {
    font-size: 9px;
    line-height: 10px;
    margin-left: 5px;
    display: block;
    /*color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;*/
} 

/**************************************
 ****** VALIDACIONES FORMULARIO *******
 **************************************/
.validarOK {
    background-color: #b6ff6c !important;
    color: #5cb700 !important;
}

.validarDANGER {
    background-color: #ffff6c !important;
    color: #b7b700;
}

.validarERROR {
    background-color: #ff6c6c !important;
    color: #b70000 !important;
    border-color: red;
}

.validarOK > input {
    background-color: #B6FF6C !important;
}

.validarERROR > input {
    background-color: #FF6C6C !important;
}

/**************************************
 ************* FOOTER *****************
 **************************************/
footer {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #189279 !important;
}
footer span{
    border-width: 0px !important;
    font-size: 14px;
    font-weight: 600 !important;
}
footer a {
    width: auto !important;
    background: none !important;
    height: auto !important;
    background-image: none !important;
}


/**************************************
 *********** RESPONSIVE ***************
 **************************************/
@media only screen and (max-width: 1400px) {
    #seccionPrincipal h1 {
        font-size: 65px;
    }
    
}

@media only screen and (max-width: 1300px) {
    #seccionPrincipal h1 {
        font-size: 53px;
    }
    #topBar span.btn-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1195px) {
    div#ventajas div {
        padding: 0;
        margin: 0;
    }
    #ventajas #fondoVerde img {
        width: 790px;
        margin-left: -55px;
    }
    h2, h3{
        font-size: 39px;
    }
}


@media only screen and (max-width: 992px) {
    body {
        /*padding-top: 88px;*/
    }
    #navbarMenu ul.navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li.nav-item.boton-traducir {
        margin-top: 25px;
        gap: 20px;
    }
    nav li.nav-item {
        margin-top: 10px;    
    }
    nav.navbar a.navbar-brand {
        width: 50%;
    }

    nav #logoKC {
        /*width: 100%;*/
    }

    footer div.container.p-5 {
        padding: 20px !important;
    }

    #seccionPrincipal h1 {
        font-size: 38px;
    }

    #seccionPrincipal .description p {
        font-size: 16px;
    }

    #seccionPrincipal #imgKC {
        width: 80%;
        margin-top: 35px;
    }

    .icon i.fas {
        font-size: 40px;
    }

    #servicios .service-item {
        padding: 10px;
        margin-bottom: 25px;
    }

    #servicios .service-item div.icon {
        margin-bottom: 2px !important;
    }

    #servicios .service-item h4 {
        min-height: auto;
    }

    #servicios .service-item p {
        min-height: auto;
    }

    #ventajas h2 {
        font-size: 36px;
    }

    #ventajas .col-lg-12.description.p-2.mb-5 {
        margin-bottom: 5px !important;
    }

    #ventajas .listadoVentajas h2 {
        font-size: 29px;
    }

    #ventajas #fondoVerde img {
        width: 100%;
        margin-left: 0;
    }

    #controlHorario {
        padding: 40px;
    }

    #controlHorario .description h2 {
        font-size: 36px;
    }

    #controlHorario .col-lg-6.align-self-center.description {
        margin-top: 20px;
    }

    #normativa .description h3 {
        font-size: 36px;
    }

    #normativa .service-item {
        min-height: auto;
        margin-bottom: 25px;
    }

    #normativa .listadoSanciones p {
        margin-bottom: 0;
    }

    #seccionPrecios.container.p-5 {
        padding: 15px !important;
    }

    #seccionPrecios .description h3 {
        font-size: 36px;
    }

    #seccionPrecios .description p {
        line-height: 1em;
        font-size: 21px;
    }

    #seccionPrecios .cajasPrecio .service-item h3 {
        font-size: 19px;
    }

    #seccionPrecios .cajasPrecio .service-item .list-group .list-group-item {
        padding: 0.3rem 0rem;
    }

    #seccionPrecios .cajasPrecio .service-item {
        padding: 12px;
        margin-bottom: 25px;
    }

    #seccionPrecios .btnPopular {
        width: 150px;
        margin-right: 10px;
    }

    #infoKitDigital.container-fluid.p-5 {
        padding: 15px !important;
    }

    #infoKitDigital .description h2 {
        font-size: 36px;
        margin-top: 25px;
    }

    #infoKitDigital .imagen {
        margin-top: 25px;
    }

    #infoKitDigital #logoKitDigital {
        width: 100%;
    }

    #solicitarDemo .container.p-5 {
        padding: 20px !important;
    }

    #solicitarDemo h1 {
        font-size: 27px;
    }

    #solicitarDemo p, #solicitarDemo li {
        font-size: 15px;
    }

    #solicitarDemo #formularioKC .form-group {
        margin-bottom: 13px;
    }

    #solicitarDemo #formularioKC .form-group input, #solicitarDemo #formularioKC .form-group select {
        padding: 9px;
        font-size: 14px;
    }

    #solicitarDemo #formularioKC small {
        font-size: 11px;
        line-height: 13px !important;
        display: block;
    }

    #solicitarDemo #formularioKC button.btnKC {
        font-size: 14px;
        width: 100%;
        padding: 10px;
        height: auto;
    }

    #solicitarDemo #formularioKC -form-check label {
        font-size: 13px;
    }
}

@media only screen and (max-width: 667px) {
    #modalKc.modal{
        display: none!important;
    }
    nav #logoKC {
        width: 225px;
    }
    body {
        padding-top: 67px;
    }
    #topBar span.btn-text {
        font-size: 13px;
    }
    #seccionPrincipal h1 {
        font-size: 33px;
    }
    #normativa .description h3 {
        font-size: 26px;
    }
    #controlHorario .description h2 {
        font-size: 26px;
    }
    #ventajas h2 {
        font-size: 26px;
    }
    #seccionPrecios .description h3 {
        font-size: 26px;
        margin-top: 20px;
    }
    #seccionPrecios .cajasPrecio {
        width: 90%;
        margin: 0 auto;
    }
    #infoKitDigital .description h2 {
        font-size: 26px;
    }
    #ventajas .listadoVentajas h2 {
        font-size: 23px;
    }
    .btnKC {
        width: 100%;
        font-size: 15px;
        height: auto;
        padding: 10px;
    }
}

@media only screen and (max-width: 335px) {
    #seccionPrecios .btnPopular {
        width: 114px;
        font-size: 12px;  
    }
}
    
    
