input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.solucion_1 {
    background-image: radial-gradient(circle at 50% 85%, #66a1ee 0%, #3b64ac 100%);
    padding: 40px 0px;
}

.video-container{
  position: relative;
  height: 600px;
  background:#000;
  border-radius: 20px;
  overflow: clip;                 /* mejor que hidden; soportado en Safari 16+ */
  /* fallback si el navegador no soporta overflow:clip */
}
@supports not (overflow: clip){
  .video-container{ overflow: hidden; }
}

.video-container video{
  position:absolute;
  inset:-1px;                     /* overscan para cubrir sub-pixels */
  width:calc(100% + 2px);
  height:calc(100% + 2px);
  object-fit: cover;
  object-position:center;
  display:block;
  background:#000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility:hidden;
}


.sabemos_empresa {
    background-image: url("img/edificios_sabemos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 150px center;
}

.solucion_3 {
    background-image: linear-gradient(to right, #fcfcfc 60%, #fcfcfc00 70%), url("img/recibos\ de\ nomina.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -50px center;
    padding: 40px 0px;

}

.solucion_4 {
    background-image: linear-gradient(to right, #fcfcfc 60%, #fcfcfc00 70%), url("img/graficas_people.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -50px center;
    padding: 40px 0px;
}

.circle {
    height: 150px;
    width: 150px;
    border: solid 2px #afacac;
    border-radius: 50%;
    padding-top: 10px;
    text-align: center;
}

.btn-xs {
    padding: 2px 3px;
    font-size: 11px;
    border-radius: 0.2rem;
}

.imagina_admin_nomina {
    background-image: url("img/imaginate_admi_nomina2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 300px -120px;
}

.servicios_inc {
    height: 370px;
}

.servicios_inc p {
    height: 180
}

.serv_reciboscfdis {
    height: 170px;
    margin-bottom: 20px;
}

.img_gestion_1 {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%) !important;
}

.img_gestion_2 {
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
}

.titulo_descripcion {
    font-size: 18px;
}

.bg-laptop-1 {
    background-image: url('img/Gestion_Documental/empleado_fondo_1.webp');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-2 {
    background-image: url('img/Gestion_Documental/empleado_fondo_2.webp');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-2 {
    background-image: url('img/Gestion_Contratos/laptop_fondo_2.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-3 {
    background-image: url('img/Gestion_Contratos/laptop_fondo_3.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-4 {
    background-image: url('img/Gestion_Contratos/laptop_fondo_4.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-5 {
    background-image: url('img/Gestion_Contratos/laptop_fondo_5.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.bg-laptop-6 {
    background-image: url('img/Gestion_Contratos/laptop_fondo_6.jpg');
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: -80px 0px;
    height: 550px;
}

.nav-link {
    text-align: start;
}

.listado__ {
    font-weight: 300;
}

.listado__ li {
    margin-bottom: 15px;
    list-style-image: url('../img/check.svg')
}


.listado__ li::marker {
    font-size: 1.5rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border: none;
}

.nav-link {
    font-size: 16px;
    font-weight: 300;
    color: #838383;
    text-align: center;
}

.nav-link:hover,
.nav-item:hover {
    border: none !important;
}

.nav-link i {
    font-size: 22px;
}

.nav-tabs .nav-link {
    border: none !important;
}

.nav-link:focus {
    border: none !important;
}

.nav-link.active {
    font-weight: 500;
    border-bottom: solid 4px #66a1ee !important;
    color: #000000 !important;
}

.logo_humanet {
    width: 200px;
    margin: 10px;
    filter: opacity(0.8);
}

.about-lists .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.about-lists .content-item h4 {
    font-size: 28px;
    font-weight: 300;
    padding: 0;
    margin: 20px 0;
    color: #444;
}

.btn_carousel_izq {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: 17vh;
}

.btn_carousel_der {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 17vh;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal_img {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 4;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    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.9);
    /* Black w/ opacity */
    animation: zoom-in 0.2s;
}

/* Modal Content (image) */
.modal-content_img {
    display: block;
    width: 80%;
    margin: 0;
    position: absolute;
    top: 6%;
    left: 10vw;
}

@-webkit-keyframes zoom-in {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom-in {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.btn_close_video {
    position: absolute;
    background-color: red;
    z-index: 1;
    top: 10px;
    right: -50px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
}

.btn_close_video:hover {
    background-color: rgb(133, 0, 0);
}

.btn_close_img {
    position: fixed;
    background-color: red;
    z-index: 1;
    top: 10px;
    right: 80px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
}

.btn_close_img:hover {
    background-color: rgb(133, 0, 0);
}

.card_cotizador {
    width: 50%;
    margin-left: auto;
}

.input_empleados {
    border: none;
    border-bottom: 2px solid #66a1ee;
    text-align: center;
    font-size: 40px;
    width: 80%;
    transition: all 0.2s linear;
}

.input_empleados:focus-visible {
    outline: none;
}

.input_empleados::placeholder {
    font-size: 18px;
    color: rgb(194, 194, 194);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
}

.card_coti {
    position: absolute;
    top: 16%;
    left: 16vw;
    z-index: 1;
    width: 300px;
    border-radius: 20px;
    border: none;
    box-shadow: 5px 5px 30px rgb(216, 216, 216);
}

.icon_coti {
    border: 5px solid #66a1ee;
    border-radius: 100%;
    color: #66a1ee;
    transition: all 0.2s linear;
}

.icon_coti:hover {
    border: 5px solid #266ac2;
    border-radius: 100%;
    color: #266ac2;
}

.txt_precio_coti {
    font-weight: 300;
    font-size: 40px;
}

.line-rigth {
    border-right: 1px solid rgb(233, 233, 233);
}

.iframe_video {
    width: 1000px;
    height: 550px;
}

.modal_content_video {
    width: 200% !important;
}

.btn_close_video {
    top: -20px;
    right: -50px;
}

#descripcion {
    scroll-margin-top: 60px;
}

#caracteristicas {
    scroll-margin-top: 90px;
}

#beneficios {
    scroll-margin-top: 150px;
}

#pantallas_solucion {
    scroll-margin-top: 90px;
}

.padding_x {
    padding: 0px 200px;
}

.subtitulo_hm {
    font-size: 40px;
    font-weight: 300;
}

.parrafo_hm {
    font-size: 29px;
}

.col_coti_1 {
    background-color: #3970cf;
    border-radius: 20px 80px 80px 20px;
    transition: all 0.2s ease-in-out;
}

.col_coti_1:hover {
    border-radius: 20px 0px 0px 20px;
}

b {
    color: #00adee;
}

.box_icon_desc {
    text-align: center;
    margin: auto;
}

.about-lists .content-item {
    padding: 40px;
    border-left: 1px solid #d9e8f4;
    border-bottom: 1px solid #d9e8f4;
    margin: -1px;
}

.section-bg {
    background-color: #f5f9fc;
    padding-top: 50px;
}

.text_sol {
    font-weight: 300;
    color: #121212;
}

.text_b {
    color: #5c768d;
}

.texto_azul {
    color: #00ade0 !important;
    font-weight: bold !important;
}

.texto_negro {
    color: black !important;
    font-weight: unset !important;
}

.owl-next {
    transition: 0.2s;
}

.owl-next:hover {
    
    scale: 1.2 !important;
}

.owl-prev {
    transition: 0.2s;
}

.owl-prev:hover {
    /* color: #00ade0 !important; */
    scale: 1.2 !important;
}

.icon-box .icon {
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: 0.5s;
}

.icon-box .title {
    margin-left: 30px;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.icon-box .description {
    margin-left: 30px;
    line-height: 24px;
    font-size: 14px;
}

.icon-box:hover .icon {
    background: #428bca;
}

.icon-box:hover .icon i {
    color: #fff;
}

.icon-box .icon i {
    color: #428bca;
    font-size: 32px !important;
}

.about .icon-box .title span:hover {
    color: #428bca;
}

.icon-box .title span {
    color: #343a40;
    text-decoration: none;
    transition: 0.3s;
}

.bg_proceso {
    background: #fff;
    box-shadow: 0px 0px 20px 2px #eee;
    border-radius: 20px;
    padding: 25px;
    margin-block: 25px;
}

.txt_proceso1 p:nth-child(1) {
    font-size: 45px;
    font-weight: 500;
    background: #00ade0;
    display: inline;
    padding: 5px 20px;
    border-radius: 18px;
    color: #fff;
}

.txt_proceso1 p:nth-child(2) {
    font-size: 17px;
    margin-top: 10px;
}

.txt_proceso2 p:nth-child(1) {    
    margin: 0;
    font-size: 18px
}

.txt_proceso2 ul {
    list-style: disc;
}

.txt_proceso2 li {
    font-weight: 300;
}


.bg-caracteristicas {
    background-image: url('../assets/img/ControlAsistencia/laptop_general.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right 50%;
    padding: 60px 0px;
}

.titulo_general h2 {
    font-weight: 300;
}

.titulo_general h1 {
    font-weight: 500;
    color: #00ade0;
    margin: 0;
    /* line-height: 40px; */
}

.font_50 {
    font-size: 42px;
}

.font_70 {
    font-size: 3.5em
}

.font_30 {
    font-size: 16px;
}

.font_25 {
    font-size: 20px;
}

.font_20 {
    font-size: 18px;
}

.font_18 {
    font-size: 15px
}

.font_16 {
    font-size: 1em
}

.font_12 {
    font-size: .75em
}

.font_8 {
    font-size: .5em;
    margin-left: -10px
}

.font_15 {
    font-size: .9em
}

.font_35 {
    font-size: 35px;
}

.font_40 {
    font-size: 30px;
}

.font_45 {
    font-size: 2.875em
}

.font_22 {
    font-size: 24px;
}

.bg_modelos {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    margin-block: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    height: auto;
    box-shadow: 0px 0px 10px 6px #f5f5f5;
    transition: all 0.2s ease;
}

.bg_modelos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.bg_modelos h4 {
    font-size: 17px;
    margin-top: 20px;
}

.bg_modelos p {
    font-size: 14px;
    margin-top: 15px;
}

.bg_modelos i {
    font-size: 40px;
    margin-bottom: 10px;
}

.img_listado {
    position: sticky;
    top: 100px;
    margin: auto 0;
    opacity: 1;
    transition: all 1s ease;
}

.listado_general li:nth-child(1) {
    margin: 0;
}

.listado_general li {
    margin-block: 100px;
    position: relative;
    transition: all 0.2s ease;
}

.listado_general li::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: solid 1px #00ade0;
}

.listado_general li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    background-color: #00ade0;
    border: solid 1px #00ade0;
    animation: activo 1s infinite alternate;
}

@keyframes activo {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.listado_general li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    border-radius: 20px;
    width: 5px;
    height: 340px;
    background-color: #00ade0;
}

.caract_general i {
    font-size: 42px;
    color: #00ade0;
}

.caract_general p {
    font-size: 20px;
    margin: 0;
}

.caract_general {
    margin-block: 40px;
    text-align: center;
}

.caract_general2 i {
    font-size: 42px;
}

.caract_general2 p {
    font-size: 19px;
    margin: 0;
}

.caract_general2 {
    margin-block: 20px;
}

.bg_soluciones h2 {
    font-size: 30px;
}

.bg_caract {
    background-image: url('../img/Humanet\ Pocket.jpg');
    background-size: cover;
    background-position: right;
    border-radius: 30px;
    height: 450px;
}

.bg_caract2 {
    background-image: url('../img/ahorr.png');
    background-size: cover;
    background-position: 50% 0%;
    border-radius: 30px;
    /* height: 550px; */
}

.bg_soluciones {
    background-color: #F9F9F9;
    border-radius: 30px;
    padding: 60px 10px;
}

.imgb {
    height: 90px;
    padding-top: 20px;
    opacity: .5;
    transition: all .2s ease-in-out;
    width: 70%;
    object-fit: contain;
}

.btn_social {
    background-color: #00ade0;
    padding: 5px 9px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.btn_social:hover {
    background-color: #0092c7;
}

.btn_social i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

.padding_general {
    padding: 50px 10px;
}

.order-1 {
    display: block !important;
}

.blanco-grad {
    background-image: linear-gradient(to right, #ffffff 75%, #ffffff00);
    animation: gradient 15s ease infinite;
    height: 60vh;
}


.bg-caracteristicas {
    padding: 20px 0px !important;
}

.owl-next {
    font-size: 70px !important;
}

.owl-prev {
    font-size: 70px !important;
}

.txt_center {
    text-align: center;
}

.logo_humanet {
    margin: auto !important;
    padding-top: 0 !important;
}

#gestion_contratos {
    height: 85vh;
    background-position: 30% 0px;
    background-size: 152vh;
}

.frase_poderosa {
    font-size: 25px;
}

.titulo {
    font-size: 40px;
    text-align: center;
}

.subtitulo {
    font-size: 20px;
    text-align: center;
}


.bg-caracteristicas {
    background: none !important;
}

.card_coti {
    margin: 20px auto;
    width: 193px;
    position: initial !important;
    top: 0;
}

.icon_coti {
    font-size: 30px;
    padding: 5px !important;
}

.txt_empleados_coti {
    font-size: 18px;
}

.input_empleados {
    font-size: 35px;
}

.txt_precio_coti {
    font-size: 32px;
}

.seccion-vista {
    margin-top: 4vh;
}

#img_gestion_1 {
    width: 95%;
    position: relative;
    border-radius: 0 220px 30px 0;
    left: -20px;
}

#img_gestion_1_contenedor {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#img_gestion_1_contenido {
    border: none !important;
}

.subtitulo_s {
    font-size: 26px;
}

.line-rigth {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gatillo_txt {
    font-size: 25px;
}

.iframe_video {
    width: 500px;
    height: 230px;
}

.modal_dialog_video {
    padding: 40% 0 0 0;
}

.modal_content_video {
    width: 100% !important;
}

.btn_close_video {
    top: -45px;
    right: 10px;
}

.gatillo_txt_subtitulo {
    font-size: 16px;
}

#descripcion {
    scroll-margin-top: -120px;
}

#beneficios {
    scroll-margin-top: 40px;
}

.btn_close_img {
    right: 10px !important;
    top: 120px !important;
}

.modal-content_img {
    top: 30% !important;
}

.padding_x {
    padding: 0px 0px;
}

.subtitulo_hm {
    font-size: 23px;
}

.parrafo_hm {
    font-size: 18px;
}

.col_coti_1 {
    border-radius: 20px 20px 80px 80px;
}

.col_coti_1:hover {
    border-radius: 20px 20px 0px 0px;
}

.terminos {
    text-align: center;
}

.img_storytelling {
    width: 60% !important;
}

.contenedor_storytelling {
    padding: 0px !important;
}

.sectionCliente1 a {
    border: solid 1px #121212;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 30px;
    color: #121212;
}

.sectionCliente1 a:hover {
    background-color: #121212;
    color: #fff;
}

#inicio {
    height: 60vh;
    background-image: url(../img/fondopocket.png);
    background-size: contain;
    background-position: 100% 0px;
    background-repeat: no-repeat;
}

.h_80 {
    height: 60vh;
}

.sectionCliente1 h3 {
  font-size: 45px;
  font-weight: 300;
  color: #00ade0;
  margin: 0;
  text-align: start;
}

.sectionCliente1 p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  text-align: start;
}

.sectionCliente2 span {
  font-size: 60px;
  font-weight: 300;
  color: #00ade0;
  line-height: 70px;
}

.sectionCliente2 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.sectionCliente2 hr {
  height: 2px;
  border-radius: 30px;
  color: #00ade0;
  margin: 0;
  opacity: 1;
}

.bg_ayuda_1 {
    background-color: #5899B6;
    height: 450px;
    border-radius: 0px;
    padding-left: 0px !important;
}

.blog {
    background-image: linear-gradient(90deg,#0000004f,#0000004f ) , url(../img/cotizador.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#contacto {
    height: auto !important;
    border-radius: 30px;
}

.btn {
    font-size: 1.06em;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 4px 15px;
    text-align: center;
    white-space: nowrap;
    border-radius: 16px;
}

.btn-secondary {
    background: linear-gradient(#fff, #e3e3e3);
    border-color: #d6d6d6;
    color: #0070c9;
}

.btn-secondary:hover {
    color: #0070c9;
    background: linear-gradient(#fff, #eee);
    border-color: #d9d9d9;
}

.btn-secondary:active {
    color: #0070c9 !important;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: none !important;
}

.imgcontent {
    object-fit: cover;
    width: 100%;
}

.listado_general li div {
    height: 600px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.listado_general li h5 {
    font-size: 35px;
    color: #00ade0;
}

.listado_general li p {
    font-size: 20px;
}

#img_dinamica {
    display: none;
}

.videoPocket {
    width: 350px;
}

@media (min-width: 576px) { 
  #inicio {
    background-size: cover;
}

.bg_ayuda_1 {
    height: auto;
    padding: 30px;
    padding-left: 30px !important;
    text-align: center;
    border-radius: 16px;
}
 }

@media (min-width: 768px) { 
  #inicio {
    background-size: cover;
    }

    .img_storytelling {
        width: 50% !important;
    }

    .padding_general {
        padding: 50px 40px;
    }

    .caract_general p {
        text-align: start;
    }

    .bg_caract {
        height: 550px;
    }

    .bg_caract2 {
        height: 550px;
    }

    .bg_soluciones {
        padding: 60px 40px;
    }

    .listado_general li::before {     
        height: 720px;
    }

    #img_dinamica {
        display: block;
        text-align: center;
    }
 }

@media (min-width: 992px) { 
  #inicio {
    background-size: cover;
}

.img_storytelling {
    width: 100% !important;
}

.bg_caract {
    height: 775px;
}

.bg_caract2 {
    height: 650px;
}

.titulo_general h2 {
    font-weight: 300;
}

.titulo_general h1 {
    font-weight: 500;
    color: #00ade0;
    margin: 0;
    font-size: 32px;
}

.bg_ayuda_1 {
    height: 400px;
}

.bg_modelos {
    min-height: 660px;
}
 }

 @media (min-width: 1200px) {

    #inicio {
        background-size: 800px;
        background-position: 100% 10%;
    }

    .titulo {
        font-size: 50px !important;
    }

    .subtitulo {
        font-size: 25px !important;
    }

    .img_storytelling {
        width: 80% !important;
    }

    .font_25 {
        font-size: 22px;
    }

    .bg_modelos {
        background-color: #fff;
        border-radius: 20px;
        padding: 30px;
        min-height: 1040px;
        box-shadow: 0px 0px 10px 6px #ececec;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .bg_modelos div.imgcontent {
        object-fit: cover;
        display: contents;
    }
    
    .bg_modelos h4 {
        font-size: 25px;
    }
    
    .bg_modelos p {
        font-size: 17px;
    }

    .padding_general {
        padding: 50px 120px;
    }
 }

 @media (min-width: 1400px) {
    .blog {
        background-size: cover;
    }

    .bg_modelos {
        min-height: 910px;
    }
 }